.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:186,113,145;--color-primary-1:165,72,112;--color-primary-2:123,57,86;--color-primary-3:122,56,85;--color-primary-4:123,57,85;--color-secondary-0:242,221,212;--color-secondary-1:255,234,198;--color-secondary-2:244,206,131;--color-secondary-3:242,165,30;--color-secondary-4:243,156,18;--color-tertiary-0:255,255,255;--color-tertiary-1:200,204,206;--color-tertiary-2:71,84,90;--color-tertiary-3:36,42,45;--color-tertiary-4:7,8,9;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#faf5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ovozX3sv164XG531CJCw7nZ5qqly7poP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.8);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container { background-color: transparent; background-image: none; }#ovozX3sv164XG531CJCw7nZ5qqly7poP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container > .video-iframe-container { display: none; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row > .video-iframe-container { display: none; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .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); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container { border-width: 0; border-radius: 0; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#HAUXX5uBgL9ara5PcpdEgFiC20UzIcnw { color:#000000;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6242187023163rem;left:0rem;height:1.38125rem;display:block; }
#y4XT7BN9ptoOigxpJvny1OwlONpep5Ts { color:#000000;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:6.25rem;height:1.38125rem;display:block; }
#b2l6uSQmTxZflXkMqwG395zl403G9Kd1 { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:29.0625rem;height:1.38125rem;display:block; }
#EUFTz8iVEMsQuMbsUkdMZHqOkPaR8ahT { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:35.6875rem;height:1.38125rem;display:block; }
#a73iMr2nTH2652I4TlQufBwb3BVaOyDa { color:#000000;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:41.625rem;height:1.38125rem;display:block; }
#yTFWus1A4XkR9kxmIkR3OX9KSpNGxocw { color:#000000;display:block;width:6.24960625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5117186307907rem;left:7.9992179870606rem;height:1.35rem;display:none; }
#HGv0UgeBgPbMmwrS8dlA7SKZNWzZCONP { color:#000000;display:block;width:6.2484375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5117186307907rem;left:24.558982849121rem;height:1.35rem;display:none; }
#VrazVp2n7woTrTJ1rKEXavIcM8wKLg4y { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5rem;left:11.8125rem;height:1.375rem;display:block; }
#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row .container { background-color: transparent; background-image: none; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row .container > .video-iframe-container { display: none; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row > .video-iframe-container { display: none; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .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); }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row .container { border-width: 0; border-radius: 0; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 { position:relative;display:none; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 { border-width: 0; border-radius: 0; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .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; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e5ae3e86-df1f-478b-bae2-b06918e498b7/Zdjeciegownenastronezapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL.adaptive-delivery-prevent-bg, #QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL.lazyload, #QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL.lazyloading { background-image: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container { background-color: transparent; background-image: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container > .video-iframe-container { display: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row > .video-iframe-container { display: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .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); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container { border-width: 0; border-radius: 0; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#n9EwwtwZdvyoUUxTKSepka32hOEZ1oEd { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:25.059875rem;top:27.5625rem;left:47.125rem;display:block; }
#QLlCPctk5GkzuGykhLt3v9EvRGAyZv2m { color:#72686c;display:block;width:25.05925rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.75rem;left:47.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOfJy6aySop90m9iMe1ZsDC7Ehq1rGuH { color:rgba(var(--color-primary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:45.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTptt6GWZFLZTb9Fcr1DcIIbqTXXKQC6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.375rem;width:31.0625rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2rem;left:43.9375rem;overflow:hidden;display:block; }
#r6pazFooyHJ0AZEeKyIiDM9HBLlN71DP { color:#72686c;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.1875rem;left:46.185546875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSC8WdoiyDWw2D3yiPxayGddDHqXu85E { color:#72686c;display:block;width:25.059875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.1875rem;left:47.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zphILifn8GDtsQyD7PLWh7biPTKOl4pD { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:64.1875rem;top:55.8125rem;left:7.1527786254881rem;display:none; }
#roqS0OimNnnGLk0KRK6lVRvTodiNhrrA { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:48.979167938233rem;left:12.5rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHbG05srwdU6iTC4r7IAnhueetNLSv4G { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:22rem;left:22.4375rem;display:none; }
#EMB42IMTISitXaD3VJ75GRcooCaQtp8U { color:rgba(var(--color-primary-0),1);display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.8125rem;left:72.184249877931rem;height:1.625rem;display:block; }
#EOLTMCsdeEDAJCVEwU2f59fkRA6HOeoA { 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:31.25rem;width:31.25rem;display:none; }
#JQoEmJ5qUsANWT9KVRXMdxF7C3cHFH1u { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:59.90625rem;left:10.652778625488rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GDDMLpVJyXwlTRVH9XzHMOngoaQiTEML { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:64.1875rem;top:47rem;left:5.40625rem;display:block; }
#KEfJzL7iArK05CJrTTG4iyzPez1tElye { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:12rem;top:43.3125rem;left:0rem;overflow:hidden;display:block; }
#vd14CkZz5guKMN9KEoWu2ThFzzRuHJFG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:12rem;top:3.9947929382324rem;left:63rem;overflow:hidden;display:none; }
#mmEshscINFLnkcBd67GtXDOZCBEGGGQo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:12rem;top:3.9947929382324rem;left:63rem;overflow:hidden;display:none; }
#LVzSNfwMn5is778IfwBAcbgwgU2SBHxt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:19.6875rem;left:33.123049376465rem;overflow:hidden;display:block; }
#TFeazlQWkw9lCgyVOnMP32dcLQfWdfnn { 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:16.5rem;width:16.5rem;top:19.729167938233rem;left:33.791667938233rem;overflow:hidden;display:none; }
#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { background-color: transparent; background-image: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container > .video-iframe-container { display: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container { display: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .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); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { border-width: 0; border-radius: 0; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#IEFCroEo13ZP2elFzDBXCHHxIp17aZLn { color:rgba(var(--color-primary-1),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5rem;left:13.875rem;height:20.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#l9AVvMDVH44X1XF463TlIwxEwsBQ7iul { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:18.0625rem;top:11.523436546326rem;left:0rem;overflow:hidden;display:none; }
#zei08ZMu2RRAWqv6gTsiv28t3QEx648f { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:12rem;top:1.056640625rem;left:60.4375rem;overflow:hidden;display:block; }
#u2fC4TZPnOMlyc0Me9dwp4kx3Ar2IrSP { color:rgba(var(--color-primary-1),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5rem;left:13.875rem;height:20.3125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tdi7aoBxDbz5QLIx9mskxJ8EmDQTRUpI { color:rgba(var(--color-primary-1),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.625rem;left:13.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/35758f97-a375-41a2-b3bc-06df0c90213f/SEC3Videobackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh.adaptive-delivery-prevent-bg, #H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh.lazyload, #H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh.lazyloading { background-image: none; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row .container { background-color: transparent; background-image: none; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row .container > .video-iframe-container { display: none; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row > .video-iframe-container { display: none; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .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); }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row .container { border-width: 0; border-radius: 0; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#uSa5MxQSw5aZvNSs9t5s029NwUGK1ZtR { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:7.7988125rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#KFbITMpQtUSS1A6oCkKCyr7eGczQ6tnQ { color:rgba(var(--color-primary-3),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.5419921875rem;left:9.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chSRRDTuhrTx2bHrf1BVFWeFOzGe2Pew { color:rgba(var(--color-primary-3),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.105464935302rem;left:9.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NsTny1qxutktUdvJISQZGfpodNpZ4vX5 { position:absolute;display:block;z-index:15017;height:31.625rem;width:56.25rem;top:19.6328125rem;left:9.375rem;display:block; }
#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row .container { background-color: transparent; background-image: none; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row .container > .video-iframe-container { display: none; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row > .video-iframe-container { display: none; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .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); }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row .container { border-width: 0; border-radius: 0; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#eXbLyHz0MaTn2VxFQtZ0ZUCMhU4xG4r8 { color:rgba(var(--color-primary-1),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.70768737793rem;left:10.8125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TF9WgGy7u056exVspyASvUfaHa6HB72p { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:18.0625rem;top:11.523436546326rem;left:0rem;overflow:hidden;display:none; }
#xAKIJCHAvPUVLyleomyT0fdQwRKmrfJS { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.9rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFJQQNwbkeMDGlgTOM95VUZ8tArpStBK { 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:2.25rem;width:2.25rem;top:11.707683563233rem;left:7.1875rem;overflow:hidden;display:block; }
#NGaRBom6Z34w4R7TJWe6WX8Ta8hK8q8l { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.707682609558rem;left:39.0625rem;overflow:hidden;display:block; }
#psvR4tFg4CPQiAdW3uOIS46aZgwi2sab { color:rgba(var(--color-primary-1),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:11.70768737793rem;left:42.8125rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3Ke09k2t9LN8RKonXtPMVyfdCTs9rwo { color:rgba(var(--color-primary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:21.520183563233rem;left:10.8125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAQ9D2t6KafoSaiKE3mcs10uUVODMhnl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:21.520183563233rem;left:7.1875rem;overflow:hidden;display:block; }
#n56HSvDqdTKpxqUt41tVsV0ggtwbtTHq { 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:2.25rem;width:2.25rem;top:21.520183563233rem;left:39.0625rem;overflow:hidden;display:block; }
#xOaFbn9Q1E8HQsHdEKR4CNIh8O5DKpDF { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:21.520183086395rem;left:42.8125rem;height:5.25rem;display:block; }
#THuJCXFKtKOyDw27clGmtkubR6iwKz2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row .container { background-color: transparent; background-image: none; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row .container > .video-iframe-container { display: none; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row > .video-iframe-container { display: none; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .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); }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row .container { border-width: 0; border-radius: 0; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#tlsbwk6feII9y5By9b1tsTUduEt0WEBp { color:#30b1be;display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.5rem;height:7.7988125rem;font-style:normal;display:block; }
#Q0NBFJrPhmHaqzmA7LtpP1I6k7C48sOT { 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:45rem;width:36.8125rem;top:4.75rem;left:38.1875rem;overflow:hidden;display:block; }
#mFEEWxPb2XdFewRXueSJSqMNTfEmyDXN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:37.75rem;top:17.0625rem;left:5.5rem;overflow:hidden;display:block; }
#vpvGCTK6NwZb1RJJoyRJpmCDnOA1B7u9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:22.8125rem;left:9rem;height:19.125rem;display:block; }
#EpnSdfLWoEwXPXTV8vFK26AnBMEtowrp { color:rgba(var(--color-primary-3),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:54.9375rem;left:12rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#MuotaenkhW7BVyW8QLfhQ2XGDZG7FwiT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#foBNsKRRoTQ6kDXu7QnRTb23KFZoU3xe { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.38125038147rem;left:9.09375rem;height:14.21875rem;display:none; }
#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH { position:relative;display:block; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH { background-color: transparent; background-image: none; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .row .container > .video-iframe-container { display: none; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .row > .video-iframe-container { display: none; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .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); }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH { border-width: 0; border-radius: 0; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .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; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fWtOPkKbxhPoq7qzrhsqiGzfiMiBUzyN { 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:31.75rem;width:33.6875rem;top:0.68749990500513rem;left:0rem;overflow:hidden;display:block; }
#AJsTDZltscy2Otuz1QDc2Tt7zFpKHq9v { color:#30b1be;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.58749961853rem;left:38.02499961853rem;height:2.03125rem;font-style:normal;display:block; }
#emUPIdpgcxypdsUtGOigyGiSiyeU77CN { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.49374961853rem;left:38.02499961853rem;height:8.125rem;display:block; }
#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB { position:relative;display:block; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB { background-color: transparent; background-image: none; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .row .container > .video-iframe-container { display: none; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .row > .video-iframe-container { display: none; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .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); }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB { border-width: 0; border-radius: 0; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .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; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BJKsVxupyZn0o1oAUtetvDv506MzQCoO { 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:30.5rem;width:32.3125rem;top:1.5937504768372rem;left:38.125001907349rem;overflow:hidden;display:block; }
#JTQordItKuB9BnFmmNg3yUVLfbnnCCip { color:#30b1be;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:7.5625rem;left:4.1875rem;height:4.375rem;font-style:normal;display:block; }
#zKd7OQqXmFJLTdvh1gCJobECuMdohDi9 { color:#47545a;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:4.1875rem;height:11.375rem;display:block; }
#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu { position:relative;display:block; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu { background-color: transparent; background-image: none; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .row .container > .video-iframe-container { display: none; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .row > .video-iframe-container { display: none; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .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); }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu { border-width: 0; border-radius: 0; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .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; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QRv2htL9Asn53zVriAg0eStu1xiDUKqO { 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:31.625rem;width:33.5rem;top:0.68749990500513rem;left:0rem;overflow:hidden;display:block; }
#cOsA4cuuew94dOTDJOhWbE1TVbsKOM59 { color:#30b1be;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:7rem;left:38rem;height:4.375rem;font-style:normal;display:block; }
#eol0CTPR4vdx6A8A9nPJprXv4DAiQMNf { color:#47545a;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13rem;left:38rem;height:11.375rem;display:block; }
#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bd8946f-6472-4f9e-90c0-166d0106683a/KolazuczestniczekSAnalanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL.adaptive-delivery-prevent-bg, #r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL.lazyload, #r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL.lazyloading { background-image: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container { background-color: transparent; background-image: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.55); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container > .video-iframe-container { display: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.55); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row > .video-iframe-container { display: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .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); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container { border-width: 0; border-radius: 0; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#dQivqA1uEsnkJTF3atJSv4ben2G6RIU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5rem;left:9.3125rem;height:20.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQfIT0nBdo95UA3OJK5sqgzT6onDvOna { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.6875rem;top:1.9375rem;left:0rem;display:none; }
#g4Tk5WykD5tMf0KfuG6LQVo8o4o36zUJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:18.4375rem;top:21.541667500488rem;left:71.971898065244rem;overflow:hidden;display:none; }
#WVxZk58o0kn54IZIUN8KobIIrEntkPJg { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.125rem;left:9.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK.adaptive-delivery-prevent-bg, #eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK.lazyload, #eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK.lazyloading { background-image: none; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row .container { background-color: transparent; background-image: none; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row .container > .video-iframe-container { display: none; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row > .video-iframe-container { display: none; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .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); }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row .container { border-width: 0; border-radius: 0; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#q7qkWRXuZ483DRcPbfam04nOUOKqbzHv { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4.0625rem;left:51.6875rem;height:4.125rem;display:block; }
#ip3PzppLKBG12F7EPdJkl6Sl18mK9TMz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4.0625rem;left:3.9791679382324rem;height:4.125rem;font-style:normal;display:block; }
#ZESesL9uUmyoRhQUCreZyQ2B656ql0kR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.3125rem;left:23.375rem;height:5.625rem;font-style:normal;display:block; }
#QkfNRimIJt2oy7Kdwi058BaHHeO5BaDP { 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:15041;opacity:1;top:4.5625rem;left:35.9375rem; }
#nrh3dZkwlTqtRc1cdSSV0Z3OIditPdBN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.3125rem;left:41.25rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zZUcJifOFW4qKkzT2a3EgL9WHqhh5RPt { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4.0625rem;left:1.125rem;height:4.125rem;font-style:normal;display:none; }
#RBm5x7yUodbbHARRMM4nIbzt7GNnVSTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.0625rem;left:11.5625rem;display:none; }
#AxdR6yJ1CEa6qWUA0HMuN07gWbzNTAr5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.0625rem;left:3.4375rem;display:none; }
#t4t50W12QOagPsg1XHN9MVS1zF2XAxLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.0625rem;left:5.4375rem;display:none; }
#RZIw8V34qaIch5rcvvf54TqABdazV54t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.0625rem;left:7.4375rem;display:none; }
#GAEFuu0irFQ5lxVe9C3cCfGHvIc7LI33 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.0625rem;left:9.5625rem;display:none; }
#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row .container { background-color: transparent; background-image: none; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row .container > .video-iframe-container { display: none; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row > .video-iframe-container { display: none; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .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); }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row .container { border-width: 0; border-radius: 0; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#deKkrOPebNFuvGe6R1DcybbdneFa4cU8 { color:rgba(var(--color-primary-3),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.25rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2a61f;background-image:url("https://images.assets-landingi.com/uc/d200817c-c08c-404b-a441-bc7b0605658e/SEC6YellowSectionBackground.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6.adaptive-delivery-prevent-bg, #UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6.lazyload, #UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6.lazyloading { background-image: none; }#UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 > .row .container { border-width: 0; border-radius: 0; }#UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:none; }#pqZhwotckgHmUhtQZuazC1FOLCkoIwXi { color:rgba(var(--color-primary-1),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.281242370606rem;left:9.28125rem;height:18.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqe8GdZAusJmFskipbLd43icR2tbeFIl { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.6875rem;top:1.9375rem;left:0rem;display:none; }
#KdeScX9GzCKLqbth2We3OuLn3NeEfInr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:12.4375rem;top:8.291015625rem;left:62.483461737666rem;overflow:hidden;display:block; }
#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77d77ca9-ec49-4e8c-a5cf-88be63dec19a/ToSALO.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7.adaptive-delivery-prevent-bg, #SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7.lazyload, #SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7.lazyloading { background-image: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container { background-color: transparent; background-image: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.5); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container > .video-iframe-container { display: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.5); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row > .video-iframe-container { display: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .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); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container { border-width: 0; border-radius: 0; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#WWfLRfbb44nBfdnuaPUmBuozmtVClsFp { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbumth2ecGkSI7kxcbovzks1WTouqF3b { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.5rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lu9Oy0Di1HcRifpE7n5hfpi3gvVciBww { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.75rem;left:21.125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0T3x1UFz1sqhhkhT1teuvmfmdpgOFt3 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.75rem;left:39.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2yiZDcWKCbH2Uy3tKwXVPE4FTMnwHt4 { color:#72686c;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.75rem;left:58.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IA5yktTIFIuBJq33TRShWN6u9gI3WHlf { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:33.9375rem;left:18.75rem;display:block; }
#CrWl4T2xEr8tgw9m746opMSZEwKub6QV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7DMwaNChJd3kvZsdfbmHKy1pSscitE2 { 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:2.3125rem;width:2.3125rem;top:17.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#e4VPu6DUCvMBfyd9gKAQzrXblIQ4dcaR { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:17.9375rem;left:45.9375rem;overflow:hidden;display:block; }
#OooZHITpCWHnTSCiVDfUGi8ZDq2iS7pe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:17.9375rem;left:64.25rem;overflow:hidden;display:block; }
#ADB6uXDDqfuikHGmXaJiIcLqxQZydAz0 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:17.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#sMzSTmIbgg1357ECATiGt1zgJkIHQiCn { color:#72686c;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:29.125rem;left:44.4375rem;height:4.750000125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xQMw9NHFmxwyvdENZkNwa2HDmKO715Pi { color:#000000;display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.3125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row .container { background-color: transparent; background-image: none; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row .container > .video-iframe-container { display: none; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row > .video-iframe-container { display: none; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .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); }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row .container { border-width: 0; border-radius: 0; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#P1Qh7iMzJ6U3xy9cbIk4rVuX6vyv44if { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.6241245269776rem;left:0rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWQ0Qpegsp4zwsZEFLDIIrxpn52DghhI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:28.625rem;width:52.5625rem;top:9.8925743103025rem;left:11.21875rem;overflow:hidden;display:block; }
#y6guUmsTunKJRF9uolRA1GOml4D3Sd5L { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:47.625rem;top:45.916017532349rem;left:13.6875rem;display:block; }
#Adt3d66zgDWTbiIFmQZNukWGGpCQwmTu { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:48.000001907349rem;left:0rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXXt6fzAGBKPD3xVfJ39cPbxeCWJW4PA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9073486328125E-6rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row .container { background-color: transparent; background-image: none; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row .container > .video-iframe-container { display: none; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row > .video-iframe-container { display: none; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .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); }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row .container { border-width: 0; border-radius: 0; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#La4Pt0hgiZi3gkQwrsANgNeIcar2KOLP { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:17.4375rem;left:10.8125rem;height:8.75rem;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; }
#J1pVltoPElMWv4oSFVMHioryPsJ0X3vO { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.875rem;top:10.25rem;left:5.625rem;display:none; }
#F9PRowZkgHo2HxWPcCJUlKFK30CLVRxF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#aKsxB888LZHZk3Tr0KMcAJmt75iAJtny { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.4375rem;left:7.1875rem;overflow:hidden;display:block; }
#MsrJ7sx0o8uQLtGB4WB5ZrOR1cLv9Jkc { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:02;letter-spacing:0;top:11.83203125rem;left:4.0625rem;height:24.8rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EmfQGXi4JIrm8B1zeI3SZ0IZ4dMqPQLo { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:17.4375rem;left:42.8125rem;height:7rem;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; }
#DDWduhdruL9WWoqG9B3Vduq7yyhnoU5I { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:27.708333015442rem;left:42.8125rem;height:14rem;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; }
#wGTTiCFP1ZS3qRy3PtAm1FSMtMLh5OxK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.4375rem;left:39.0625rem;overflow:hidden;display:block; }
#X5m8MTnNCGoiG8mJ7VRnHzzJg9yb2g3w { 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:2.25rem;width:2.25rem;top:29.437500953674rem;left:7.1875rem;overflow:hidden;display:block; }
#K1JVFh1iz0nPgKpHQMI9yuwsIgsB82a2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.708333015442rem;left:39.0625rem;overflow:hidden;display:block; }
#WrSy2iz8n7D5Z8zIMpMmzumThzrtJDhE { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29.437500953674rem;left:10.8125rem;height:8.75rem;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; }
#oIBbCtHM7672xIKhxtSw7l0cIKlFRIp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9073486328125E-6rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C46yIBGufN7nxvo3Q98ndcn57mAheId2 { color:rgba(var(--color-primary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:42.811850309372rem;left:10.8125rem;height:7rem;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; }
#LuqfeAAcAmKfWGU4CNuOgKvQzq6C70zb { 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:2.25rem;width:2.25rem;top:46.270182371139rem;left:39.0625rem;overflow:hidden;display:block; }
#hNFHNtNZM982SFOspKNiLaimQ2BIETeE { color:rgba(var(--color-primary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:46.270182371139rem;left:42.8125rem;height:3.5rem;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; }
#PgiJgoEVULlhHF5ZafGkuyeVfahDmm40 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:42.728518247604rem;left:7.1875rem;overflow:hidden;display:block; }
#i0eFE97gGE3kVtLK2Lm3IvQvSwiRtVv7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.4375rem;left:39.0625rem;overflow:hidden;display:none; }
#lwra9sLbDQTVG34WMueei6CNJKrySVrg { position:relative;display:block; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg { background-color: transparent; background-image: none; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .row .container > .video-iframe-container { display: none; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .row > .video-iframe-container { display: none; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .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); }#lwra9sLbDQTVG34WMueei6CNJKrySVrg { border-width: 0; border-radius: 0; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .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; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cQDO9GcVHRRXCeFuDB4zcFbIvGm994FI { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htICleFS8rPpSnx4hQIPt6MHI0rmuilT { color:rgba(var(--color-primary-3),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.978515625rem;left:7.916015625rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jr9efunQRFpdGZbeftkhaJwt3dt8cUTJ { position:absolute;display:block;z-index:15040;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.9375rem;width:14.9375rem;top:24.697266578674rem;left:49.35417175293rem;overflow:hidden;display:block; }
#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row .container { background-color: transparent; background-image: none; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row .container > .video-iframe-container { display: none; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row > .video-iframe-container { display: none; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .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); }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row .container { border-width: 0; border-radius: 0; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#NBeOZG9vAO44yW2deDTMdl38x90dRDUL { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f0HlT8crPLDWT2LCdWWhOScTIE7o4UFE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gi5uk3v3EpcqFnGXoie6Dc02CoQIWFHT { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:11.483375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gi5uk3v3EpcqFnGXoie6Dc02CoQIWFHT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gi5uk3v3EpcqFnGXoie6Dc02CoQIWFHT li:before{  }
#hGUe3e0wqnIEQz9QunCmmAEbnTwcSzCZ { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvFTHRGSpCF6ICCl26lsdbDcbWtML61a { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqG7IzzKe5WNeaqDTfgmMX6V1QFzDpLD { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:6.16015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WqG7IzzKe5WNeaqDTfgmMX6V1QFzDpLD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WqG7IzzKe5WNeaqDTfgmMX6V1QFzDpLD li:before{  }
#I7lklSyvPoRsA4q23tZgKO1KFktKmfMV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.375027179718rem;left:46.34375rem;overflow:hidden;display:block; }
#A7dzk0bG8csSX1bZ31gOvSTnpVIREGn1 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#BOBtBdCNvTpgUlyBrlda0K3J9SSBTh9w { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#IRdkTXN2L8f1HXdpkTAi9ZFq6rZ6MRTu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:5.84765625rem;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; }
#k4u9DIbfz1vbxrgIxTTHVkNz3ZDcdPKW { color:rgba(var(--color-secondary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.75rem;left:48.8125rem;height:4.3857375rem;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; }
#MIfeErOX0lE8pqWnLdcwBCdkK5BsH6UQ { position:absolute;display:block;z-index:15040;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.9375rem;width:14.9375rem;top:26.854167461395rem;left:48.72917175293rem;overflow:hidden;display:none; }
#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca4be11b-e19c-4059-b2f8-886f9267fab8/Projektbeznazwy44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn.adaptive-delivery-prevent-bg, #thnMXTEvB89dzzivdHGEAcfXGJfJP4mn.lazyload, #thnMXTEvB89dzzivdHGEAcfXGJfJP4mn.lazyloading { background-image: none; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container { background-color: transparent; background-image: none; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.95); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container > .video-iframe-container { display: none; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.95); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row > .video-iframe-container { display: none; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .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); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container { border-width: 0; border-radius: 0; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#SAwmkDQNm9nK83Qkv1NNV1Tmk2vbZVWL { background-color:rgba(var(--color-secondary-3),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.125rem;left:17.6875rem;display:block; }
#TVnXC4zXB2J3AclLDZMKwevv93PT8HD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p866tABJOJ2mT2CTTr1NT301PeDOcAgd { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8125rem;left:9.125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ID6pEdODUoJy6XrE2wLGd79TMRUEQNMU { color:#fefefe;display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:9.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v6Mwp6ts3MyvNxhtA98JvBrZzhu0LIE0 { color:#fefefe;display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.0625rem;left:9.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTTKh5prFTEK9DggH3WkNmRbNm7VUaZc { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:26rem;left:10.8125rem;overflow:hidden;display:block; }
#dgdoPimoU1sdTvSGPwlTiOZ1rzaL9y1n { box-sizing:content-box;height:34.9375rem;width:57.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.625rem;left:8.8125rem;display:none; }
#ZElp18CfJkarRy1IhVM4tCt4xpGGRX92 { 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:27.1875rem;width:68.875rem;display:none; }
#rfqvUlDnZkC2qOyW3B3Se9fpwaT5Z1Gk { 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:31.25rem;width:31.25rem;display:none; }
#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row .container { background-color: transparent; background-image: none; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row .container > .video-iframe-container { display: none; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row > .video-iframe-container { display: none; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .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); }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row .container { border-width: 0; border-radius: 0; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#q6e8C7tV0muWqEUfclwRCXJdFgLxG6C8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.875rem;left:39.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAIODC8sPZ5OD8N9ikeofWI33n5UWZK8 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.3125rem;left:39.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xR1fhR1kXuqikdOgWpXrbCevbnHnANxx { color:#47545a;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:7.9345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xR1fhR1kXuqikdOgWpXrbCevbnHnANxx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xR1fhR1kXuqikdOgWpXrbCevbnHnANxx li:before{  }
#b97smLe1y4bKl1ORJTKWqv52c7vkAurq { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10.375rem;left:39.9375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D5re5uHspPvkRkMvgUVZgLTIM1VWFCNi { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.25rem;left:39.9375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zWG44t8eJOmwsQWWcoaXOZgIV8pp7L3t { color:#47545a;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:35rem;left:39.9375rem;height:10.858375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zWG44t8eJOmwsQWWcoaXOZgIV8pp7L3t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zWG44t8eJOmwsQWWcoaXOZgIV8pp7L3t li:before{  }
#k5HyM2ODGuAzTdNGRRlHxZI3HBhNAdTS { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#tWCuFeAKzSeJQ9pT0uDLXJGWTZACxS4v { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:23.0625rem;top:24rem;left:10.1875rem;display:block; }
#CqlZdpgAkQJr1xPQUTO0XaZZduTauNpI { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:25.8125rem;left:17rem;overflow:hidden;display:block; }
#s4BOrVzLGBKew10UiynGUZQcSkg6MnGm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.3125rem;left:13.5rem;height:5.84765rem;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; }
#ahbcQmRO3oKcXt63Iq2FJaCHpWq4F2AO { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:44.8125rem;left:13.5rem;height:2.923825rem;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; }
#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row .container { background-color: transparent; background-image: none; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row .container > .video-iframe-container { display: none; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row > .video-iframe-container { display: none; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .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); }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row .container { border-width: 0; border-radius: 0; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#bv2ibOrTGMmssH1Q0SxulI4N4SIk4PpO { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dtB4qbEAPh9zh40QfvQ1Tkma76xRfCBk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lZ55LJAE9nsHrsuRQSraOkTmgOsGwAXT { color:#47545a;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:6.16015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lZ55LJAE9nsHrsuRQSraOkTmgOsGwAXT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lZ55LJAE9nsHrsuRQSraOkTmgOsGwAXT li:before{  }
#S61XW838GV3i5RlrIw73xKX7OtwioTSq { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kh8Ik0G5JvwwTyO8cWtb6phPxU8FgOAK { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVFw6T8PnHls5ZW6dNn9Olx3Cp5TSu7I { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:4.69824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mVFw6T8PnHls5ZW6dNn9Olx3Cp5TSu7I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mVFw6T8PnHls5ZW6dNn9Olx3Cp5TSu7I li:before{  }
#i2QZb3XE8TiTTFsMiQMLkL1gwOoKJ6Bb { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.375027179718rem;left:46.34375rem;overflow:hidden;display:block; }
#Su7rCbgnM0wQG355S2X0qLdLau0eVCSS { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#By4u47im0X6ArolscXHPCHNiIBDd6umh { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#eno6MrQDwdbL1AWg6bVGW9q389q86T6e { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:7.30956875rem;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; }
#LQZak7NcG5LJMqMtfsi0xUeutn9SnRvT { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.166625976562rem;left:48.84375rem;height:2.923825rem;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; }
#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row .container { background-color: transparent; background-image: none; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row .container > .video-iframe-container { display: none; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row > .video-iframe-container { display: none; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .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); }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row .container { border-width: 0; border-radius: 0; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#UukHUXAhndv7DG30VQdt49qKJ7KOBChN { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ECdgBodRJe55EhdPM6zQ95yxnxRMv942 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SO5iVCgqakyCA4hWLBJHdAbT1VWL20XC { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.5rem;left:40rem;height:5.01074375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SO5iVCgqakyCA4hWLBJHdAbT1VWL20XC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SO5iVCgqakyCA4hWLBJHdAbT1VWL20XC li:before{  }
#BZ1WDdhQVlMEEl2cXDLMwtOTMsKpbgx0 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10.625rem;left:40rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ckpoi9gOTkEMqxLCGDJAuPUHV016rUSy { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.625rem;left:40rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yhEQURL2E2yHTopQanzuhix3rJfT95fN { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:35.125rem;left:40rem;height:4.69824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yhEQURL2E2yHTopQanzuhix3rJfT95fN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yhEQURL2E2yHTopQanzuhix3rJfT95fN li:before{  }
#CbdK5ev7ffQWfbom5ld2u1SRDVWncrOo { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:3.375rem;left:11.0625rem;overflow:hidden;display:block; }
#ByuCkZLuR5EmTqUgTy1qKQMJ6cXT61VC { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:23.0625rem;top:23.9375rem;left:10.25rem;display:block; }
#ydXR2o9PehTqiOz591l67H6mye9zdZSF { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:25.75rem;left:17.0625rem;overflow:hidden;display:block; }
#Mv4kaFhsFShCBqUgtZRTAyOamueCK5kP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.25rem;left:13.5625rem;height:8.7715rem;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; }
#LsJKAC9nAlkM623HVgiGu22kiOn555TK { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:47.9375rem;left:13.5625rem;height:2.923825rem;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; }
#rTez3ez4qrwkwzmRhybV8It5dT1tRTBZ { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:47.9375rem;left:13.5625rem;height:4.25rem;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:none; }
#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row .container { background-color: transparent; background-image: none; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row .container > .video-iframe-container { display: none; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row > .video-iframe-container { display: none; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .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); }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row .container { border-width: 0; border-radius: 0; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#LPUNLP2hDszJkukqkgrMugJRs4esReZp { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fHVdQnxknT54wozcFEbIx0i22JRduecu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7Rz6czsPWldQZM0krA6CqARaKSW5uDl { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:7.9345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#l7Rz6czsPWldQZM0krA6CqARaKSW5uDl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l7Rz6czsPWldQZM0krA6CqARaKSW5uDl li:before{  }
#wrLHThB0Vo3CVgQP5toOdeM2LvuAITFu { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IX4nM9mCDQIk2sqiRVfcnpDTdGD268Zv { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylfUHz6Q23HUmDWrJeb4kFN0Q4kE16Ry { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:6.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ylfUHz6Q23HUmDWrJeb4kFN0Q4kE16Ry li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ylfUHz6Q23HUmDWrJeb4kFN0Q4kE16Ry li:before{  }
#vGlUiGRT6QkilPTsWnZp0rFRTEv2PP7y { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.3750138282776rem;left:46.34375rem;overflow:hidden;display:block; }
#aU8JilgP4LAKaPCBgTz6NWBzuKJefSBl { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#zMhuC4DcZrMonZn1UwVrVVG09lTu7BNw { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#P3ZWLr6DZqhqoqyEDDfFAMsbqxlNRy2B { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:5.84765625rem;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; }
#hWgweqzIWD0IRuLtokHCdTyNCiXlXI2N { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.8125rem;left:48.84375rem;height:4.3857375rem;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; }
#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row .container { background-color: transparent; background-image: none; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row .container > .video-iframe-container { display: none; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row > .video-iframe-container { display: none; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .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); }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row .container { border-width: 0; border-radius: 0; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#LT0yNPCeWd7g9Sn4TTcoU4Ch4dvC52NQ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.9375rem;left:39.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PL803SGzNeqXGy5fMvJMPvRDzDsLWwxr { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.375rem;left:39.875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gRiuZeTuK5ha4vUurSJLJ9dUTGUXLn6b { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.875rem;height:7.9345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gRiuZeTuK5ha4vUurSJLJ9dUTGUXLn6b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gRiuZeTuK5ha4vUurSJLJ9dUTGUXLn6b li:before{  }
#wasfKbFUTM047moTKwecFg3k9RkIEsS9 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10.4375rem;left:39.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqqGwphBkAuTqeh4eUmUFVlhJVynm4gU { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.3125rem;left:39.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0zuGaDzrn0MZoK5JWQVOzhGx1qkn28P { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:35.0625rem;left:39.875rem;height:4.69824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#a0zuGaDzrn0MZoK5JWQVOzhGx1qkn28P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a0zuGaDzrn0MZoK5JWQVOzhGx1qkn28P li:before{  }
#lrsTg4w5h2U918UhnFcy86H4WPZHrGko { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:3.5rem;left:10.9375rem;overflow:hidden;display:block; }
#rCE9OUqb2hZQycPEutfkdTwSG775QQLZ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:23.0625rem;top:24.0625rem;left:10.125rem;display:block; }
#CbRC1blawSVhTmWN1rzCu0eotWLluMoc { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:25.875rem;left:16.9375rem;overflow:hidden;display:block; }
#X8ngUDauyRybttnn42cabv84JBV0IWdV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.375rem;left:13.4375rem;height:8.7715rem;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; }
#ZFuHUmFaXg5WzdvQL790fxZb3gsiTodq { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:47.875rem;left:13.4375rem;height:4.3857375rem;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; }
#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row .container { background-color: transparent; background-image: none; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row .container > .video-iframe-container { display: none; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row > .video-iframe-container { display: none; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .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); }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row .container { border-width: 0; border-radius: 0; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#oCdJr0nXLP2LLaBf0IWO0HqWgVlnzosx { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JH6BDrKBgi6pdB1Lx6CxEdMTcFMl6gA6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zzAyGNELNgI0gW4a10WySPNuhTm5O0a3 { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:7.9345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zzAyGNELNgI0gW4a10WySPNuhTm5O0a3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zzAyGNELNgI0gW4a10WySPNuhTm5O0a3 li:before{  }
#iiJpGipOCJm4LJJ4PFSA9w0M25gZxck5 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KSxOHq1VTbwa2EMCPDeGhaRnvP8DXien { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c0q82fCup10rG9whrmmtxwdlsx3TMMd4 { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:4.69824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c0q82fCup10rG9whrmmtxwdlsx3TMMd4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c0q82fCup10rG9whrmmtxwdlsx3TMMd4 li:before{  }
#g7qcLAcE5pe5AGPEsu4F5WezI36Z4oZc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.2499732971191rem;left:46.34375rem;overflow:hidden;display:block; }
#XDumfm5GcMxBhDOP8Kti7c8TinXHfSt5 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#x5QR4sHfEvkJXSWWmaiFAw9mX23JTigP { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#aVmX92EKbGozsmp3hZbmWnkkq3ETAmHi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:7.3095625rem;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; }
#RsKm4RL1CQsw2c8NtOgZsLZ3fkTTVXiE { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.229187011719rem;left:48.84375rem;height:2.923825rem;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; }
#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row .container { background-color: transparent; background-image: none; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row .container > .video-iframe-container { display: none; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row > .video-iframe-container { display: none; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .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); }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row .container { border-width: 0; border-radius: 0; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#FzXV91WyUZIhT8yTvcBb9hFUcLkZVJ6Z { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.5rem;left:40.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIeNC9ZTMN9iqpQZeIzOSKW9In0ixHiC { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.9375rem;left:40.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ubM8ZfH27dEQTZvSsiLMmayJiXW3Sb8E { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.6875rem;left:40.125rem;height:6.785125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ubM8ZfH27dEQTZvSsiLMmayJiXW3Sb8E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ubM8ZfH27dEQTZvSsiLMmayJiXW3Sb8E li:before{  }
#QETtfoaJBRG4myMsb9QGf97lGNLLoF2t { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10rem;left:40.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svMv7OTx4k7AicNNK5iDvUBMBAFfAIiC { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.875rem;left:40.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTsJaJrHMbVchFiPaONOD4zkuDHmPQ5f { color:#47545a;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.625rem;left:40.125rem;height:11.170875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zTsJaJrHMbVchFiPaONOD4zkuDHmPQ5f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTsJaJrHMbVchFiPaONOD4zkuDHmPQ5f li:before{  }
#xlyTla7G0OAh7MpnM6KyMiM73e1KZZem { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:3.0625rem;left:11.1875rem;overflow:hidden;display:block; }
#Zz3I4STrTBhOs8nKum8Er9mgU44x2kFx { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:23.0625rem;top:23.625rem;left:10.375rem;display:block; }
#UIQAWCvDeIJsTq4pc5vO1MVlz5LEm6mF { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:25.4375rem;left:17.1875rem;overflow:hidden;display:block; }
#LAd6qhFb4g1IkvpPqwAXwCat6ww2mJ82 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.9375rem;left:13.6875rem;height:7.3095625rem;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; }
#qFGc5wrmI4WXN3pN3UAxLJ6gzbLM2AMS { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.625rem;left:13.65625rem;height:2.923825rem;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; }
#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row .container { background-color: transparent; background-image: none; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row .container > .video-iframe-container { display: none; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row > .video-iframe-container { display: none; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .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); }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row .container { border-width: 0; border-radius: 0; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#t3l4T2Pb9IeqM0UZDBLvQEh8knUxdJFT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvkMQGi1C0Qtc3VSya5z4DDzTXMTgxLl { color:rgba(var(--color-tertiary-3),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZp5Gl9KUPaIIyiG2csAISZabDoRv2Tz { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:6.785125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tZp5Gl9KUPaIIyiG2csAISZabDoRv2Tz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tZp5Gl9KUPaIIyiG2csAISZabDoRv2Tz li:before{  }
#sW3LGopKqWpwEiRZO0XT1Tnvtri9PaVK { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8wCbIExPWTX6USS7f1K0boTVaJlDO76 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HmCG3omrTvh923g25BC5oEUiLC0b9mV4 { color:#47545a;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:11.170875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HmCG3omrTvh923g25BC5oEUiLC0b9mV4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HmCG3omrTvh923g25BC5oEUiLC0b9mV4 li:before{  }
#dpoco2Rm3LEfrb5m32ZzrlivNMTxbObq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#N0BU2Tkm2zbXS4kJAm4oqXJ7tqq16eFr { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#VnH1rtkixzfG3NxaN464bp0BxnGUoGck { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#UaKJS8JtfsbtElPkne8HwpZpUUfvd1Bx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:7.30956875rem;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; }
#oPBE4adftiLFKScTxq1HXeoSNGpWLDFA { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:44.9375rem;left:48.84375rem;height:2.923825rem;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; }
#evPl1banHD77r5f6GrUpWCfKwFPayZeb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row .container { background-color: transparent; background-image: none; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row .container > .video-iframe-container { display: none; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row > .video-iframe-container { display: none; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .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); }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row .container { border-width: 0; border-radius: 0; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#Kr9SIhMolrPfruF3SKnXFmhBRqCFccTQ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.625rem;left:39.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a4xcTwn3W2n4VnSOywWw9OXHz1hnotgc { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.0625rem;left:39.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qKt0X1TCMpFhmyOTn9aTTrf6uLya9uOO { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.8125rem;left:39.8125rem;height:6.785125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qKt0X1TCMpFhmyOTn9aTTrf6uLya9uOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qKt0X1TCMpFhmyOTn9aTTrf6uLya9uOO li:before{  }
#R93Kf5XtDuaBUaX7Jt1IIAy6TVNXFpqd { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.8125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oceNbGtkBQvZCfy8mwtR6KNwccTLakhP { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29rem;left:39.8125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFp8A0vaS95e6vElG89bg7DcAIl2mUSq { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.75rem;left:39.8125rem;height:11.170875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fFp8A0vaS95e6vElG89bg7DcAIl2mUSq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fFp8A0vaS95e6vElG89bg7DcAIl2mUSq li:before{  }
#LIdRVp1vSEA9FFkRAJrQlro94PgUGrZJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:3.1875rem;left:10.875rem;overflow:hidden;display:block; }
#lxOTcb8mC0Otm6pOHR64VKRfh8xXAWoU { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:23.0625rem;top:23.75rem;left:10.0625rem;display:block; }
#rwAczIPIpnvUXXDx5940qE9SK02L091S { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:25.5625rem;left:16.875rem;overflow:hidden;display:block; }
#gR1Fh2lVpLMZ4XLK4bHr9E9VQLoQ4XDP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.0625rem;left:13.375rem;height:5.84765625rem;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; }
#ZOCSHy0LrMZU4SDJsn558zETT9MVQ4Ju { color:rgba(var(--color-secondary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:44.6875rem;left:13.375rem;height:4.3857375rem;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; }
#gc9wqpwQy47ntkrobbGegkATsdcbBpzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row .container { background-color: transparent; background-image: none; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row .container > .video-iframe-container { display: none; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row > .video-iframe-container { display: none; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .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); }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row .container { border-width: 0; border-radius: 0; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#KtWAaIk8anq0t7SMKxrUuqbhnrDbqPxb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WktUWo4xowlGIw5mQQ9G1KP7Nxo4RRkx { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TADFFNG89EIP9uSwQzzphp0FDpwdx4mM { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:3.236325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TADFFNG89EIP9uSwQzzphp0FDpwdx4mM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TADFFNG89EIP9uSwQzzphp0FDpwdx4mM li:before{  }
#EPTGPEamy4Dc7KdxZ5C1N1JRw6D6r1gO { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Naqnp7bzeaWxriLP3Z1lZhV9sHnnKIUw { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTNWf5OPa72hueLQFTJSq8zRw30KXRVx { color:#47545a;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:4.69824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hTNWf5OPa72hueLQFTJSq8zRw30KXRVx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTNWf5OPa72hueLQFTJSq8zRw30KXRVx li:before{  }
#az8TUL3dA05gGpo9re8hqfJdShHbbAiw { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#FsNBcEGsSOxeXvmpSvmCwmRtDD4FIapy { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#HNrfgyQ4BCewFHH1X6WcFlVge1xp6OMZ { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#thuXSnkuUJbsSWEZUK9JRzWp4FA0NetT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:;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; }
#AoAEwAqhGEN0vNBO85WULWzRi14nuOZy { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:2.923825rem;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; }
#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row .container { background-color: transparent; background-image: none; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row .container > .video-iframe-container { display: none; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row > .video-iframe-container { display: none; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .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); }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row .container { border-width: 0; border-radius: 0; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#PUX5mvXDwIcPX7IER9r0T8LwcaPDqO8q { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:40.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rwHhlImu7rnX48aGDG1IszCd0sdNH1yi { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:40.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H5FE8eTN21XRmN9TaJnCTlTO9fkV7hTQ { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:40.0625rem;height:5.01074375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#H5FE8eTN21XRmN9TaJnCTlTO9fkV7hTQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H5FE8eTN21XRmN9TaJnCTlTO9fkV7hTQ li:before{  }
#edFDmsWLPGFL52qAUIdotlsHgF5aAtbt { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SgQU7SyoiesN6FiIvTiOk64HMQt4Thzd { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slUZIQqnuJWAeUB8uCvUAme86JkK3AgM { color:#47545a;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:40.0625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#slUZIQqnuJWAeUB8uCvUAme86JkK3AgM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#slUZIQqnuJWAeUB8uCvUAme86JkK3AgM li:before{  }
#O9BtJRnmZ0gABENxp4OJaoa9LCZyAGw0 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.5625rem;left:11.125rem;overflow:hidden;display:block; }
#tiqpeuGtEEDyZOTfXCthWO4FsmapWVHV { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:23.0625rem;top:23.125rem;left:10.3125rem;display:block; }
#TydtcTb7M3nuSvmk0XBFH7N8C9Lz9Gw6 { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.9375rem;left:17.125rem;overflow:hidden;display:block; }
#Kobr63Fd6apOtUQwqmbzupNSdodckkFw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.4375rem;left:13.625rem;height:5.84765625rem;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; }
#dnxlPDJvFzzh2dV3nSBfgC5zxLd92UIC { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.979125976562rem;left:13.625rem;height:4.3857375rem;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; }
#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row .container { background-color: transparent; background-image: none; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row .container > .video-iframe-container { display: none; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row > .video-iframe-container { display: none; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .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); }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row .container { border-width: 0; border-radius: 0; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#noEu2h2mW8uAFHJii4RnsW1bykcuPu3k { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BUdhf1tcGhB3SelA3fpLWPi7pHrpuMcC { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IioKe6pBQZlaTNHfWE45AsWGwdfLHnpu { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#IioKe6pBQZlaTNHfWE45AsWGwdfLHnpu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IioKe6pBQZlaTNHfWE45AsWGwdfLHnpu li:before{  }
#dTlnnw6wK2EsTiZbO0yaMuFmFNpT4FCI { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qKeUDmVtMh6qfCPUXkW9WCKDddfbB28s { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVDbskRtGk32grKLKdJnRxZmi0oHJTVq { color:#47545a;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:7.9345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qVDbskRtGk32grKLKdJnRxZmi0oHJTVq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qVDbskRtGk32grKLKdJnRxZmi0oHJTVq li:before{  }
#d23MqEy6iMDLC3kJ4TTqpdoNM0idHNri { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#vEux7ZgvKtk7haTb0A5mg4rtRRaS1T4V { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#katH65PPCVRrTBT6WlgHQbHp537Jnapb { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#o41ETOz9KhTxOgG06xe8quLw4KGXcSL9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:;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; }
#J2V3K9X9Gax2mVTzCuP2XcPKBgolTssz { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.041625976562rem;left:48.84375rem;height:4.3857375rem;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; }
#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row .container { background-color: transparent; background-image: none; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row .container > .video-iframe-container { display: none; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row > .video-iframe-container { display: none; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .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); }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row .container { border-width: 0; border-radius: 0; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#qCW86JKvw63cDDxloEZB0A9lSO585TMb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.875rem;left:39.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkwyf9Z3r1CDIhqOAkPsgF5mg6XgqSoJ { color:rgba(var(--color-tertiary-3),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.3125rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mT2Wv9vUpIMCMQ3OAiNHLJ87krLqqJ7P { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.0625rem;left:39.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mT2Wv9vUpIMCMQ3OAiNHLJ87krLqqJ7P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mT2Wv9vUpIMCMQ3OAiNHLJ87krLqqJ7P li:before{  }
#muhNkhrxV40e8AIE7z8tqNnRHkT3t2J1 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pIRfKVqagQWNkOHWiBO5wcVd1PNiEEo7 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:27.4375rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VXGDgsaNDnJ3zyRkxqb0UAGuJuvoORTr { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34rem;left:39.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VXGDgsaNDnJ3zyRkxqb0UAGuJuvoORTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VXGDgsaNDnJ3zyRkxqb0UAGuJuvoORTr li:before{  }
#pA206ZvfQwkI14CrTUgScF1hzmzM6RkJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.4375rem;left:10.75rem;overflow:hidden;display:block; }
#yLpXlrsOSdXUgzFpxf5bgZEslTE8y8LA { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:23.0625rem;top:23rem;left:9.9375rem;display:block; }
#UUxUhrtmoKUXLGrAnsgq6g29sdtiue91 { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.8125rem;left:16.75rem;overflow:hidden;display:block; }
#xAfh99VD2TZ9o73xIfCfmD4zgzm9ISVm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.3125rem;left:13.25rem;height:5.84765625rem;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; }
#D8Lt1CXalLJ7rPeJroGnRIf8FKt2QFlT { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.854248046875rem;left:13.25rem;height:2.923825rem;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; }
#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row .container { background-color: transparent; background-image: none; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row .container > .video-iframe-container { display: none; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row > .video-iframe-container { display: none; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .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); }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row .container { border-width: 0; border-radius: 0; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#mbeA27c0g9Nko6S3ZWibBt75TIeTe6Uh { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GgdnhK2GzdgIUaai5zwnDhhR9JmaX43E { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFWUoew8eJxWJfNaFTqnaPIDunl4dmzn { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:6.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yFWUoew8eJxWJfNaFTqnaPIDunl4dmzn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yFWUoew8eJxWJfNaFTqnaPIDunl4dmzn li:before{  }
#MdsA6T55AQ599Fr5T9D08Tf0QukAahMx { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tv9w11KJ132626cM4S4ZdCohuvgfpHF2 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wLZXuE0AEb06RgHlpCqMwbrffry35md3 { color:#47545a;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:9.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wLZXuE0AEb06RgHlpCqMwbrffry35md3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wLZXuE0AEb06RgHlpCqMwbrffry35md3 li:before{  }
#AagDWiv8iFBTaCNq1fPtHsZf151MQMuz { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#PG07AIaXqMETdKmESU2oXSf21q55Rygs { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#fOZXu18fFciDJyBpGxSKF4KKZQ5QfEbJ { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#QFonv0c1Plkob3Awr9psMBU67RfFItyK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:;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; }
#oOeohTroJCho2zLB6rA1EDkQ4pi5tH29 { color:rgba(var(--color-secondary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.8125rem;left:48.78125rem;height:4.3857375rem;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; }
#F0VWioyknNamNhPSDGo2fMnDA6STOplu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row .container { background-color: transparent; background-image: none; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row .container > .video-iframe-container { display: none; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row > .video-iframe-container { display: none; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .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); }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row .container { border-width: 0; border-radius: 0; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#xd93DUFdKsRN90QLTKBMiKTwTIasVfwA { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.0625rem;left:39.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHvOLSiaJUnaa5soCha2qE5R5ATa1qzt { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:39.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIxmGAHQhdevTvJaG69LdQSPb4QacCGZ { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.25rem;left:39.6875rem;height:6.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DIxmGAHQhdevTvJaG69LdQSPb4QacCGZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DIxmGAHQhdevTvJaG69LdQSPb4QacCGZ li:before{  }
#ihr29U4TCoy2yR1vPI4DQE8R2aBmSbTl { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.5625rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A1yZGgLBkJi5mpGK9qdlzKF4ogMvm9sR { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:27.625rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rqB3vHTpdBfdOZmzDEDNzt37qWR43OPB { color:#47545a;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.1875rem;left:39.6875rem;height:8.2470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rqB3vHTpdBfdOZmzDEDNzt37qWR43OPB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rqB3vHTpdBfdOZmzDEDNzt37qWR43OPB li:before{  }
#GEzfMTy1MP6p1J6hUcUmfMcSMas7uK5N { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.625rem;left:10.75rem;overflow:hidden;display:block; }
#tspeCUSvFCZ8uiTMkoIVzhbGr39GzT4C { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:23.0625rem;top:23.1875rem;left:9.9375rem;display:block; }
#JVHAsmwsbo2uvA927fzwKMwhlVIgUVRx { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:25rem;left:16.75rem;overflow:hidden;display:block; }
#EryZbTGNCLWuldJ1LKyHoCPohIpbQA0u { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.5rem;left:13.25rem;height:5.84765625rem;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; }
#S3ErJ3B9ThyKJAhSP95UuMZkqgGMhRU3 { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:44.4375rem;left:13.21875rem;height:2.923825rem;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; }
#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row .container { background-color: transparent; background-image: none; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row .container > .video-iframe-container { display: none; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row > .video-iframe-container { display: none; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .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); }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row .container { border-width: 0; border-radius: 0; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#aKNQ6G3TMcCSDPtNmIHNfHMbvxrO2Arf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#leysPwoFvfDmXbX2ggJateNA0RSIJG0z { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0bLaN3EuJrWRQI8IEO4tSRNXqzBF0Ne { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:7.9345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#I0bLaN3EuJrWRQI8IEO4tSRNXqzBF0Ne li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I0bLaN3EuJrWRQI8IEO4tSRNXqzBF0Ne li:before{  }
#aIKO3L2psQwbCUIvIZPEq2THyEUzdeEN { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKu8K9WXDIO8bHeJuRhmCHF0p3iTSlup { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RgmUNg4aIPTs8yg7RVPZTTCloyQrkVq0 { color:#47545a;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:12.9453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RgmUNg4aIPTs8yg7RVPZTTCloyQrkVq0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RgmUNg4aIPTs8yg7RVPZTTCloyQrkVq0 li:before{  }
#zVo88hZRnFX4pcgu5vciQLqT5JEgmMJC { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#HsIICHofTHqTGsMetGZxgkbgePn1Pa0l { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#p9GzPZUcZa5i0SFAiRrzbGEW0kJEWxJ7 { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#STQ3Ki4OBPV0GFopqOiy03LcG29thnD5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:;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; }
#lArOF0MJV6uZI2tVTDOPqapXBzTfEykl { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.291748046875rem;left:48.84375rem;height:2.923825rem;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; }
#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row .container { background-color: transparent; background-image: none; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row .container > .video-iframe-container { display: none; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row > .video-iframe-container { display: none; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .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); }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row .container { border-width: 0; border-radius: 0; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#mUNCUdyA13NEIWWN9Bve9F8rgSRXNTyZ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwyVbDPL2kq5LlwvFOGJN46LBKxiE0tF { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bf2wq97BTB2CH5Bo3RFyTXGz9SGEQb6m { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.25rem;left:40.0625rem;height:3.236325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bf2wq97BTB2CH5Bo3RFyTXGz9SGEQb6m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bf2wq97BTB2CH5Bo3RFyTXGz9SGEQb6m li:before{  }
#cggxBxMTNoKCLTM3kCET19GWlTbDKGqU { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vfoepa3VrxLT82BrCbRiObTh7JirU997 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:27.625rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVCn6uf3NB08n0Q9alRyGg4diFOUNiTT { color:#47545a;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zVCn6uf3NB08n0Q9alRyGg4diFOUNiTT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zVCn6uf3NB08n0Q9alRyGg4diFOUNiTT li:before{  }
#q1xuiz6xTnZBtV2p8ZbgTfZ00r5tmDqT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.625rem;left:11.125rem;overflow:hidden;display:block; }
#tekS4ArTVT4rsmqOvQ4oP4UvTzutZ9K9 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:23.0625rem;top:23.1875rem;left:10.3125rem;display:block; }
#JsWv7oFi9Sa7wh7Kb6MSXtiyTtdlcvvz { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:25rem;left:17.125rem;overflow:hidden;display:block; }
#lpST45T0yGKqTC5U1B2nHLerfkh8nfAe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.5rem;left:13.625rem;height:8.7715rem;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; }
#fuzS2RSb2kaaVrkD8bk8dWG9H408a4F9 { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:46.0625rem;left:13.625rem;height:2.923825rem;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; }
#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row .container { background-color: transparent; background-image: none; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row .container > .video-iframe-container { display: none; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row > .video-iframe-container { display: none; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .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); }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row .container { border-width: 0; border-radius: 0; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#pkqSF5kubFSnkp3FSVHlZ09VBffN78yO { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iuhS3Iyxly3NFQdKfepRuObckS6kfH4u { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yGv82QeUXbPy6Klut26lku0eA26QUq0N { color:#47545a;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:5.01074375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yGv82QeUXbPy6Klut26lku0eA26QUq0N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yGv82QeUXbPy6Klut26lku0eA26QUq0N li:before{  }
#EuEydXmM8Tu09sdTHTbuJws8HCmG4TDH { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HazTqLyBv3RlL3WpndIzeSCMZGUZa8T5 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2Td2Q44cPBFPJscwyMTEByTLtUkXIZC { color:#47545a;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T2Td2Q44cPBFPJscwyMTEByTLtUkXIZC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2Td2Q44cPBFPJscwyMTEByTLtUkXIZC li:before{  }
#UgQo1VmOOio8JrnKH3vzxTTHiW36hJTa { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#yLMCOkTPhhXDDxUCoALsBtH71dQ0tM52 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#sSTxiN0lml3Paxft9yfzyfSEgawWoxfd { position:absolute;display:block;z-index:15034;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.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#aq7NrH40ACdNq2iCCSu6mxGTK3PuXEQt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.5625rem;height:5.84765625rem;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; }
#miVrgGC1pCyKgCFCxe7FZDDF9vp1STqq { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:2.923825rem;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; }
#GdBC9Q8QTpNakWvFE8RJ4rnMZHcZCuDM { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:55.65625rem;left:18.75rem;display:block; }
#NQ8kvGDih5MJ4bWdoDBEHCxmZ8MJsnFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZk77iiwuPTTh2HHrsfzxxQuakTSkPM9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:19.1875rem;top:43.291748046875rem;left:0rem;overflow:hidden;display:block; }
#cgpTFaoD5mUZq4pEuM1LmEbzNN1JnhWn { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:48.979248046875rem;left:2.9166679382324rem;overflow:hidden;display:none; }
#eypTFAH3yVK6pKTPGW6BcNziActe5CAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#eypTFAH3yVK6pKTPGW6BcNziActe5CAK > .row .container { border-width: 0; border-radius: 0; }#eypTFAH3yVK6pKTPGW6BcNziActe5CAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eypTFAH3yVK6pKTPGW6BcNziActe5CAK > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:none; }#t86VS3gT4syTWuWFNVknX1c5Wf7qJlwu { color:#72686c;display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.84375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJbqXlhw3lkksRLfgHmRylHrwQU2X30a { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.75rem;width:56.6875rem;top:14.5rem;left:9.15625rem;display:block; }
#vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fa029c37-7ab7-423c-a2e0-09331e0c5791/AgniLiveBackground.png");background-position:bottom 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; }#vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0.adaptive-delivery-prevent-bg, #vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0.lazyload, #vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0.lazyloading { background-image: none; }#vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 > .row .container { border-width: 0; border-radius: 0; }#vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:none; }#bIpQizITcr0682Mo7XKUyOCJx4FpkTdD { 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:28.3125rem;width:43.8125rem;top:39.737499952316rem;left:15.59375rem;overflow:hidden;display:block; }
#TKoDmRQNIUDTEVrKUfIE5TVzuDAd2m06 { display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:68rem;left:22.40625rem;height:4.5rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIanAttJARLteMXfXZRcRPTAoUOSZuib { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:102.3125rem;width:63.9375rem;top:55.039794921875rem;left:5.53125rem;display:block; }
#ll9KwOGwvRbINPFID2sEKfLlrfpy1Myl { display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.572998046875rem;left:2.25rem;height:2.75rem;color:rgba(var(--color-primary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 > .row .container { border-width: 0; border-radius: 0; }#toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 > .row .container { font-size:0.875rem;font-family:arial;height:87.9375rem;width:75rem;position:relative;display:none; }#IzPEq5DhxD9lDw1TLDxcFty45T3WsSFG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.249919891358rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSTyD0KzaabfCgzVWn3u68FQrea52WHf { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoXMNGUymXwGTsUdL33VVsPuvvh3p1yp { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:38.25rem;left:12.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJzvaFSNaQV4bgbVgQpeIFciREX2vWod { color:rgba(var(--color-primary-3),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:42.061576843262rem;left:16.836807250976rem;height:6.25rem;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; }
#LKGnmfCJygqLGie5mDzK4g3c2zSyKlJC { color:rgba(var(--color-tertiary-3),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:50.5rem;left:12.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4RdtHyA8l8CxrTOunQ3Q0m1PClsgx5G { color:rgba(var(--color-primary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:53.624158859253rem;left:16.836807250976rem;height:11.9987rem;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; }
#gwTXJF2dlkTmQuHhVqMCK0qMuedt0DnP { color:#fd4336;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:70.187490463256rem;left:12.53125rem;height:10.23566875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6aQNeXed10q77vdTaHttwm4rM1wsOlb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#cpwHgePwPolb6BfOUTBQxeZId6NnDdet { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:0rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIQmrw9Kn4dQiqCQlyqTw1b7ZC3Sz39u { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:90.1875rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EBfTiHGPiEbXTsRtht7PbOVmUNZarlXH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:16.3125rem;top:57.062582969666rem;left:0rem;overflow:hidden;display:block; }
#wCKVw39sFTOnI2cm0tUqtKH3RXddow21 { display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:24.96875rem;height:2.8125rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQaZy7JcBbkKUbxR4ckzmCyzLp2fv4Hq { display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6996536254883rem;left:15.15625rem;height:2.4375rem;color:rgba(var(--color-primary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7443remTJoZRTyPnLx7FVtG64T2Onkd { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.75rem;width:41.4375rem;top:5.0434036254883rem;left:16.78125rem;display:block; }
#KIQlWbDR0655WRiXBm0wsn6DCZeNvM0O { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:102.9375rem;width:63.9375rem;top:53.728271484375rem;left:5.53125rem;display:none; }
#gAT7wiBiJXxJzTL3ygdXsX6xOXzndNXK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:42.062479019165rem;left:12.961805343628rem;overflow:hidden;display:block; }
#AZddfgMa4oRSyZmRRHvyl5DP3wyom8Pp { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:45.6171875rem;left:12.961805343628rem;overflow:hidden;display:block; }
#TbiAxEOqC6RtDytFDCX0E3WbtAtRyf9G { 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:2.25rem;width:2.25rem;top:53.625rem;left:12.9375rem;overflow:hidden;display:block; }
#RSKA4eEG0cTlZnkLppL6sNwgm18yZEUG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:58.5rem;left:12.9375rem;overflow:hidden;display:block; }
#TZgT03zz2GVzg90cpoiZiHTzSPg6kUO5 { 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:2.25rem;width:2.25rem;top:63.375rem;left:12.9375rem;overflow:hidden;display:block; }
#RPQF11hXHMMUppxPfunkLGxTF9CXE92r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row .container { background-color: transparent; background-image: none; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row .container > .video-iframe-container { display: none; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row > .video-iframe-container { display: none; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .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); }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row .container { border-width: 0; border-radius: 0; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:block; }#D5a9JWzJF9g674C8gy0I4MK5orNQ0m0h { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gespXnVT3ZpnabteomT9KbklydLvTdLt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:48.4375rem;top:22.9375rem;left:34.1875rem;overflow:hidden;display:block; }
#QNu9Ax8UXaQyNpmRU8hL0TF3wT92mbK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:6rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NaT3Mt9Kk9xmBX2SCMOJz9DD5V0E9uoZ { color:rgba(var(--color-primary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.75rem;left:6rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGngaASb6o71OHkHTHq1wMVR5FuoazZG { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:38.8125rem;left:6rem;display:block; }
#IQbTiy4qmnN44I437L9rd8CMXlRtH0wt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eISecImZLJmlBe5TiFAGqA8fSCuG6en5 { display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.3984375rem;left:24.96875rem;height:2.8125rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#FrZAbw91WaIHKHFlCGA0VCc9gBlkioxK { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:38.8125rem;left:0rem;overflow:hidden;display:block; }
#Mft7e3WWGmkdI1LrIho0iXPNF0nigoHT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.6875rem;left:6.6875rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container { background-color: transparent; background-image: none; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container > .video-iframe-container { display: none; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row > .video-iframe-container { display: none; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .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); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container { border-width: 0; border-radius: 0; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#M38XrdMIzIhzcZK44uWZcuR9U2NGQiq8 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.875rem;left:16.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSEkKPrOyne2p8G4XTSBpxm4soFKeHT4 { color:rgba(var(--color-primary-3),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:11.75rem;left:16.8125rem;height:2.5rem;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; }
#uZT6Qu5aFN7Jo1KT9CvEsrVcINI2MgzT { color:rgba(var(--color-tertiary-3),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.125rem;left:16.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aeEHBEEgKec8f0Wrs61iiihukLxqTDOA { color:rgba(var(--color-primary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:24.3125rem;left:16.8125rem;height:2rem;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; }
#hoHze91bMhBWp5RZ8IBlLUUnkJJBx2Uq { color:#fd4336;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:37.625rem;left:12.5625rem;height:11.69530625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cB76EWRvMxR5hXxTX8s7koiouQUakMFV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#EQ8omDkDGU7TeXJwHFLtPevmWFTXheRK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:90.1875rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UixelBaP6XQgPiSOTXmV4CTzS9s4DpIQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:102.9375rem;width:63.9375rem;top:53.728271484375rem;left:5.53125rem;display:none; }
#NeXFm0i4ZuVFMyG3ThAUkTKNMEzOiiqs { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.75rem;left:12.9375rem;overflow:hidden;display:block; }
#TIoXCLdZ2hTXL83Zfw4FMRZPAK0TO7Vq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:15.3125rem;left:12.9375rem;overflow:hidden;display:block; }
#XkWkbu6DRKVuUtpc0MeibGmLAFVD54C2 { 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:2.25rem;width:2.25rem;top:24.1875rem;left:12.9375rem;overflow:hidden;display:block; }
#Zm7rOOguyvzSLUsZz8sd7qioDvTQiTBO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:28.1875rem;left:12.9375rem;overflow:hidden;display:block; }
#N0n1eXTQgKq3FtfTKUIJSMuEt1bWbp93 { 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:2.25rem;width:2.25rem;top:32.125rem;left:12.9375rem;overflow:hidden;display:block; }
#lsmrp0Z1N5oK6xwsQTfbXJeQVTnxLZ0C { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.875rem;width:63.9375rem;top:4.875rem;left:5.5625rem;display:block; }
#E2yntiR3ZvcUfQMKogvkpmLvTaPqGsUy { color:rgba(var(--color-primary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:28.3125rem;left:16.8125rem;height:2rem;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; }
#kbe2kpOTWWRg0vBmdD2RzlWNk7z4uZz4 { color:rgba(var(--color-primary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:32.25rem;left:16.8125rem;height:2rem;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; }
#Os75pENHJM1vM68lUMH8G2sqGzXwCn5i { color:rgba(var(--color-primary-3),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:2;letter-spacing:0;top:15.1875rem;left:16.8125rem;height:2.5rem;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; }
#Vkrn8b8Ko4StZp9wroNxaFvCNEwVUOx3 { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:61.72917175293rem;left:18.75rem;display:block; }
#xT8Wk5nnFztWGdGWNZxAP1IBWNTcsHy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/dbcb70a2-ff01-47ff-b746-eff872ac501b/ToSALO1.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna.adaptive-delivery-prevent-bg, #MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna.lazyload, #MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna.lazyloading { background-image: none; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row .container { background-color: transparent; background-image: none; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row .container > .video-iframe-container { display: none; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row > .video-iframe-container { display: none; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .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); }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row .container { border-width: 0; border-radius: 0; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#Tn7HTNgltiELzEv8cPiBvuzggxOO8Dac { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2ThqoAi6nzeqObwZ0EML8Zx6mcCCMz1 { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/ed579fc6-ba06-4fdc-b4ac-729afc28bf14/KolazPodlasie2510x1220.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9.adaptive-delivery-prevent-bg, #ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9.lazyload, #ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9.lazyloading { background-image: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container { background-color: transparent; background-image: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container > .video-iframe-container { display: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row > .video-iframe-container { display: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .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); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container { border-width: 0; border-radius: 0; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/dbcb70a2-ff01-47ff-b746-eff872ac501b/ToSALO1.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW.adaptive-delivery-prevent-bg, #I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW.lazyload, #I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW.lazyloading { background-image: none; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row .container { background-color: transparent; background-image: none; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row .container > .video-iframe-container { display: none; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row > .video-iframe-container { display: none; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .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); }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row .container { border-width: 0; border-radius: 0; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#GuoslR8nZemPiDskwMihgfr0Hlp37qH2 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lm1SAiTPqtRRiwGn2MQh1OP5egTPnZyk { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ay3fTMFKzO8a8TFRTpZB5xh7x3cW1mub { background-color:#30b1be;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:12.478515625rem;left:18.75rem;display:block; }
#ErVRUKl2nyBxMXZoN5vCoakNo3iDrVTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDMlyVh8wLOakndnwohr53GopP073XUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row .container { background-color: transparent; background-image: none; }#pDMlyVh8wLOakndnwohr53GopP073XUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row .container > .video-iframe-container { display: none; }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row > .video-iframe-container { display: none; }#pDMlyVh8wLOakndnwohr53GopP073XUf > .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); }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row .container { border-width: 0; border-radius: 0; }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#uypnpTu8z9sBB2VlEuifL5GMiPphPTQd { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#XMTreaXE86b7xpTtwTmNTQ192qph3fEK { 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:15.625rem;width:15.625rem;top:8.75rem;left:0rem;overflow:hidden;display:block; }
#SEVIsgXT1kqRGbA9mx3EDCH1pOGQAPVM { color:rgba(var(--color-primary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.749923706055rem;left:19.875rem;height:14.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yJJpMzHlhfIFM7CppTc3WFh7I7p0UUXE { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.375007629394rem;left:19.875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOQe3Thbw73EPrl8ZT9Q7fN31inb6bkP { position:absolute;display:block;z-index:15008;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:56.9375rem;width:25.0625rem;top:17.549966093017rem;left:69.128482083456rem;overflow:hidden;display:block; }
#iEuNmVt1roE4t2OXqyTpMPtWEF5TkXJT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:26.9375rem;top:8.2708332499994rem;left:67.389139104056rem;overflow:hidden;display:block; }
#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row .container { background-color: transparent; background-image: none; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row .container > .video-iframe-container { display: none; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row > .video-iframe-container { display: none; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .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); }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row .container { border-width: 0; border-radius: 0; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#TUppgHSXiTGugN9vIZvtN926DKnIZzpK { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#yVXaRFuGkyNtRwbIrvHKq4zE8yLZ9r0b { color:rgba(var(--color-primary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.74826335907rem;left:19.875rem;height:12.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rvM90rZlpREuMHITyXucxySyq5yWt4ZN { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cet711SIS8ZGgyhNXgIipaIBaKJxwOpD { 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:15.625rem;width:15.625rem;top:8.7985963821413rem;left:0rem;overflow:hidden;display:block; }
#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row .container { background-color: transparent; background-image: none; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row .container > .video-iframe-container { display: none; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row > .video-iframe-container { display: none; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .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); }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row .container { border-width: 0; border-radius: 0; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#NTHN0fXcqeKJrPfgu9mcC3HmebQwrF8n { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:63.125rem;top:4.8125rem;left:8.4375rem;display:block; }
#gVVKTCKOT2uNyqMKNrTTTlRdGooHleE7 { color:rgba(var(--color-primary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.74826335907rem;left:19.875rem;height:18.28125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#iigme9Dk8BhDxAbK06sttmJotPz15Qw0 { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.028645992279rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NxXVLqF2QuCt5cpUH6kCxmewURhaLP44 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:16.6875rem;top:10.937513351441rem;left:0rem;overflow:hidden;display:block; }
#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row .container { background-color: transparent; background-image: none; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row .container > .video-iframe-container { display: none; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row > .video-iframe-container { display: none; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .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); }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row .container { border-width: 0; border-radius: 0; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#fq72vTkMPZ6Ed0eyZ2ZJH1kXVw0fd0lk { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#tiWqZs1RcE716MCpFmlQ5TzOcOhbhdQK { color:rgba(var(--color-primary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.336814880371rem;left:19.875rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ulGCD2m3VgT2NabCwZPxdqJftehLleIb { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MfdAfcfgZxAISZEhXT2sOdOCheykstex { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:16.6875rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
#U2gwyXTLewv8bkS5rx3yDCmrLbZTAfwU { color:rgba(var(--color-primary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.336814880371rem;left:19.875rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row .container { background-color: transparent; background-image: none; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row .container > .video-iframe-container { display: none; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row > .video-iframe-container { display: none; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .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); }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row .container { border-width: 0; border-radius: 0; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#tREa6OqFAqO4tFP4OkWgMEhWFHLWnN2P { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#bhogVqAKSiSk9rPrMeLdTEksssTt7vDH { color:rgba(var(--color-primary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.2742767333988rem;left:19.875rem;height:14.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NG1l51SaedrhTkbpDgE1st9tPw7wAW5y { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhwJ6a5e20bNzqCnm1pQy3K3wfDZMvX { position:absolute;display:block;z-index:15003;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.625rem;width:15.625rem;top:8.6874732971194rem;left:0rem;overflow:hidden;display:block; }
#fuJWLfR8200TppTnsT37dgri4sSDThqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row .container { background-color: transparent; background-image: none; }#fuJWLfR8200TppTnsT37dgri4sSDThqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row .container > .video-iframe-container { display: none; }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row > .video-iframe-container { display: none; }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .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); }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row .container { border-width: 0; border-radius: 0; }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#g61tl6JTWUOt8diMahmBGgzBuPAg27mK { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:2.802734375rem;left:18.75rem;display:block; }
#sH0vKgxTAyQ74WozWBtzosektWzKkM8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axK8UVM19QlzoitIKnTVEuu7DGdUf8v8 { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4348957538605rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:6.990966796875rem;left:18.75rem;display:none; }
#K7JqAd6AZcyJTCzm8MnqbWR10N84w7ub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB.adaptive-delivery-prevent-bg, #JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB.lazyload, #JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB.lazyloading { background-image: none; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row .container { border-width: 0; border-radius: 0; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#tmliQvaVgMXR48kx9Ly5XmWDVOmM2P98 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4.0625rem;left:51.6875rem;height:4.125rem;display:block; }
#aeKy1oH6AUtTBgKV3CrcrS9w8RZ1kILX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4.0625rem;left:3.9791679382324rem;height:4.125rem;font-style:normal;display:block; }
#rSvOktMeFT5JkV3E0q23qgLkwWPKNeye { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.3125rem;left:23.375rem;height:5.625rem;font-style:normal;display:block; }
#lveU4N8oOVUJoL2EVtApgaQzckFVmBPc { 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:15041;opacity:1;top:4.5625rem;left:35.9375rem; }
#sRNiTDesraUTVDzOSrcIxPaGPC7i9SOs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.3125rem;left:41.25rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hUPb6wH1k7HatZ1P17Fu2AeJD0AUMFtG { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4.0625rem;left:1.125rem;height:4.125rem;font-style:normal;display:none; }
#Qi6Abf6yBfr2dHG4RI8KESHHAgEZPBRy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.0625rem;left:11.5625rem;display:none; }
#Je4ZF2i0JD22LcT9AFk5G7sCWHPIwTxy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.0625rem;left:3.4375rem;display:none; }
#zarebaWbpcmFnhIK9haRFrp2vEEZPMec { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.0625rem;left:5.4375rem;display:none; }
#aAtm0vm000vKrP048rez7I5Ea9nLKTA2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.0625rem;left:7.4375rem;display:none; }
#HAVZC4dTZSCmTgOpvSeUsKCV35I0Jpor { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.0625rem;left:9.5625rem;display:none; }
#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row .container { background-color: transparent; background-image: none; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row .container > .video-iframe-container { display: none; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row > .video-iframe-container { display: none; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .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); }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row .container { border-width: 0; border-radius: 0; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#xI10iUC8SxWQzt06bGvVGrL0XBTJGzdq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4739580154419rem;left:0rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhROTSNATAVp4XKE0HsDkku5G11Iuv1F { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 { position:relative;display:block; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 { background-color: transparent; background-image: none; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .row .container > .video-iframe-container { display: none; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .row > .video-iframe-container { display: none; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .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); }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 { border-width: 0; border-radius: 0; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .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; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:75.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mEbLTrvRIq8mbQuRRzdte491oen0brKd { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.875rem;width:17.25rem;top:8.3125rem;left:19.28125rem;display:block; }
#WKcIcvQgdB8gwaWkEItJQnSRTe77oKS1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.8125rem;width:17.25rem;top:8.3125rem;left:38.4375rem;display:block; }
#PqHnReTF2bCUtcCV77tROTfALgE9Mbt9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.75rem;width:17.25rem;top:8.3125rem;left:57.75rem;display:block; }
#pHpOKeckdRxueTHJUydipuoTvMGIWTRX { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.235191345215rem;left:20rem;height:37.0313125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OM5VV700LsGpdCw8WqIk3uI8mqhGhbyX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.25rem;left:21.6875rem;overflow:hidden;display:block; }
#U2dw3fkHclF4nTZJeUvosfIJtOsGrXwQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:2.228515625rem;left:60.15625rem;overflow:hidden;display:block; }
#MUgTSMpIKMTzDW8x1rq1T6TTtZOK7QOn { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.104156494141rem;left:58.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKzqW4f60uupGKILaQCiNd2g299dOkyT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.3125rem;left:40.84375rem;overflow:hidden;display:block; }
#ICwsrbRcEZHtWq23TVt6xT6VlzZ7Tu1E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.0625rem;left:3.4375rem; }
#Udk1PaQILQk0dSD1DaUoMItaK4JLRfe9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.0625rem;left:5.4375rem; }
#Qix6BytnkJGdG19lCfStcKsTmTTwTKhf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.0625rem;left:7.4375rem; }
#KqcbtTkcebJ2CLsuBUVdqvFXKBGiV0er { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.0625rem;left:9.5625rem; }
#yTIawi5eU6DgaFW9a5czG62t1Ud9kQQM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.0625rem;left:11.5625rem; }
#riB30lPSJrAiuGal2Kw6hgKXg7BVbKfG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.75rem;width:17.25rem;top:8.3125rem;left:0rem;display:block; }
#hxcW7AVCayWH8w42TwZmAUbwOTUGWsSy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.0625rem;left:31rem; }
#yyWILc5aUTpqpGaPamDWmZ879SEpCsba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.0625rem;left:29rem; }
#re2QOmNrGrlK2EIgvBaTkzb6BV1KWZDM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.0625rem;left:24.875rem; }
#yrskThSWg7MzWxPno1K17g1fztsPTO0f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.0625rem;left:26.875rem; }
#aHct7vOEQFEXTRTyJWzxO2xyFLXbQ0qi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.0625rem;left:22.875rem; }
#qRF53QBbEyWhwDAJ34TKnmpu1eZQWkyM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:16.0625rem;left:50.125rem; }
#kSPcA2c96XDpq7TemJUdkA6dLlR0i6QK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:16.0625rem;left:48.125rem; }
#UKBi35HR944MnBNZMzZAGcxE3heEIQKG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:16.0625rem;left:44rem; }
#lHk7NSS8JM7eO4OTGgXlloX6qUDiZM0G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.0625rem;left:46rem; }
#lCt4gIgeMfTNggQBIzA2CxTEDrUJCnTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.0625rem;left:42rem; }
#ydt9zOm6GxUv9TzyR20p44C8TcX3384n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:16.0625rem;left:69.4375rem; }
#hRMsH0Q4zzzoDTXf0zWoLsK19ODqdgss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:16.0625rem;left:67.4375rem; }
#TRFoUK3SGRrG9BENCfO6dTxe8dr91AZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.0625rem;left:63.3125rem; }
#ILMiyoLPbcQ7buoV870OgWDzWipgsKVr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:16.0625rem;left:65.3125rem; }
#sl868VWVi3yTCzDIXBKwHDZOIPbvVq5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:16.0625rem;left:61.3125rem; }
#GpMLXXpp3WZT5geUnMMQGlTGPMwuh85b { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.25rem;left:19.96875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZAL2WwbtWhEamUx1IzIWRlLJghI0ApeC { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liGNGaP9KAa3kRGINh2Ac0c5b10cKTaQ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:25.235026359558rem;left:39.15625rem;height:38.57421875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KllQQDfkcpeLZ2kIbiw5HDVOpichCODT { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.227865815162rem;left:58.4375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUF1QOER4ISvdwbFabzravDildSUT00w { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:25.235026359558rem;left:58.46875rem;height:27.77340625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CJo4iUVL1TMBCo74W8its1gFraCiIBCX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.25rem;left:2.21875rem;overflow:hidden;display:block; }
#yA7zoaQD5TR6o0dLlNt9ori1EDNCw0vo { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.421875rem;left:0.53125rem;height:33.94528125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T8JQGR0MQeTCZBaguEbRqL1dP9sarsRd { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0.5rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arskqJ8TBsmHGMMrVczrV2yNkfw1CxN7 { background-color:#30b1be;background-image:none;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: none;box-sizing:border-box;color:#faf5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:67.537502288819rem;left:18.749218940735rem;display:block; }
#M8GvZgtFfphVd3sBXRUHXa4CfTiDv8ey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 { position:relative;display:block; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 { background-color: transparent; background-image: none; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .row .container > .video-iframe-container { display: none; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .row > .video-iframe-container { display: none; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .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); }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 { border-width: 0; border-radius: 0; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .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; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uITTxzrxDJDJcB0qMoTXTE4qmMvztBxS { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:25.235026359558rem;left:0.80013084411619rem;height:37.40625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#K48ikbBaKlvFkPecJlaS33HmggU0OGaE { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.5625rem;width:17.25rem;top:8.3125rem;left:19.28125rem;display:block; }
#HZ8NVTgP280yh0fvikHTvVakDTmMTXHW { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.5625rem;width:17.25rem;top:8.3125rem;left:38.4375rem;display:block; }
#R7gnzDtwbQ1NpVT8Kr4sbRTrdl09pwEe { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.0625rem;width:17.25rem;top:8.3125rem;left:57.75rem;display:block; }
#fly7U63Omp1PBmt4e5ZKkxXAzfHgE5oc { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.541015625rem;left:20rem;height:37.03125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VdyzAesqs92sFQuCyL80bxQsxRUBeZya { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.25rem;left:21.6875rem;overflow:hidden;display:block; }
#Rdw1IhyxXLoMKl5aqDBpsCS9UJQwRduG { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.104156494141rem;left:58.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXhW2bx6cWfurTOAUc5VnXQoxdMW1UiW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.3125rem;left:40.84375rem;overflow:hidden;display:block; }
#bBtETf9VIxtoNVtArgfTgwxT6wpIS59C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.0625rem;left:3.4375rem; }
#GC1dc7XF9XT6NfAWk7dc24cBqO2knop2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.0625rem;left:5.4375rem; }
#TCgvHbQQ9HoQf4LZcSxMUE0ozdtF9xIB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.0625rem;left:7.4375rem; }
#nrLeQs9CWwf4UxQoRH19vS2dmufW4dMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.0625rem;left:9.5625rem; }
#qkfxxSVDOJv5uZXIoToJgk9GwHHdobT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.0625rem;left:11.5625rem; }
#ATawAT18QMII656VG5qoiLFbGcxWAW9d { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.228515625rem;left:0.57096481323242rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgIfGTdKFFyZfk69pAuzCF9DtNWIgLra { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:54.6875rem;width:17.25rem;top:8.3125rem;left:0rem;display:block; }
#aDBr26M6HWsHcb4FxPTONACwc2aQc2wR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.0625rem;left:31rem; }
#bT8pRHeF42eHF7xnCQcPgJ5WJbMtZyiC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.0625rem;left:29rem; }
#hWy8o6C1dGLk3w7Iyn8wkDDtm4QQWQHU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.0625rem;left:24.875rem; }
#EFkBM9XezRyUmBcf0I4340a42EBZmMlB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.0625rem;left:26.875rem; }
#QEQDsh0LwWyOIT6oJOR26OM1zWee33Ox { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.0625rem;left:22.875rem; }
#Cr4hOBO1OLZLFra4TmNXO3bCNBtbi7DL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:16.0625rem;left:50.125rem; }
#Nmwvbmp6s88Rtc9DBLaJ25vrpwN46tWE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:16.0625rem;left:48.125rem; }
#aTDbXFLd3XmHNdX8qVh0wIg2TlCecG50 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:16.0625rem;left:44rem; }
#JfsLPTrx2fzTBX0CpkyJs0vcxvbZzcy8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.0625rem;left:46rem; }
#ZChQQT1kcn7owD2TV2BGSVTxtT0feePO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.0625rem;left:42rem; }
#Oo8FxdGrwy4rFLFfppQ8bdkbvcEEy8rr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:16.0625rem;left:69.4375rem; }
#eCWAZUkmenQKqnHssysM0ht7pQv7TeA3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:16.0625rem;left:67.4375rem; }
#WTZDgT9Um52KWUzQQCIF7ymGECnd5TX1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.0625rem;left:63.3125rem; }
#XaXvV2S3ftZwGPcyTZRcRlt57qg7diJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:16.0625rem;left:65.3125rem; }
#egau1vxDMQGnuDSgUlUux5vx6cPWZHME { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:16.0625rem;left:61.3125rem; }
#xGIeV0b7Te7KK2KxtputNJGdSXVROLIZ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.25rem;left:19.96875rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knWNgbUG2qZAym0kdchN1g6eZhMBWR85 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3TtibrpTN3u7rIsx3rspscF3R6MemyI { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:25.235026359558rem;left:39.15625rem;height:37.03128125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lQWmiak5SKPBG8OzBnyeu8JFxqlZTeqw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.25rem;left:2.2897148132324rem;overflow:hidden;display:block; }
#BdHz6bVZcXuWaCNP5EWIEKwZDeavF13s { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.25rem;left:60.15625rem;overflow:hidden;display:block; }
#awn4d0olD913cWPinL5ASFCXu6ubTgXS { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:25.234375rem;left:58.71875rem;height:30.28125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#paTGoLMapuI7Kix7AUDMlQgSu1QRDc1E { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.228515625rem;left:58.4375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC { position:relative;display:block; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC { background-color: transparent; background-image: none; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .row .container > .video-iframe-container { display: none; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .row > .video-iframe-container { display: none; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .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); }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC { border-width: 0; border-radius: 0; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .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; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tbPNzHMSf4ss512paRSVCTQg69QQ69sJ { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:23.354166507721rem;left:1.125rem;height:26.71875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uVi9mCaQxJKE28y5XBq8Ow8NAilnAMTn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:44rem;width:36.375rem;top:8.125rem;left:38.5rem;display:block; }
#L72EadTXPhtitTGgfcoFdwq30rCycvw4 { color:rgba(var(--color-tertiary-3),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.354166507721rem;left:39.6875rem;height:20.058625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cBZSh9TPBN0PtEBaD7PktSLdW5odQel7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.0625rem;left:50.46875rem;overflow:hidden;display:block; }
#w5K0cxya8N4D6VKmTBwBKSrT4I82lfRZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.875rem;left:13.25rem; }
#pyZIPlDq2hPnDpTBnZrckm2lON9vGOEB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.875rem;left:15.25rem; }
#bOcCEy4THNNPvm19xnw3NI3e4v2xWffr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.875rem;left:17.25rem; }
#inuzzEGu56pGWXQCqm3ZLvi1AqC3bJor { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.875rem;left:19.375rem; }
#eVrVJ8ypQNoNEfc0EgVgF35nKn5SUlsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.875rem;left:21.375rem; }
#w4xfDnHbmHb5WlbTNGSbLwiyHAoPWqtf { color:rgba(var(--color-tertiary-3),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.0625rem;left:1.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8cJPSFh3igZ0tXsrLJ0zTpWdsHBs8hf { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:44rem;width:36.375rem;top:8.25rem;left:0.125rem;display:block; }
#Jml4SiUm1kTPqLF7N0RVQhJBOEQ1Bueq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:15.875rem;left:59.75rem; }
#RQpV0sxKINZ1rRiUi1io9XuzrM1a4mtS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:15.875rem;left:57.75rem; }
#sTxtwBwETi3W91blr3TXgQA749n2PTsg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.875rem;left:53.625rem; }
#fDbwVkIOpQFl53PQXagt1TAmnwf7ZTfB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:15.875rem;left:55.625rem; }
#RqmnxJKDF6gsSHoHgNISZDaCmGWSO8aD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:15.875rem;left:51.625rem; }
#wCix9hhIdrO1VmQirC9NA0mrNPx3iveM { color:rgba(var(--color-tertiary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.6875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m8KgVZC0FM9eWIwpL52kuWR9OV9b61u1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.0625rem;left:12.09375rem;overflow:hidden;display:block; }
#Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc { position:relative;display:none; }#Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc { border-width: 0; border-radius: 0; }#Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc > .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; }#Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hrF6wcsQQDdEyTBF5yL2p6SkHIO1doyX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.2291669845581rem;left:2.2897148132324rem;overflow:hidden;display:block; }
#zTaXtbT8Eko9nXGVpTN4aw0DdbM6nOVE { position:absolute;display:block;z-index:15007;background-color:#2eb2be;background-image:none;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:46.25rem;width:17.25rem;top:8.6875009536744rem;left:0rem;display:block; }
#SHsLnXVU8NAbVXin5UeGcieuDZIlKtNM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.2487rem;position:absolute;font-family:dosis;font-size:7.5rem;font-weight:300;z-index:15021;line-height:.2;letter-spacing:0;top:13.208333015442rem;left:5.3841152191162rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L66p7NG4bg8TkLeZ1fmCbLtXUpMR7V7O { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:16.979166984558rem;left:0.69596481323244rem;height:22.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TU0p1OJV8JF2FXwlVMdm8b4OIAeNRQNS { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.104166984558rem;left:0.57096481323242rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZOpoZOmLKogckIu2p7Jo7Hzb20UKKMV { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:48.261069297791rem;left:0.88346481323244rem;display:block; }
#AEJuq2anQgab2nNmsPHyuaF2MapniHyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVeETOFb8dEfO1lr0vmAPJobXWTMw6bt { position:absolute;display:block;z-index:15008;background-color:#2eb2be;background-image:none;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:46.25rem;width:17.25rem;top:8.6875009536744rem;left:19.375rem;display:block; }
#MXQU90cXSOMlLDtQDNTMaWq8ztLXMmpV { position:absolute;display:block;z-index:15009;background-color:#2eb2be;background-image:none;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:46.25rem;width:17.25rem;top:8.6875009536744rem;left:38.4375rem;display:block; }
#Feo8K8CJ8HUMvhSRtCmVfifgzixOxO3p { position:absolute;display:block;z-index:15010;background-color:#2eb2be;background-image:none;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:46.25rem;width:17.25rem;top:8.6875rem;left:57.75rem;display:block; }
#qAN2JbfulakAEmAd6v9DzTk3R8L2hFqA { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.479167938233rem;left:20rem;height:21.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hOkg8U3C4EJIbkkw9MAftEdE2p4KSAlO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:7.5rem;font-weight:300;z-index:15020;line-height:.2;letter-spacing:0;top:13.208333969116rem;left:24.876953125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHEtEwhgNknDUaJ2tBDM60032osix8qV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.25rem;left:21.6875rem;overflow:hidden;display:block; }
#VMlAafXkvHOZ7170hUbv7smdTmMdNBnI { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:41.104156494141rem;left:20.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcuDMTBtTOykEnZZTgFSVJJny1sRbcvk { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:48.261058807373rem;left:20.375rem;display:block; }
#I0Tk3FTaQb8SgLyQgU0BALBW8T10h82P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uekXxzGwVvau0UVJXPnInPs4FS6wfl8O { color:rgba(var(--color-tertiary-0),1);display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:7.5rem;font-weight:300;z-index:15021;line-height:.2;letter-spacing:0;top:13.208333253861rem;left:43.939453125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtbaPw3JPCTKWUowPTOuRg3u04zLFF19 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.228515625rem;left:60.15625rem;overflow:hidden;display:block; }
#DwzOIkndh5SLRTlTrNJRz6VHH4ynLiUk { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:17.478517532349rem;left:58.19010925293rem;height:16.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bFllWeWSNEaHS9kDBDeem7CKxvRkoMPN { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.104156494141rem;left:58.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ON8IvQQHHfyzOoLenby9OBwD0VnsaWhB { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1569rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:48.307933807373rem;left:58.75rem;display:block; }
#lGVIxVTWkIwxfyPBlpU8TamiHbEac35Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L0Vysd9slBzWSp31Bd1MGOEoTIZv92qD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:7.5rem;font-weight:300;z-index:15022;line-height:.2;letter-spacing:0;top:13.208333253861rem;left:63.251953125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9s1Q5LkzJE98omKUHsq1ETGBoJAVw10 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.979167938233rem;left:39.125rem;height:17.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lquauz8Ha7hDwgNUOtnMnP53JASyT1LA { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41.104156494141rem;left:39.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGz3EQHvV0NqARnVvTQBHST28LevzpLx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.3125rem;left:40.84375rem;overflow:hidden;display:block; }
#MLSeTwbMq6e0iOxMnWkpGwqxeBPh8esu { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.015625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:48.378246307373rem;left:39.4375rem;display:block; }
#TDz9a5PWJ6H41kImqouqfgShokNQFDs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF > .row .container { border-width: 0; border-radius: 0; }#eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:none; }#SF70N5dkLl5wu3LlNgn6AdszkJ3BimDc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;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:37.5rem;width:33.8125rem;top:9.796875rem;left:0rem;display:block; }
#ZRTGISVLKeebmDwTvpmGzSTikRl4k7TA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#lPFwBaz8wsV3mLKM21xFTTi7UvCSDQEu { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.799560546875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVuc630cWz7lIHtzOr1JPb5ZiHkBQb77 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.362060546875rem;left:1.28125rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QfqQQTr173ZSPJwbQ34St0MnniWmXCBu { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.57942775rem;height:3.266927rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.80078125rem;left:7.6158866882325rem;display:block; }
#htLchJQZiiPv76DCxclIkFXA8ccPLbAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECKCZlGogD5ywthD9gHsH6w69LZQfXDg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;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:37.5rem;width:33.75rem;top:9.812520980835rem;left:41.25rem;display:block; }
#TJKgGR7W06smbRPtIGngiLdgToTgw4kD { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#wNQzoteqdDNvyATtmSdJrZcxqVMVhidD { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.55338475rem;height:3.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.81787109375rem;left:48.73698425293rem;display:block; }
#UoV2TTbviA1ioKOpmnicm2BezpGIyU1b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGuQo3WdkqUW0QFhGfSdVgtlTi7DnZTZ { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2473965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.3203125rem;left:42.391929626465rem;height:16.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#drFaEoD8K3n6GEoEroZbaMculFCGZ1lA { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.217191696167rem;left:41.250001907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3h5Ld2ON2cqeFDUQLVwiaAkK16y4IbT { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#r5pbDPyPcaGUlFPhO7VBTtvu5Lm5V1T6 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#qyfZrFMvR0D4Tz4zS3GyCQVebJHtrpCG { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:20rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TaOx1by6I5vXqEKWdJnuPKZWXJbo0FIe { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#XDEQy6Poei6s8EdSXcS7rh7tguuVC6VZ { color:#f7eff3;display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.75537109375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSGfQ7cZDKvT5HQyRiMDas5cS0C4Tsr7 { color:#f2cbbd;display:block;width:6.246875rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.749999046326rem;left:43.437501907349rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WO8dHov8nDRBDqWOlKfVLpcAEWBKaABu { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.799560546875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtC9HmpE0cdqQaREDoEa9rITkTcLQdVX { color:#f7eff3;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:12.255229949951rem;left:43.16015625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw > .row .container { border-width: 0; border-radius: 0; }#B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:75rem;position:relative;display:none; }#tOuLZbFJBfqIXXKLP7rR1Oa0tl2TOUnu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#Vvghpc89MBG0bpNFcWMNOAPtHcVZ6rry { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#FAkgX6hGHwdBoDdrWhKo0pdWNHQgkWbT { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.21630859375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAGce6F1xqwQ76bRM7oTl4kNL8lOR452 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.362060546875rem;left:1.34375rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XfThUQ3AhffB9tcVHo3bpaigTLkQuVi8 { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.45312435925rem;height:3.1419270783662rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.21875rem;left:7.8046875rem;display:block; }
#ovJVasFJct61Tk5gFUwEQ3bwdHTmXLAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0NITw4PIlRMFzcZh6H9klaTRWCmEyfO { color:#f7eff3;display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.713623046875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAgsNkpBD7PPtnMe2akp2QHEQ8oq6cPr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#gN5QUz0cCH1EhpHzg5ML11G18E36SK8w { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#CW3r81HOJqDHgR8wmQ7ImT5pTJVd4rJa { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4244785rem;height:3.1158855rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.190185546875rem;left:48.802085876465rem;display:block; }
#TZ6rzLotTfrIVL2bfavh4NGcFzMKHE60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URu3ioDwB9MFgdnoyS7FiJJbkPsgeGex { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2473965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.278564453125rem;left:42.391929626465rem;height:16.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VTKTu1TL5fNiQC8764rrQz1TQBbKETyR { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.7578125rem;left:41.25rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ba4XouJKDFnR5i4ZtfNfQzfsiAOPNoo3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#gCUvnfilovEVig3k6eI6GOohe1aqZA5M { color:#f7eff3;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.713623046875rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QthSRSwIBxxz5rO42lkJSXyJrnJhdTaH { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lzgnXQicVRFTb2bgyEMZPlEHku8R8h8T { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:20rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lBOJpGgpxoVPt1y30467Q34WMAqR9N7R { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:14.4rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#sKHvJNNk4T4CeM1E1DfNNwTmTIROPkgm { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Hs8lBNWbht4vTir9oMIG3LHkltA3MygV { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:51.041666507721rem;left:18.75rem;display:block; }
#Gr1gHsgL5clcv24UVxBo7m3LO0ztrd59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ayJB716WwDp8iX5awbAy7shXUMlwhCu1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/d200817c-c08c-404b-a441-bc7b0605658e/SEC6YellowSectionBackground.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ayJB716WwDp8iX5awbAy7shXUMlwhCu1.adaptive-delivery-prevent-bg, #ayJB716WwDp8iX5awbAy7shXUMlwhCu1.lazyload, #ayJB716WwDp8iX5awbAy7shXUMlwhCu1.lazyloading { background-image: none; }#ayJB716WwDp8iX5awbAy7shXUMlwhCu1 > .row .container { border-width: 0; border-radius: 0; }#ayJB716WwDp8iX5awbAy7shXUMlwhCu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayJB716WwDp8iX5awbAy7shXUMlwhCu1 > .row .container { font-size:0.875rem;font-family:arial;height:81.0625rem;width:75rem;position:relative;display:none; }#Vlfm761GP3i3IMb20XzT50LDmEphDzTo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5rem;width:21.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:50.000001907349rem;overflow:hidden;display:block; }
#y0gvNhgLRH4V3Ko177Tx0hrocSV2swX4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.625rem;left:26.5625rem;overflow:hidden;display:block; }
#i4TQrdg4kkEgkyfRTfCSIgTuuUTD7ZCx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.625rem;left:50rem;overflow:hidden;display:block; }
#Ikne6AANOoe7zgNsEdOMJr9xU4EgK4A1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5rem;width:21.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#TSieARh0xMnccU8eFPXSemywk2SCNTDH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5rem;width:21.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:26.562501907349rem;overflow:hidden;display:block; }
#DIOPsmmqfxTx611c20mDJyz9GMRzhSZM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.25rem;left:3.25rem;overflow:hidden;display:block; }
#lhCeTcyIc8ngegCiTSB6NR66FoV6OCQp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.25rem;left:26.59375rem;overflow:hidden;display:block; }
#VV1PoTVv0gAKD1iXTGaF9hU4sI6DgGt9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.625rem;left:3.25rem;overflow:hidden;display:block; }
#GqU5MaDrTFIdZ7eVlx3p7GqMzrWPlwhs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.25rem;left:50.0625rem;overflow:hidden;display:block; }
#m1hEEu7D8hEzvx0TM6EJQcnSVbzb4MEc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5rem;width:21.8125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.125rem;left:3.1875rem;overflow:hidden;display:block; }
#o3hUAHqa3WKtBdam0ikWVVnTCIlqhTmV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5rem;width:21.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.125rem;left:26.625rem;overflow:hidden;display:block; }
#WdBNL9kBo34JwZ1ZB509uo3UK2RP7IAr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5rem;width:21.8125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.125rem;left:50rem;overflow:hidden;display:block; }
#bcOp5NGPkfduzOfkTN0ynfLqmoCJAAZO { 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:7.375rem;width:17.5625rem;top:48.743137359619rem;left:72.534159138919rem;overflow:hidden;display:block; }
#hV2tZld1C1heUzRl9dlfLmMlUE4728Ud { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.4995rem;width:18.99975rem;top:38.819091796875rem;left:56.000244140625rem;overflow:hidden;display:block; }
#rTORJbJPnCVTzBa7Vg0TGDvHXVziysUH { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:72.75rem;left:18.75rem;display:block; }
#yBcgImnewdHqDPK82FdEVo6CwHgTeLei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2EJ9EqFTXynp04ulvTQOBdFkao9v2Ed { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:72.75rem;left:18.75rem;display:none; }
#G1Pm8ybhmRB4tLwBRaAAG0MmMKdNz51C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom 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; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.adaptive-delivery-prevent-bg, #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.lazyload, #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.lazyloading { background-image: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container { background-color: transparent; background-image: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container > .video-iframe-container { display: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row > .video-iframe-container { display: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .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); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container { border-width: 0; border-radius: 0; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#tEPN6grUPQFr2WIEBDKP0s8DSt7iBor0 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.47802734375rem;left:30.875rem;height:20.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#y0zKcmp8MPioTw3WLkxCTqikbRL59k1W { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:7.5rem;left:10.208335876465rem;overflow:hidden;display:block; }
#mvHeViOpaQB33OoNBkOpBvu8RMUuAN0L { color:rgba(var(--color-tertiary-3),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.10205078125rem;left:30.875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm { position:relative;display:block; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm { background-color: transparent; background-image: none; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .row .container > .video-iframe-container { display: none; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .row > .video-iframe-container { display: none; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .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); }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm { border-width: 0; border-radius: 0; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .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; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eJNbNCAlWM4RygfZdkQL4idMWCmvbJ83 { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:4.125rem;left:18.75rem;display:block; }
#WkZI6hyBPuvxBSETERwuckAKArVsxTFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/27628fcf-36b1-4346-8d21-396d2fde970b/_Zdjciegwnenastronzapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw.adaptive-delivery-prevent-bg, #TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw.lazyload, #TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw.lazyloading { background-image: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container { background-color: transparent; background-image: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container > .video-iframe-container { display: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row > .video-iframe-container { display: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .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); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container { border-width: 0; border-radius: 0; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#r9XMRIrU2OhF9cikIRV6OmPbu4PBJI5v { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WNyT8GUXpyKEytUaoic8qcc9KKE7qGTs { display:block;width:32.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.625rem;left:37.875rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxIkir6yxwDrwiyHquPHcFyuRn7VZrOC { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MyHbWaiLXN809xDuMhuhqEqaPZ4Ezisr { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QAXR0OknDhVegXdb7fFlSgdPbgp0T5uA { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;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:none; }
#uIRV3hSQwB3OLbgMdnFMEQ4oPW4Fd38q { 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:31.25rem;width:31.25rem;display:none; }
#CTTCevEidfpAMMQAoPv2VEubg99qqN8l { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UDGh6QI1OIsJRTTTXNi9iQ0kGr4fBA2I { 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.875rem;width:31.25rem;display:none; }
#okhb07G8FZDLPAsey6EAbmJnwtebm5TS { display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:16.16552734375rem;left:37.875rem;height:29.25rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDuGPCgFhmIMcCHTzATZD4MZJDbh17wP { display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9rem;left:37.875rem;height:5.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/5469fdcb-0b75-4279-b460-31c392be2fb7/Wykorzystanenalandingu12webinarowbio.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH.adaptive-delivery-prevent-bg, #ZaEBih3UvASK6NaZmX8Ngdzn274qktwH.lazyload, #ZaEBih3UvASK6NaZmX8Ngdzn274qktwH.lazyloading { background-image: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container { background-color: transparent; background-image: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container > .video-iframe-container { display: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row > .video-iframe-container { display: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .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); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container { border-width: 0; border-radius: 0; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#I0g4zKBrdqvdxtfQoqX6LZBLl9KaVkev { display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:21.311279296875rem;left:36.936199188233rem;height:20.25rem;color:rgba(var(--color-primary-3),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrUupQU8oTQxEvvIeWQR5igcwTGio2vg { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mpFkxTH3rM2O4d8gNV18zDRGqX7J6haX { display:block;width:32.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17.249267578125rem;left:36.936767578125rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#SWDbmy9292SraX2fDTxaW4G3CpEGxo7h { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pw3Twt4XmRuGumMFLx5AzOazS9h3JZmK { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JcqBkeLqutHh1TEJdJpldh9XKrJWMKQw { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;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:none; }
#vKTVxK87cTBwmMc2JNEehJBnhTS4Ad6M { 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:31.25rem;width:31.25rem;display:none; }
#eUkNbFCuPrMJZO71SbQlb32eIAUp6B1e { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xooVpOR0SL3ttbCS0LoECwVhmiD6I6MP { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:3.75rem;top:31.16748046875rem;left:90.390625rem;display:none; }
#aseJgm1l5vaEFNnyA9kLZE26SyW6xvZV { 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.875rem;width:31.25rem;display:none; }
#mJttGqAIy06RENyxfCpS91gEKBmOaT37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe9e9;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; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container { background-color: transparent; background-image: none; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container > .video-iframe-container { display: none; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row > .video-iframe-container { display: none; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .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); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container { border-width: 0; border-radius: 0; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#O0uqK848zhvJsJTeis4TUBp3obOS4k6Z { color:rgba(var(--color-primary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.9rem;font-style:normal;display:block; }
#A09fZpUIydIpyN5xo4TFmURO2bpkmmto { 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:3.5rem;width:9.375rem;top:5.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#hnMrBEzA6hWdlPQvctsCT5wOUX4El7FD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:60.75rem;overflow:hidden;display:block; }
#zgliPxB2Co204rVsK2WORJIJWI0DxTSI { position:absolute;display:block;z-index:15003;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.375rem;width:9.375rem;top:2.375rem;left:51.375rem;overflow:hidden;display:block; }
#bPlsF2KKFMFwJeCDrN4Eoz51d52sMRJ5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:19.875rem;overflow:hidden;display:block; }
#MO20Tdn8Vcu2IRMGQIi9xRyTuNuo2VO4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:42rem;overflow:hidden;display:block; }
#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77d77ca9-ec49-4e8c-a5cf-88be63dec19a/ToSALO.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh.adaptive-delivery-prevent-bg, #TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh.lazyload, #TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh.lazyloading { background-image: none; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row .container { background-color: transparent; background-image: none; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.5); }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row .container > .video-iframe-container { display: none; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.5); }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row > .video-iframe-container { display: none; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .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); }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row .container { border-width: 0; border-radius: 0; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#TSlbvoAJv6FpTy0fDUuGOz9wcV4b7PHF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.25rem;width:56.25rem;top:3rem;left:9.375rem;display:block; }
#KCiM9P965VS9U0JUdD5UCsPHMStmr6rr { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:36.625rem;left:18.75rem;display:block; }
#ExxcoqlGBFSZQguyywhAa4zTK9dZokx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row .container { background-color: transparent; background-image: none; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row .container > .video-iframe-container { display: none; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row > .video-iframe-container { display: none; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .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); }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row .container { border-width: 0; border-radius: 0; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#oxqlUsRHUiDEO4wNXldQ2dT0n6Fp89JK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht { position:relative;display:none; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht { border-width: 0; border-radius: 0; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .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; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container { background-color: transparent; background-image: none; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container > .video-iframe-container { display: none; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row > .video-iframe-container { display: none; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .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); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container { border-width: 0; border-radius: 0; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row .container { background-color: transparent; background-image: none; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row .container > .video-iframe-container { display: none; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row > .video-iframe-container { display: none; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .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); }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row .container { border-width: 0; border-radius: 0; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#zQxHHfZNhUNycS1ei1Kz9FcIxi4ldtGQ { color:#7a3855;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.186632156372rem;left:6.4305553436281rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LIQQdGlPiSxGx36l1qc0JZq7SShISVkK { color:#000000;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.373264312744rem;left:6.4305553436281rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zXTKeB42FMZiJMFcX6FQ6O0Sscy6sE4t { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:47.9375rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#oCVOqo9SvXcHbJFwEOWNlgGyXDernIQ7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:11.187446594238rem;left:38.6875rem;overflow:hidden;display:block; }
#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container { background-color: transparent; background-image: none; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container > .video-iframe-container { display: none; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row > .video-iframe-container { display: none; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .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); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container { border-width: 0; border-radius: 0; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row .container { background-color: transparent; background-image: none; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row .container > .video-iframe-container { display: none; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row > .video-iframe-container { display: none; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .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); }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row .container { border-width: 0; border-radius: 0; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#fOPZKqNddfFVdvNBsKZqzZiFi9ZZg1nS { color:#7a3855;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.155354857445rem;left:45.8125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mdh4G7B9Un8mq5wg6mre0At6ISEaXSUc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:47.875rem;top:0rem;left:-11.340051788356rem;overflow:hidden;display:block; }
#X5AZzP4tp6T9HXNEKO4Bxf7t5uPcxHkQ { color:#212727;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.591907501221rem;left:45.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E6V1NpaoFqhMQZwwAMATkOoIXTp1kP4a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.45920085907rem;left:34rem;overflow:hidden;display:block; }
#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container { background-color: transparent; background-image: none; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container > .video-iframe-container { display: none; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row > .video-iframe-container { display: none; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .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); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container { border-width: 0; border-radius: 0; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row .container { background-color: transparent; background-image: none; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row .container > .video-iframe-container { display: none; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row > .video-iframe-container { display: none; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .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); }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row .container { border-width: 0; border-radius: 0; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#NvU16rK3IzeGJhV7NkWuG7IWCfs0w3oQ { color:#7a3855;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3100109100344rem;left:6.430468559265rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GOl28EQBO1CTTDa0dXLOuNTX086ucAxo { color:#000000;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.373264312744rem;left:6.4305553436281rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NwNEg8tfaKMs04fsyZ90wrDFubvIu7oZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:48rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#pUBwd9QddIXuDaaDXoOzg1yTnLEn0NaF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:11.187717437744rem;left:38.6875rem;overflow:hidden;display:block; }
#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container { background-color: transparent; background-image: none; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container > .video-iframe-container { display: none; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row > .video-iframe-container { display: none; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .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); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container { border-width: 0; border-radius: 0; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#wtJh8oLTdBxoQEOX3T7ebb5ZDmI6fbef { background-color:#f2a51e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.21875rem;left:18.749218940735rem;display:block; }
#MHHByCE8EMNUuk611hatS7omTElNmfZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container { background-color: transparent; background-image: none; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container > .video-iframe-container { display: none; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row > .video-iframe-container { display: none; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .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); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container { border-width: 0; border-radius: 0; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row .container { background-color: transparent; background-image: none; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row .container > .video-iframe-container { display: none; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row > .video-iframe-container { display: none; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .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); }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row .container { border-width: 0; border-radius: 0; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#l8PGn9NNWQqpAoXZXc1e0mJl4oTwak8b { color:#7a3855;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.155354857445rem;left:45.8125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GqCPhUq1EToNt4tlUCMes7lUdcnD2J8N { color:#212727;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.591907501221rem;left:45.8125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DINAglr7kvSkb5r1kFyIyg22FIi8Vcsi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:11.1875rem;left:33.6875rem;overflow:hidden;display:block; }
#Ez7FsTT1sozW8RkE1h3OThJQW8PiDNen { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:45.125rem;top:0rem;left:-8.4489917669988rem;overflow:hidden;display:block; }
#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container { background-color: transparent; background-image: none; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container > .video-iframe-container { display: none; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row > .video-iframe-container { display: none; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .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); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container { border-width: 0; border-radius: 0; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row .container { background-color: transparent; background-image: none; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row .container > .video-iframe-container { display: none; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row > .video-iframe-container { display: none; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .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); }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row .container { border-width: 0; border-radius: 0; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#gbmhzaf6mJfPX9oheoziGSH0WImgg4i8 { color:#7a3855;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.2476570606231rem;left:6.430468559265rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wmF4vT26V4msSaIibw4vvL1gOHD5mgzH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:11.187500476837rem;left:38.6875rem;overflow:hidden;display:block; }
#BC4BabRFKmx3uktGt6rKtz4SrJ5hZeug { color:#000000;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.373264312744rem;left:6.4305553436281rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ruTAAmFEJBglX9gPpAX6rviwQVqry7LH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:48.125rem;top:0rem;left:41.945137753098rem;overflow:hidden;display:block; }
#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container { background-color: transparent; background-image: none; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container > .video-iframe-container { display: none; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row > .video-iframe-container { display: none; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .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); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container { border-width: 0; border-radius: 0; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;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; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row .container { background-color: transparent; background-image: none; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row .container > .video-iframe-container { display: none; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row > .video-iframe-container { display: none; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .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); }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row .container { border-width: 0; border-radius: 0; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#BPLFvTfaPCcS24MNW5V1pZUgRAaRykrC { color:#7a3855;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.155354857445rem;left:45.8125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TafbtDvaG7I3aM4BmW0T7Cewpkq17EHx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:11.1875rem;left:34.1875rem;overflow:hidden;display:block; }
#pnb8c70biRbobOJ0NqyVBVOqwETctAnR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:48rem;top:0rem;left:-11.435555124349rem;overflow:hidden;display:block; }
#n7MosryWWZreT4LpBo2dKvCtNMhgwI4g { color:#212727;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.028930664062rem;left:45.812500953674rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container { background-color: transparent; background-image: none; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container > .video-iframe-container { display: none; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row > .video-iframe-container { display: none; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .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); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container { border-width: 0; border-radius: 0; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF { position:relative;display:block; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF { background-color: transparent; background-image: none; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .row .container > .video-iframe-container { display: none; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .row > .video-iframe-container { display: none; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .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); }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF { border-width: 0; border-radius: 0; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .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; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/53071145-0b76-44df-a8d5-1375e1af5ddb/_Zdjciegwnenastronzapisucz22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI.adaptive-delivery-prevent-bg, #LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI.lazyload, #LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI.lazyloading { background-image: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container { background-color: transparent; background-image: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container > .video-iframe-container { display: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row > .video-iframe-container { display: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .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); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container { border-width: 0; border-radius: 0; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#xHXa3QVJ9IdstB7GPGlRwiAKCbf6CgCL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.5rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2g8aJTZ97O0gmy9xa4EsF32VLuUJfCP { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:14.58203125rem;left:4.5rem;height:24.75rem;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; }
#uT2Byf3FnzCcotqWbcNgvoT5Nl7yu0FX { 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:31.25rem;width:31.25rem;display:none; }
#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/97883310-d14b-4c79-92b5-c29f4f302000/DzA1.png");background-position:top right !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; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.adaptive-delivery-prevent-bg, #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.lazyload, #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.lazyloading { background-image: none; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO > .row .container { border-width: 0; border-radius: 0; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#LME5hUJTIotUTCNy7mPSLy3BG8FTle5v { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:6.25rem;left:36.6875rem;height:30.9375rem;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; }
#pOhqngJ9d8dX6Wx7muOLqZcT0qQPCgfW { 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:31.25rem;width:31.25rem;display:none; }
#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row .container { background-color: transparent; background-image: none; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row .container > .video-iframe-container { display: none; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row > .video-iframe-container { display: none; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .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); }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row .container { border-width: 0; border-radius: 0; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#XcDtkqiceO6FNsUthXUuXnngkfvtAiXp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4739580154419rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBLD42AdzEW7p0z5W09KIXUhCULbNRTR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L67y6FEeXrzULxiEk7p3thATpaApg0Xi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row .container { background-color: transparent; background-image: none; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row .container > .video-iframe-container { display: none; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row > .video-iframe-container { display: none; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .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); }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row .container { border-width: 0; border-radius: 0; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#QpgzQ5AIzszicno8WhPg4JRpIUPuNC1t { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;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:37.5rem;width:33.8125rem;top:9.796875rem;left:0rem;display:block; }
#FNFPAx8Cy2vsnZAUrJm75Z5TDN04xoXy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#dlDGTUEoCHoGbLDSDLKUKDugNvKy08zE { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.799560546875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XunyvbOFnLlLGor5UyN7yTPzJTI2TTLK { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.362060546875rem;left:1.28125rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HQsbzOFzTBf4w71QICTFaN8IXqRQTOdZ { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.57942775rem;height:3.266927rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.80078125rem;left:7.6158866882325rem;display:block; }
#TPFBZK496VNh9Ezs7sXcy8q9npTpMALc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxCvHEE2fkJGEZO758lJK1kRKsFFRSAT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;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:37.5rem;width:33.75rem;top:9.812520980835rem;left:41.25rem;display:block; }
#l53INb85yWaXhrUpXAhlHJUkrcXGfHnb { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#ckkBGbO2LdPLgQ8goKlT8iRkMnOXJqgE { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.55338475rem;height:3.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.81787109375rem;left:48.73698425293rem;display:block; }
#VuTzr1sXs7pzThxTHcb9LaVSa0xAKJra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVrN2FguJPnXB7Klpc1P5BnbRHCq7oSv { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2473965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.3203125rem;left:42.391929626465rem;height:16.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#h8tdNNuXnTqiWXJvp8bOmlevMGitQK3T { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.217191696167rem;left:41.250001907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfS9F8GGrqdtbv2kGtkTCfN1TFpxSLDi { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#VoWCBhV8x1dmwRQuAmlpGqGQe1FKADy2 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#nKUV3Ztu1zuRZ0y2208ATDeM6pumXXgE { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:20rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tJmkoZRR0M2LduaEh6qHPqUSgTm6VUpS { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lJshZ38RiFKMKZ5k1lPL6CXimUfzxwNn { color:#f7eff3;display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.75537109375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cu2TTy8McfIUnV2r47KXQddk1dEAiAMu { color:#f2cbbd;display:block;width:6.246875rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.749999046326rem;left:43.437501907349rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#soJz3foynW5a6hnr48P8XCvaxRwKONv6 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.799560546875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9t6xgCmQCm3ZLVXfIRFAgEeQa5nuER0 { color:#f7eff3;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:12.255229949951rem;left:43.16015625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/10cf45ab-ae62-48c7-94fa-14da0c7564d4/SEC9RozmowyBackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ.adaptive-delivery-prevent-bg, #AquRbKbSBRCEleECCfWfexJDTOX2tbMQ.lazyload, #AquRbKbSBRCEleECCfWfexJDTOX2tbMQ.lazyloading { background-image: none; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row .container { background-color: transparent; background-image: none; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row .container > .video-iframe-container { display: none; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row > .video-iframe-container { display: none; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .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); }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row .container { border-width: 0; border-radius: 0; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#elwXHnShUxKiNlMvvUhVcp99tPOrgqkG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.940626144409rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#koQBS3HUbncHry9uurCOCcpQV9vVmB6l { background-color:transparent;background-image:none;border-top:0.0625rem solid #faf5f5;border-left:0.0625rem solid #faf5f5;border-right:0.0625rem solid #faf5f5;border-bottom:0.0625rem solid #faf5f5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#faf5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.48335375rem;height:3.41979125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.53333568573rem;left:18.757291793823rem;display:none; }
#mhGnV6nhtwdgUUAh0S1MPkM5FCzUf8nb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOtmmw3pVTs1ByRlTEJe1R1EHOW1tlUn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPRJekhuVOVzi8DeDbWTQ3dtApp6N4px { background-color:#30b1be;background-image:none;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: none;box-sizing:border-box;color:#faf5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.6875rem;left:19.625rem;display:block; }
#teSl1IuGLScR35Ds3wcvHL26VOl9Nn7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTvLkLEa3oPq0m3d8Cq29f1Ne3quL3yM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.560936927796rem;left:0rem;height:7.6666665077213rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row .container { background-color: transparent; background-image: none; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row .container > .video-iframe-container { display: none; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row > .video-iframe-container { display: none; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .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); }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row .container { border-width: 0; border-radius: 0; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#SkqkOE6TLupOiTg733x0tCQAUOqThkhs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;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.9375rem;width:33.875rem;top:9.796875rem;left:0rem;display:block; }
#qxEG0fMkexixQlTUgs78tHLeEflChGL8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#X11aITa5lF0UoZBgMfK9T0gJFXX3tdPM { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.36083984375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsK2WbAkBbPD5kLew15kdSXha0a1yPWS { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.362060546875rem;left:1.34375rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qQQZKAHU80XDsLDoTXl54xnQnywk9khk { background-color:rgba(var(--color-secondary-1),1);background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.537761047483rem;height:3.2252603322268rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.614624023438rem;left:7.69921875rem;display:block; }
#IiwsqCCKV1SeEHvK5J6MsE7UW1OGnDrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cChKiE9gtdPyh0yTTJMHQqchda0Kpbyw { color:rgba(var(--color-secondary-1),1);display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.838623046875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hOD0MdVFm69M5P57gJPEr9WT5pTXdxqO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;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.9375rem;width:33.75rem;top:9.7980346679688rem;left:41.098827362061rem;display:block; }
#Nym2acRRKRcbwSa2coxaFaOx0dLU2tc1 { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#Hi7XQJi8GCT7qE3oPwCWrn9q6HGmEFUT { background-color:rgba(var(--color-secondary-1),1);background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.51171810925rem;height:3.1992188245058rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.565063476562rem;left:48.760417938233rem;display:block; }
#nD3iIzSJdU6sORPsEMUzd4QHiXXVZAfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWNpxvOEsaTORXvfKkpFQAKVzWoahUFk { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2473965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.362060546875rem;left:42.391929626465rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wa8HqMernC9vNiKmKnkvJ0UKUrm75MF9 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.338623046875rem;left:41.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNfVgPLWOkfL4vmTJX6hPelpxyZPhNnm { color:rgba(var(--color-secondary-1),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.838623046875rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgXZi1hLPLbggV5IMs2MZfWhLQioZpXU { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tGGAXspX9edf2yDVtHhz1hO919TKxqeL { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:12rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row .container { background-color: transparent; background-image: none; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row .container > .video-iframe-container { display: none; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row > .video-iframe-container { display: none; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .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); }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row .container { border-width: 0; border-radius: 0; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#F1N8qD3l1pqL93VtRFKOkLw3m9l0LQCM { position:absolute;display:block;z-index:15000;background-color:#2eb2be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#G6Lf5WxvXlr26e4XlUtfyy2w94A9VQ4D { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.218994140625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ir9THRLHFJUvSk4RFx7ydxyC9kRJ6uTS { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.40380859375rem;left:1.34375rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OrSJrsvNN0TXJeFTVrb5ZJc6k7Dsh1c6 { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49609310925rem;height:3.1835938245058rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.531372070312rem;left:7.7513027191163rem;display:block; }
#ilgwEVtgc1BToPfmASbgQFmBx37RO3DG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDhKdJMyZXCOfMAEX33T8nhc2OPyU8Zt { color:#ddfbfc;display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.81787109375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPIG9wXr3mXGdgHtyc2NsBs0LynZlNDz { position:absolute;display:block;z-index:15001;background-color:#2eb2be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:33.75rem;top:9.7980346679688rem;left:41.098827362061rem;display:block; }
#gS13Uyr8DVlzaBAfLAkuPI0XXgo7nt2K { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#FJ63OnqpsexnTzrDO4TWkNFDeOc2Ck7B { color:#ddfbfc;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.77490234375rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtn2u8sesnPTq11Q0ap2kR0Lk2tmMrSt { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:12.666666984558rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#OdfsTB7AsDpBtCaiyZhCusqddZddATke { color:rgba(var(--color-tertiary-3),1);display:block;width:31.247375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.260416030884rem;left:42.349609375rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#D6T5E4SKSkdQvAdofuPUiyDRZFipgHxN { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:31.21875rem;left:41.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3wpo9sPRCyETrKy6p0oQm8NTWxLzmPJ { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.75456237793rem;overflow:hidden;display:block; }
#rvevuzoX94dsS8MLzR576DofC2Pofz9g { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.29625rem;height:2.9908875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.627605438233rem;left:48.82487487793rem;display:block; }
#poQW0466aBzG02HpR6tg8zAeVVlPg6pB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETZb5uVe9oz5OoTWpIkhkfgLRuHGrlvo { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row .container { background-color: transparent; background-image: none; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row .container > .video-iframe-container { display: none; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row > .video-iframe-container { display: none; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .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); }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row .container { border-width: 0; border-radius: 0; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#wV5maPJGtlR1SUz5sgK8RhkwZCSyrCeo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#cUNFUyPdnaGn4f5aD3UO2mvKItMCyrM9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#xteSa8mGxh5St2zQx3wyqVI7aasTmK33 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.21630859375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzfclT6CVdqZBSNu0QZHTB7COX9TFiIM { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.362060546875rem;left:1.34375rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NOuJQNRN8iG37KcUaAW3fsvtxEZ4Ns32 { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.45312435925rem;height:3.1419270783662rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.21875rem;left:7.8046875rem;display:block; }
#QVxItOxUwWTzbelo4Myp8f5vJ0hGcnaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVQ29syFx9oRUTKFB87G1UJZXf3vcNb8 { color:#f7eff3;display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.713623046875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESpk9wwa4cC9IRFl6ybDJzIZEPMb1Qgs { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#ERs5VIyV6qe4nBzfIg14cA1uK8quJ7wU { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#Z8GVM8nrUTNTyTmHipWaz1WIlLP71vUA { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4244785rem;height:3.1158855rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.190185546875rem;left:48.802085876465rem;display:block; }
#sgqNOZZ9oKMTP9GhuecruV6ZyKmRAqF6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdgaKhq4anIQL1P1qSFvHglo7dkfRo1E { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2473965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.278564453125rem;left:42.391929626465rem;height:16.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xl9RET44z77zdp2O6fequgLkRGwQIK3G { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.7578125rem;left:41.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qm86BwaeNIRBzK9GKQVkDxA4xq45Ko3M { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#MUv89f6VclfQ7D16ZP4sV5E92uGHSQ2M { color:#f7eff3;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.713623046875rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rsD88BnCQ3uGlwfqRymdLP7t3ngRDiGN { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Xb3K769iNUcSpWntcOgMyAdVyPV91FA9 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:20rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lUDKognHOGVyJ4ggK5CwEi6bDFluq22n { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:14.4rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#fgTmaCBvs3HiwL3FZTMBSZ0NW8szta4t { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row .container { background-color: transparent; background-image: none; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row .container > .video-iframe-container { display: none; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row > .video-iframe-container { display: none; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .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); }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row .container { border-width: 0; border-radius: 0; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#l07IkPEXdKxQnbp2ISvGxA5IfPMlLO51 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;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:33.3125rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#zr6yEU5PRDRTXS8zZ2ofiTWLyvfMwDK6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#lzbqZCyzBvKVo5lzGESgLHgepdZqO0JS { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.174560546875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nygi1QO4eSfv80fGiVV5621CTUkAETnM { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.6748046875rem;left:1.34375rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UOxCCJU4l98Vlv69J7fuPXc5Lm4T9L57 { background-color:rgba(var(--color-secondary-1),1);background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4088535rem;height:3.1002605rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.030029296875rem;left:7.7630214691163rem;display:block; }
#UKAkBBW5Gwuu6n2eHAktTNmOskXifTFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTZNl2g4TbngaQi3mgBAwnJ0ZB3JxR5q { color:rgba(var(--color-secondary-1),1);display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.795654296875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OBK5yznelUXKEXOxOlNs6u4K5ZQ0XLwC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;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:33.3125rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#sElvM23w2kiBuqZkL3MuB4bCemOxGu0M { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#UUx4U9to08CC3pOTgxcB6b3B0Q6oZL3p { background-color:rgba(var(--color-secondary-1),1);background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.38150975rem;height:3.07421875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:37.00146484375rem;left:48.825523376465rem;display:block; }
#V2W8fwpa2CU9KkHlViU7KN8k5EW9Tnw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBxlwSE1Oy91b243EMNDwbvLsFzDt3DG { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2473965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.695556640625rem;left:42.391929626465rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bcmgqhJ33GRspoCqldVhqZUcoPOoVlQv { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.21630859375rem;left:41.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXV6xMT8bw0yXM8QrBFiBvWtvg73vxDg { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Uc10XBFq1Tqt8xyZuLOQ1nQty1KFxVNo { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#oXih3ZyW6OCQrhbO60Wu9fRXTMkOQscV { color:rgba(var(--color-secondary-1),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.795654296875rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzL0GlVFhkZ8g7et5cUzIpqqEsdH6ZQk { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TXotAfMZzSZZc8LtoTQftEfPV7Z1Ptzp { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row .container { background-color: transparent; background-image: none; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row .container > .video-iframe-container { display: none; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row > .video-iframe-container { display: none; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .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); }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row .container { border-width: 0; border-radius: 0; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#wCQB75J5wu94U1TfKsCzImIn3EbAAe3M { position:absolute;display:block;z-index:15000;background-color:#2eb2be;background-image:none;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:43rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#LqaTorhuzH3ZlFGh9b4TgyL5sQSf4wcr { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.6328125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBTgrvXTAabeI3Uh1u8hhuvNX0wdi43v { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.40380859375rem;left:1.34375rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zLViId7dfdThNbPHaqxX8NTXlw6VLeEc { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.36718685925rem;height:3.0585938245058rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.134155273438rem;left:7.8684902191163rem;display:block; }
#tlWgB87636pmDxzzh9edbcayMtLALoXL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noqig7PG9wUKxOi2fttL0sCMK1iTdxuO { color:#ddfbfc;display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.796875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMH8ucwu2vPENsQuscUyFzfDoOxhwdeB { position:absolute;display:block;z-index:15001;background-color:#2eb2be;background-image:none;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:43rem;width:33.875rem;top:9.796875rem;left:41.09765625rem;display:block; }
#PLkRBC3N9QOfpSmKfBEt5uUySuor17ZL { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#aTWI4Udb5pNq6D3gsOOsRSc9T4cyTtQT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#sJ4Dw8SRF04eewTu5oc3sgDpnkv9dpkp { color:#ddfbfc;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.796875rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzyvkTXyixXhQfXKWutkyLt3c3TUbAOu { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DkFVBqI6Bm9g1mBnXliHu1VG0SiyhJO3 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#HJ0pMHJGCdB5keTzizFah6THeeGXyyyV { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#KwmW4IsnB9nmyPcIsuAeLf2Mge8DsTGk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.7500002384186rem;left:51.81640625rem;overflow:hidden;display:block; }
#JuZmkPZymT3XMdtKNSgteDJ9TeT08HlG { background-color:#ddfbfc;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4173125rem;height:3.10546875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:45.798260688782rem;left:48.826171875rem;display:block; }
#TLk2MvDqHAtLkrTW51kn0LEZBDVWJrlu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCILLhrcNocZBG4yEs8nkEKWaxGaAWOz { color:rgba(var(--color-tertiary-3),1);display:block;width:31.247375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.403645515442rem;left:42.411460876465rem;height:19.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oATFCd5g9xudwFmxVI2xmPmR83gSfgtr { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:40.401124000549rem;left:39.949871063233rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row .container { background-color: transparent; background-image: none; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row .container > .video-iframe-container { display: none; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row > .video-iframe-container { display: none; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .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); }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row .container { border-width: 0; border-radius: 0; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#V1knwkItyagJ4qtdnl11LDChCQ2oIDbH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;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.3125rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#nv4TboHToFzkfg9JpTNcFq1V9IgP504f { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.633056640625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqcE9Pm4VgiFsIA8NfsxKCfPrHNDiBKe { color:rgba(var(--color-tertiary-3),1);display:block;width:31.24869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.34130859375rem;left:1.4270839691162rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KDimcHR1nhJwo3K6SRUIQTV3tdTtndI1 { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.32421810925rem;height:3.0169270783662rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.864624023438rem;left:7.8684902191163rem;display:block; }
#JOClAhlruZs9rRfBA77CxvS2fRK6R354 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrQL0BnZZ9V3xn3dTWbTmTfa4gQBSc8y { color:#f7eff3;display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.75390625rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvrPNOAgEUbuaOHucEb0SR8AA5fX0O72 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;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.3125rem;width:33.875rem;top:9.796875rem;left:41.097658634186rem;display:block; }
#zhwAurVOc9sVrbxD4pBrwU02p3dnmLXk { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#g403aX0CDQo2uVreX8TzOV1AgBfbttnL { background-color:#f7eff3;background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.29557225rem;height:2.9908855rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.91943359375rem;left:48.91667175293rem;display:block; }
#knWxUxcZFflnoDhiplWi9Q0mGzngJxtb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOfhxE9vKyxzsg5A6iGrr7N7iFk32T1D { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2473965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.319091796875rem;left:42.49479675293rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TL3ivyBhQdeTluuLR07yG4w6BCoHoGqI { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.674560546875rem;left:41.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKm0nTqKRxEh9rgq54ddDNEE9flbLow3 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#GTHiCLwH6IVMi21im4xw1Tz4z0tfHNXQ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#iFcSZ82ZG1TgQdfZLo9L2pRJ6pfDTPLG { color:#f7eff3;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.75390625rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0mCumTXS6czn3aNe7IVChyMGckAiNOm { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.899740695953rem;overflow:hidden;display:block; }
#dfyAsP217WZrPJTO86TiT183WPmDBXAn { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#AkOKQQSwUhUfCZqHZadySXCa3xvPguRn { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#KGEDxnzzETE1fwu6w5krMGHxSvL4XkQg { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:14.250000357628rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Rwvgs9US2M5xpMWc9mgBkdq5yge62q6f { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:12.666666984558rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row .container { background-color: transparent; background-image: none; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row .container > .video-iframe-container { display: none; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row > .video-iframe-container { display: none; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .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); }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row .container { border-width: 0; border-radius: 0; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#vdHzitQ1ZWhoGeVRt2FTL7V3nBo7zI55 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;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:33.9375rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#Jd7X0PgpELJbWyWKRrI93ZxiXT48D4dc { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.339763641358rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDGETuywpnke2fTPudJZQOnxuRTGhVmr { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.685466766358rem;left:1.3444023132324rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RRnOvtI0NfncvoPrpoUNQidLmnDy68x7 { background-color:rgba(var(--color-secondary-1),1);background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3229375rem;height:3.016275rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.364501953125rem;left:7.806640625rem;display:block; }
#CT6CgrOd0cnPcifm07XOUo49nV1FP9T9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSEv2XxXFGxSDSgyWhQxCwTc8bVeTtBU { color:rgba(var(--color-secondary-1),1);display:block;width:6.24869775rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.77490234375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pg3fZqaqHT3gh9Ce78mxVlhXdqktHOSk { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;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:33.9375rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#uuoVSTTdgNsbLqTJh1Uf1aQOkidxaSkM { color:rgba(var(--color-secondary-1),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.734619140625rem;left:41.09765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bmIvnTdcZBEpNvKgTU5TwoS4dtGCd4Bm { 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:12.4375rem;width:12.4375rem;top:3.6874198913574rem;left:10.75rem;overflow:hidden;display:block; }
#tbLp8NxAET57atLJElvlxRxUGHevTLi4 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#uxdP1EmBnNsPWhgVwACNCci8XLotiUdC { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:12.666666984558rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#e236crJ0rTyTrWbQ8ZVZIuT2uAbTowqE { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:12.666666984558rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lJqIUTImZ96NaRC0iot1dOL0serSZ4T9 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:19.309895515442rem;left:42.44140625rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PALRd4sgce5OBJey1PWLGs3MNuMFq02E { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30.1875rem;left:50.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvGTa6P4vvfGomqQQ3BkyMwmdH69aBOi { background-color:rgba(var(--color-secondary-1),1);background-image:none;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: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.15625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.293619155884rem;left:48.91015625rem;display:block; }
#UXV6IafZZhAz7yH6FJZKpbawhfcouLqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZV9kZzsgEXCItIxZiVsN6Wl9vcq6x6w { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:3.6868491172791rem;left:52.46875rem;overflow:hidden;display:block; }
#lA76dDNPgTdyTwFDnznQ4Vdt12sRMaAq { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom 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; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q.adaptive-delivery-prevent-bg, #TK31ovh4ASuA5HcxZLIonRallKKO7L3Q.lazyload, #TK31ovh4ASuA5HcxZLIonRallKKO7L3Q.lazyloading { background-image: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container { background-color: transparent; background-image: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container > .video-iframe-container { display: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row > .video-iframe-container { display: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .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); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container { border-width: 0; border-radius: 0; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#crP7e4QG0yW8LqSBzbTccNvpCfN16Akp { color:rgba(var(--color-tertiary-3),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.00390625rem;left:30.875869750976rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVg4tTSnuBAyZHgQR41R4ubG0kTN5af9 { color:rgba(var(--color-tertiary-3),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.06076335907rem;left:30.875867843628rem;height:13rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zTX4daLyqdoGXxe6rnlU085qETTa6GcT { color:rgba(var(--color-tertiary-3),1);display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#snW8JUDTdVtk0RBHT3VsgEieIJJyUDTb { color:rgba(var(--color-tertiary-3),1);display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#VpDSGEnMgoSa3oT95FdCzgq8x6kySUGL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:7.2495660781863rem;left:10.6875rem;overflow:hidden;display:block; }
#tzo1TFJsy0v7ZTG8SNRGCnSXg0gB1Uxu { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:33.845054626465rem;left:18.75rem;display:block; }
#ssWekAeRkazTFKmZCKZuaKf2fukkJTuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN > .row .container { border-width: 0; border-radius: 0; }#Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:none; }#h6Z7cKzKEPwwofBTyEX6q4CTDCTxUkvV { color:#30b1be;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.5rem;height:7.7995rem;display:block; }
#u5tQkv50IPeW5D3gBrQMeTXmTZXfImM2 { 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:45rem;width:36.8125rem;top:4.75rem;left:38.1875rem;overflow:hidden;display:block; }
#dQoImrwQvwaaqvDIVmcRabRFdVNnOgiV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:37.75rem;top:17.0625rem;left:5.5rem;overflow:hidden;display:block; }
#Qf3x1HBpv56LokF4IHALNcSUiVSz8Ags { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:9.0625rem;height:14.21875rem;display:block; }
#bc2ph55fwa7Pc9xXIFRztSOHqW7syDvk { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.3125rem;left:8.625rem;height:10.15625rem;display:block; }
#euAEkLF91DFwPsnZhbpaPnJGkz0vgGPT { color:rgba(var(--color-primary-3),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:54.9375rem;left:12rem;height:2.84399375rem;text-align:center;text-align-last:center;display:block; }
#GGS8ss2G1ObE3GgQP1oWi2Hav0J2Eu7X { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#orFCWfyxUzakEILdTSfErgpZEHaKMD22 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.38125038147rem;left:9.09375rem;height:14.21875rem;display:none; }
#kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH > .row .container { border-width: 0; border-radius: 0; }#kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH > .row .container { font-size:0.875rem;font-family:arial;height:99.8125rem;width:75rem;position:relative;display:none; }#IS7hSxKulJkQVh3TIcrdzoNFUUDKFhl0 { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUqAfq6uSkr18kQFtp1GyhA9Vmthafxa { color:rgba(var(--color-primary-3),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:2;letter-spacing:0;top:50.3125rem;left:10.5rem;height:50rem;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; }
#Zqkd1lstlAJ4dQSTGeQHRM1WggdHRnF3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:50.3125rem;left:7.0625rem;overflow:hidden;display:block; }
#zWnrnuv26T08ES3nWcCqxq4PlqDWcNRo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:66.25rem;left:7.0625rem;overflow:hidden;display:block; }
#VupGymkn4OzmTmGAyIbio021mGBC3sZr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:72.625rem;left:7.0625rem;overflow:hidden;display:block; }
#tby1uVH6Vi5xCkhUoch5SmLUPsXqSHsV { 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:2.25rem;width:2.25rem;top:78.875rem;left:7.0625rem;overflow:hidden;display:block; }
#M53kpHo6af90SPhuJ6kirCxwJGSo3tko { color:#72686c;display:block;width:65.625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:21.037504196167rem;left:4.0625rem;height:30.75rem;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:none; }
#DmvnLhyihVqEOyEbQwBsAMaWV65OhTtT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#VshzE9EWxiFpeCeJziFaBdtqE5RdZ4oz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#QlgsFKhhpgZN3fHgrzTO3uWi5CRyw1BV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:85.125rem;left:7.0625rem;overflow:hidden;display:block; }
#MP4JL1CI9TcvlLiZwFQvn4rCzxHRLSlD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:30.75rem;width:47.25rem;top:16.5625rem;left:13.875rem;overflow:hidden;display:block; }
#ghNIl9riMKdnRCqBafuh8EKw1118LI59 { position:relative;display:block; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 { background-color: transparent; background-image: none; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row .container > .video-iframe-container { display: none; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row > .video-iframe-container { display: none; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .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); }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 { border-width: 0; border-radius: 0; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:71.5625rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#TV0Ff4FKEiwdyFgXi3WDRN1LFZtRopkl { 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:48.625rem;width:74.875rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#oCfOpQEJpM8t0ADBzeSNo1aT4a8rpQQG { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:54.842510223389rem;left:18.75rem;display:block; }
#NBtPupRCUEqa3wm3SxlQ2VyU7RMpbUTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yg6tC8QFFHb2zUQwkaU6aekTFFuqN6ZV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:66.6875rem;top:63.5625rem;left:4.15625rem;display:block; }
#tLZ4EQNE4sI2f9MOLENbZgvWKBTDtmMT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:69.038196563719rem;left:0rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row .container { background-color: transparent; background-image: none; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row .container > .video-iframe-container { display: none; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row > .video-iframe-container { display: none; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .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); }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row .container { border-width: 0; border-radius: 0; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#p46h57VJzcx12hBGGU0VKIci4G9FpItz { display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:23.729272842408rem;left:4.0625rem;height:46.5rem;color:#47545a;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;font-style:normal;display:none; }
#Rz7vHBzJOWOs0yxwRXskykb4KiQamuGT { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:14.625rem;left:10.8125rem;height:3.5rem;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; }
#R370vnmmJdoZAPPhd9XTBUd8mr6NZJ4S { 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:2.25rem;width:2.25rem;top:14.625rem;left:7.1875rem;overflow:hidden;display:block; }
#KuQPGWBGwei5vJnyu9aH1t7r5x7HC4Qd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:14.625rem;left:39.0625rem;overflow:hidden;display:block; }
#UbP9fawN7JN0on3mlFDbKAXQDelwTAMo { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:14.625rem;left:42.8125rem;height:8.75rem;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; }
#NCQmczzruyNNybTkS2hZ9cDTNtSGT1OT { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:26.375rem;left:42.6875rem;height:5.25rem;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; }
#qUK9OV61dt8vaZ87BXqWBsQST1xRsU8i { 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:2.25rem;width:2.25rem;top:26.375rem;left:39.0625rem;overflow:hidden;display:block; }
#slGpyg1cl5AVmI4BTu2T8baqbNhk6dZi { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:21.6875rem;left:7.125rem;overflow:hidden;display:block; }
#GrkufDeZ2TigFuRZEId4KDZowem5Pa7G { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:21.6875rem;left:10.875rem;height:7rem;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; }
#OW2q60MQT9Abvdc5aLlyG3O7shzZ4ZMK { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:32.0625rem;left:10.875rem;height:5.25rem;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; }
#Kqc5EOFPNtzsuUUgG0FyTrTyMKtJhib0 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:32.0625rem;left:7.25rem;overflow:hidden;display:block; }
#hGNVI16gdV7AAflTXUqHIQDcNW9MEu3d { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:35rem;left:39.0625rem;overflow:hidden;display:block; }
#wZ0G9hb2QDH79p3cSmfBqahM9JfKtcZ7 { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:35.25rem;left:42.8125rem;height:1.75rem;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; }
#CGAolsdi2nZDpAES72RxxRicFclKwixW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row .container { background-color: transparent; background-image: none; }#CGAolsdi2nZDpAES72RxxRicFclKwixW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row .container > .video-iframe-container { display: none; }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row > .video-iframe-container { display: none; }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .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); }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row .container { border-width: 0; border-radius: 0; }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:75rem;position:relative;display:block; }#QzX2RfktkmLNm22XZp3TdLXUAUiSorqO { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ts43RyxzDLuKSCvgrthF7TuAPP6DKKX0 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.9619140625rem;left:0rem;height:14.625rem;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; }
#caQpJ1JmSsIVQgvUQhkQrkDq2noQqfGn { color:rgba(var(--color-primary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:61.3125rem;left:9.375rem;height:2.03125rem;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; }
#bddeIhg1QowvOtvb80nBTikuOW7VssvZ { color:rgba(var(--color-primary-3),1);display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:66.228515625rem;left:8.4375rem;height:11.25rem;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; }
#Dm27SIqxHTCcpPicaciVlpTm2SvSHX5s { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.794921875rem;left:0rem;height:3.9rem;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; }
#BRU7pTcfmvwMb3JS2rZFtypKDCLtTqgO { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.148825168609rem;left:0rem;height:9.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:none; }
#GdQF6RFcfICzP8bHpxlhtr4TCRIDT4LD { 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:36.3125rem;width:55.875rem;top:0rem;left:9.375rem;overflow:hidden;display:none; }
#mnTNimLLKcv1Tucy3WEXG5TqP0VLG0Rv { color:rgba(var(--color-primary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:39.25rem;left:9.375rem;height:4.0625rem;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; }
#O0ERC4gt2SK5ClnXnWprlos5avn1aTsO { color:rgba(var(--color-primary-3),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.8125rem;left:9.375rem;height:2.03125rem;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; }
#kNPbVOo28LGBFJcb43y8NIEtEQP8kP43 { color:rgba(var(--color-primary-3),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:50.4375rem;left:9.375rem;height:8.125rem;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; }
#uVWxxQaOR2ITJzmBJrx0mTrGI9O1ZCRF { color:rgba(var(--color-primary-3),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.25rem;left:42.5625rem;height:8.125rem;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; }
#yP66pGh2rIJVM6EPLRs6H1d9VuidAWX4 { color:rgba(var(--color-primary-3),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:49.1875rem;left:42.5625rem;height:12.1875rem;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; }
#m35qSPucXiGs6cc2lTqkcVwQ7pKCxJIL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:39.25rem;left:5.375rem;overflow:hidden;display:block; }
#d5XpG59W8d5EySUDnm8TWKikoqJK8AtC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:45.6875rem;left:5.375rem;overflow:hidden;display:block; }
#J4ArZxEkAQ3TiRLm3REnpk9h9xNnsD72 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:50.4375rem;left:5.375rem;overflow:hidden;display:block; }
#z7yCNFzTnRFTfGLbmD6h1tINlHQJNvT8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:39.1875rem;left:39.125rem;overflow:hidden;display:block; }
#xeuNg9PLhVQySZNVhlbvG0WHFd028o8w { 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:2.3125rem;width:2.3125rem;top:49.1875rem;left:39.125rem;overflow:hidden;display:block; }
#MkwunhDrdqhCZVIf0qLHzXiWLXXkdCQx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:61.1875rem;left:5.375rem;overflow:hidden;display:block; }
#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 { position:relative;display:block; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 { background-color: transparent; background-image: none; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container > .video-iframe-container { display: none; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row > .video-iframe-container { display: none; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .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); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 { border-width: 0; border-radius: 0; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .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; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nM4EzWqfvk8JXoDeuQwlrqgN9aLAoTCy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem;width:31.25rem;top:2.0625rem;left:3.875rem;display:block; }
#Mi2iqS5DpazSddRKOfdiLyxfGyS3tBJG { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:25rem;left:10.125rem;display:block; }
#GnMbJVHe26t8Sp4RZqnOrbVIREiRg9mV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPO2aK6ycAixk4n5kkbX0OlCTWKpQepo { color:#72686c;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:12.1875rem;left:7rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q7qtgZyZWsATO2tiVpBoAIhEBth7xCE6 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:25rem;left:46.125rem;display:block; }
#lucCMGJHxMvwkmmXT78cHQxcD1a1GICq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0imz0brbAcTLN8LgpcwxDLS1y6XBRT3 { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:21.25rem;left:10.125rem;height:3.75rem;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; }
#zvwi5eqO1T3Idx5fT2ivGg0c0yEwNuT3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.25rem;width:31.25rem;top:2.0625rem;left:39.875rem;display:block; }
#A5qaIQTdUzcLEILKotgg1XUMhZqI2CxL { color:#72686c;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:12.1875rem;left:39.875rem;height:2.34375rem;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; }
#ZbRGMKUKXpnccSZ1gtxc7XIDEzLpsMUF { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:21.25rem;left:46.125rem;height:3.75rem;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; }
#qV6Voqb2FaRTrbIhbR8zOQKuxcDEMXWC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:30rem;top:2.75rem;left:4.5rem;display:block; }
#IkbTFUpvJFf91oyv6qsOQygOK7uhBre2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:4.5rem;left:7rem;height:3.28125rem;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; }
#abFEyi68cwkDkCvgKPxq20Iq3nt1cdJb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:30rem;top:2.75rem;left:40.5rem;display:block; }
#xT0TzJb9sMn0mEI7w0JVK40rCMkBq7mW { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:4.5rem;left:43rem;height:3.28125rem;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; }
#BtQrD3mWtd9qeoKHe7XTsiwpMZRWRgnE { color:#2a6f05;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.4375rem;left:39.875rem;height:3.75rem;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; }
#JeHE5WkDQMx36JkZrTbht21GKU3tQJFd { color:#2a6f05;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:17.25rem;left:3.875rem;height:3.75rem;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; }
#cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA > .row .container { border-width: 0; border-radius: 0; }#cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA > .row .container { font-size:0.875rem;font-family:"open sans";height:12.9375rem;width:75rem;position:relative;display:none; }#Lgie3gLM1uKHPx72RJU6PMckKQWAazxD { display:block;width:57.68425rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7779960632325rem;left:8.6575527191163rem;height:9rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#ZTDbAhMAdanLgPthnXyPX7QsdcwrImO9 { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:22.3125rem;width:60rem;top:4.9658203125rem;left:7.5rem;display:block; }
#ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo > .row .container { border-width: 0; border-radius: 0; }#ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:none; }#fv5O29HTvPBmNBXeDzlrNsuio7BTywTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.499267578125rem;left:15.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/7dc288d4-3b3b-4f66-a787-d28616dcffd3/_Zdjeciegownenastronezapisucz21.png");background-position:top left !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; }#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N.adaptive-delivery-prevent-bg, #sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N.lazyload, #sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N.lazyloading { background-image: none; }#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N > .row .container { border-width: 0; border-radius: 0; }#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:none; }#Col5J0OeLqPb3n9g30FDaaAiLF92H7BW { color:#30b1be;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.12451171875rem;left:38.75rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVRvVWQ3m75EXnX33gxpywEtpGxA7BEP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:24.4375rem;width:36.25rem;top:7.8729248046875rem;left:38.75rem;display:block; }
#dNl5lfA0CVNd3TCCKltHmHX2wJH4C9mu { color:#47545a;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:38.75rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKoW3p14WCbte1yGzgChafrGh5SI9Ka3 { 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:31.25rem;width:31.25rem;display:none; }
#N5SnfoRqggTHQOfTbQliovTkyEwieGh9 { position:absolute;display:block;z-index:15028;background-color:#30b1be;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.5625rem;width:36.25rem;top:31.436767578125rem;left:38.75rem;display:block; }
#vUcs6SHzSKxVTCblIJTzWXDsl2kRgz1K { display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:33.546142578125rem;left:38.75rem;height:2.34375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#JtuXKCwTC5ase8aanJPiHFJkUcQheouA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#JtuXKCwTC5ase8aanJPiHFJkUcQheouA > .row .container { border-width: 0; border-radius: 0; }#JtuXKCwTC5ase8aanJPiHFJkUcQheouA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtuXKCwTC5ase8aanJPiHFJkUcQheouA > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:none; }#oCRxrorR8hFsmCP89Al4SLEdRGApFL6T { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4739580154419rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GspptqOJqk349DB0WATg4PPZ1ZTlEPy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS > .row .container { border-width: 0; border-radius: 0; }#e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:none; }#uXihbbzin1UFiOa0aFJduxC07LdEWI8o { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:23.75rem;width:17.25rem;top:8.3125rem;left:19.28125rem;display:block; }
#UNLxtM97Ti4M6Ax9JRL1qRB0Br8NsRQ2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:23.75rem;width:17.25rem;top:8.3123779296875rem;left:38.4375rem;display:block; }
#s0VuEb0agVzqxclIth5H3x5huLrpWoPX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:23.75rem;width:17.24975rem;top:8.3125rem;left:57.750244140625rem;display:block; }
#ofRqyV9Vestgx5AU0FAsUptBiyHOflTZ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.235191345215rem;left:20rem;height:3.5625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XpKCK8hb4o5798HQgBeC4gaaAOAtEBKz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.25rem;left:21.6875rem;overflow:hidden;display:block; }
#oH3URyAEIe2cButcZw9TROXRivcTzcXE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.3125rem;left:40.84375rem;overflow:hidden;display:block; }
#B4u9ayioCd4BXBweQaeglLonAEHEUSIF { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.200317382812rem;left:0.68603515625rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JB04hk05dc4iek14cVAcg2zTcWxQrIGi { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:23.75rem;width:17.25rem;top:8.3123779296875rem;left:0rem;display:block; }
#LnUbfA4HbBlWIARzveraM2Ty7XEVM0va { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.200317382812rem;left:19.967041015625rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BPgsVKoAMX25uflhgH4KRrJ9qo1BdppM { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.200317382812rem;left:39.12353515625rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eevqRCbA8QORTqgBW8xFHC8Dh9b6o5FT { color:rgba(var(--color-tertiary-3),1);display:block;width:15.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:25.234985351562rem;left:39.155883789062rem;height:3.5625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#koZVntJIiL8gabx8JATdrhNbnfvllIaO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.200317382812rem;left:58.435668945312rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqfALoBDv0mpsTeLcMReXEByvpCnCwKN { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:25.0625rem;left:58.5rem;height:3.5625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GuuZ6nVWpCvMxPKOSKmMJtsUBZ3dI8kq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.25rem;left:2.2897148132324rem;overflow:hidden;display:block; }
#Am9UNTAPXcQkzv3sPCJDudlaouNbekZ7 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.78075rem;height:3.8536375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:37.062377929688rem;left:25.109252929688rem;display:block; }
#bIbn52eTmJKUcXHCbrZUQJ51RSmbQzbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOVtKtor1q8z47IhDHTTTbxq1StfMObS { 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:12.25rem;width:12.25rem;top:2.24853515625rem;left:60.185546875rem;overflow:hidden;display:block; }
#cILkBAd2QFDMzHy4C8UEiUgsvhPfyAdA { color:rgba(var(--color-tertiary-3),1);display:block;width:15.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:23.374633789062rem;left:0.7159423828125rem;height:5.34375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn > .row .container { border-width: 0; border-radius: 0; }#ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:none; }#BcJCoelpizIxOpd4CA8mQlM8T4sRieDA { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58.0625rem;width:63.375rem;top:4.81201171875rem;left:8.4375rem;display:block; }
#khEOTMRBsNELPThNe8DMvCZg8VNEU1Kc { 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:15.625rem;width:15.625rem;top:7.24995136261rem;left:0rem;overflow:hidden;display:block; }
#LLR1HFrhFySUlTtPnzG6kJpInqcVcQiU { color:#47545a;display:block;width:47.623875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.749389648438rem;left:19.6875rem;height:40.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dUTPGZCVfCEpi9AgQaOBNcTq1W2PFaed { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.374389648438rem;left:19.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMMrO1ReWV5D1GSVECSFSFyJQB9o0x3u { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.6868896484375rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t4ghZV74pBk7wrV958zd2ICrvycvdE1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#t4ghZV74pBk7wrV958zd2ICrvycvdE1K > .row .container { border-width: 0; border-radius: 0; }#t4ghZV74pBk7wrV958zd2ICrvycvdE1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4ghZV74pBk7wrV958zd2ICrvycvdE1K > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:none; }#kFQe6D3TSNN5pTJSxxhNPuFcgn7SnUPe { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.5rem;width:63.4375rem;top:4.81201171875rem;left:8.4375rem;display:block; }
#JgcHnvwXsPhBLll6RbpVFMTk1NhtiyrV { 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:15.625rem;width:15.625rem;top:7.24995136261rem;left:0rem;overflow:hidden;display:block; }
#RIADNo658CxDDpSbOEU7mDd2pQLO0E6g { color:#47545a;display:block;width:47.623875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.749389648438rem;left:19.6875rem;height:34.53125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T9Ub4pVioekl5MvBLKuTpHARadTVT80G { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:48.280639648438rem;left:19.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ur9lpBezlXJ3cuXUciHex8FszydoZobR { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.6868896484375rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn > .row .container { border-width: 0; border-radius: 0; }#v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:none; }#qM4stECCfpF3ObezrNmbDSOeeHzBo68k { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.8125rem;width:63.5rem;top:4.81201171875rem;left:8.4375rem;display:block; }
#mLZfhyoNM6FZIFd1pxqhDOLUeKFG1HQc { 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:15.625rem;width:15.625rem;top:7.24995136261rem;left:0rem;overflow:hidden;display:block; }
#iAHxQrZmQnPyfrAdsJMyQ9cXgZRI02uI { color:#47545a;display:block;width:47.623875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.749389648438rem;left:19.6875rem;height:34.53125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#b3TcsCdbpmmc8skSRcBPQ7bOVPo4sxMS { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:48.280639648438rem;left:19.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qyThDdk1RpTXCiF6o8uKxctfEfVHQgRs { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.6868896484375rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ { position:relative;display:none; }#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ { border-width: 0; border-radius: 0; }#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ > .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; }#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BAz56IaUTFTCbZM8cTSVFAGlbsu43s5d { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.317626953125rem;left:0rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdeArBz1al0qD8oyg1RPSXFgE1kSOesb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:47.625rem;top:15.19970703125rem;left:13.6865234375rem;display:block; }
#T6iG7i8oSZzCA4zK5lXn9WI2hxXeT2h4 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:17.625122070312rem;left:0rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZgdKVUT63H22eoJIMaiM3AJLTuXRgRx { color:rgba(var(--color-tertiary-3),1);display:block;width:45.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:21.874389648438rem;left:14.562377929688rem;height:13.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKDPwlKnuF0rxcOSIJDVccZhIXTKsglP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.317626953125rem;left:0rem;height:7.7990625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MVEHCuw6kQKTND72TirwQiRhynkyvpNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MVEHCuw6kQKTND72TirwQiRhynkyvpNz > .row .container { border-width: 0; border-radius: 0; }#MVEHCuw6kQKTND72TirwQiRhynkyvpNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVEHCuw6kQKTND72TirwQiRhynkyvpNz > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:none; }#IQoD0ENZdSGhlt0DC6Az0u0u1kI3gloo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.8173828125rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acs2cc16gHd96g3w4lk4Kl0oPRwWAJWb { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:43.57421875rem;left:18.75rem;display:block; }
#trCEQGSoSdaTZPKEcKxFnbOdzetRLuSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wocFOtcFnKmaiyfrggQ79VUn9hiTOHRT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:20.8125rem;left:14.5rem;overflow:hidden;display:block; }
#ZOluVyryqeZrKA52KJkoGy6naHTqobLP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:20.8125rem;left:26.875rem;overflow:hidden;display:block; }
#V8MxxrgRXWoUuGReMBx7bKrw4fBIDWiC { 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:9.375rem;width:9.375rem;top:20.8125rem;left:39rem;overflow:hidden;display:block; }
#PB7qZwbSf3EdrxJwGFurNRhPT6hqbqng { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:20.8125rem;left:51.125rem;overflow:hidden;display:block; }
#v5qchHUiwvZ6gh73iJSDKWEFVEN3wk4m { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:31.8125rem;left:32.9375rem;overflow:hidden;display:block; }
#nA91IpqpM9DlvorL5Xmi22gommA5esyA { position:absolute;display:block;z-index:15028;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.375rem;width:9.375rem;top:31.8125rem;left:45.0625rem;overflow:hidden;display:block; }
#LO2IhlylvGaZlDc8vL1xGyJTfvruPauU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:31.8125rem;left:20.5625rem;overflow:hidden;display:block; }
#I5TLQru0MBLrEBC2z962Gy0tTrAINZQF { position:relative;display:none; }#I5TLQru0MBLrEBC2z962Gy0tTrAINZQF { border-width: 0; border-radius: 0; }#I5TLQru0MBLrEBC2z962Gy0tTrAINZQF > .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; }#I5TLQru0MBLrEBC2z962Gy0tTrAINZQF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gnZltfPlQdJ7HsGWZDdkbCwUm6cwKAi3 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.609741210938rem;left:0.797119140625rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dqvA2uo3dvwNkfKe4eRFmPkfNamMyck0 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.125rem;width:17.25rem;top:8.3125rem;left:19.28125rem;display:block; }
#UscsTRgRer8qoWXakVW7skfd27iidzIT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.625rem;width:17.25rem;top:8.3125rem;left:57.7490234375rem;display:block; }
#voMsXbVrEnamMikgcwmiUhwZOBl0Ay3o { color:#72686c;display:block;width:15.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:20.609741210938rem;left:19.998168945312rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#AxeBcAMhhwbvB2WcPsTdetnh05z3HQxi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:2.25rem;left:21.6875rem;overflow:hidden;display:block; }
#iXJU0eaDxvpqK7SSUEcapA2Hyw7yAkfw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.228515625rem;left:60.15625rem;overflow:hidden;display:block; }
#sdz8hDxSOhXbBw5PB4RTfTePESkwXlNE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:2.3125rem;left:40.84375rem;overflow:hidden;display:block; }
#NMH6oSznmOec67D4Zot6XVpDzd3NrLFG { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:0.5169677734375rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sd8O81mE7foW3DCJqpc01Xski39F5sIZ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:27rem;width:17.25rem;top:8.3125rem;left:0rem;display:block; }
#e5K9iqPs4D4zkmApPIE3Hbc41nNO78XZ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:19.967041015625rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hmzoz6zg3zfIWNCyhfTPify48CbmVB8G { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:39.12353515625rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XcEMF74f8ec6vG16VIQrQVZm5QB8EWQn { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.609375rem;left:39.154663085938rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#r8dwK1oTvI3Q8lyyiMI8Lor5sVXR46eC { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:59.125366210938rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ub7o1Gnf55lwh4cfOH3FqwUn6z5tBBNE { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:20.609375rem;left:58.466796875rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#gDfBbgKB7NURId7ub5LPSB91Alem0tSh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:2.25rem;left:2.2897148132324rem;overflow:hidden;display:block; }
#LuAgXKifdroxTSVRGO6tvRXSS0BbEAVS { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:30.5166015625rem;left:0.640625rem;display:block; }
#hyTH7gzdy1geJEeXLUMCZLgSVxVQvT02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umXqoZAn0Bo69dpFenqPPC4aRQ8HbcDA { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:30.5166015625rem;left:20.09375rem;display:block; }
#SBSI6rAqMeLgTTy9qkirgXyMdubTdKtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgSrlNvUorNVdC7XpLDwMkyaimpdfla7 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:30.5166015625rem;left:39.21875rem;display:block; }
#peDzoP0ZFaXoo8n1NTHWzKPXoLXaGgX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epoa3ELMyJK8sIs973w92SIS0OEcrlr3 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:30.5166015625rem;left:58.5615234375rem;display:block; }
#CMphS0Qx2Pw2MoQXXGg01K6bSSaUqd3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sp5TXh1tBcPu4gEi7V98duwN1xq7FB3x { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.3125rem;width:17.25rem;top:8.3125rem;left:38.4052734375rem;display:block; }
#kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb { position:relative;display:none; }#kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb { border-width: 0; border-radius: 0; }#kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb > .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; }#kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VK7UcHlhSOsTUT9x4E1u2uUW287TScVT { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.8125rem;left:10.5rem;height:5.34375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#z48slWd4yEnKAW3pDbz3kZMkFb50TdDc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:23.5rem;width:17.25rem;top:8.4990234375rem;left:28.9365234375rem;display:block; }
#Q32RW9blLH5n0BTXzaqc4n1svh7tUpJT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:23.625rem;width:17.25rem;top:8.4990234375rem;left:48.125rem;display:block; }
#BPRuZ4nwAQg1M9JDvC8AMuzzv4ZvH8rO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:20.8125rem;left:29.6875rem;height:7.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GM9isyOnuewO6TSs4o0Eg0sAVT5b8353 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.4375rem;left:31.375rem;overflow:hidden;display:block; }
#FXNN1y8U6Ls9I70rQuTMI1l9LScMUE5R { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.5rem;left:50.5rem;overflow:hidden;display:block; }
#q4EHCwsukcLePuOW8ur4UJVnwofquFM4 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.375rem;left:10.1875rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDC8wiOmA0FvXSo1oA669J4JqWo1SLfr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:23.375rem;width:17.25rem;top:8.4990234375rem;left:9.6875rem;display:block; }
#BMf4G2d90HImzOpVTOhL0aPfWxTAgOSl { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:29.625rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FmJu4kfQo5mEWliS8NpPvzNnsB9I0JoE { color:rgba(var(--color-tertiary-3),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.375rem;left:48.8125rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5xT4xaZVS8Vke7FNsXcvklJxTDLgcwi { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8115234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:20.8125rem;left:48.84375rem;height:6.6484375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bu3BTiRSGkqThBbwmzdTf5QmfCByPyQf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.4375rem;left:12rem;overflow:hidden;display:block; }
#hgeopxtMmn7hfaT7BF9zZV3evQblSfzC { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.005859375rem;left:10.34375rem;display:block; }
#GOrnG3DtDucKTDZn6nqXNZdhE7eZPE48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1GR62v2eastFam9qxTEqp2M3NvZDt73 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.005859375rem;left:48.9375rem;display:block; }
#ui7vuuiibt84pFH3EsCaoT9e4KXcbBrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mN2MPEqIWJ4TV5K7XfiNW3JiVfwLp7Bm { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.005859375rem;left:29.6875rem;display:block; }
#ockOZqb8tWrHqoT7JNCEBXxJ4fIOVSXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container { background-color: transparent; background-image: none; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container > .video-iframe-container { display: none; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row > .video-iframe-container { display: none; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .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); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container { border-width: 0; border-radius: 0; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container { font-size:0.875rem;font-family:"open sans";height:10.6875rem;width:75rem;position:relative;display:block; }#Am1mGt3OppZ6AnfPioOt72G5nntSekKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.7884116172787rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8AhPwnHPfogQIqfmtaM8DGEWwkFwwLt { position:absolute;display:block;z-index:15003;background-color:#30b1be;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:13.3125rem;width:66.6875rem;top:4.0625rem;left:4.1558837890625rem;display:block; }
#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row .container { background-color: transparent; background-image: none; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row .container > .video-iframe-container { display: none; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row > .video-iframe-container { display: none; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .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); }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row .container { border-width: 0; border-radius: 0; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#bqrwMpsq2qxzbkt3vFpHEdXmtlhiXG2u { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.01171875rem;left:20.53125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7PTlv2BtT40tAXRaUgbX9qTzfhdaPno { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.01171875rem;left:20.53125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8036d5ad-e609-462c-8b13-52d8c7376f34/_Zdjeciegownenastronezapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07.adaptive-delivery-prevent-bg, #u92crZfPVJWflATKw7cAfGkFAJdZ2G07.lazyload, #u92crZfPVJWflATKw7cAfGkFAJdZ2G07.lazyloading { background-image: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container { background-color: transparent; background-image: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container > .video-iframe-container { display: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row > .video-iframe-container { display: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .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); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container { border-width: 0; border-radius: 0; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#zaNn0BP4BTXJAFLILeMQ7W6tcmJ5h745 { 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:31.25rem;width:31.25rem;display:none; }
#i7SyM1B1FViVLhIo3PeAGGlMyP4toEEZ { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:38.75rem;width:36.25rem;top:7.5rem;left:38.75rem;display:block; }
#L5R1fbKdDJ3ZREQgIq8CC5n6AwzKDouH { color:rgba(var(--color-primary-1),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:8.875rem;left:44rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I4R8CtNQTpJcLFNk2Xwk3gJugKX84g6w { color:#47545a;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:15.0625rem;left:39.6875rem;height:1.625rem;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; }
#n3fFPIIPNu9iK6a6DDMeJv0VLs6woHrf { position:absolute;display:block;z-index:15044;background-color:#30b1be;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.0625rem;width:36.25rem;top:40.25rem;left:38.75rem;display:block; }
#bw4vF4drUJ7PA2stx6AqRtS59kxS8X04 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:42.125rem;left:39.28125rem;height:2.34375rem;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; }
#c7AJMBsD8z2nnS9U4JceTq809TXm2H1i { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:17.875rem;left:40.53125rem;height:19.5rem;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; }
#INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo > .row .container { border-width: 0; border-radius: 0; }#INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo > .row .container { font-size:0.875rem;font-family:"open sans";height:10.875rem;width:75rem;position:relative;display:none; }#CPUR8gWermTqCE93DIvQOVaa5til3Qrz { display:block;width:57.68425rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7779960632325rem;left:8.6575527191163rem;height:4.5rem;text-align:center;text-align-last:center;color:#faf5f5;font-style:normal;display:block; }
#DSG0Hecr7CykBsqv9qK7C0kHBpWqlVy5 { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:12.125rem;width:66.6875rem;top:4.9654953479767rem;left:4.15625rem;display:block; }
#TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS > .row .container { border-width: 0; border-radius: 0; }#TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#ki3TCvkilML0TkWLhq5IswB1b6JRel3P { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/db79b760-1a70-427b-afdf-68dac115eb96/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ki3TCvkilML0TkWLhq5IswB1b6JRel3P.adaptive-delivery-prevent-bg, #ki3TCvkilML0TkWLhq5IswB1b6JRel3P.lazyload, #ki3TCvkilML0TkWLhq5IswB1b6JRel3P.lazyloading { background-image: none; }#ki3TCvkilML0TkWLhq5IswB1b6JRel3P > .row .container { border-width: 0; border-radius: 0; }#ki3TCvkilML0TkWLhq5IswB1b6JRel3P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ki3TCvkilML0TkWLhq5IswB1b6JRel3P > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#d6R4kTRxI7r6XtkcLIlSJpzfUklHQJZy { color:#47545a;display:block;width:22.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:22.5625rem;left:43.3125rem;height:2.75024375rem;text-align:left;text-align-last:left;display:block; }
#sVgcPT8EDETl8inbwCnKkX0rhQCUovTZ { color:#47545a;display:block;width:23.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:43.3125rem;height:3.8501rem;text-align:left;text-align-last:left;display:block; }
#pHVVer8k6uhniettCvIBZX0yLJkG4TBZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:22.686767578125rem;left:39.18701171875rem; }
#pHVVer8k6uhniettCvIBZX0yLJkG4TBZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#PAhqtthfbw9CIg3uSeK9UxKUUHXX4IS5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:28.175048828125rem;left:39.18701171875rem; }
#PAhqtthfbw9CIg3uSeK9UxKUUHXX4IS5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ISccGAcTCA0txAEZZFE13EIqzV0pGdE7 { 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:31.25rem;width:31.25rem;display:none; }
#zptvh3KkWAPLQ85rpfcvtF9HLe34sv8m { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:27.749633789062rem;left:51.5625rem;height:2.75024375rem;text-align:left;text-align-last:left;display:none; }
#IK1mwsqQOn3CJP9qkTTW98zg1zbn0irz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:39.937125rem;width:36.25rem;top:6.1875rem;left:37.1875rem;display:block; }
#yURDI6qAPRL9V9ZnwT5du3uozBqFiG9y { position:absolute;display:block;z-index:15045;background-color:#30b1be;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:4.62463125rem;width:36.25rem;top:42.0625rem;left:37.1875rem;display:block; }
#P9UCqDwypozOLIkQwrkOg8fHvGpI1iWW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:42.9375rem;left:37.1875rem;height:2.34375rem;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; }
#nXB99MyASa97EBWSLzWNCX9ouczogLKt { color:rgba(var(--color-primary-1),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:37.1875rem;height:5.68725625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbU1a8XJh7HKKqULz15XUBMWJHwKOS44 { color:#47545a;display:block;width:32.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.1875rem;height:8.12375625rem;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; }
#c3RaepvdhPf0Oyz4ATG50nZnEdhV4Jdc { color:#47545a;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:32.875rem;left:39.1875rem;height:5.94970625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#yfB5nHrkM90LDC4dxAzKqbUJriRUiFck { color:#47545a;display:block;width:23.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:43.3125rem;height:3.8501rem;text-align:left;text-align-last:left;display:none; }
#gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8e5;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:none; }#gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK > .row .container { border-width: 0; border-radius: 0; }#gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:none; }#uFOA8q7r3DMmOVgFci1hcGpyGwOyTBha { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:43.75rem;top:5.625rem;left:15.625rem;display:block; }
#ZgrD6znKbfOOAtbbKOrfnDqLvAMHmVy2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:41.5625rem;top:31.700439453125rem;left:40.82275390625rem;overflow:hidden;display:block; }
#mkJEfco4scUfL8tGgSZ9mpVipiZLfAUJ { color:rgba(var(--color-primary-3),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32.505493164062rem;left:3.226318359375rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/04ddc027-08f4-4955-82dd-89af0c6a88db/_Zdjeciegownenastronezapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4.adaptive-delivery-prevent-bg, #SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4.lazyload, #SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4.lazyloading { background-image: none; }#SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 > .row .container { border-width: 0; border-radius: 0; }#SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:none; }#DISTHVwtPPiDdTmVCNywThMII1h0lh3K { color:#212721;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.25rem;left:39.75rem;height:1.62524375rem;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; }
#c44rT3S77UUuWP2x4Wd6o6wFRFrJfxpe { color:#30b1be;display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.708251953125rem;left:40.4375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#wHSOPCB5Z1zz1347qAaQrVFwCiFvTKLg { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:36.25rem;top:7.5rem;left:38.74951171875rem;display:block; }
#ONG9gnSw4lzBPsk0vr6UKqrB0ghtvnu7 { position:absolute;display:block;z-index:15024;background-color:#30b1be;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:4.6245125rem;width:36.24975rem;top:34.125rem;left:38.750244140625rem;display:block; }
#r1cvp9Zs2FywZLGqRGIQVbiQTpqbIqFu { color:#212721;display:block;width:32.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.16943359375rem;left:40.310302734375rem;height:13rem;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; }
#JkT7E89zDnc8BAoEQtonlq5bz30rMFND { color:rgba(var(--color-tertiary-0),1);display:block;width:36.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:34.875rem;left:38.68798828125rem;height:3.125rem;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; }
#UCiOLf4bamV6b4Xfzk7FMkUlay3wVdak { 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:35.6875rem;width:75rem;display:none; }
#tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ > .row .container { border-width: 0; border-radius: 0; }#tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:none; }#gQBBaOn5fsORve9U7N3ymsxpCT4oHDcN { color:rgba(var(--color-tertiary-0),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMaL2rVIlQ4AT4LyyK2lzGOwypFefiqM { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.1563720703125rem;left:20.625rem;height:26.25rem;font-style:normal;display:block; }
#U0WLDVyIcrKCDaiEZuVp2CBcqaCNAbTs { 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:15.5625rem;width:15.5625rem;top:8.135498046875rem;left:2.8125rem;overflow:hidden;display:block; }
#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container { background-color: transparent; background-image: none; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container > .video-iframe-container { display: none; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row > .video-iframe-container { display: none; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .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); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container { border-width: 0; border-radius: 0; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container { font-size:0.875rem;font-family:"open sans";height:10.6875rem;width:75rem;position:relative;display:block; }#IGkqBDKWw0tDnO0FhP7XmTURMRxNQroC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3932285308837rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cctvUKV6LWggCsTb4tPV1GigTzRgg9aV { position:absolute;display:block;z-index:15003;background-color:#30b1be;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:13.125rem;width:66.6875rem;top:4.0625rem;left:4.1558837890625rem;display:block; }
#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container { background-color: transparent; background-image: none; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container > .video-iframe-container { display: none; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row > .video-iframe-container { display: none; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .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); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container { border-width: 0; border-radius: 0; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/6b6a2b0d-25ae-4b4a-867d-c7f3ad165c69/Zdjeciegownenastronezapisufale2.png");background-position:top left !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; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8.adaptive-delivery-prevent-bg, #pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8.lazyload, #pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8.lazyloading { background-image: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container { background-color: transparent; background-image: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container > .video-iframe-container { display: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row > .video-iframe-container { display: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .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); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container { border-width: 0; border-radius: 0; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#U2T0TcleOTwf36PqP7cUA87kK2cgrL4n { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:43.4375rem;width:36.25rem;top:5.25rem;left:38.75rem;display:block; }
#xxroT2ZQ2VkZEJqiPPiAMqo8kIJVsdiy { position:absolute;display:block;z-index:15029;background-color:#30b1be;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:4.624025rem;width:36.25rem;top:46.375rem;left:38.75rem;display:block; }
#EcP6D76ht9NeQrHBgPwKTr0eRroMPyln { display:block;width:30.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:47.5625rem;left:40.4375rem;height:2.34375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#OhIWqSVKnB06X4FfN2PXMA02ugpTOocb { color:#47545a;display:block;width:32.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.28125rem;left:40.4375rem;height:13rem;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; }
#OvdOhaHuSMsek9ufuT6thLiquAiZpvKJ { 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:31.25rem;width:31.25rem;display:none; }
#IMHPSDXqko1JHB0EciIH7rnweGLqUJ6y { color:#30b1be;display:block;width:36.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5625rem;left:38.875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFrUpVQlCkvExzFlrlPeW5qmW9TTL02T { display:block;width:35.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:32.9375rem;left:39.2509765625rem;height:11.25rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxtJk6LpPCx5WUXw9xnG6DDq1Rh6CXNE { color:#7b3956;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:14.03125rem;left:42.1259765625rem;height:2.68125rem;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; }
#IRgym18D8Wemf5fnGpUurdybZ3J1AD8f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#IRgym18D8Wemf5fnGpUurdybZ3J1AD8f > .row .container { border-width: 0; border-radius: 0; }#IRgym18D8Wemf5fnGpUurdybZ3J1AD8f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRgym18D8Wemf5fnGpUurdybZ3J1AD8f > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:none; }#tXRTkUeCh0QpvtKGgCsXX4y9bVw1Uoiv { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#w9adB4XDFBTn22o0209NpPEbh2SuE8sC { 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:16.6875rem;width:16.6875rem;top:8.75rem;left:0rem;overflow:hidden;display:block; }
#dWLiKsLWCc3aHI96VVAPeNqWestTdGLl { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3124504089356rem;left:19.6875rem;height:12.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VaVVcgFKhHvfMpO1x1CB7D9FlifpgNRN { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.499168395996rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM > .row .container { border-width: 0; border-radius: 0; }#pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:none; }#f2yPpoqoGQCU6VgiDiM51Ug8qAdEfDde { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#MuXIwIei7m52Pb5cvz9LRdsiDJyuSrSd { 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:16.6875rem;width:16.6875rem;top:7.24995136261rem;left:0rem;overflow:hidden;display:block; }
#yrzZeHBdx9JHns4NknQhH6vDilnOUToD { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.25rem;left:19.6875rem;height:22.34375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GXNaVgAn7IOgeaGF8hy4gNnzm5au3FLD { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.500001907349rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc > .row .container { border-width: 0; border-radius: 0; }#BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:none; }#TyT9o4U3tFzXZ8xXw8ZxO3HTfTeZRhSl { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#FQyOhpGe3WFuuCQiGvdCRl6s8xiUsV9w { 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:15.625rem;width:15.625rem;top:8.75rem;left:0rem;overflow:hidden;display:block; }
#qimmZ2qGZ1XFUlG2Q4qGnq4UhPVmVDLb { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.25rem;left:19.6875rem;height:22.34375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#JAyeHNxk1sngfQ5MPEm43X0TzqdHRWHp { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.375rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MpCvr0f3AVV086zbq2RWShtBZJTmSOFF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MpCvr0f3AVV086zbq2RWShtBZJTmSOFF > .row .container { border-width: 0; border-radius: 0; }#MpCvr0f3AVV086zbq2RWShtBZJTmSOFF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpCvr0f3AVV086zbq2RWShtBZJTmSOFF > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e84c84;background-image:url("https://images.assets-landingi.com/uc/9d3ac572-a4e2-439f-8d56-24d9ff4ba6cd/Bonuswalentynkowy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK.adaptive-delivery-prevent-bg, #SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK.lazyload, #SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK.lazyloading { background-image: none; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK > .row .container { border-width: 0; border-radius: 0; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:none; }#QrhARLpfJKmbQVW0NVfhdGSDdWbSwPKT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:breathing;font-size:2.1875rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:9.625rem;left:46.25rem;height:3.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIKra6CcrMOOmzF5meAaZADS6opkyUNa { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:15.3125rem;left:47.6875rem;height:10.5629875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBUskFTNfcvwGXl6kaP4Av4rg3PgzeZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:35.51953125rem;left:45.9375rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TETmXyMh58CHQpv0c4nDKlSmK75VHwQ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.25rem;left:46.5625rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#plb8lhNv4Wa686mkI06GT0xsVczOcA9O { color:#f3c185;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:51.41650390625rem;left:51.21875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9kIhspJ2O2OpzMx4w5GJDTtVvlAr6a5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.5625rem;width:43.5625rem;top:59.927083375rem;left:-20.104166625rem;overflow:hidden;display:block; }
#eUaQergF7l1KRr67qp0zGTzTkTvvCE7i { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:59.927083375rem;left:-20.104166625rem;overflow:hidden;display:none; }
#ykSM0sbEsRf5GZDAdiFnkdnerOchuci3 { 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:35.6875rem;width:35.9375rem;display:none; }
#nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e84c84;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:none; }#nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ > .row .container { border-width: 0; border-radius: 0; }#nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;position:relative;display:none; }#Mpm5crwyPMCyzlyfeiqRgcGwtyRKtXWn { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.875rem;left:6.25rem;height:14.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNUAC04PrxoeBGxEolLXfRaPA7F8ymGh { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.25rem;height:2.84399375rem;display:block; }
#Sq8dsPis77JMn6IPsho9kEf1CE7ng0kQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f4b787;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.040364375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:48.64599609375rem;left:18.75rem;display:block; }
#vs0ZcgKJZENuZGtAG6iDZwOdE6T0Jvoh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AwUEcQGcg7FZQQLHWaoo3NPFhNtPifHz { color:#f4b787;display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:41.6875rem;left:18.78125rem;height:5.6879875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FG3DXLCQHLHnDOtUqkoemZvdy6f8PcyU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:23.5rem;top:7.87711584375rem;left:66.937502501463rem;overflow:hidden;display:block; }
#Kp3v6hICKhSbnxOTzUn90NU9wClIFy3v { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:-13.602783203125rem;left:45.458333375rem;overflow:hidden;display:none; }
#NM7waA7V7IIVM83ViufLRcE0Hoihfvc8 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:31.440185546875rem;left:18.75rem;display:block; }
#N7hKf5CFNh6LrOPg8nykym6Cf8fRdlBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4fa;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:none; }#ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 > .row .container { border-width: 0; border-radius: 0; }#ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:none; }#RXdANBIWGzH65Fz5OHZyo9Px8GJ2wtSp { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18rem;width:63.125rem;top:3.75rem;left:5.8125rem;display:block; }
#faSPWRthTmTkUNwBzVzDNKyGSr3Pb1Mv { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.75rem;left:18.25rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qnu6PRzcR86RoawGEw5XsAoUiehWzBKy { color:#e84c84;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.75rem;left:12.0859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEaILB1RQDltHOfR5uSLGhboft6PamFa { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.375rem;left:18.1875rem;height:7.3111875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kVXIZJLPMa0bmOTp8iV6gaP8UwFE2vCX { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:35.8125rem;top:8.8984375rem;left:46.895833375rem;overflow:hidden;display:block; }
#nqbTEVedZSuXsADmpTFCiI3dbDAvzC17 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.9375rem;top:15.812744140625rem;left:55.97916675rem;overflow:hidden;display:none; }
#KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4fa;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:none; }#KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB > .row .container { border-width: 0; border-radius: 0; }#KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:none; }#inpcvMo93L4GI7y1eCXAf3pHJdA72Tp0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:23.8125rem;width:63.125rem;top:3.75rem;left:5.8125rem;display:block; }
#cb11PJV7ACntJlJTOAc51Pr4VzTK9nXv { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.3125rem;left:18.333335876465rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZRlKxpl9dTCpFqSGcTsRiAV4aRwOuP2W { color:#e84c84;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.75rem;left:12.0859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTWS3lSFmC32MKxAQru0ScvKve1CNp57 { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.41796875rem;left:18.5625rem;height:14.622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4fa;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:none; }#fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v > .row .container { border-width: 0; border-radius: 0; }#fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:none; }#uzOTIV0EgQOU1SnkxIasHTeeulJITTwy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:19.1875rem;width:63.125rem;top:3.75rem;left:5.8125rem;display:block; }
#F06lRJBEKw4VZ7Oxh32JV4dKeiJaL7Ve { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.875rem;left:18.333335876465rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VsToap26lvvTfPEcd8OwN3X8adPe4NPc { color:#e84c84;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.75rem;left:12.0859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShLShdkld6T7Q8nHRFL7pDrptiBXTGaT { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:6.91796875rem;left:18.270835876465rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cmLPBzcKMGlZVuTZwlRFv6qMX53MnaBx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:31.8125rem;top:12.876302125rem;left:-20.874999875rem;overflow:hidden;display:block; }
#m4AgDzOFpPUze5Qb0fgHnV8FrmepvTQz { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.9375rem;top:15.812744140625rem;left:55.97916675rem;overflow:hidden;display:none; }
#A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4fa;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:none; }#A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 > .row .container { border-width: 0; border-radius: 0; }#A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:none; }#xHmTEQz81G7lr0pQwLF75NHwBVvHM9QZ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:22.1875rem;width:63.125rem;top:3.75rem;left:5.8125rem;display:block; }
#L3Bud93v64o6uOarRQetD5P14Qd8ZfcR { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.25146484375rem;left:18.333335876465rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsyOlAu3XrTp61XUyyMZx0v6537pTQoM { color:#e84c84;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.75rem;left:12.0859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGwSwsrtlIqu7UqqwMaSOf6TR7eUb51d { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.885498046875rem;left:18.270835876465rem;height:11.6979rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVABGSumKnyx6w96MMtxribvGCNLbSa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4fa;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:none; }#BVABGSumKnyx6w96MMtxribvGCNLbSa2 > .row .container { border-width: 0; border-radius: 0; }#BVABGSumKnyx6w96MMtxribvGCNLbSa2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVABGSumKnyx6w96MMtxribvGCNLbSa2 > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:none; }#XI0t1n1UTMQD16e1q9ooEQs4upekGSAH { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:22.1875rem;width:63.125rem;top:3.75rem;left:5.8125rem;display:block; }
#Tg9Ky3llE1TGgtVBpULmiO1GtGmiXb83 { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.25146484375rem;left:18.333335876465rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ux3w3ZAoAMFAnkowKdmU1WscFTSBHBNi { color:#e84c84;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.75rem;left:12.0859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOZueBZv1q4hn2U6ISqAHATeUTfRy2LQ { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.84375rem;left:18.270835876465rem;height:11.6979rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NDXOWGRLVCiKRU3dTAP6XBty6JRvLT0F { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:30.875rem;left:19.833335876465rem;display:block; }
#ishatnsDq9xippIglZw4AEybrvlUTkUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cy5SCTd0k4OFblMJTmxWLqua4SV4LLrz { color:#e84c84;display:block;width:40.5rem;position:absolute;font-family:breathing;font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:40.12255859375rem;left:18.333335876465rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aA2rTfIVbeHcxBVDmdWvTXkxnJNhTpkR { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.9375rem;top:15.812744140625rem;left:55.97916675rem;overflow:hidden;display:block; }
#yMvz3fT92bdzTBEDkO0BWLilrZp10q5q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:8.8984375rem;left:46.895833375rem;overflow:hidden;display:none; }
#zqT2HTv2ua2bQZ7FM6siuMFlCD12UDep { color:#e84c84;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:36.98046875rem;left:18.333335876465rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTszkBx3i0z3bla1PyIliAnMEGQMsOFM { color:#e84c84;display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:43.85302734375rem;left:18.33203125rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWrkIvMLV3IgDTcKF3X2f7WQsUewFgh9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:29.84521484375rem;left:9.7083339691163rem;overflow:hidden;display:block; }
#cKTFfzAoLBVWeJvcp5ioIsAFygwgkTSf { color:rgba(var(--color-secondary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:47.79052734375rem;left:18.33203125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK { position:relative;display:none; }#vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK { border-width: 0; border-radius: 0; }#vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK > .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; }#vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:88rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zFfKFciHZvomBpqSsaD2Gdld9KifE4E0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem;width:31.25rem;top:4.4375rem;left:3.875rem;display:block; }
#UHccc1LQAesaSxaaETP1tvRNw0x7NOUl { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:27.375rem;left:10.125rem;display:block; }
#GeShSS8TZ0bEEqQyOC7366pxQeu217iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utLDk7egKSF3uFfBDvFLoXcRy3vqvG0H { color:#72686c;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:14.5625rem;left:7rem;height:4.6666665rem;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; }
#Zp6n9xJLLsc19JUQwwTWt6Bie6QaRhRT { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:27.375rem;left:46.125rem;display:block; }
#NMwBLoNtUq8odDVCnUTZAsMuFp5PBW2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuTURfXOGAmvqJ2tDJXQeApkzrQa7eC0 { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.625rem;left:10.125rem;height:3.75rem;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; }
#pfXWDzPO3Q1S6CDG47KThZILH4zv9oWK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.25rem;width:31.25rem;top:4.4375rem;left:39.875rem;display:block; }
#iK1w37eWMZdtKDVD4JCRk9D66M8nqyTk { color:#72686c;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:14.5625rem;left:39.875rem;height:2.33333325rem;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; }
#JTDovbKmHhDTzyhNfIuGC4JONPFK0XTX { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:23.625rem;left:46.125rem;height:3.75rem;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; }
#w8Oik9rTQKNogq19HnsvcVor9KamotIl { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:30rem;top:5.125rem;left:4.5rem;display:block; }
#sV2w7N92h2aPOTLHJbpbiTQPZlTHTGct { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:6.875rem;left:7rem;height:3.25rem;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; }
#naRMSEW3fOV1SSnnt0oEUTkRq96emD63 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:30rem;top:5.125rem;left:40.5rem;display:block; }
#cxZzuRUeOo5QKm275FwhmIXtugTSCKlV { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:6.875rem;left:43rem;height:3.25rem;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; }
#QywT8SVN1PPT3vKgiDsMKO3OSK5TPh7O { color:#2a6f05;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:17.8125rem;left:39.875rem;height:3.66666675rem;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; }
#P6v2Pd2QizFJRpsQuxvkF491J6gGQrhE { color:#2a6f05;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.625rem;left:3.875rem;height:3.66666675rem;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; }
#B0uw3bduR595uaGvDHGurslPG2L2r7qG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:64.9375rem;top:50.3125rem;left:4.5rem;display:block; }
#Flt8J6u0cGQUBDA1nsCOJlBdG6HF2ngb { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:51.84375rem;left:6.0208339691162rem;height:6.5rem;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; }
#pi145EvSZ5fuJ74XRyxGKqzIoWgLhtJO { color:#2a6f05;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:71.74609375rem;left:6.0208339691162rem;height:1.833333375rem;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; }
#ubhgTxZv7Bg05lJFRTuw4NDvybm8egIE { color:#2a6f05;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:71.74609375rem;left:39rem;height:1.833333375rem;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; }
#NpJSnR9MMuuVTVgKdkG8koNOTXC9sxW5 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:79.08349609375rem;left:11.645835876465rem;display:block; }
#QGCASZzBJrTLNaW9pxqaqQmR5CwLcTcP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2U6HzF2qzXh86VZm939eg5flShfDFzn { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:79.08349609375rem;left:44.625rem;display:block; }
#R2aBbx6edfDedImmZHBGPA4MlmvL7p8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwxvBDkPCR99mT9metrSow84TvqAIiAT { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:74.54052734375rem;left:11.645835876465rem;height:3.75rem;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; }
#tBswK08QQ8Ny4f8lqI9spHZSyJxwkMuK { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:74.54052734375rem;left:44.625rem;height:3.75rem;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; }
#THonBrXgeyVXbRFt1qQkO6Gb1lXN3Luf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:66.9375rem;top:49.125rem;left:3.875rem;display:block; }
#G0BTxbD5ctXVz5vBBMFzwMZ6I5cLPoX7 { color:rgba(var(--color-primary-3),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:40.5625rem;left:3.875rem;height:6.5rem;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; }
#EC8bvascqMd4MnRKFoIHIvGFeqAbny0R { position:absolute;display:block;z-index:15037;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:23.6875rem;width:27.6875rem;top:43.71875rem;left:47.145835876465rem;overflow:hidden;display:block; }
#bSrezTHzyTvuGyXS1IWNxhSVS1HdOGyH { color:#72686c;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:61.20703125rem;left:6.0208339691162rem;height:8.25rem;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; }
#vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/51f5eb74-fa9f-4a6a-8aa1-34ea6f863252/2.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; }#vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6.adaptive-delivery-prevent-bg, #vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6.lazyload, #vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6.lazyloading { background-image: none; }#vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 > .row .container { border-width: 0; border-radius: 0; }#vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:none; }#ncuSQTUKSJe5OKvbWAqNlhEObTVBichh { 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:30.9375rem;width:37.3125rem;top:33.96875rem;left:36.125rem;overflow:hidden;display:block; }
#tlNgyfKFBXx52akUu5fZzXTkxkIJUp7O { display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:48.290283203125rem;left:10.3125rem;height:5.5833335rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#b6ef08s4lwba0PNKlFq9B4sqk4WQUvOa { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:84.75rem;width:63.9375rem;top:44.24755859375rem;left:5.53125rem;display:block; }
#cFHEoCoQXMV2TRJLaTdn6tHpRQib0GB2 { display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.572998046875rem;left:2.25rem;height:2.75rem;color:rgba(var(--color-primary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#B43Rqt0nuUF0PyAv3KN0Niy7C1Q95SxJ { display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:55.8125rem;left:10.3125rem;height:8.333333rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftfQ9nqWLVRFLTs1we4xnT1LVTRQ8wuk { 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:46.375rem;width:47.5rem;display:none; }
#WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X > .row .container { border-width: 0; border-radius: 0; }#WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X > .row .container { font-size:0.875rem;font-family:arial;height:77.75rem;width:75rem;position:relative;display:none; }#rtaTSBr4LgNVIowkMz9cbgBlq8mL7JKv { color:#fd4336;display:block;width:49.9361991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.40625rem;left:12.53125rem;height:36.416667625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KEMp36rcDRITpdE6mJfdW8IdlvGKpWS4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#LAoRarOVPv0Q6Zg4L378ApFQWEZDpNNR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:90.1875rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wIOpFVlFboTdyXP8Otb2aZpf5u0vqyVU { display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.92578125rem;left:16.78125rem;height:14.5000005rem;color:rgba(var(--color-primary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQ6W27dq9C1gJrvgpAClln9Cz2WZNmsm { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:41.4375rem;top:3.6787109375rem;left:16.78125rem;display:block; }
#UvHJzsvPTPhS6svEmh5Q9Cz0nalpNZCM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.125rem;width:63.9375rem;top:54.664306640625rem;left:5.53125rem;display:none; }
#mw67i8Vstghs72gR28N8H5o2y2CA3Ter { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:69.9375rem;left:15.875rem;height:7.1666665rem;text-align:center;text-align-last:center;display:block; }
#uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ > .row .container { border-width: 0; border-radius: 0; }#uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:none; }#HIZMl5NVTyXFLQ1q1Of5Fq4XKMfbenQ1 { 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:12.8125rem;width:18rem;top:2.9054688215256rem;left:0rem;overflow:hidden;display:block; }
#L6pHuSmV4gJNPSTaNhviJoEi0f1fkazw { 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:12.875rem;width:18rem;top:2.9054688215256rem;left:18.9609375rem;overflow:hidden;display:block; }
#GKQNkLAVATLvEZMTg1PM8msqQGOmrXVP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:18rem;top:2.9054688215256rem;left:37.898439407349rem;overflow:hidden;display:block; }
#yIz1oioVLrWtSAoIDEfFTBAymz3wrRbq { position:absolute;display:block;z-index:15003;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:12.875rem;width:18rem;top:2.9054688215256rem;left:56.874998092651rem;overflow:hidden;display:block; }
#OGHZHEiyu2FWSsn6sDcDlpp3Zrf0WXO0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18rem;top:16.9375rem;left:0rem;overflow:hidden;display:block; }
#TRAbvZDLhFVTXdUn9KAQ7W1uCxeTIsJ8 { 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:12.875rem;width:18rem;top:16.9375rem;left:18.9375rem;overflow:hidden;display:block; }
#uJb2FpBnHENvvA7xE7CK8og5UrKT5ySD { 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:12.875rem;width:18rem;top:16.9375rem;left:37.8984375rem;overflow:hidden;display:block; }
#WUxyz7WMm8RLQOu5SUVTF7RLRisTfTV4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18rem;top:16.9375rem;left:56.8125rem;overflow:hidden;display:block; }
#gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW > .row .container { border-width: 0; border-radius: 0; }#gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:none; }#JTkrqQKHTyMoFs5lZucSw4UfpPGfQl28 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:63.9375rem;top:5.625rem;left:5.5625rem;display:block; }
#DzeBXRo2rRlwcuD3sR6JBObA9grqkTNG { color:#47545a;display:block;width:55.6236991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:8.3125rem;height:2.41666675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vz4WmUUevnnH4T848fM7fTVfGZNPu1uT { color:#47545a;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:13.3125rem;left:8.28125rem;height:14.666667rem;font-style:normal;display:block; }
#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/3bd5ac23-4f67-4e3b-9ad2-2a05ee2ad3a5/TenKursBackground.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.adaptive-delivery-prevent-bg, #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.lazyload, #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.lazyloading { background-image: none; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL > .row .container { border-width: 0; border-radius: 0; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:none; }#G2wXuNyc8uZnwdqTg5uCc3MPDUytEQJx { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:20.6640625rem;left:0rem;height:4.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3CGMIKSrLpdq02IuJHR48BUODMr9TPt { display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:5.625rem;left:17.125rem;height:12.4999995rem;color:rgba(var(--color-secondary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTvVTrtQ8Wv1E2d3MhiikL8DmhaHOUuz { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:29.41650390625rem;left:22.5625rem;display:block; }
#J9hHKHITzurGf7O79tkEQC0WXUUULzyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8bxWllECmh73TqPxPBPUrA0npTzVtUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#e8bxWllECmh73TqPxPBPUrA0npTzVtUp > .row .container { border-width: 0; border-radius: 0; }#e8bxWllECmh73TqPxPBPUrA0npTzVtUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8bxWllECmh73TqPxPBPUrA0npTzVtUp > .row .container { font-size:0.875rem;font-family:"open sans";height:5.625rem;width:75rem;position:relative;display:none; }#DkXFBKlzgpUkaZa5p5TtlamASWzk8p9S { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:11.1875rem;width:47.0625rem;top:0.0625rem;left:13.96875rem;display:block; }
#OagiAozOppdrNTNzJQ5VJ78bbTE3PtVk { display:block;width:57.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.32421875rem;left:8.6575527191163rem;height:4.6666665rem;text-align:center;text-align-last:center;color:#faf5f5;font-style:normal;display:block; }
#ES25enRO981RzvOPUKspyQK1asZx2BWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ES25enRO981RzvOPUKspyQK1asZx2BWW > .row .container { border-width: 0; border-radius: 0; }#ES25enRO981RzvOPUKspyQK1asZx2BWW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ES25enRO981RzvOPUKspyQK1asZx2BWW > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:none; }#TMEHqCL702oIHqoUnfqvTUbax4po6TfK { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.5625rem;left:7rem;height:14.333333rem;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; }
#cJlGq4UqT3DDPNzqkZG7gTBAJbmVKxVG { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.875rem;left:7rem;height: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; }
#L63IzyUuF9m7zPxZuw2PsxV9s7tFSTrV { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:27.0625rem;left:12.1875rem;height:6rem;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; }
#zePUolaq08wqOlvv6pxTrzboSLHuq7G1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:33.89599609375rem;left:12.1875rem;height:4.249999875rem;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; }
#op9KBJIU11qCVldeUMhvHV8kEwAKuLRQ { color:rgba(var(--color-secondary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:41.22802734375rem;left:28.09375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyEOmtTfTuOKVCgZn9H78VCB5aXDxtXp { position:absolute;display:block;z-index:15061;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:16.25rem;width:16.25rem;top:1.290283203125rem;left:0.6875rem;overflow:hidden;display:block; }
#eaEWsHWATMrlqz91MZPwWrRRrQ1QGQAw { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.5625rem;left:7rem;height:14.333333rem;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:none; }
#sVyFCc97oEJcJ32x7zHH7cQWlNVz3GTm { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:46.20849609375rem;left:19.53125rem;display:block; }
#GNuVTmT5EeFXJk9m7HHIm0lggEGPDedt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV > .row .container { border-width: 0; border-radius: 0; }#eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:none; }#XBazoAlhKw8OZuf65nFaymJgBhrOQTz1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:5.4375rem;left:7.125rem;overflow:hidden;display:block; }
#q9Is0bVxQwnwXc6qa2suur3S5TTTQbwL { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1240806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.6689147949219rem;left:22.810200691223rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Igxe6dXd7FEpUFpiMc48qiVOUZPhE13c { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:53.6875rem;top:5.5625rem;left:14.25rem;display:block; }
#Pq7KT3QwF3MlWboe30DBbIOkFIy79ZLv { color:rgba(var(--color-secondary-3),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.668212890625rem;left:22.810200691223rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIltvTOpDf4bwvSRB4Fdz6IhxWkwHUxP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.4375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.69921875rem;left:22.52734375rem;display:block; }
#pO4dpTSMvULhI5W9WDWOkUJJx8ABQuyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1Ekam3GDzescR8vE7pwtTpv6QJ4A4yc { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:3.4375rem;width:40.4375rem;top:15.678466796875rem;left:25.0625rem;display:block; }
#wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB > .row .container { border-width: 0; border-radius: 0; }#wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB > .row .container { font-size:0.875rem;font-family:arial;height:95.375rem;width:75rem;position:relative;display:none; }#BIBB5U360RIAHcibfGFaPNPzfMANwqk0 { color:#47545a;display:block;width:55.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:9.875rem;left:4.3125rem;height:85.4166645rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dNloPCAas1RFuKZWJsGMuRipqGd78PNv { color:rgba(var(--color-primary-3),1);display:block;width:47.6861991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.2643127441406rem;left:4.3125rem;height:2.41666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT > .row .container { border-width: 0; border-radius: 0; }#T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:none; }#nXXPUk04EoWklLgpCXyd7cRySBzCThgW { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:75rem;top:2.451904296875rem;left:0rem;display:block; }
#O4t0xpNEKTi3nefBCc58T53NvdhcROXd { color:#47545a;display:block;width:55.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.009765625rem;left:4.3125rem;height:2.41666675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OtE7clhxvLsAVrysaQ283iQ0SdvTnaA1 { color:#47545a;display:block;width:64.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.3427734375rem;left:4.3125rem;height:7.3333335rem;font-style:normal;display:block; }
#kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk { position:relative;display:none; }#kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk { border-width: 0; border-radius: 0; }#kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk > .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; }#kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:43rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:#72686c;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.9375rem;left:24.5rem;z-index:15059; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #o9EkdzviPHG9lsC2whEnacOvgbuU0qln { display:flex;position:relative;top:0rem;left:0rem; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #QRxSdvbcRVfKGrTdRPsTCpJTZPFEM0xA { width:auto; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #i6XTuV4vepCod3ByP0dcAf2uikESBEFF {  }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #B6eHUeKcGiSmkbDgSkaO7yoTlFlNsowo { display:flex;position:relative;top:0rem;left:0rem; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Kg0O8CoiMv42yzdMvBJL45DTxP98Lth7 {  }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Zt2JHO0QthcH23UetTy178ZbiaxmOtfF {  }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #BmsIgKRZgtlOlkXe2vKFq3m4vqAbS2Ae { display:flex;position:relative;top:0rem;left:0rem; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #MEaC1Q0Zc6rbvRoGMRdmAFogrDVBW8bN {  }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #T1pDTILpLk8M3TeNWv8qpqfWspUwLF3e {  }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Gtv1U4AFpoIns6Q75IGpJg3qrwCBcGqA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #ao9rbxvyOpgAwaCmDxc8DEm1ewGHpDDO {  }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Rb4oQ2XekM7tmwgB8f2EW0R2SP4A3Qty {  }
#UHM1hHrVnAlwokDWeLhhRoQTcPqAH4c4 { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:8rem;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; }
#TXXzZyPZJTF4zOl0I4nvRagdRik96cqo { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:22.70849609375rem;left:18.75rem;display:block; }
#EtLpqSy7T8cuDV3CT3TLHNrsXxBwDFyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fn1hcgdRZPoMGFOG3SBrA7PAXMxOb0D4 { color:rgba(var(--color-primary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.75rem;left:17.25rem;height:5.6666665rem;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; }
#b8TLRBmrlD3kNttIEQ6c1rCkXK75VCBL { color:rgba(var(--color-primary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.9375rem;left:17.25rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqTI99SgEBfd0GlPItXy94TXfZXcicoh { position:absolute;display:block;z-index:15060;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:16.1875rem;width:16.1875rem;top:21.2177734375rem;left:4.95703125rem;overflow:hidden;display:block; }
#en2OnzvCXquMub4c77dVxr4ts6Qc627H { color:rgba(var(--color-secondary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.0703125rem;left:17.25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXaOVVX9fqlfXHsbezT9n0EuBT43eE4u { color:rgba(var(--color-primary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.9375rem;left:17.25rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container { background-color: transparent; background-image: none; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container > .video-iframe-container { display: none; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row > .video-iframe-container { display: none; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .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); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container { border-width: 0; border-radius: 0; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container { font-size:0.875rem;font-family:"open sans";height:10.875rem;width:75rem;position:relative;display:block; }#ekCbfyAVITxlq4ZL9AXec8KwxiemI1Ge { display:block;width:57.68425rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7779960632325rem;left:8.6575527191163rem;height:4.5rem;text-align:center;text-align-last:center;color:#faf5f5;font-style:normal;display:block; }
#EnbOdG0Q6Koz8EJHS52bM9oNphwFkNgX { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:12.125rem;width:60rem;top:4.9658203125rem;left:7.5rem;display:block; }
#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row .container { background-color: transparent; background-image: none; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row .container > .video-iframe-container { display: none; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row > .video-iframe-container { display: none; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .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); }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row .container { border-width: 0; border-radius: 0; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row .container { background-color: transparent; background-image: none; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row .container > .video-iframe-container { display: none; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row > .video-iframe-container { display: none; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .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); }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row .container { border-width: 0; border-radius: 0; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row .container { font-size:0.875rem;font-family:arial;height:80.125rem;width:75rem;position:relative;display:block; }#FZlL0a8XHwZRq6wIzl8iequmsFHCV3N8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:46.4375rem;top:27.6669921875rem;left:15.2890625rem;overflow:hidden;display:block; }
#Nlh1KyDM9cxPuWQv1J9S1F0321QTtkwP { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:11.6982375rem;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; }
#VLFHSOxUgkCCP4zUtePvJdMKv9E3RSTd { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.74853515625rem;left:0rem;height:10.15625rem;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; }
#TdTp4316boWWHK4wI35CSHWLnGAfdsRV { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:60.0625rem;left:18.75rem;display:block; }
#nGuLeJHzxtmmctEytFtAV8G2CCisvvf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBRIy59koNhTT2WmKRtvs9AqbutArGTe { color:rgba(var(--color-secondary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:72.625rem;left:18.2578125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gG7zHad98RFdpfE11tNOkakM9MuI7ITG { color:rgba(var(--color-primary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:68.75rem;left:17.25rem;height:2.84375rem;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; }
#xHtAL9Aw9VbGnVTBctMf8scnPbya0Mmg { position:absolute;display:block;z-index:15064;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:16.1875rem;width:16.1875rem;top:59.06396484375rem;left:7.3515625rem;overflow:hidden;display:block; }
#w7ty3c8KPJb3VBKuyKuKTSSfxLCfpbNZ { color:rgba(var(--color-primary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:65.25rem;left:17.25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTTpINcfWUkLqGrNgwuN1b6FkUTRoxT4 { color:rgba(var(--color-secondary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.68359375rem;left:28.09375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 { position:relative;display:block; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 { background-color: transparent; background-image: none; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .row .container > .video-iframe-container { display: none; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .row > .video-iframe-container { display: none; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .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); }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 { border-width: 0; border-radius: 0; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .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; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TZlKkNXsVMwSBF0bv82kRUTndCv1WUim { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#sveiFr2fwAJWDwJE1eu17dyR80OLu3Nc { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:1.45849609375rem;left:3.125rem;height:4.21875rem;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; }
#I0L5zkELnM5wBa09S3TdxO0C87vu8e4J { color:rgba(var(--color-secondary-3),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:2.1875rem;left:28.125001907349rem;height:2.8125rem;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; }
#Miy4LoDXPv7emtvQ8fGPTZsfES01DOFa { color:#72686c;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:7.9375rem;left:4.4375rem;height:3.824225rem;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; }
#izCBorTysS1P4bllJVQstU3TaWudER8t { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:7.9375rem;left:41.236980438233rem;display:block; }
#ClpPgJaClTBDDfFAdu8B9tD4QRPtDRMu { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:12.988283157349rem;left:41.236980438233rem;display:block; }
#oTOJR4rphy02Z7eCpoUmI725rddr63e3 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:31.426433563233rem;left:41.236980438233rem;display:block; }
#W2IaZhTMTuar4bf7JJ13i82itFNoTHAO { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:22.009767532349rem;left:41.236980438233rem;display:block; }
#g995HJJqEAycxaJQdQytKzuSmZyqEdOK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.5rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#cXQuusO2U3TH7wT4rwf7CTRmAVWB2VMS { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:29.947265625rem;left:41.236328125rem;display:none; }
#uQv7zJhE0a9AXyBuQUET1yH8TTK4G3hp { color:#72686c;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:23.290367126465rem;left:4.4375rem;height:7.64844375rem;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; }
#nHvCCqSS8u1ILt8iHKyHTTORE7ByL1RK { color:#72686c;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:13.611328125rem;left:4.4375rem;height:5.736325rem;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; }
#e16t8IADR9vfc1uZkBiiZUNMwh1EvIbv { color:#72686c;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:32.850914001465rem;left:4.4375rem;height:5.7363375rem;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; }
#EyzxwodawGcnZeKOH6LeiXshsnbgtiWl { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:36.176433563233rem;left:41.236980438233rem;display:block; }
#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc { position:relative;display:block; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc { background-color: transparent; background-image: none; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .row .container > .video-iframe-container { display: none; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .row > .video-iframe-container { display: none; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .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); }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc { border-width: 0; border-radius: 0; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .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; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HAkPw90x70BTTmTm7vJLoBHg6xvgZqAa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#QGgKQgwOg6JWzz66AepRvrxNyJhTnlid { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:1.45849609375rem;left:3.125rem;height:4.21875rem;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; }
#d45gRzqQJyFFAtCrVgQqusAiXl7yZfQt { color:#72686c;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:8.416748046875rem;left:3.9996337890625rem;height:13.3847875rem;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; }
#rgFytgkQWS0BO4Hfo7usoukqFpsDAKpN { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:7.1875rem;left:41.236328125rem;display:block; }
#ReFfcGCno8ler9dhx5aVtSnZxTrJkkgt { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:12.104000091552rem;left:41.208335876465rem;display:block; }
#hXTyxxZXNRbWNkBfwKpBIdpumcug677E { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:24.375rem;left:41.25rem;display:none; }
#pV8WpvbBoRTCGgcpmlxfnrrXB7QnT6P7 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:23.8125rem;width:75rem;top:0.12451171875rem;left:0rem;display:block; }
#l5rh8OV5wRnrSRu4T7bxKq8lMzDwrczP { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:16.805335998535rem;left:41.208335876465rem;display:block; }
#JPG7hefrK9TrMKdFI2RTM5mCHIAaiuAq { color:rgba(var(--color-secondary-3),1);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:2.16015625rem;left:28.4375rem;height:2.8125rem;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; }
#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 { position:relative;display:block; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 { background-color: transparent; background-image: none; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .row .container > .video-iframe-container { display: none; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .row > .video-iframe-container { display: none; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .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); }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 { border-width: 0; border-radius: 0; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .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; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QT40MGSK0L3I4au6ynHGbmRvPyVSwTDg { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.875rem;left:18.75rem;display:block; }
#EV4oPXP6xJrQwo6lCG3GZiaIWHDoJ5gn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpEkeWbHNtk8ePDA9stH0uqe8q3ObeFu { color:#47545a;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:7.22802734375rem;left:29.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX { position:relative;display:block; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX { background-color: transparent; background-image: none; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .row .container > .video-iframe-container { display: none; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .row > .video-iframe-container { display: none; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .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); }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX { border-width: 0; border-radius: 0; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .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; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WNe3BDpsDbn0bZxNllG1wkWa5S1oPcQM { color:#72686c;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:2.3125rem;left:2.125rem;height:19.121125rem;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; }
#iK1uQq8046nsEnIUg5fqolZmAFER8CoM { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.6875rem;left:30rem;display:block; }
#qTb0S4BOzeUIEDZiBA65rIZN951QsSEM { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:7.5rem;left:30.000001907349rem;display:block; }
#oUmN1kssiwJvQXmpKiEFk2V1QSirgymQ { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:13.25rem;left:30.000001907349rem;display:block; }
#vWTwTpMAgSma2twCeDRDLIrVLGBBMJbA { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:16.875rem;left:30.000001907349rem;display:block; }
#p9IXtuX9FlWIQxLy4AbJTxk5OMBR9U1H { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:20.8125rem;left:30.000001907349rem;display:block; }
#AuzgOTfpb8lsRiLiZDaWc68K751ZxNUE { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:11.23828125rem;left:67.56250190735rem;display:block; }
#SLrTZAL9pMAcsaLddS2QAE7vw7hcmUC3 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:1.66552734375rem;left:67.56250190735rem;display:block; }
#OH0L9IUz67HAo2Ux9EeMi8Tmoy5GCrIi { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:5.47802734375rem;left:67.56250190735rem;display:block; }
#uxK3nl1TUdNSKXRl6vB1btW4l13XxKDF { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:15rem;left:67.56250190735rem;display:block; }
#vHDhNGHCIZkA12CPNO7qIfIC0wK4MTgs { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:19.0625rem;left:67.5625rem;display:block; }
#gR3ENP8mfqQ4DEX12CpVkogleTR5HgWN { color:#72686c;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:2.29052734375rem;left:38.750001907349rem;height:21.033225rem;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; }
#gQNiffOFkndAV7rKTO3LaFWB4leqyldg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:24.5625rem;width:75rem;top:0rem;left:0rem;display:block; }
#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm { position:relative;display:block; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm { background-color: transparent; background-image: none; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .row .container > .video-iframe-container { display: none; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .row > .video-iframe-container { display: none; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .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); }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm { border-width: 0; border-radius: 0; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .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; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b5LXJHGdEcE0qU32hyyBkFmsHTx85zXI { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.5403652191162rem;height:7.3125rem;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; }
#R5WGNzeIaA9ZKTRcgLsbwpvvaFaEbaHJ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.30615234375rem;left:37.561197280884rem;height:3rem;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; }
#skWdmHpKSVTP9T9aOdDiCc9WsJzrPMQG { position:absolute;display:block;z-index:15023;background-color:#ba7291;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:16.25rem;width:37.5rem;top:0rem;left:37.498697280884rem;display:block; }
#lrsXbSOcd7CnpvVoxiMXnlR3PT39FpFh { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.9373912811281rem;left:42.185764312744rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#dUx3u2szoWnTkd9CH5dWr5Lmv9ucTkw9 { position:absolute;display:block;z-index:15000;background-color:#e1afc4;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:16.25rem;width:37.9375rem;top:0rem;left:0rem;display:block; }
#I6bEPxUFdUZBOCHClF0JZUWTrRtzZLXM { color:#faf5f5;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.54052734375rem;left:9.7278652191163rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#eU5EcKz6s7AJLq5WHE5vx9lC2iu4iLnl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15027;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.639404296875rem;left:52.750001907349rem;overflow:hidden;display:block; }
#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe { position:relative;display:block; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe { background-color: transparent; background-image: none; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .row .container > .video-iframe-container { display: none; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .row > .video-iframe-container { display: none; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .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); }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe { border-width: 0; border-radius: 0; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .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; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B1yHoxSyJcwFU7eq0vCJsaHo48NSPl7M { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:4.59375rem;left:18.75rem;display:block; }
#qMLkJkTfJg19IQmu24RDyl5TswR2tBJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container { background-color: transparent; background-image: none; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container > .video-iframe-container { display: none; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row > .video-iframe-container { display: none; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .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); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container { border-width: 0; border-radius: 0; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#SBuJThVXdm9wGSuqJLbGRc4QVNrPgQm5 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:0rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row .container { background-color: transparent; background-image: none; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row .container > .video-iframe-container { display: none; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row > .video-iframe-container { display: none; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .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); }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row .container { border-width: 0; border-radius: 0; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#h91JTzuTZrMeFkxzFOidFezUs25DLGpG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.125rem;width:24.0625rem;top:8.7500002384187rem;left:0.46875rem;display:block; }
#mNDHHlnG1G448vc1AtisWKzXvfJxwAKV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:3.3123044967651rem;left:6.2460927963257rem;overflow:hidden;display:block; }
#cQNununBBus1Dc5ppLvO8oFlZ4MM3Nx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.246875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:8.75rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKV4U53TgtZRoJRphSpBPlZvyORODdf5 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.563282012939rem;left:3.125rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bcc7USxWgVESTyLJmDrtZyNCsOkUIR6y { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:30.188477516174rem;left:2.5rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mavT2BFWCAKVA2W5D6vWTN19q0bUa45F { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.56337928772rem;left:28.125000953674rem;height:21.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pdVHlau1J9V5AueIJFALAZwyWEKT2xWe { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.125rem;width:24.0625rem;top:8.7500002384187rem;left:25.468750953674rem;display:block; }
#FN87TSfk30Iav6quMMH7NZAEoCPGeuD5 { position:absolute;display:block;z-index:15044;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.25rem;width:11.25rem;top:3.3117184638977rem;left:31.875000953674rem;overflow:hidden;display:block; }
#SrN1m19dTDdBlzMEeT8pnsX6gaMOez0P { color:rgba(var(--color-tertiary-0),1);display:block;width:6.246875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:8.749218940735rem;left:25.468750953674rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLCPiuDIwMRK9vh6ZXnvI2zDHxLw8pi0 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.687401771546rem;left:27.500000953674rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6xteL2rAuDNZPfZOkmN3Pdh2fAy4rNG { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.281348228454rem;left:53.125000953674rem;height:19.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CBL7QTFagMlSTTzTk1dgOMISfGcVhZ12 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.437695503235rem;left:52.500000953674rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIoNyllnPqqCUvesepcn3A7uVehgnBrA { position:absolute;display:block;z-index:15044;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.25rem;width:11.25rem;top:3.3118166923523rem;left:56.875000953674rem;overflow:hidden;display:block; }
#N58ckMONLgb20L9M7EBnGdZPucwsvDck { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.125rem;width:24.0625rem;top:8.749218940735rem;left:50.468750953674rem;display:block; }
#usRsVyqrCXXlVhGT0tTJa9bn1ds0UnT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.246875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:8.7500977516175rem;left:50.678124427796rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row .container { background-color: transparent; background-image: none; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row .container > .video-iframe-container { display: none; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row > .video-iframe-container { display: none; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .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); }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row .container { border-width: 0; border-radius: 0; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#HI9GV0ROibTzIgyTwqL27n5xEe67ldle { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0.875rem;left:18.749218940735rem;display:block; }
#so8WZiPsiBTPxBeuRh0kF3iwivFgPg6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row .container { background-color: transparent; background-image: none; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row .container > .video-iframe-container { display: none; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row > .video-iframe-container { display: none; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .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); }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row .container { border-width: 0; border-radius: 0; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#GSP9rZMGbgLiJBXMZWKPXb8kfzLDhLdG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.0625rem solid #867450;border-left:0.0625rem solid #867450;border-right:0.0625rem solid #867450;border-bottom:0.0625rem solid #867450;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.125rem;width:34rem;top:11.060546875rem;left:1.185546875rem;display:block; }
#iW8iIZvSi8dsXgnxIQNVxyFmpa5Zrohx { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.05859375rem;left:3.8932304382324rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8Ah6TmVoEFEHiEfpbVn0WBX2ogxxkZW { color:rgba(var(--color-tertiary-3),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.34375rem;left:5.7369804382324rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#eq9V9IB55md5nQqM2pm3lCAJlzapfvpf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:2.2294921875rem;left:9.7994804382325rem;overflow:hidden;display:block; }
#JE61hDmZ7M8RKTBDb5AwrXxzKra7DB4A { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:34rem;top:11.12255859375rem;left:39.559894561767rem;display:block; }
#rRTUo0SMUEMfIVm4zedZGZ1C2bGoSo03 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:2.25rem;left:47.373046875rem;overflow:hidden;display:block; }
#JfJPxWvgDpBAdlgbfl6SeTiTb8wDMk91 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:11.0810546875rem;left:39.559898376465rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpZX0EQW1sMHhSGzDWuGJ1a4elh33QlV { color:rgba(var(--color-tertiary-3),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.80224609375rem;left:43.309898376465rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PIC4thLFsaQEZ9qWZLuetP835Wpo739y { color:#47545a;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:37.2890625rem;left:42.184898376465rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MriR4zMs4ZkSApgxtiKvpebduTCH5gUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:11.0810546875rem;left:1.1848964691162rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row .container { background-color: transparent; background-image: none; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row .container > .video-iframe-container { display: none; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row > .video-iframe-container { display: none; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .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); }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row .container { border-width: 0; border-radius: 0; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#vEBaxLmIz4IeA4kzqns4MUfSIxcXmJAV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:34rem;top:11.060546875rem;left:1.185546875rem;display:block; }
#yVyWkqrlA3ZKS44I45W2MTQwlMb8d8ZC { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:32.89599609375rem;left:3.5286464691162rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4KFbi0CB7QhtNgwutPo2Fn78lWQavn7 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.1669921875rem;left:3.5286464691162rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rQVQ8vRNpPOJHOBTDbFJAV0OlTk2bZNb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:34rem;top:11.06005859375rem;left:38.747398376465rem;display:block; }
#S8SGepm03MHFQDMtsu7UTDsDke09fhOP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:11.06005859375rem;left:38.747398376465rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNHlZtdT0LnKMqBgSxyxl3Kl3P8MTn6G { color:rgba(var(--color-tertiary-3),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1669921875rem;left:43.216148376465rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fNhWPXqO8D556AaCqHT3DIo0FEldMsFX { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:34.60205078125rem;left:41.372398376465rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMp8d9nDsAXF0BAMCEwE4bwrinVFm5WJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:11.06005859375rem;left:1.1848964691162rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMc6sLvJimzlzuSQT2bufkgWosk6tqxK { 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:17.125rem;width:17.125rem;top:2.125rem;left:47.248046875rem;overflow:hidden;display:block; }
#OTVGPGQbVQ0HTLpwQmCJVVvKOHd2n6o9 { position:absolute;display:block;z-index:15044;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:17rem;width:17rem;top:2.39599609375rem;left:9.6848964691163rem;overflow:hidden;display:block; }
#SRqs22UQaF95xASI8nE3DE93DyDLeVER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row .container { background-color: transparent; background-image: none; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row .container > .video-iframe-container { display: none; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row > .video-iframe-container { display: none; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .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); }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row .container { border-width: 0; border-radius: 0; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row .container { font-size:0.875rem;font-family:"open sans";height:10.6875rem;width:75rem;position:relative;display:block; }#Mgzb0Bltoen9VEeAsT47zeBoKXv9fB6W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3932304382325rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZJZWnkDcPidTedncNKFkgXk80TuI7eT { position:absolute;display:block;z-index:15003;background-color:#30b1be;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:12.5625rem;width:66.6875rem;top:4.0625rem;left:4.15625rem;display:block; }
#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row .container { background-color: transparent; background-image: none; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row .container > .video-iframe-container { display: none; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row > .video-iframe-container { display: none; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .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); }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row .container { border-width: 0; border-radius: 0; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/bf8000e6-54ff-4081-adae-9dbfca5095c6/_Zdjciegwnenastronzapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp.adaptive-delivery-prevent-bg, #xIzcDscdIOwJ7m94mOFBN34xkQbadccp.lazyload, #xIzcDscdIOwJ7m94mOFBN34xkQbadccp.lazyloading { background-image: none; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container { background-color: transparent; background-image: none; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container > .video-iframe-container { display: none; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row > .video-iframe-container { display: none; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .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); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container { border-width: 0; border-radius: 0; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;position:relative;display:block; }#fJTv7Au7U3gkdqcv4JI7GR77rNkXbcoF { color:#47545a;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.25rem;left:40.4375rem;height:4.875rem;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; }
#vJcpgaU8PFdTX8vPDSszRx7gbCJPeT7O { display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:54.489748001099rem;left:41.46875rem;height:2.34375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#TUEdmIFLnn8BBkkDsi8D3hbiddr9vDP2 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:48.1875rem;width:36.25rem;top:6.9375rem;left:38.75rem;display:block; }
#tkLOJ0gJX137vLprXncr3BwUGsNfBt0V { position:absolute;display:block;z-index:15024;background-color:#30b1be;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:4.8125rem;width:36.25rem;top:53.255373001099rem;left:38.75rem;display:block; }
#wfMx55cGizzAlzZBgwCNzFKICaT2SgAL { 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:31.25rem;width:31.25rem;display:none; }
#Nb6FeUSoZSnfPokIXTCKgFUAZgVI5WT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8.4169921875rem;left:44.75rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHqcgTxKc2iesz2Vc1Shoybz33IeJtKh { color:#30b1be;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.75rem;left:42rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#BM8PWeWZPXdotxNf83OlvgxxtklGSmng { position:absolute;display:block;z-index:15025;background-color:#30b1be;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:36.25rem;top:6.93798828125rem;left:38.75rem;display:block; }
#oa2Q8THTUHA0xyKaOIdd6kcAig45xp8G { color:#30b1be;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4375rem;left:42rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#fy4GGeOAlGtEt3EcafQBITXk39XLRpPC { color:#30b1be;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.875rem;left:42rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#lxxgbkVFcs05mOZTRX6qq07d9uwzdwWQ { color:#47545a;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26rem;left:43.3125rem;height:1.4625rem;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; }
#TVfL3mSHwxyZSsKmwlkSWiNRKiJxImhN { color:#47545a;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:26rem;left:44rem;height:2.923825rem;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; }
#T4VVslqcxIvArT70taGJU0B3wion75GV { color:#47545a;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:34.625rem;left:44rem;height:2.923825rem;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; }
#ptJPDiO348918unqGrPpSULMI6rrfpSW { color:#47545a;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:43.375rem;left:44rem;height:7.3095625rem;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; }
#ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 > .row .container { border-width: 0; border-radius: 0; }#ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:none; }#mAWrI55SV3abLME4SVvDidT4VtsTCutJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/bf8000e6-54ff-4081-adae-9dbfca5095c6/_Zdjciegwnenastronzapisucz2.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; }#mAWrI55SV3abLME4SVvDidT4VtsTCutJ.adaptive-delivery-prevent-bg, #mAWrI55SV3abLME4SVvDidT4VtsTCutJ.lazyload, #mAWrI55SV3abLME4SVvDidT4VtsTCutJ.lazyloading { background-image: none; }#mAWrI55SV3abLME4SVvDidT4VtsTCutJ > .row .container { border-width: 0; border-radius: 0; }#mAWrI55SV3abLME4SVvDidT4VtsTCutJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAWrI55SV3abLME4SVvDidT4VtsTCutJ > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:none; }#DdElUzVbt4ImrMdmh5WVmLPNbftPpZPl { color:#212721;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.76953125rem;left:39.458335876465rem;height:26.916667375rem;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; }
#w0p0PJsBLv5dfq2DJosXVHCexfdvZUKp { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.90673828125rem;left:44.75rem;height:2.83333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QuJVQy95keNw92PJWelTlvrfAbTEuoZy { display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:49.53125rem;left:41.5rem;height:2.33333325rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#tat5TrXWvsHTyAcsPPzR5aBwnXqvwWgo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:45.25rem;width:36.25rem;top:6.9375rem;left:38.75rem;display:block; }
#wAvn3vamT3KeGAbeNwygkz8CpySgyf8o { position:absolute;display:block;z-index:15024;background-color:#30b1be;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:4.625rem;width:36.25rem;top:48.375rem;left:38.75rem;display:block; }
#ztMDBF3a3KZtxRKJZU6sDz9ScTtpyfVM { 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:31.25rem;width:31.25rem;display:none; }
#KzRfkORX9hfOXncqb6mBOTakU6yGSR7Q { position:absolute;display:block;z-index:15025;background-color:#30b1be;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:4.625rem;width:36.25rem;top:6.95849609375rem;left:38.75rem;display:block; }
#QiXGR4Fl0PQ7PdVM8qPEAntSsZuawU1E { color:#30b1be;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:44.75rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:url("https://images.assets-landingi.com/uc/10bf3fd6-e695-4168-864e-3c6d7b4061b0/3.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; }#BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b.adaptive-delivery-prevent-bg, #BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b.lazyload, #BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b.lazyloading { background-image: none; }#BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b > .row .container { border-width: 0; border-radius: 0; }#BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:none; }#iDw703WxBBeRGRykHHqkZcQU6yLpLyIX { color:#212721;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.125rem;left:35rem;height:23.750000625rem;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; }
#rTiJ6LGTzU08ZFIVxsOcKoHwbxGRSwim { color:#30b1be;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:39.3125rem;height:5.6666665rem;text-align:center;text-align-last:center;display:block; }
#wrtRiIzoo70umn52EKmJm4zQTE0VcMN5 { display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:46.875rem;left:36.0625rem;height:2.33333325rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#s8RUMP1bxbN6g2LdSIH0SIBuVARuSRca { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:43.375rem;width:36.25rem;top:6.75rem;left:33.3125rem;display:block; }
#r0L2hdQCRkUdyS4gK5PyPLkWUGMgZa3q { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:12.75rem;top:3.8125rem;left:62.25rem;overflow:hidden;display:block; }
#PFKE4ysttaCMrOxLqS3fF8d56lO8MHMF { position:absolute;display:block;z-index:15024;background-color:#30b1be;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:4.625rem;width:36.25rem;top:45.5rem;left:33.3125rem;display:block; }
#UbCaf5T7S4GfVSVJaQStv4FxqxO3N4se { 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:35.6875rem;width:75rem;display:none; }
#JcvEGf3XlmnEEwT5TLlTzRT8UFnTU2WB { 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:35.6875rem;width:35.9375rem;display:none; }
#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container { background-color: transparent; background-image: none; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container > .video-iframe-container { display: none; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row > .video-iframe-container { display: none; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .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); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container { border-width: 0; border-radius: 0; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#XSkBlQpU8h5qDIUKiwQuWhVdSOSe0uf1 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:3.77099609375rem;left:21.875rem;display:block; }
#VN4daCkLAn2GJWRJ2b05SWCRt3HCdvUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row .container { background-color: transparent; background-image: none; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row .container > .video-iframe-container { display: none; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row > .video-iframe-container { display: none; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .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); }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row .container { border-width: 0; border-radius: 0; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#RmdXfwo013fDIyinyMsEeh10TU0RL98F { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#P9ndr4Xp6S7wiCpHeWcs1p9bocrTctlB { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.2499999403956rem;left:16.25625038147rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TPWh0SRy6qPfTKwWFr6BV1NxN0Mypn11 { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.687500417232rem;left:16.25625038147rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row .container { background-color: transparent; background-image: none; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row .container > .video-iframe-container { display: none; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row > .video-iframe-container { display: none; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .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); }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row .container { border-width: 0; border-radius: 0; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#w31TFL8Tl8IRAvWoMBPwyeGv4GhhGm9x { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#FTrrmM0p9FmaMWfxPvbqUaUgVJgVkP8f { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.2499999403956rem;left:16.25625038147rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Bv3XaM4b2SqxCmoG0OIbuSNRrQqCtpfk { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.687500417232rem;left:16.25625038147rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTft3bpECM536DrlWb2fTmsRTVf5HSfM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row .container { background-color: transparent; background-image: none; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row .container > .video-iframe-container { display: none; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row > .video-iframe-container { display: none; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .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); }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row .container { border-width: 0; border-radius: 0; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#XmC5Gl0aG9n66JwrdOVU7g3iVxMU0w0g { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#DEct4A13i35HUTG5rM97HJSKmI3lR5VQ { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.2499999403956rem;left:16.25625038147rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#W6o0yH7dG0P4plPkD0AFL2bJTOnH3L0f { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.687500417232rem;left:16.25625038147rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVecyK38rIgFzUti4GFTkdlVdzT7WA6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:url("https://images.assets-landingi.com/uc/830f4e12-60c2-42ec-9b13-4874c33753a8/_Zdjciegwnenastronzapisucz22.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; }#yVecyK38rIgFzUti4GFTkdlVdzT7WA6V.adaptive-delivery-prevent-bg, #yVecyK38rIgFzUti4GFTkdlVdzT7WA6V.lazyload, #yVecyK38rIgFzUti4GFTkdlVdzT7WA6V.lazyloading { background-image: none; }#yVecyK38rIgFzUti4GFTkdlVdzT7WA6V > .row .container { border-width: 0; border-radius: 0; }#yVecyK38rIgFzUti4GFTkdlVdzT7WA6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVecyK38rIgFzUti4GFTkdlVdzT7WA6V > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:none; }#HKWhD7CAvDLBhuv3fHytwznVoVrOwq1e { color:#212721;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.6875rem;height:23.750000625rem;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; }
#AnyCbNF36CmRVtPMSGa9nAoaKk7XiZhX { color:#30b1be;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6875rem;left:6rem;height:5.6666665rem;text-align:center;text-align-last:center;display:block; }
#bdemhqFe3FLOvVcKphzFaPBdq2SVNRzO { display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:48.6875rem;left:2.75rem;height:2.33333325rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Bpkm8Dd0KvUOJB9TduasyLiaklAAQx6r { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:43.375rem;width:36.25rem;top:8.5625rem;left:0rem;display:block; }
#abpNAeCL1mbaSE1Vp2TzfJmetJkWMeU4 { position:absolute;display:block;z-index:15024;background-color:#30b1be;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:4.625rem;width:36.25rem;top:47.3125rem;left:0rem;display:block; }
#nhowTgNGiFVnvUPtWPdMhu4c3vZXNKbO { 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:35.6875rem;width:75rem;display:none; }
#l6XcEKJTdoK9VBohpCgwCyW15wbxnfJE { 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:35.6875rem;width:33.875rem;display:none; }
#V9ZZJkxyw6mqNycrPmqHUehuLWDydHuN { position:absolute;display:block;z-index:15027;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:12rem;width:12rem;top:2.89599609375rem;left:30.3125rem;overflow:hidden;display:block; }
#Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX > .row .container { border-width: 0; border-radius: 0; }#Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:none; }#eoHeb5Te2ienm4afoNzUnNgoUROETiTt { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:3.5625rem;left:21.875rem;display:block; }
#vAKLae5uy5cSGbDsJE9EyhUJFNdcQb0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgLnM2dacWow5brbF8m0fh5tf1qytRXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#TgLnM2dacWow5brbF8m0fh5tf1qytRXD > .row .container { border-width: 0; border-radius: 0; }#TgLnM2dacWow5brbF8m0fh5tf1qytRXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgLnM2dacWow5brbF8m0fh5tf1qytRXD > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:none; }#oe6JfboIELizMTIfTfanLZgIrHtW0n5N { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#TTL5vNAT2QbhV0Vn4436POqHG3MvROqD { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.2499999403956rem;left:16.25625038147rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TodOzs8mZ5Ry8zfsSF8wa9ClAZd1AKSD { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.687500417232rem;left:16.25625038147rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfRhDCQBab56cLuwLlHvErTXG1zxqfLg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#rfRhDCQBab56cLuwLlHvErTXG1zxqfLg > .row .container { border-width: 0; border-radius: 0; }#rfRhDCQBab56cLuwLlHvErTXG1zxqfLg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfRhDCQBab56cLuwLlHvErTXG1zxqfLg > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:none; }#PIsVa6TiaW0Ton2936eerTZO06USR6c5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#DVg4Xb9BKGgMT0d9fy3I0KaRFRn3akhy { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.2499999403956rem;left:16.25625038147rem;height:8.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#guNgU5ns9cLkafzgqHHKHnFStfU59Tpf { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.937499523163rem;left:16.25625038147rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FIMyNbOT1aEaLl8QBJ041knMTviW1IpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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:none; }#FIMyNbOT1aEaLl8QBJ041knMTviW1IpA > .row .container { border-width: 0; border-radius: 0; }#FIMyNbOT1aEaLl8QBJ041knMTviW1IpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIMyNbOT1aEaLl8QBJ041knMTviW1IpA > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:none; }#PaEXNZWEyKbWIQgaqw4E3SbNZ3g3An6C { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#CAHu3yNNGtCaiHezTPWU6tpCTBEbSRDP { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.2499999403956rem;left:16.25625038147rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UwgfG11m2zRGs5i38JqDx2qT5mqTPx0G { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.687500417232rem;left:16.25625038147rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:url("https://images.assets-landingi.com/uc/014bfed3-dc30-45dd-b19d-04b25c73bac7/EA1.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; }#vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U.adaptive-delivery-prevent-bg, #vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U.lazyload, #vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U.lazyloading { background-image: none; }#vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U > .row .container { border-width: 0; border-radius: 0; }#vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:none; }#C2I7dIVJmxggnLOVI80e5RKtpFPxMwF1 { color:#212721;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30rem;left:4.9375rem;height:13rem;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; }
#mwd2696gA2Q9lHJMWM2X9kGnwZ3bMTke { color:#30b1be;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.062497138977rem;left:10.125rem;height:5.6879875rem;text-align:center;text-align-last:center;display:block; }
#O7HaTSiGHVASbuynIpTZitimB7snOQUJ { display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:46.125rem;left:6.875rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#uvSif2yIIuQPSqGsrnAHGvc8oBqliXRG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:36.25rem;top:19.4375rem;left:4.1875rem;display:block; }
#Xlco3PsJHwutwirBmnUMKsMPhmIruiy2 { position:absolute;display:block;z-index:15024;background-color:#4bb6cf;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:4.625rem;width:36.25rem;top:44.75rem;left:4.1875rem;display:block; }
#LKfWV6L7Tu8rkpJ7zTeeXwKMFcyKRLk7 { 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:31.25rem;width:31.25rem;display:none; }
#zTvpmtHa9SLXMv7bXnDVKhut5wTeuTQ1 { position:absolute;display:block;z-index:15041;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:12.75rem;width:12.75rem;top:11.4150390625rem;left:36.1875rem;overflow:hidden;display:block; }
#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5bbe7752-f030-4ecd-b54c-f0e9aeffbb0a/Zdjciegwnenastronzapisu.png");background-position:top left !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; }#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI.adaptive-delivery-prevent-bg, #MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI.lazyload, #MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI.lazyloading { background-image: none; }#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI > .row .container { border-width: 0; border-radius: 0; }#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:none; }#CZizivcqfVyiwpXg8HO1z8CwlznZs4sS { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:21.5625rem;left:40.5625rem;height:24.375rem;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; }
#DtBXx85vt3bcOP46urTJ0U433rxkeIyg { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:39.9375rem;width:36.25rem;top:11.6875rem;left:38.75rem;display:block; }
#WQG90WzpqGA8AoHFIV3d57b4xKeZm7fB { color:rgba(var(--color-primary-1),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.8125rem;left:44rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#fBPGOgEseDtaf9JbueVN9U8hcPbpueBb { color:#47545a;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:20rem;left:39.6875rem;height:1.625rem;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; }
#vs4BlZW36hyXn4JINkVIMAVxnRIv7IFS { position:absolute;display:block;z-index:15038;background-color:#30b1be;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:4.625rem;width:36.25rem;top:48.6982421875rem;left:38.75rem;display:block; }
#RwGqQT2TO6NgeXqNcohKBKMf7ykAKOTI { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:49.9580078125rem;left:39.28125rem;height:2.34375rem;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; }
#lT8togxsTc6DD8JRo6X8w5yHqKf5aoTI { 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:31.25rem;width:31.25rem;display:none; }
#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row .container { background-color: transparent; background-image: none; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row .container > .video-iframe-container { display: none; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row > .video-iframe-container { display: none; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .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); }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row .container { border-width: 0; border-radius: 0; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row .container { font-size:0.875rem;font-family:"open sans";height:17.3125rem;width:75rem;position:relative;display:block; }#SRfiA6NToVi6vOOti0uqR76KDMDohgRy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.478515625rem;left:0rem;height:11.6982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J69IskkKsEh9D5f3zepU9qXJ3tDkPcll { position:absolute;display:block;z-index:15003;background-color:#30b1be;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:18.125rem;width:66.6875rem;top:7.5rem;left:4.15625rem;display:block; }
#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row .container { background-color: transparent; background-image: none; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row .container > .video-iframe-container { display: none; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row > .video-iframe-container { display: none; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .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); }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row .container { border-width: 0; border-radius: 0; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row .container { background-color: transparent; background-image: none; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row .container > .video-iframe-container { display: none; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row > .video-iframe-container { display: none; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .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); }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row .container { border-width: 0; border-radius: 0; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#JpLJ2lHyp52ufM9w0n9bt2ezu8SKqTVH { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8750004768372rem;left:18.75rem;height:1.62524375rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#vTGrIsLaqOpuxRtXUmkRoEVesTUP4tuP { position:absolute;display:block;z-index:15010;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:4.21875rem;left:23.84375rem;display:block; }
#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row .container { background-color: transparent; background-image: none; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row .container > .video-iframe-container { display: none; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row > .video-iframe-container { display: none; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .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); }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row .container { border-width: 0; border-radius: 0; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#CxsF0ohi9FGP0bBlx4B84veqzUw8ApWn { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.8046875rem;left:41.6875rem;height:9.375rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kfC8cIWGT2UROZH0Nk9mfxSNXuMiaf1Z { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0173606872559rem;left:41.6875rem;height:2.84375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#lSUuSRhnbTtC7G8vuBvbEUReKa8eGzai { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QfxST2Zl0eSAy2EEyioTnHsqGd4zTU2B { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.25rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#LgU2cxSnLa2sJFDKPI36LwIMspzXKMTf { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8055553436281rem;left:41.6875rem;height:2.4375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pq1DZoqb5nzDWrpWylIttmCN8NBDFctn { position:absolute;display:block;z-index:15008;background-color:#f8ecec;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:31.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#wuhgQyW7sLTBAvKTKyfgOu4xOo9vmTSU { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.9716796875rem;left:41.6875rem;height:6.375rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oM1bKEhamHPiPiMDOZCUdtR9zILofoOD { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.2216796875rem;left:41.6875rem;height:1.59375rem;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTeH4V7FNXSskOCMmrBgvlkX95kQXewb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:43rem;top:3.1357421875rem;left:-1.2323692408724rem;overflow:hidden;display:block; }
#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row .container { background-color: transparent; background-image: none; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row .container > .video-iframe-container { display: none; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row > .video-iframe-container { display: none; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .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); }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row .container { border-width: 0; border-radius: 0; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row .container { border-width: 0; border-radius: 0; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#ND2uChCTSJvrhQqxfdf6438seO6EznLZ { 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.25rem;width:20.625rem;display:none; }
#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:url("https://images.assets-landingi.com/uc/79f18097-fcb2-4700-858f-af1478e191c6/_Zdjciegwnenastronzapisucz21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1.adaptive-delivery-prevent-bg, #kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1.lazyload, #kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1.lazyloading { background-image: none; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container { background-color: transparent; background-image: none; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container > .video-iframe-container { display: none; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row > .video-iframe-container { display: none; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .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); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container { border-width: 0; border-radius: 0; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#nJQ4THfQf1LoSzXI2OudNtQAziRbaDPd { box-sizing:content-box;height:38.875rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.5000038146975rem;left:37.5rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#M7h5awSJQRQWzOODP9etaQxOVHGJh1mU { color:#0babc1;display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.7708339691163rem;left:37.5625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQk5thko3CmvhSZVVKNb0vi6NEoCn4Zf { display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:16.687501192093rem;left:40.375rem;height:21.9375rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EydMyefCaFclHRBa34f7qD2Xb3IrA7Cb { background-color:#30b1be;background-image:none;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.29296875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:40.561199188233rem;left:40.625rem;display:block; }
#dTLn4su4Bc0uaFcEO8S8aF5Vm1pX6bJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container { background-color: transparent; background-image: none; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container > .video-iframe-container { display: none; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row > .video-iframe-container { display: none; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .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); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container { border-width: 0; border-radius: 0; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#mgwrcTv5RXsUqoz2knRk9Ggy3zw4pHc6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#HgBzsbwIBZys2DJGewMfGtSgFGChmTSK { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.75rem;left:18.372398376465rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8e4f7UTqwzOtivLz3WZgPlweAmkeTZm { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4Z1a8lfLcTAo4iqZ21n5JKmF0ny9beQ { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.625rem;left:18.375rem;height:6.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fL0PynGO0kofadZvkTuLP7IPehsIMru5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container { background-color: transparent; background-image: none; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container > .video-iframe-container { display: none; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row > .video-iframe-container { display: none; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .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); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container { border-width: 0; border-radius: 0; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#kUZPTlQz0LkKcnLG3eTidlSBxL0yE1Al { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#EWUNzGho8G8xh9XHXFxOEgV3xA8tLikl { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.75rem;left:18.372398376465rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BefTMAlfI2LAVdz4roS64vpVaGNcelN5 { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViiUFithmDfSxEXm9Sz2qJFBihcl0Py9 { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.625rem;left:18.375rem;height:6.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container { background-color: transparent; background-image: none; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container > .video-iframe-container { display: none; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row > .video-iframe-container { display: none; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .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); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container { border-width: 0; border-radius: 0; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#rhvWUc64D5ulgLkdSF2vBhtQzO5CNOT9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#ExfuNkKm5IniczSDlhBiIWUlZ3X6gNTd { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:18.372398376465rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HysziJgl63bHMpTRtg1wBpfL6lp1pzvx { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUe9x0TnAT28ZO9i6fLxiauzkn6LlzsM { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.625rem;left:18.375rem;height:5.0625rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container { background-color: transparent; background-image: none; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container > .video-iframe-container { display: none; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row > .video-iframe-container { display: none; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .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); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container { border-width: 0; border-radius: 0; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#ZyW9cskw7Xl8IfDyKokfPN3GWS0ELXl0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#BBNrN7Jql7EE75sL5MiXfcfTM5GGCdiA { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:18.372398376465rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ncn3yIEK3oAfAVDZuzwOVMG96yb73UWK { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qyJ6XvSufu8bJyreNUpDm1QzUeExTNPL { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.625rem;left:18.375rem;height:5.0625rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container { background-color: transparent; background-image: none; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container > .video-iframe-container { display: none; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row > .video-iframe-container { display: none; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .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); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container { border-width: 0; border-radius: 0; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#iBkD45sr3z6bqb7PEJFGxyNM4tIAf2S6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#QUTuVOFol06v2pumMZb32b4E7gITM8bt { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:18.372398376465rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFZm0r08MEIVuvrJnhCINk0mkwK83x2P { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BW1xW5BVRJQLlZCNo0DO77bB3ioisueo { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.625rem;left:18.375rem;height:5.0625rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#xlKffnF6HOTks74KmTb5d7IVTbT664Ny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container { background-color: transparent; background-image: none; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container > .video-iframe-container { display: none; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row > .video-iframe-container { display: none; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .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); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container { border-width: 0; border-radius: 0; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#UodoJz3yPDSJxUww3zMPy2vEhKGEM9us { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#MPnTRPTQiBHoUJ4s3vPuQtPS2tZVz7MW { color:#47545a;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:18.372398376465rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B6mhnbKbJVDJwW0oV3CoTXrMXni0yM99 { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDwOqWlWv0xBC3TPcXTf1Amrr6L3JLeH { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.625rem;left:18.375rem;height:5.0625rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qQg04tNQTmebOdUSWpQgs8gbqHxi5dPh { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:30.55224609375rem;left:19.872398376465rem;display:block; }
#VI4qbmvlzDEqX7740L1i7ufKlOsnOAyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMX3qWhcw1zCkHWtoAR9i5hSXiPdd0PW { position:absolute;display:block;z-index:15039;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:16.1875rem;width:16.1875rem;top:22.42724609375rem;left:3.7682304382324rem;overflow:hidden;display:block; }
#cOyvSZRkBe5m11CWq3UtSVnBoKp9vnHI { color:#30b1be;display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.86474609375rem;left:18.372398376465rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV > .row .container { border-width: 0; border-radius: 0; }#ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV > .row .container { font-size:0.875rem;font-family:arial;height:102.3125rem;width:75rem;position:relative;display:none; }#zWJRXCmMBkZ3665zUeMqyXQTaXl76TRA { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CiqR9IV6xnVSRxhqf37V2sKC6JqumNmR { display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.33056640625rem;left:20.9375rem;height:2.41666675rem;color:rgba(var(--color-primary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#zlrwm5IfVUK8URCUhJeqHoCDK9iPyMEQ { position:absolute;display:block;z-index:15002;background-color:#f8ecec;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:50rem;width:75rem;top:0rem;left:0rem;display:block; }
#LS5evCXmSdqb77rCwpoNQ2488yJwh9vF { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.20703125rem;left:0rem;height:4.1666665rem;text-align:center;text-align-last:center;color:#30b1be;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOD9xIswytPqGFisZx75T6SmsH3yua7r { 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:34.125rem;width:52.5rem;top:11.7255859375rem;left:13.21875rem;overflow:hidden;display:block; }
#gzT1Wqu2ElsTtISEuDLsaWPW1glpFARR { display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:44.1015625rem;left:21.0625rem;height:2.33333325rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTXDmyxMzkBA654p7CMTE3TZLQm29XCi { position:absolute;display:block;z-index:15006;background-color:#30b1be;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:4rem;width:28.0625rem;top:43.2685546875rem;left:23.46875rem;display:block; }
#UGBC7uqz6T6rcbqJAFE3TuPHFwTEUE3X { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:53.1044921875rem;left:0rem;height:32.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AkeNXyF5U37ZLCgVEzqmPNhBvBO582qf { background-color:rgba(var(--color-secondary-3),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:94.83349609375rem;left:26.53125rem;display:block; }
#ysLxcT1M90e8LTSEOoIGNX5Q7byQUGHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlFQ92pkxVu3xTmBoCMw6FXRmf13vVio { display:block;width:57.68359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:89.0625rem;left:8.6575527191163rem;height:2.75rem;text-align:center;text-align-last:center;color:#30b1be;font-style:normal;display:block; }
#qoeILhWSTM8cr32uxIMTyTR79F5xgi0r { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:52.9375rem;width:75rem;top:49.37255859375rem;left:0rem;display:block; }
#w4nRMivmWiIVaHkVFbl23IlqBohvTqnS { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:53.1044921875rem;left:0rem;height:32.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SiOim2XioqulZSIcou09AZ1htSkfuVWF { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.82177734375rem;left:23.78125rem;height:2.83333325rem;color:rgba(var(--color-primary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#FG1zXS7R8W13AqXMOA3q5b9QCM2yacF4 { position:absolute;display:block;z-index:15012;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:5.625rem;left:22.90625rem;display:block; }
#r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k > .row .container { border-width: 0; border-radius: 0; }#r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:none; }#LdATIt5xOOuImPLx3RGDk1CHmi7xuSin { position:absolute;display:block;z-index:15012;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:8.0625rem;left:23.84375rem;display:block; }
#UvTMOpkdOAZs4nG6iKwTHc5vCTB0Ohr7 { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.11474609375rem;left:24.90625rem;height:2.83333325rem;color:rgba(var(--color-primary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB > .row .container { border-width: 0; border-radius: 0; }#AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB > .row .container { font-size:0.875rem;font-family:arial;height:124.0625rem;width:75rem;position:relative;display:none; }#TBH5TDusNF6VRHKTyQTWv0WyTkK22Nbl { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kkTs9bTRdWpB8eV8lvFygpkPWlEIBzrz { display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.32958984375rem;left:21.65625rem;height:2.41666675rem;color:rgba(var(--color-primary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMOUQN7nf04PuOoqU6qJMNkeqnhVIw6F { position:absolute;display:block;z-index:15002;background-color:#f8ecec;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:66.3125rem;width:75rem;top:0rem;left:0rem;display:block; }
#mUiwDwP0vrXCJXGc44BinqTgx2TLHfT4 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.20703125rem;left:0rem;height:8.333333rem;text-align:center;text-align-last:center;color:#30b1be;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ih8E0VkiTN03QDBS78sdO59OTrevkyBN { display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:59.9130859375rem;left:22.833335876465rem;height:2.33333325rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SBixnN92vzUaviGkfkdtzzGXiqdioNDK { position:absolute;display:block;z-index:15006;background-color:#30b1be;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:4rem;width:28.0625rem;top:59.1005859375rem;left:23.46875rem;display:block; }
#Tk0sZnmTlywTm69N6pbi2Auct9lMOFqh { background-color:rgba(var(--color-secondary-3),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:116.33349609375rem;left:26.53125rem;display:block; }
#wpmGd4CNxp4PZKen0VavdnrPG5w6foHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0tuT4RfoK4FeVX64G022nsNniCqGThR { display:block;width:57.68359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:112.8125rem;left:8.6575527191163rem;height:2.75rem;text-align:center;text-align-last:center;color:#30b1be;font-style:normal;display:block; }
#G8pwdhGtTbNOxulcLRN6Jz66otEMs6yX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:74.6875rem;width:75rem;top:49.37255859375rem;left:0rem;display:block; }
#hwHUAeFiBWmL5Tx9e2MDXHbztbvVVBfC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:55.625rem;top:23.18359375rem;left:9.65625rem;overflow:hidden;display:block; }
#SqORhmPwXRyWXpm9UqlbMcTb2dc58Oz2 { display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:69.83349609375rem;left:15.083335876465rem;height:5.5rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ktdcagef1PCcsvGdCy5ksxzGf5dpBlKp { display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:74.1328125rem;left:15.083335876465rem;height:25rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Raz0vu6Psy14Mwhhkiu5kb6IpuvU4ULD { display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.07958984375rem;left:14.03125rem;height:5.3333335rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euwdqVAtUUxC3ocHyALmtFFlbsxBvUbC { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:104.62646484375rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nl1cbu5TRVDpOvsy4VeEZmGbS1ThkSpG { display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.07958984375rem;left:14.03125rem;height:5.3333335rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container { background-color: transparent; background-image: none; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container > .video-iframe-container { display: none; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row > .video-iframe-container { display: none; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .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); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container { border-width: 0; border-radius: 0; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#T32T1z2AXZ6Rnq4JzWEqVHQ2VusUC48o { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKS9FPBKihIWvrstVNvJVODWEr0xTIMT { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.81494140625rem;left:22.6875rem;display:block; }
#WT3Nui8iwiG3qHTTzCr3XIIyMUXTtKyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaTkyE0ibMvFXzbM37y7KO3P5hMXc4Xm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row .container { background-color: transparent; background-image: none; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row .container > .video-iframe-container { display: none; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row > .video-iframe-container { display: none; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .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); }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row .container { border-width: 0; border-radius: 0; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#EJVVXy6ZkZAtnvh1rs2dQP0qf6nSZgKy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#L3Aa2vRLy5A8saxXB69edMWWzLdiVLQW { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.12490272522rem;left:18.125rem;height:6.09375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#FQJTh8AkA665I3QzPSgXrt0Mxl0miTEv { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.68662071228rem;left:18.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZ4MHlOxcX3NDTfMMQlUX96Pyu30q3sv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:7.4367191791537rem;left:0rem;overflow:hidden;display:block; }
#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row .container { background-color: transparent; background-image: none; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row .container > .video-iframe-container { display: none; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row > .video-iframe-container { display: none; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .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); }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row .container { border-width: 0; border-radius: 0; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#VdJMRildVHuc1doWrL551TQ3RWdgx1Je { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#vo8ht1WbV272H0iu9FRJvDJbpecfSTNq { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:6.875rem;left:18.125rem;height:18.28125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZmVRlu6zO2X6s3qzWTheZo6hko0BPPHW { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.6875rem;left:18.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FLF7ugXq4BDgZAsqFTgcmJ1VZQAzz3Tg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:7.24990272522rem;left:0rem;overflow:hidden;display:block; }
#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;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; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row .container { background-color: transparent; background-image: none; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row .container > .video-iframe-container { display: none; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row > .video-iframe-container { display: none; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .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); }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row .container { border-width: 0; border-radius: 0; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#LTwNb52bZefAMHXgvEeZhd1wUk6b5nhV { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#O7THBLetAZg5RGiQU1n2HK3pd8aDPfqr { color:#47545a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.25rem;left:18.0625rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ThU5RtphTgD7F1dcKKMgxVoOfkuz9luV { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.375rem;left:18.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#havwnASFhMtJVExczSk29PqmMSNiHKCO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:7.4367191791537rem;left:0rem;overflow:hidden;display:block; }
#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row .container { background-color: transparent; background-image: none; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row .container > .video-iframe-container { display: none; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row > .video-iframe-container { display: none; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .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); }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row .container { border-width: 0; border-radius: 0; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Jm4Ah0ofedgJC7MHNwexVxc2bcxzb6Vl { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8750004768372rem;left:18.75rem;height:1.62524375rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#ITpt508tM8fIgtGve9Hw7p55oUXBe8cx { position:absolute;display:block;z-index:15010;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:4.21875rem;left:23.84375rem;display:block; }
#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row .container { background-color: transparent; background-image: none; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row .container > .video-iframe-container { display: none; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row > .video-iframe-container { display: none; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .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); }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row .container { border-width: 0; border-radius: 0; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#F1I9u0i0kXMCObGb5CygFimohy3Z9id9 { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.1875rem;left:41.6875rem;height:18.75rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wFPNKhcX7lIU9fbM3huQMTyrfTQBHuMK { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0173606872559rem;left:41.6875rem;height:2.84375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvWrTS4AEPHAHAgB16Mv1KTnEi6PIhwI { position:absolute;display:block;z-index:15014;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: none;height:28.75rem;width:32.625rem;top:0.55224609375rem;left:2.301278095804rem;overflow:hidden;display:block; }
#Be60Cw7MAfvKMc9w27Bqr2cdmiXdl2OH { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yZgGHRSJTMmOegOP7SDi6U1vF4CCVNrV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#tradw67Tkg7RhlB5N7FzyFT9dztXZF4M { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8055553436281rem;left:41.6875rem;height:2.4375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ga19SMb6y9k8TlhvNaXyS1p1czydZdww { position:absolute;display:block;z-index:15008;background-color:#f8ecec;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:29.875rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#qWfTPTeqoT2NesCWiDbORsThKq7WofhU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row .container { background-color: transparent; background-image: none; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row .container > .video-iframe-container { display: none; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row > .video-iframe-container { display: none; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .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); }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row .container { border-width: 0; border-radius: 0; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hIP5xf16DRWots2fWyUiMtChM54VrP5b { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8750004768372rem;left:18.75rem;height:1.62524375rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#XNuPuN0QrvWXbJNprCoesFciLu9uByZ0 { position:absolute;display:block;z-index:15010;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:4.21875rem;left:23.84375rem;display:block; }
#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row .container { background-color: transparent; background-image: none; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row .container > .video-iframe-container { display: none; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row > .video-iframe-container { display: none; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .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); }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row .container { border-width: 0; border-radius: 0; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#LDptlHvZT4IocDAP62TyZsbJUO4fvqHS { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.1875rem;left:41.6875rem;height:11.25rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u03pTaDfEfMiJF3X6MQnk8ZRLlHwdyBm { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0173606872559rem;left:41.6875rem;height:2.84375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#UXRqI5VDwC9AZv403AqA4R4HxPD5BtVA { position:absolute;display:block;z-index:15014;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: none;height:15.9375rem;width:24.6875rem;top:1.9375rem;left:12.875rem;overflow:hidden;display:block; }
#ArTd2qtKLoF96AKrggNicZASf82AQ99p { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tTmPxOKznQDlIf5qKpsmU6hLAxWn3906 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:26.8125rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#W0RBSPVvHbKdxfVWcuLuNPxpI3HNI0WN { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8055553436281rem;left:41.6875rem;height:2.4375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#eeIKx1NmeKztW8UNnpp7oTlTbQl5MT5z { position:absolute;display:block;z-index:15008;background-color:#f8ecec;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:26.8125rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#VxmHJir5e2DlrBucz7QuR1TTzKnsqJEJ { position:absolute;display:block;z-index:15015;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: none;height:15rem;width:23.5rem;top:10rem;left:1.75rem;overflow:hidden;display:block; }
#QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 > .row .container { border-width: 0; border-radius: 0; }#QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#NB9JMO50cToQQI2aw8yRp17qTpXUuZiT { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8750004768372rem;left:18.75rem;height:1.62524375rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#e8prIkZGUOoiyzhi3bQnv1hKQgrZ9Gru { position:absolute;display:block;z-index:15010;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:4.21875rem;left:23.84375rem;display:block; }
#WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 > .row .container { border-width: 0; border-radius: 0; }#WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:none; }#FneOqhLtuNgtlE6fTH6b9LF52Orp71th { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.1875rem;left:41.6875rem;height:11.25rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AGRv1IyS2Uz0Tu7ifDdUN9m6Ho2ULqZJ { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0173606872559rem;left:41.6875rem;height:2.84399375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#tHw0kuPDThwPRpQTBDTm9OEoxIMrCIFL { position:absolute;display:block;z-index:15014;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: none;height:18.1875rem;width:28.125rem;top:5.0164928436279rem;left:4.6875rem;overflow:hidden;display:block; }
#xIQZVbi9bwXoUtT68x772RAD0Nl3WR74 { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t4mBQgv8Ew46Hrc4Maetic7N7ZLOGsTO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:26.8125rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#deaQWoLJxB9TlMP91NTdr1rGq929MycI { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8055553436281rem;left:41.6875rem;height:2.4375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#bJ6xRlbg1aRsPNdhgTRvZLxdRqtWzwXP { position:absolute;display:block;z-index:15008;background-color:#f8ecec;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:25.0625rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 > .row .container { border-width: 0; border-radius: 0; }#vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#oEQin5AFFQnV4t511k4LNLPRXTmmlnQ6 { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8750004768372rem;left:18.75rem;height:1.62524375rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#NbUFHXdPGMVpkbaDpXpL2bWIW4dd9xr3 { position:absolute;display:block;z-index:15010;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:4.21875rem;left:23.84375rem;display:block; }
#ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX > .row .container { border-width: 0; border-radius: 0; }#ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:none; }#o3mXhsefgKyRraQtIMPDXHTN87bPWeag { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.1875rem;left:41.6875rem;height:15rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kJ0lHQ6d9Ci83OIzaMDGtqBS2aEhdIao { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0173606872559rem;left:41.6875rem;height:2.84399375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQ8s2uadWRtdvTCbzRD1Pfbq4ccd5Tey { position:absolute;display:block;z-index:15014;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: none;height:17.5625rem;width:27.1875rem;top:5.578125rem;left:5.15625rem;overflow:hidden;display:block; }
#VoLWA8XgRNbro1s5cU6RH4AFop7o0TCT { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OuHtJyNiDp8uKktEAaX2BSucgMpy1lFL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:26.8125rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#STBlwVVfgKQfFqfklWERPQ4THkXypcWq { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8055553436281rem;left:41.6875rem;height:2.4375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqfm6zhZ8DrOQkSBfMvcbaI0uAfHMKDb { position:absolute;display:block;z-index:15008;background-color:#f8ecec;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:24.75rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#T08els45ttdEUL4evBvKEQtgfXwrEk0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T08els45ttdEUL4evBvKEQtgfXwrEk0f > .row .container { border-width: 0; border-radius: 0; }#T08els45ttdEUL4evBvKEQtgfXwrEk0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T08els45ttdEUL4evBvKEQtgfXwrEk0f > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#tcIGZPFCmk8oRgTH6PTK5hvfhWGhDbtI { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8750004768372rem;left:18.75rem;height:1.62524375rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#Iqu5fESxwt3fvl152dE6SDlBB3DHQPGI { position:absolute;display:block;z-index:15010;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:4.21875rem;left:23.84375rem;display:block; }
#xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla > .row .container { border-width: 0; border-radius: 0; }#xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:none; }#pATp0olGoeOklzqN5mD6n63RiuTbeXV5 { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.5625rem;left:41.6875rem;height:16.875rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lCLS8SILD3O6kpDz8UxE4PaNXQygJkMJ { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0173606872559rem;left:41.6875rem;height:2.84375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#RrsIy7QFH3DkHqPO37J4ihLzvhBmvrd6 { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vwEzcOpb4Gvt7Td1LvxmHqikDfsDbStH { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#R6B3pQxXg4kgWZS41k68q7uIAyKotCCn { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8055553436281rem;left:41.6875rem;height:2.4375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#PWSQa5Doq6oPKIxfeZH9Vcc0a4zQfBDd { position:absolute;display:block;z-index:15008;background-color:#f8ecec;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:30rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#k8wQwct9vDCJT5VsysmsO4VJn8gMenRt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:35.5625rem;top:2.8544921875rem;left:0rem;overflow:hidden;display:block; }
#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row .container { background-color: transparent; background-image: none; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row .container > .video-iframe-container { display: none; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row > .video-iframe-container { display: none; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .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); }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row .container { border-width: 0; border-radius: 0; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#i6BCAyQq8O5b8mzwMEieLSUQv4elRiqo { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8750004768372rem;left:18.75rem;height:1.62524375rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#m3TtMNygwxsofty87pzXEESPJ6Hzww8V { position:absolute;display:block;z-index:15010;background-color:#30b1be;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:4.9375rem;width:27.3125rem;top:4.21875rem;left:23.84375rem;display:block; }
#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row .container { background-color: transparent; background-image: none; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row .container > .video-iframe-container { display: none; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row > .video-iframe-container { display: none; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .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); }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row .container { border-width: 0; border-radius: 0; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#LhOAcVWTpE7dnDrG48BuaJCKpvVueMdx { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.125rem;left:41.6875rem;height:15rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EvXqEFZpZxg4KFTUmV64PUFPaGc1GOQq { display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0173606872559rem;left:41.6875rem;height:2.84375rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#ytunh3JqHa1ZSefP4Pr7lZx5cb6Uh7PG { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#US93uDxJoxNuTgqDz7gdE6noJxuchs0H { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.25rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#QrE2VVzzGnT8uSXONUudmsMz31FdC8MQ { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8505859375rem;left:41.6875rem;height:4.875rem;color:rgba(var(--color-primary-1),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#bX7beTwv0CSxusBweZyPgeT860I6CJcs { position:absolute;display:block;z-index:15008;background-color:#f8ecec;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:31.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#XV7F84VDkgUhrdPPVs1knpxGR4QHo1fI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:35.4375rem;top:3.3974609375rem;left:1.03125rem;overflow:hidden;display:block; }
#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row .container { background-color: transparent; background-image: none; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row .container > .video-iframe-container { display: none; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row > .video-iframe-container { display: none; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .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); }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row .container { border-width: 0; border-radius: 0; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ef8578d6-7003-42ee-a362-96a39b733331/SEC9Background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR.adaptive-delivery-prevent-bg, #oKv4PBZU4gs5ZupafSD3xWaDHewIukRR.lazyload, #oKv4PBZU4gs5ZupafSD3xWaDHewIukRR.lazyloading { background-image: none; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row .container { background-color: transparent; background-image: none; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row .container > .video-iframe-container { display: none; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row > .video-iframe-container { display: none; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .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); }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row .container { border-width: 0; border-radius: 0; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#X3Fll97gF5JtfTlr3mned0qQFgRS76Rh { position:absolute;display:block;z-index:15000;height:47.3125rem;width:74.4375rem;top:1.3125007152557rem;left:0rem;display:block; }
#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/32d129a3-bd22-4adb-9541-5781cce7ad7a/Zdjciegwnenastronzapisu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD.adaptive-delivery-prevent-bg, #gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD.lazyload, #gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD.lazyloading { background-image: none; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container { background-color: transparent; background-image: none; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container > .video-iframe-container { display: none; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row > .video-iframe-container { display: none; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .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); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container { border-width: 0; border-radius: 0; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#lgLmGeaOUcdQBCa0apD78TfR2IepwMuT { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:17.6875rem;left:42rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DhGnhEmVPizuZlcidMTW1G6cITNnKVlv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:30.25rem;left:42.0009765625rem;height:1.875rem;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; }
#zBOH5nek2xCnkmtZASuW5vgSSLBFigT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:34.4990234375rem;left:42rem;height:3.75rem;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; }
#bvrbd845cgKUqMZAWmNKius6U7MVzhyX { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:34.6875rem;top:5.75rem;left:40.3125rem;display:block; }
#ruhd67uhV16Re1XR5oJtGeybPe6JScAe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:02;letter-spacing:0;top:7.0625rem;left:42rem;height:3.125rem;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; }
#csk7m2ZGLERVgWJV6pKI2d6KSELrBeqt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:14.5625rem;left:42rem;height:2.1875rem;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; }
#uTvLvrnRr3y3C2XMdixVZwxDq3UwKL7K { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:2;letter-spacing:0;top:10.125rem;left:42rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6NeKm5LRoxQkonHBzw9LCbpRiPVaT0x { 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:31.25rem;width:31.25rem;display:none; }
#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row .container { background-color: transparent; background-image: none; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row .container > .video-iframe-container { display: none; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row > .video-iframe-container { display: none; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .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); }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row .container { border-width: 0; border-radius: 0; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row .container { font-size:0.875rem;font-family:arial;height:95rem;width:75rem;position:relative;display:block; }#GBT3ueTycViFUKoFb6M1ng79cwGF3Wqk { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAy0g6BSNk8Vi8hpBzg6vyC3xnBAt2RL { color:rgba(var(--color-tertiary-4),1);display:block;width:60.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:02;letter-spacing:0;top:16.25rem;left:8.9375rem;height:10rem;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; }
#l3Vgk4iP6IIF6FUpvXAksTp9ntSvoFRa { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:02;letter-spacing:0;top:49.125rem;left:8.9375rem;height:5rem;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; }
#biF00sTR9sqFLi9NK1hClM93Xs93hffF { color:rgba(var(--color-tertiary-4),1);display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:02;letter-spacing:0;top:39.3125rem;left:8.9375rem;height:7.5rem;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; }
#xpGTh8OuSxyzM7u8UhnmGNb3nsvcQPi1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:02;letter-spacing:0;top:28.3125rem;left:8.9375rem;height:10rem;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; }
#PJ6fVuynELykGeACTNaP5MTpJkhz7ARq { color:rgba(var(--color-tertiary-4),1);display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:02;letter-spacing:0;top:54.406414031983rem;left:8.9375rem;height:2.5rem;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; }
#z4qVQ1SgKqvbAWDnyGVG8mAqaqHTxKTV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VOb8zD3nGRBMN7UQ0SiB1aQAdZhVGqBe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:02;letter-spacing:0;top:50.469138145447rem;left:0rem;height:12.3rem;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:none; }
#cFw0S495hpPbL3MFWI9GwFhOV7Jka15X { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:02;letter-spacing:0;top:29.27099609375rem;left:0rem;height:15.5rem;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:none; }
#Cmp5oXZqkaOSRQTPDlZ96BFVsPvUnd7N { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:02;letter-spacing:0;top:66.57958984375rem;left:0rem;height:18.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:none; }
#kXt46FcCwT3VUFiuBbExvAXGJtIsDLhH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4384765625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIriGNVTacibhILiXsHA7geHylXQtwOP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:16.25rem;left:5.625rem;overflow:hidden;display:block; }
#SghTGSkFq6PJqzzXONnhQ4ioFIxPk0ee { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:28.3125rem;left:5.625rem;overflow:hidden;display:block; }
#DptllMw5cn5vIODwpg1QhxTKUDtGWbrk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:39.3125rem;left:5.625rem;overflow:hidden;display:block; }
#vS8FdGFGokxmDXBBBPgqFHhVCp4NVkON { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:49.125rem;left:5.625rem;overflow:hidden;display:block; }
#wSdPmlSdhVGA2nPiW41k3XXMvpZVTH56 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:54.5rem;left:5.625rem;overflow:hidden;display:block; }
#mikSNuSofBrDwJLwoKmTpqEecyFST93v { color:rgba(var(--color-tertiary-4),1);display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:02;letter-spacing:0;top:60.64306640625rem;left:7.625rem;height:2.5rem;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; }
#wpCWCVrePDeRqkUycr1KhUa6AHaq8DMJ { color:#72686c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:64.437175750731rem;left:0rem;height:16.25rem;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; }
#iW2TzCIDx6GEpcq6FlCNxPHk0PIrwFIK { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:84.69922065735rem;left:19.53125rem;display:block; }
#v5WnRgIMKVZnUKdfrBBb7Xmpxz1b5VWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom 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; }#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke.adaptive-delivery-prevent-bg, #Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke.lazyload, #Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke.lazyloading { background-image: none; }#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke > .row .container { border-width: 0; border-radius: 0; }#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:none; }#WuC6J91Qkebv0ZqEzfvpXk1xrmtMsR95 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.46240234375rem;left:30.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r6qBnUh6R5o32MqEikOTkkGlH1E61mds { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43489375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:33.845054626465rem;left:18.75rem;display:block; }
#FzEZ7IgTG1EN0JuX23aaUygbTWFKeM6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EisuuvSwHKOwV4ryi6VagwybyLPeWBTG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:7.12890625rem;left:10.6875rem;overflow:hidden;display:block; }
#E7E48SbUEBAtdtrori6OXQdn2iO6JRXq { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.12890625rem;left:30.875rem;height:16.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD > .row .container { border-width: 0; border-radius: 0; }#kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW > .row .container { border-width: 0; border-radius: 0; }#OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:none; }#BqZq4hzzUMee8vvIVpRx3dQ5uZ5u2C2m { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 > .row .container { border-width: 0; border-radius: 0; }#pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:none; }#dMrLAK17L2HTFgg8MU1OXAL5MaMP1gnu { color:rgba(var(--color-primary-2),1);display:block;width:62.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.2490234375rem;left:7.841796875rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGUfqKEfLOnD8g0yfKw8ABltm15iMnZ3 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:19.207033157349rem;left:20.340496063233rem;display:block; }
#vhLv90vk7xOFV5Mr7KZicSZkUZNlbPcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otVkOeOq46KXLOfw7slfWv9QD845Q0Fx { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:14.582033157349rem;left:13.8125rem;overflow:hidden;display:block; }
#PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk { position:relative;display:none; }#PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk { border-width: 0; border-radius: 0; }#PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk > .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; }#PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wwr70FTJ0FGUFHclgEwFmxGcXmVu8iL5 { 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.0625rem;width:31.75rem;top:2.15625rem;left:3.5341842723004rem;overflow:hidden;display:block; }
#hJNKFd4KWBv6Sd4w6pXvSUKW02AIzX2M { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:11.84375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nK0C3qTmsRcCpuyEDfZu8o1pqAokkTcs { 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:14.0625rem;width:30.125rem;top:2.34375rem;left:40.375rem;overflow:hidden;display:block; }
#BKVyBnX74TEmCqNsChc5AKJoo5hUFk0q { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:49.34375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 { position:relative;display:none; }#RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 { border-width: 0; border-radius: 0; }#RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 > .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; }#RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RD4R6HtWcibruenrC22UIoGzGf7kwmlb { 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.0625rem;width:30.5rem;top:2.15625rem;left:3.5341842723004rem;overflow:hidden;display:block; }
#N6MxNF4wsN02G4ZCpBbTpu1WtTUASrMv { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:11.84375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsrplQwdSvafrt9XylOVV1nirHghBUSF { 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:13.9375rem;width:30.125rem;top:2.34375rem;left:40.375rem;overflow:hidden;display:block; }
#F6XmLTg5aATIBKoAPe8PtV2POuIz2z1N { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:49.34375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX { position:relative;display:none; }#y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX { border-width: 0; border-radius: 0; }#y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX > .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; }#y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DgGCJpNHsTBOVbm4oZhDFsNGCJhtT7JG { 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.0625rem;width:30.5rem;top:2.15625rem;left:3.5341842723004rem;overflow:hidden;display:block; }
#qLQWprycve3QTCq1A3cdIO5rEAnkmGTq { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:11.84375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAMAy1UTtsnlS7T48NEAgWkDBfwST6v5 { 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:13.9375rem;width:30.125rem;top:2.34375rem;left:40.375rem;overflow:hidden;display:block; }
#Pf6xAZ27slF4u1w2aFDy5wBWqxRgSoT0 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:49.34375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 { position:relative;display:none; }#v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 { border-width: 0; border-radius: 0; }#v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 > .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; }#v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BRFAdAre34V41wFs3xFdhRPS4xyNp4O0 { 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.0625rem;width:30.1875rem;top:2.15625rem;left:3.5341842723004rem;overflow:hidden;display:block; }
#LrCbtZrV8wmcxnM41XyrhGzmi5hkW77F { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:11.84375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChpRdR6kp50p5FM82Z4eo7v90s7VNpXM { 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:13.875rem;width:30.125rem;top:2.34375rem;left:40.375rem;overflow:hidden;display:block; }
#r9yJyE6eh6seVmIQTcLU6ulgptEklH8G { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:49.34375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL { position:relative;display:none; }#N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL { border-width: 0; border-radius: 0; }#N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL > .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; }#N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JFMqN2VVk8m1wuV0M1VBxbyRwnNEMV7w { 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:13.125rem;width:30.125rem;top:2.1875rem;left:3.5625rem;overflow:hidden;display:block; }
#TA6ieGWQmUAva5k64bycyLPxyS04laKz { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.3544921875rem;left:11.84375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoEMXguGgvHg6fqPKQiqz6Dc5L0EqcwF { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.3544921875rem;left:49.34375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFCt4JdECzfxorrZ5fAE0pTwlIEOFUHy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:29.25rem;top:2.1669921875rem;left:41.15625rem;overflow:hidden;display:block; }
#QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq > .row .container { border-width: 0; border-radius: 0; }#QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom 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; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE.adaptive-delivery-prevent-bg, #ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE.lazyload, #ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE.lazyloading { background-image: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container { background-color: transparent; background-image: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container > .video-iframe-container { display: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row > .video-iframe-container { display: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .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); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container { border-width: 0; border-radius: 0; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#S4Gdfusi0CJ6Oz25PklOLiRqqgax0TAv { color:rgba(var(--color-tertiary-3),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.46240234375rem;left:30.875rem;height:5.6044875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zUxWmP4DP6rOrdlwUezl55pXpWkpn1XX { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:33.845054626465rem;left:18.75rem;display:block; }
#JPQKK8pdXvlZiRFHeNLeVTpiTLfFMMGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZhO3JQViKF2GIW8FA1GxD3vuXvDR7bf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:7.12890625rem;left:10.6875rem;overflow:hidden;display:block; }
#QcaNsTETBoO1sTZPliEwoqb0dkTE4MBR { color:rgba(var(--color-tertiary-3),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.125rem;left:30.875rem;height:16.8134625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR { position:relative;display:block; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR { background-color: transparent; background-image: none; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row .container > .video-iframe-container { display: none; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row > .video-iframe-container { display: none; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .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); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR { border-width: 0; border-radius: 0; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .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; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container { background-color: transparent; background-image: none; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container > .video-iframe-container { display: none; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row > .video-iframe-container { display: none; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .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); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container { border-width: 0; border-radius: 0; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#S6ZkO72qxgSQqvIEFIxZJgqLWVah5WMS { display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.625rem;left:20.5625rem;height:9rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVL1DiervblNcG1AfLvhRXiBaTPWhVTg { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.625rem;left:20.5625rem;height:2.34375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#Te7tS93Smmgp5s3CSx4x7uNXUJuJkT95 { background-color:rgba(209,91,156,0.9);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.749351501465rem;left:20.5625rem;display:block; }
#APK43ad46EdWEeXm8T8C6RipnEoBUlbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/7bd8946f-6472-4f9e-90c0-166d0106683a/KolazuczestniczekSAnalanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA.adaptive-delivery-prevent-bg, #HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA.lazyload, #HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA.lazyloading { background-image: none; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row .container { background-color: transparent; background-image: none; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row .container > .video-iframe-container { display: none; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row > .video-iframe-container { display: none; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .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); }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row .container { border-width: 0; border-radius: 0; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN > .row .container { border-width: 0; border-radius: 0; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#F2Wte6sbDQIw7Sb29coLDy5Z6E9F3FxC { box-sizing:content-box;height:11.875rem;width:66.6875rem;position:absolute;display:block;z-index:15000;background-color:#d15b9c;background-image:none;top:5.625rem;left:5.08203125rem;display:block; }
#PqH20qPeInwVGgIlITgBsXlNoZb3zvLo { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.7291679382325rem;left:8.65625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsymFsn6KsKhZuzSSoLlfoRmzuu7zHOo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12rem;top:5.5625rem;left:13.041667938233rem;overflow:hidden;display:block; }
#IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 > .row .container { border-width: 0; border-radius: 0; }#IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq > .row .container { border-width: 0; border-radius: 0; }#ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:none; }#OS8pcrErfMdmto8plVTqTLVutmFJuTnM { 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:37.5rem;width:23.75rem;top:2.7294921875rem;left:0rem;overflow:hidden;display:block; }
#dILDF1q4VyEyS9xmb80lwl6fM1UKWC4W { 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:37.5rem;width:23.75rem;top:2.70849609375rem;left:51.250003814698rem;overflow:hidden;display:block; }
#XET3TnC9CRc7mu69ikr6xc8XT8VHJIRp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:23.75rem;top:2.70849609375rem;left:25.625rem;overflow:hidden;display:block; }
#x7tnTst2KIEyHm8Vu7PdcuBtLUr9dE0u { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:94.6875rem;left:18.75rem;display:none; }
#ekGhJUT4Dw46JFecL6Rwn1Z9ARWCC2Lo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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:none; }#wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF > .row .container { border-width: 0; border-radius: 0; }#wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:none; }#rXAKANKQuOnzF54LQKu4QN7xxubkh7co { 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:37.5rem;width:23.75rem;top:2.7294921875rem;left:0rem;overflow:hidden;display:block; }
#qDqndNEiQ3p8fPhbGTyDwa8FVewL8sR5 { 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:37.5rem;width:23.75rem;top:2.70849609375rem;left:51.250003814698rem;overflow:hidden;display:block; }
#dpSizvVpoI61Q4xIyFbzLpIm0VQMJRbd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:23.75rem;top:2.70849609375rem;left:25.625rem;overflow:hidden;display:block; }
#wzm43ekN6qwexoy8NXrmhEwmQq76shIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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:none; }#wzm43ekN6qwexoy8NXrmhEwmQq76shIS > .row .container { border-width: 0; border-radius: 0; }#wzm43ekN6qwexoy8NXrmhEwmQq76shIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzm43ekN6qwexoy8NXrmhEwmQq76shIS > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:none; }#KHB9DVTeEMDzhABEPGC8D7UowLmOy9E2 { 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:37.5rem;width:23.75rem;top:2.7294921875rem;left:0rem;overflow:hidden;display:block; }
#Em8TCOU0o443NA4aT5RireEniyoqJHP8 { 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:37.5rem;width:23.75rem;top:2.70849609375rem;left:51.250003814698rem;overflow:hidden;display:block; }
#M9BNOw4vVAxBo3uaiaV0tBOS4qC4aXi3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:23.75rem;top:2.70849609375rem;left:25.625rem;overflow:hidden;display:block; }
#VMyMNbRsWJCxvff15iOOdmSAyJwINLxL { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:94.6875rem;left:18.75rem;display:none; }
#JsRyVvTyc7Mxd4uGtEH60AtTu0gJmXn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row .container { background-color: transparent; background-image: none; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row .container > .video-iframe-container { display: none; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row > .video-iframe-container { display: none; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .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); }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row .container { border-width: 0; border-radius: 0; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#fRyFcdMiNwpT2v1aEapwDDN3VBoI1vTr { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.5rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qmuzfFF6gtaiZ0JJunQWhZr4XowDVOTs { color:rgba(var(--color-tertiary-3),1);display:block;width:22.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.61865234375rem;left:3.499755859375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yshXVG2HyelMuDQ9EDy0bdtoylI5y2zT { color:rgba(var(--color-primary-1),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.525230407715rem;left:3.5rem;height:6.09375rem;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; }
#HlXwox3XaWrfPh0X7iW3ANUAUC6IyMBd { color:rgba(var(--color-primary-1),1);display:block;width:26.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.867553710938rem;left:3.499755859375rem;height:6.09375rem;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; }
#pX5bnOPfPm1WOwPvKSc4J8GIJAoibbiJ { color:#222b2f;display:block;width:36.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.960693359375rem;left:3.499755859375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cm6SkAU4PkIuMT3wiSF9T9UcuTAmR6dB { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:3.1875rem;left:35rem;display:none; }
#XJT2wE0oPo5rvkeOIeoFeUDRkehVSrl3 { 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.25rem;width:31.25rem;top:7.4998779296875rem;left:40.74951171875rem;overflow:hidden;display:block; }
#UrZ3222RIebF1T8WCxEJeJnaZNZnmBBt { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.99975rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:35.350830078125rem;left:3.499755859375rem;display:block; }
#c3mgXmUGcGMXP3IR1G99NvbHqhdumugx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row .container { background-color: transparent; background-image: none; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row .container > .video-iframe-container { display: none; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row > .video-iframe-container { display: none; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .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); }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row .container { border-width: 0; border-radius: 0; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#ydyngEKRkX10z2n5O4yKTqdarZmrVpUJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.940626144409rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OWwMSCsB0vICDC0RygGNmMdURJC92FPh { background-color:transparent;background-image:none;border-top:0.0625rem solid #faf5f5;border-left:0.0625rem solid #faf5f5;border-right:0.0625rem solid #faf5f5;border-bottom:0.0625rem solid #faf5f5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#faf5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.48335375rem;height:3.41979125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.53333568573rem;left:18.757291793823rem;display:none; }
#u0TqA8c81mqkEHGFBJ037NmWuH5TFk8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JiipanezZpMGvevLNiHE9wdVw4bgorIn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row .container { background-color: transparent; background-image: none; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row .container > .video-iframe-container { display: none; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row > .video-iframe-container { display: none; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .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); }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row .container { border-width: 0; border-radius: 0; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#H1XTs3u4JTRPtTSWFaT4NozCp7nqgve8 { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6875rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.92795181274412rem;left:11.176216125488rem;display:block; }
#odnwtiS3MQGz1DTZrWbxXcpR66PTRNPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIPafG4XlpCkvoAOHh68cQWnqiFzhGlO { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:51.625rem;top:0.90538215637206rem;left:9.34375rem;display:block; }
#deJUVeB4fxpxJaeHDvIbzanN4yEwSBw3 { color:rgba(var(--color-primary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.00021839141845703rem;left:58rem;height:4.875rem;display:block; }
#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row .container { background-color: transparent; background-image: none; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row .container > .video-iframe-container { display: none; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row > .video-iframe-container { display: none; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .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); }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row .container { border-width: 0; border-radius: 0; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#LhoTs95SNhKNufyolXPROsqQchDHHqgL { display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:0.75rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3qFOOLGmcUpBz3DWZ2sCG5bJ63WhlAg { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.625rem;left:8.75rem;display:block; }
#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row .container { background-color: transparent; background-image: none; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row .container > .video-iframe-container { display: none; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row > .video-iframe-container { display: none; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .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); }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row .container { border-width: 0; border-radius: 0; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#pFvrAaqTW1G9xB83uTVdgnZxWtAXhT50 { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:1.9125rem;color:#47545a;font-style:normal;display:block; }
#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row .container { background-color: transparent; background-image: none; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row .container > .video-iframe-container { display: none; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row > .video-iframe-container { display: none; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .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); }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row .container { border-width: 0; border-radius: 0; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#dd485S8GxQBRlEaptNsKlXOZZ2BgVlN8 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.875rem;left:8.75rem;display:block; }
#F0PBIXiXZRGwdxWsizoHFeboNGwNVmPc { display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttc9GdARECGNpUT31wKwBShW804rJ9cA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row .container { background-color: transparent; background-image: none; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row .container > .video-iframe-container { display: none; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row > .video-iframe-container { display: none; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .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); }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row .container { border-width: 0; border-radius: 0; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#Ttz7LFVye2aJzKPymkTgadoNuXLCOq2a { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:13.38476875rem;color:#47545a;font-style:normal;display:block; }
#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row .container { background-color: transparent; background-image: none; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row .container > .video-iframe-container { display: none; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row > .video-iframe-container { display: none; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .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); }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row .container { border-width: 0; border-radius: 0; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#d1NSPmv2ioNkBSfvl4v0I1JKRHJ4rT5E { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.92795181274412rem;left:11.176216125488rem;display:block; }
#OGgMGR6DiyPxpCHMDFumUOc0WsBkCbTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VW8y7oafWTF7AlkrN81sWWdl90bbfLUc { color:rgba(var(--color-primary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:58rem;height:4.875rem;display:block; }
#zTg4eHHT3VZ5o5Qp0lRg5mcZ33Vwmoxo { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:51.625rem;top:0.90538215637206rem;left:9.34375rem;display:block; }
#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row .container { background-color: transparent; background-image: none; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row .container > .video-iframe-container { display: none; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row > .video-iframe-container { display: none; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .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); }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row .container { border-width: 0; border-radius: 0; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#TJapIrV5J877PgbEUTzxZVL07erePS2u { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:1.0618495941162rem;left:8.75rem;display:block; }
#zZ5OC6GTeyezOnHiAumpptKoxS1TLKD1 { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:1.1243491172791rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row .container { background-color: transparent; background-image: none; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row .container > .video-iframe-container { display: none; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row > .video-iframe-container { display: none; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .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); }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row .container { border-width: 0; border-radius: 0; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#u0fF2UbBqrXhZtvxtsRyqP3bx9cBJqFm { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.6484375rem;color:#47545a;font-style:normal;display:block; }
#ASLpdTrIE5HJNU6O5nMPNyHlsF6CZDoP { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.6rem;color:#47545a;font-style:normal;display:none; }
#bpsoOVKk4TrxJJ4GTJVUvmNkcTGywWQt { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.6rem;color:#47545a;font-style:normal;display:none; }
#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row .container { background-color: transparent; background-image: none; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row .container > .video-iframe-container { display: none; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row > .video-iframe-container { display: none; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .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); }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row .container { border-width: 0; border-radius: 0; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#ONqn13q1i3PurLtCP6ZukxzbLH0DfGKF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:56.4375rem;top:1.125rem;left:8.75rem;display:block; }
#eWVEbHvZ2FMQer6d2smghcAIzLNv9vSh { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:1rem;left:10rem;height:4.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#FuWRGeN2L9f3Zusa3xQmmF1yDciEgtNw { display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:1rem;left:10rem;height:4.2rem;color:rgba(var(--color-primary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row .container { background-color: transparent; background-image: none; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row .container > .video-iframe-container { display: none; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row > .video-iframe-container { display: none; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .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); }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row .container { border-width: 0; border-radius: 0; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#TdPEozTOPSLlNGrP4SpEbWmwkDI3G8Ee { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7363375rem;color:#47545a;font-style:normal;display:block; }
#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row .container { background-color: transparent; background-image: none; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row .container > .video-iframe-container { display: none; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row > .video-iframe-container { display: none; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .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); }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row .container { border-width: 0; border-radius: 0; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#bmH00LGulvmWPVn1Z7lq1CJARJOBZ6G6 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:1.0618495941162rem;left:8.75rem;display:block; }
#VNqaI17M52FtnbQLmVrW1WA6o4uJSpzp { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:1.1243491172791rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJHCIGbdeuS2vOHTdasXXZClKySloFXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row .container { background-color: transparent; background-image: none; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row .container > .video-iframe-container { display: none; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row > .video-iframe-container { display: none; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .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); }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row .container { border-width: 0; border-radius: 0; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#ZX6uDP5a87OGo0he6bcVTyGFQxcLhSlo { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:0.40625rem;left:10rem;height:1.9121125rem;color:#47545a;font-style:normal;display:block; }
#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row .container { background-color: transparent; background-image: none; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row .container > .video-iframe-container { display: none; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row > .video-iframe-container { display: none; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .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); }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row .container { border-width: 0; border-radius: 0; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#qltoEfoRdsPW47sO1UIhx0T3K2ev3LuP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:8.75rem;display:block; }
#XaaA5nDOk3acS0UCuaswPdyDJ16O6iSE { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row .container { background-color: transparent; background-image: none; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row .container > .video-iframe-container { display: none; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row > .video-iframe-container { display: none; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .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); }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row .container { border-width: 0; border-radius: 0; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#Gvl9HdyfFLf5NvAmGe1h97GZDSTEHy3T { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:3.825rem;color:#47545a;font-style:normal;display:block; }
#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row .container { background-color: transparent; background-image: none; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row .container > .video-iframe-container { display: none; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row > .video-iframe-container { display: none; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .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); }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row .container { border-width: 0; border-radius: 0; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#c47uydu5oJlT1Zkrxt3Xzs9T3TLef4ws { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:8.75rem;display:block; }
#fgC4IXO7oXAcXw6dxxEfVAs8fPGvczNb { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.65625rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row .container { background-color: transparent; background-image: none; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row .container > .video-iframe-container { display: none; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row > .video-iframe-container { display: none; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .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); }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row .container { border-width: 0; border-radius: 0; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#no2C4lga0QLyg23WVGTSha7233TOlhh1 { display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0.375rem;left:10rem;height:1.9125rem;color:#47545a;font-style:normal;display:block; }
#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row .container { background-color: transparent; background-image: none; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row .container > .video-iframe-container { display: none; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row > .video-iframe-container { display: none; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .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); }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row .container { border-width: 0; border-radius: 0; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#vGbcSobFxfnfB8y1BPcehTgOWOUU1WuT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:8.75rem;display:block; }
#DFNMVUaT2OD4HuAFxs76nNoAhEza9iug { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#qHFM8z9UE0M2489mRwLmbT8ME6br78DA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row .container { background-color: transparent; background-image: none; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row .container > .video-iframe-container { display: none; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row > .video-iframe-container { display: none; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .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); }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row .container { border-width: 0; border-radius: 0; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#Xf0TyvEeSeLZgDaaXmgs5ZqlaSEtBOli { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:9.5605625rem;color:#47545a;font-style:normal;display:block; }
#cqtEEGUZ62lxMTfvTELw7yhERwmW6c0o { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:9.5rem;color:#47545a;font-style:normal;display:none; }
#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row .container { background-color: transparent; background-image: none; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row .container > .video-iframe-container { display: none; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row > .video-iframe-container { display: none; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .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); }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row .container { border-width: 0; border-radius: 0; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#TWDaG2TJt5TfK1lTZD9nJ3ERL0uaodCW { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:8.75rem;display:block; }
#ftF0u5uu8t499nk8TZxGNI1gPffTxSJc { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:0.5625rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row .container { background-color: transparent; background-image: none; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row .container > .video-iframe-container { display: none; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row > .video-iframe-container { display: none; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .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); }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row .container { border-width: 0; border-radius: 0; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#MGWmGVR2wFBwX5GTpIobdm2L7WyWNWA1 { display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:3.825rem;color:#47545a;font-style:normal;display:block; }
#oD4aaMAe4PiF8HaD1ERVgMmhstGSvyhD { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#SbbnVnKKDxPrEgAryZLtVQpyGT35XVV7 { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row .container { background-color: transparent; background-image: none; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row .container > .video-iframe-container { display: none; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row > .video-iframe-container { display: none; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .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); }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row .container { border-width: 0; border-radius: 0; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#TLJsQLKf15OaaT3AgpUqeVwTfvNIArLO { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.8125rem;left:8.75rem;display:block; }
#XzVWQ62bsCypXoxUJNUd5xx1MWhORiNR { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:0.875rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row .container { background-color: transparent; background-image: none; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row .container > .video-iframe-container { display: none; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row > .video-iframe-container { display: none; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .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); }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row .container { border-width: 0; border-radius: 0; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#x5miqFG83MEmuGrKfzFzGnBGO3hyU6ge { display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.736325rem;color:#47545a;font-style:normal;display:block; }
#CfDGvnZ2SM0XhaiF20DgJDwS1zDH3Zpa { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#aFbedFmyd901O6XfXUD0tPiesT49eyHo { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row .container { background-color: transparent; background-image: none; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row .container > .video-iframe-container { display: none; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row > .video-iframe-container { display: none; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .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); }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row .container { border-width: 0; border-radius: 0; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#DvikiewVrlgk229lWxd7PUyFmacIGMm2 { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:0.3125rem;left:10rem;height:4.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#txRyGw9a03VmWgTMKHlPJkfTPeTtgF8p { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:56.4375rem;top:0.3125rem;left:8.75rem;display:block; }
#kpz6NNq5l8L9fu2Zg2mLJTfDtK4QFesS { display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:0rem;left:10rem;height:4.2rem;color:rgba(var(--color-primary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row .container { background-color: transparent; background-image: none; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row .container > .video-iframe-container { display: none; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row > .video-iframe-container { display: none; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .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); }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row .container { border-width: 0; border-radius: 0; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#Q3iIOf2WIarnLE0KQycOcMgbkKfMmioe { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.64845rem;color:#47545a;font-style:normal;display:block; }
#uOGRg1TThTaG4cTL62UHRdml4w5xfnA7 { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.6rem;color:#47545a;font-style:normal;display:none; }
#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row .container { background-color: transparent; background-image: none; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row .container > .video-iframe-container { display: none; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row > .video-iframe-container { display: none; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .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); }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row .container { border-width: 0; border-radius: 0; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#XnbMPoTuCOEqce2kJcVV2E7fRWzLXTyg { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:56.4375rem;top:0.8125rem;left:8.75rem;display:block; }
#EwQH9RITSk1vAebRXzRyBONsASrTTADT { display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:0.875rem;left:10rem;height:4.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#z8v3Qlh4GhIEeaG13Aqelf78vmg12kP1 { display:block;width:55.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:1.03125rem;left:10rem;height:4.2rem;color:rgba(var(--color-primary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#LP7IZ1bAKbNEaWR9DRhFAs5v1DRUbXIV { display:block;width:55.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:1.03125rem;left:10rem;height:4.2rem;color:rgba(var(--color-primary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#QN0K08itVBWbkMF9lHAygUTLPvpTE8a3 { display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:0.875rem;left:10rem;height:4.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row .container { background-color: transparent; background-image: none; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row .container > .video-iframe-container { display: none; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row > .video-iframe-container { display: none; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .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); }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row .container { border-width: 0; border-radius: 0; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#JImMbVZQc8V5VsMn1QrkQy592Ec3Tk9O { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:0.5rem;left:10rem;height:1.9125rem;color:#47545a;font-style:normal;display:block; }
#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row .container { background-color: transparent; background-image: none; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row .container > .video-iframe-container { display: none; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row > .video-iframe-container { display: none; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .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); }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row .container { border-width: 0; border-radius: 0; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#t5Rp97OCd379JuAcCxTSzLuJfzcqgZCq { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.92795181274412rem;left:11.176216125488rem;display:block; }
#LxSMEciSONSyWzCB8SMAA850LFMX1T00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMSDMrGinWeVAIJyfBR5RGkdv5WPndqJ { color:rgba(var(--color-primary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.0625rem;left:58rem;height:4.875rem;display:block; }
#mxMO7rsUZJDVzKRCCDl9THc03PBTResk { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:51.625rem;top:0.90538215637206rem;left:9.34375rem;display:block; }
#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row .container { background-color: transparent; background-image: none; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row .container > .video-iframe-container { display: none; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row > .video-iframe-container { display: none; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .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); }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row .container { border-width: 0; border-radius: 0; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#yv4EX6E7N5dtxoqxR1vLAv14xT3pTPyL { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:8.75rem;display:block; }
#QTaaXI5k0IrC895MDOdHfMTRRzLT3ffh { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row .container { background-color: transparent; background-image: none; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row .container > .video-iframe-container { display: none; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row > .video-iframe-container { display: none; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .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); }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row .container { border-width: 0; border-radius: 0; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#kCA2bhIa0ozTa6azylzLRO8MnTP4QTvG { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.736325rem;color:#47545a;font-style:normal;display:block; }
#RJSJQCiTT5LxOVWdVzRaJU30IzROB5M3 { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#aankzgbQXKvzHKJW8BkJx7u7LvoO7Psx { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row .container { background-color: transparent; background-image: none; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row .container > .video-iframe-container { display: none; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row > .video-iframe-container { display: none; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .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); }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row .container { border-width: 0; border-radius: 0; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#PUWM18NadnDDMiJP5iIOQXGmC691MPZv { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.93750214576719rem;left:8.75rem;display:block; }
#dpPvKsh9MfupTcGciupXVe8t3RCei0rU { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:1rem;left:7.5rem;height:0;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bSPXV4z3BoUt9OMxnffVAHT7wDLFXZpl { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:1.125rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row .container { background-color: transparent; background-image: none; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row .container > .video-iframe-container { display: none; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row > .video-iframe-container { display: none; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .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); }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row .container { border-width: 0; border-radius: 0; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#k3KR7vcihIeVURpwUVXdWrqGkIwnL76z { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.736325rem;color:#47545a;font-style:normal;display:block; }
#Esb9edEfCFsmvT81ZkbCovLFEN0Stv4Z { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#WCs0XlqwgZClOL2ZJFTTBSA1h2NO8kN3 { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row .container { background-color: transparent; background-image: none; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row .container > .video-iframe-container { display: none; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row > .video-iframe-container { display: none; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .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); }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row .container { border-width: 0; border-radius: 0; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#CPK5qT9V7fTFFMbTMnXqItaxRNuKNWr3 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:1.125rem;left:8.75rem;display:block; }
#Xm0ZFmCd0fTnRI4rzSbTkv2yHK9aZh1R { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:1.1875rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCWwTOe6XGkaTD0IsbIM3skhNCFVShc1 { display:block;width:59.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.6rem;color:#47545a;font-style:normal;display:none; }
#nxgWxITy5Whq8EASqfM35SwdU21XpbOi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row .container { background-color: transparent; background-image: none; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row .container > .video-iframe-container { display: none; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row > .video-iframe-container { display: none; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .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); }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row .container { border-width: 0; border-radius: 0; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#adA76qRyigzkT6HTTvfvHXTlVcGJxzDm { display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.6484375rem;color:#47545a;font-style:normal;display:block; }
#fHq8qynrdllR9S210cpweA3o9hCNXS2P { display:block;width:59.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:7.6rem;color:#47545a;font-style:normal;display:none; }
#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row .container { background-color: transparent; background-image: none; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row .container > .video-iframe-container { display: none; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row > .video-iframe-container { display: none; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .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); }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row .container { border-width: 0; border-radius: 0; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#Vaoem4UEdlGmLtNEVOAz6BLgLEZKwQDX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:8.75rem;display:block; }
#DqKDU6MdncklPAfqodWmqBuggw5iipB2 { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.68728256225588rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#xAWkP29GcPtGMLT2qSwiCkQdtECxLBbT { display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.4375rem;left:10rem;height:2.1rem;color:rgba(var(--color-primary-1),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row .container { background-color: transparent; background-image: none; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row .container > .video-iframe-container { display: none; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row > .video-iframe-container { display: none; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .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); }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row .container { border-width: 0; border-radius: 0; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#erSlg3zrULzTsT5yvDLfEBFfbFtQrM1P { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0.75rem;left:10rem;height:5.736325rem;color:#47545a;font-style:normal;display:block; }
#CKzJIXCQpKvCLmyXox8sRgIEtv3XcRnS { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0.75rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#zUdcam4pV535UgucTZJEFvdvTZTykl0i { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0.75rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#APBfJADBazdDCLDLv474LbwrrWgqyVQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row .container { background-color: transparent; background-image: none; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row .container > .video-iframe-container { display: none; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row > .video-iframe-container { display: none; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .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); }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row .container { border-width: 0; border-radius: 0; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#hUPuqvao3pf0vh27IlxiTih4OtAWDm9V { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:56.4375rem;top:0.5625rem;left:8.75rem;display:block; }
#rpOLbSBCLBn2LkLrQxfOwNTa1iaFvNnN { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:1rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row .container { background-color: transparent; background-image: none; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row .container > .video-iframe-container { display: none; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row > .video-iframe-container { display: none; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .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); }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row .container { border-width: 0; border-radius: 0; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#Ih74rQ3vO7WMWVgX1C4ueMLuXrnrUmAq { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.736325rem;color:#47545a;font-style:normal;display:block; }
#IRBm4BP0BQcgiNt7OerW9WIOV0Tbpypx { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#kGTxK3ZVg6RQH9NzFfr16sf6VEDzf3cQ { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:5.7rem;color:#47545a;font-style:normal;display:none; }
#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row .container { background-color: transparent; background-image: none; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row .container > .video-iframe-container { display: none; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row > .video-iframe-container { display: none; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .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); }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row .container { border-width: 0; border-radius: 0; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#xnnr86M89XXTia9ShQvdHdQ85cguHoTE { background-color:transparent;background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.92795181274412rem;left:11.176216125488rem;display:block; }
#poxMx20J0lHSelwTX729QSN0Xqbf0zV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pX5Xv9EWbOu5DKu4KV5CQP51yvOV6diE { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:51.625rem;top:0.90538215637206rem;left:9.34375rem;display:block; }
#IVhrns8zXKi9Sbf6gUfdDFwSXsIRPJ2Z { color:rgba(var(--color-primary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.00022315979003906rem;left:58rem;height:4.875rem;display:block; }
#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row .container { background-color: transparent; background-image: none; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row .container > .video-iframe-container { display: none; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row > .video-iframe-container { display: none; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .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); }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row .container { border-width: 0; border-radius: 0; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#BffT9BPo2WFAz6EemIXgOlaQPBZN21LP { display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:1rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#LlTAio41RJgyoHCT9XAnrWSRs3QECMZZ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.8125rem;left:8.75rem;display:block; }
#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row .container { background-color: transparent; background-image: none; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row .container > .video-iframe-container { display: none; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row > .video-iframe-container { display: none; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .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); }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row .container { border-width: 0; border-radius: 0; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#xsVzgp2rcbUigCzJBcwqbhkDKaWCyu0E { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:0rem;left:10rem;height:9.5605625rem;color:#47545a;font-style:normal;display:block; }
#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row .container { background-color: transparent; background-image: none; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row .container > .video-iframe-container { display: none; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row > .video-iframe-container { display: none; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .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); }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row .container { border-width: 0; border-radius: 0; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#creGfmiBoXI8NxDCJJS9sOlASNXOrNcG { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:1.125rem;left:8.75rem;display:block; }
#xUEittMHRWNWcoM1qDoIwaBzgzuQT75n { display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:1.1875rem;left:10rem;height:2.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row .container { background-color: transparent; background-image: none; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row .container > .video-iframe-container { display: none; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row > .video-iframe-container { display: none; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .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); }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row .container { border-width: 0; border-radius: 0; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#BlL9dXGmySJRQNTTCHADavgLfI07MOQ0 { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0.5625rem;left:10rem;height:30.5938rem;color:#47545a;font-style:normal;display:block; }
#ukPmCJgs8yR2Te5Db4lnvaepTa0bca96 { display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0.5625rem;left:10rem;height:30.4rem;color:#47545a;font-style:normal;display:none; }
#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container { background-color: transparent; background-image: none; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container > .video-iframe-container { display: none; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row > .video-iframe-container { display: none; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .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); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container { border-width: 0; border-radius: 0; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#Prdg7J5pklFlryedM0n71OMkR3HTrnZQ { box-sizing:content-box;height:18.75rem;width:66.6875rem;position:absolute;display:block;z-index:15000;background-color:#d15b9c;background-image:none;top:5.625rem;left:5.08203125rem;display:block; }
#xTPZWhtwdkp4nJJLQT21cx5eAN5TzIed { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3330078125rem;left:8.65625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMCNK86Xi24dRNeqwWPLer6wsFtzVaAx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:14.8125rem;top:4.91796875rem;left:0rem;overflow:hidden;display:block; }
#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row .container { background-color: transparent; background-image: none; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row .container > .video-iframe-container { display: none; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row > .video-iframe-container { display: none; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .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); }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row .container { border-width: 0; border-radius: 0; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row .container { background-color: transparent; background-image: none; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row .container > .video-iframe-container { display: none; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row > .video-iframe-container { display: none; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .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); }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row .container { border-width: 0; border-radius: 0; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#u2QDLPH0TG1UZ136aQJ75akJv7P6Uv7r { 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:37.5rem;width:23.75rem;top:2.7294921875rem;left:0rem;overflow:hidden;display:block; }
#C7nZOxL7TMwEHvJPGsyTAgxCAshQt7q9 { 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:37.5rem;width:23.75rem;top:2.70849609375rem;left:51.250003814698rem;overflow:hidden;display:block; }
#Ea2IqcK7xdxhQ9cXWTVZ6ls5tlsyghoP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:23.75rem;top:2.70849609375rem;left:25.625rem;overflow:hidden;display:block; }
#ECVGraiGEPtOsclO9C61M5AzzQ7zw5Wv { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:94.6875rem;left:18.75rem;display:none; }
#qu62mkNI2l0Og2ItAHwmI7IZ4ZpPHeJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row .container { background-color: transparent; background-image: none; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row .container > .video-iframe-container { display: none; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row > .video-iframe-container { display: none; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .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); }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row .container { border-width: 0; border-radius: 0; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#Tk6vvrtH7iuOHTRofq7Jpu9gAWtieUbe { 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:37.5rem;width:23.75rem;top:2.7294921875rem;left:0rem;overflow:hidden;display:block; }
#sLNgsFJxBMsl210QH89fGv0uKXaRZQd2 { 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:37.5rem;width:23.75rem;top:2.70849609375rem;left:51.250003814698rem;overflow:hidden;display:block; }
#am4ASGOnl7OTEag1exU2tRoXENo96Hig { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:23.75rem;top:2.70849609375rem;left:25.625rem;overflow:hidden;display:block; }
#g0xbTPlB8Je77Bc07LGDEIdkr12bOugz { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:94.6875rem;left:18.75rem;display:none; }
#Ok2h5yoLB2t85MV1ewnWeEBBF9H4EUpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row .container { background-color: transparent; background-image: none; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row .container > .video-iframe-container { display: none; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row > .video-iframe-container { display: none; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .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); }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row .container { border-width: 0; border-radius: 0; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#DkPIgruuE0NsWfxovS96und11xdhSlaI { 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:37.5rem;width:23.75rem;top:2.7294921875rem;left:0rem;overflow:hidden;display:block; }
#K79PBNxciBoIcOE4kTpleG2ou87kfqmk { 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:37.5rem;width:23.75rem;top:2.70849609375rem;left:51.250003814698rem;overflow:hidden;display:block; }
#CyBbtLdGhv1XTGS8rc0WoRFSUQzzz6tT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:23.75rem;top:2.70849609375rem;left:25.625rem;overflow:hidden;display:block; }
#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;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; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container { background-color: transparent; background-image: none; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container > .video-iframe-container { display: none; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row > .video-iframe-container { display: none; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .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); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container { border-width: 0; border-radius: 0; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container { font-size:0.875rem;font-family:arial;height:83.75rem;width:75rem;position:relative;display:block; }#D33pH0lTBCtrocTrvOIOo72K7Lqqw8vS { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgRccsAKSlgTg3wVXqb687MT9hZ1WdHA { color:#30b1be;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:#72686c;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:18.375rem;left:24.5rem;z-index:15058; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #vesgSlJ1C2KhaOLpEoVgtX8pVDMUlAEU { display:flex;position:relative;top:0rem;left:0rem; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #w6eRQ0hhECvzCozySGd89DN8MCiNuIqA { width:auto; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #FN08m2a8JOV4a5Lvkw8RNRfKaJt2Vqxx {  }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #VMdJQadSW5pXFWBAHdiDnMF4zDCpVdBK { display:flex;position:relative;top:0rem;left:0rem; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #CUbiyhzuKTASe7rc5cZ9aeL5XDmgEPJk {  }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #vt34KD8FcnIhdSk2Jr1OlvEvATfSWFFO {  }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #O6TNTqcB59OICWqsnylt7Rx2oJy0tXV1 { display:flex;position:relative;top:0rem;left:0rem; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #gi4mLBkKLXSEvZPy2Kqt3DDpXbeVh91L {  }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #Dkm3dlR8ll25zbBx9m1GN0zNTEn43Qwd {  }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #kzaUEZmBGNtZowRRKW3cGC2BaXrGb678 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #nHmkoDux9V1QzXOtf7c1EMDXHaOzxbac {  }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #MpVM2eXKkJ7u3x9s8b1Gyazs2AVwBmZZ {  }
#VyI3v0XR3CTm6eKieTHkhi7lIgGdKqRI { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:72.000326156619rem;left:18.75rem;display:block; }
#qoFoq5oQU5OrB3z4eoqKnWRqgAd5ls0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpyMyC045txsbgBoc27mesBHxRutA2oV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.6666665077213rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rX5pG1eO8h9uoNKz0bVFFeCl6aeFIb4F { background-color:#4bae16;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4348957538605rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:48.72900390625rem;left:18.750001907349rem;display:none; }
#NQDZIgZHJSgSo0q9Ag4lDlSPUiiT1w2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owT9GTwRZJD3Rh0nlOzsgIGUhzUMDZf1 { position:absolute;display:block;z-index:15059;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:39.9375rem;width:61.5rem;top:32.062826156616rem;left:6.75rem;overflow:hidden;display:block; }
#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/7b75d868-a3c4-4f06-bc8a-785993ef2997/SEC16background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69.adaptive-delivery-prevent-bg, #P0F9oy1zJWy8iQEayfTL5f72MBSUJD69.lazyload, #P0F9oy1zJWy8iQEayfTL5f72MBSUJD69.lazyloading { background-image: none; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row .container { background-color: transparent; background-image: none; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row .container > .video-iframe-container { display: none; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row > .video-iframe-container { display: none; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .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); }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row .container { border-width: 0; border-radius: 0; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row .container { font-size:0.875rem;font-family:arial;height:67.6875rem;width:75rem;position:relative;display:block; }#fTC71AP4uyQELPPzZCMHb80uiM7LkNpO { 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:4.9375rem;width:12.4375rem;top:3.123046875rem;left:31.249217987061rem;overflow:hidden;display:none; }
#sthHdLqbrOEAkNcsPJtZfseVROK0oRCQ { display:block;width:52.18575rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20.367676258087rem;left:11.405382156372rem;height:30rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1gRQ8kRlHzApekalkOPbmuBJlewfzF0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.187555313111rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEMI6onZQmAly486awZxtr8JP9UHa8MZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:15.625rem;top:54.902725219726rem;left:29.6875rem;overflow:hidden;display:block; }
#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e5ae3e86-df1f-478b-bae2-b06918e498b7/Zdjeciegownenastronezapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx.adaptive-delivery-prevent-bg, #mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx.lazyload, #mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx.lazyloading { background-image: none; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx > .row .container { border-width: 0; border-radius: 0; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#Ns0msfJhkpSyJIk9yOrM0azZwHmwwx1s { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:28.125rem;top:36.937500953674rem;left:44.25rem;display:block; }
#FS1BXicU4sIpvSBQk9yvEtcaWri4FS5O { color:#72686c;display:block;width:25.05925rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.062500953674rem;left:45.313804626465rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K82z5AnTckCz86A2XhdecQM9Fhizdpbu { color:rgba(var(--color-primary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.979166984558rem;left:40.875rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwazO7I0JVw1OExFWsWXsdeXm9nhH6k5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:36.1875rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.1041669845581rem;left:38.8125rem;overflow:hidden;display:block; }
#i5Hmk2g51gW15BQ5FgMpiODa98LACeBP { color:#72686c;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:38.750000953674rem;left:43.0625rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvOGU1yz71na3OAeES00iy9PP6w76Sse { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:64.1875rem;top:55.8125rem;left:7.1527786254881rem;display:none; }
#R3fbIcZM37WWTCZUD9FReSvCvPVgoxi7 { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:22rem;left:22.4375rem;display:none; }
#aUWkozbvgN3gE6VHiPeLWdHu9Blnl62V { color:rgba(var(--color-primary-0),1);display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.375rem;left:72.621749877931rem;height:1.625rem;display:block; }
#ykP66GVflns9wcC0VvEW0PBc5T3mWkT3 { 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:31.25rem;width:31.25rem;display:none; }
#N6u1gQ6ikMuiU1HkGyCxWE6ceONNTows { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:59.90625rem;left:10.652778625488rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bId4tK2Xtn6QRJoK8zL4B3TW1cQmecwT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:12rem;top:3.9947929382324rem;left:63rem;overflow:hidden;display:none; }
#omKQQDmT0twd7SVy2TfbJn864RXi3MGr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:12rem;top:3.9947929382324rem;left:63rem;overflow:hidden;display:none; }
#l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy > .row .container { border-width: 0; border-radius: 0; }#l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.9);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;z-index:auto;display:none; }#QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 > .row .container { border-width: 0; border-radius: 0; }#QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0.593125rem;padding-right:0.588125rem;padding-bottom:0.593125rem;padding-left:0.588125rem;display:block;align-items:center;width:3.525625rem;min-width:3.525625rem;height:3.021875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.373125rem;font-weight:700;line-height:48.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.698125rem;height:1.141875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.028125rem;font-weight:400;line-height:18.27px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.8125rem;height:5.72125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.6875rem;left:13.5rem;z-index:15020; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #UiTnB3Xn6GX8xXT56vBlZWlKy8bXMnG0 { display:flex;position:relative;top:0rem;left:0rem; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #nsTkVK9p1CVdH09Cc7HN3f4b9VocuJH5 { width:auto; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #oGWOaFm1Pw81n1Mw9gSz9SCLBZDaS1RK {  }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #LreJuHLJNITPQlqax1lrgAMNfa3vEIJ3 { display:flex;position:relative;top:0rem;left:0rem; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #HZ4QpnQi5651JMCaeqAcCnuKtiv9TtGE {  }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #WyCXvSEFxU0tBJ6vcNMNAaZmffBledin {  }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #CpKVenAfDvKHl3IQB3lcFZzgOOpNnnHo { display:flex;position:relative;top:0rem;left:0rem; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #l3M1Q7ByKQKx2Ge2Tf5wRs5D509qn1UZ {  }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #v38gDkatpDhibG6THwmo0mepz9xtQgfm {  }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #UhNUQMXvae39FOX5t8FqAFnbskudEDLo { display:flex;position:relative;top:0rem;left:0rem; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #L5isThiw3oOCirX2n0Ihi0sxPUs43pzK {  }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #J5MVOez579D6JpXhZv9Iihx8LqVHfJuT {  }
#ZyQ6sghk7Gr5MhZvTR5yBiFhB2dvlPmN { color:rgba(var(--color-secondary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.875rem;left:14.375rem;height:1.416666625rem;display:block; }
#HvhvOtxXoAEsKXhW8TAdL1PZv8K7ydBf { color:#4bae16;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.8125rem;left:43.75rem;height:1.416666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K5mZbkZL7ue3ONyftDpZlGUoHZrEe8pN { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.0625rem;height:1.416666625rem;display:none; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0.458125rem;padding-right:0.44rem;padding-bottom:0.458125rem;padding-left:0.44rem;display:block;align-items:center;width:2.639375rem;min-width:2.639375rem;height:2.34875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.83375rem;font-weight:700;line-height:37.58px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5175rem;height:0.888125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.794375rem;font-weight:400;line-height:14.21px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.5625rem;height:4.44rem;padding-top:0.5725rem;padding-right:0.629375rem;padding-bottom:0.5725rem;padding-left:0.629375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.6028646249997rem;left:54.703576877276rem;z-index:15020;display:none; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #uMavLyoxIm7eJcfSIBHOV1xcB6K2QEo6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #qc5q0Gdgv50HINDhQrfc0ngTuT1KkS6W { width:auto; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #vFEAKMtzE285G8hEVaeZlIcKRlWep5vN {  }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #IwyLTa7ax2L30gEouS5dxE2gtnH2RkPU { display:flex;position:relative;top:0rem;left:0rem; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #VhqBCtLLnZ5LnJlt4fODh7X4VMO6PAgZ {  }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #J5QBEEPGu7haVBarDquT8KJXwvWQkAO2 {  }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #GNg5y1wCKkXITbykBAGFAF6vSKClKWcP { display:flex;position:relative;top:0rem;left:0rem; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #pnkd6W2TrynhIkxE3MZJpAep18Hsz51N {  }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #ixoJl7s3ZDNqRZ6PhtCQPA7Tqri7ss11 {  }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #WbRmxlsnINEX4sNuqHeLXEQeX8zW9e0z { display:flex;position:relative;top:0rem;left:0rem; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #EnSexmu8b8xvpc9Q6u7MeSfPF0aulik1 {  }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #bJWABaxa1xkZ55k17SlZQDCBLWJJofm3 {  }
#HIRgZW9VPvyrIUwIebvgS02qk2WEfQzm { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:7.875rem;left:13.0625rem;height:1rem;font-style:normal;display:none; }
#tJAOqplNUIL30WwqpJILrgEhG7k3JEvK { 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:31.25rem;width:31.25rem;display:none; }
#cA16Nw4EL0f4wTPqGipq7zvQVh3RId0a { 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:7.6875rem;width:7.6875rem;top:1.75rem;left:4.5833339691162rem;overflow:hidden;display:block; }
#vFC0c4529ayEf6E2BFrgxf4EFP456Xfe { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:3.8125rem;left:43.625rem;display:block; }
#ih11t6T9oTFTFATVQaTairJDW9KCNeHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKgnJgVDGoO2olnqrkZ7Hb6uKvWoCyGw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:8.375rem;left:43.625rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqFVJVdR0sxXV2q8URtv3KrQQf5TB3dB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:3.3125rem;left:38.25rem;overflow:hidden;display:block; }
#wCwns37Oa2TUk6NGiTv0TXCIKGI7gET2 { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:3.8125rem;left:43.625rem;display:none; }
#qNQRBXqVuNQ9KNWiCN4TGLlgivfQBDgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.9);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;z-index:auto;display:none; }#TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 > .row .container { border-width: 0; border-radius: 0; }#TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#molk0cGyGE4ZCTeTvKTUqB4aOuKL32GT { color:rgba(var(--color-secondary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.875rem;left:14.375rem;height:1.416666625rem;display:block; }
#zfyWZIwGkbAZgEPEPT4OE1K2XCZ063dt { color:#4bae16;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.9169921875rem;left:14.375rem;height:1.416666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r78lX5NUP0bAyRoGTS4W1eFl6VKxnskO { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.0625rem;height:1.416666625rem;display:none; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0.458125rem;padding-right:0.44rem;padding-bottom:0.458125rem;padding-left:0.44rem;display:block;align-items:center;width:2.639375rem;min-width:2.639375rem;height:2.34875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.83375rem;font-weight:700;line-height:37.58px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5175rem;height:0.888125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.794375rem;font-weight:400;line-height:14.21px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.5625rem;height:4.44rem;padding-top:0.5725rem;padding-right:0.629375rem;padding-bottom:0.5725rem;padding-left:0.629375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.6028646249997rem;left:54.703576877276rem;z-index:15020;display:none; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #bNZb0UFDVdS8Olgbi5s3tLkUZOvy3L9J { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #pf8HWZRpEsygMTAJaSHTFRp3ColWMlFh { width:auto; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #wWtaJghzgdagTMDnAhXd5pXMViS4lFcK {  }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #C0BWTvEJyC0hOgl5a0X5cSPDzNkhlXGo { display:flex;position:relative;top:0rem;left:0rem; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #nARbtR8SIwFhe3mA81W5IJtorJRiL5mC {  }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #ov2nXyJURCdX3KW76dX6I6QfzJNTITcF {  }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #phzDqKofdfG01faWoAqOTIaJIm8xTQFg { display:flex;position:relative;top:0rem;left:0rem; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #caIFNmXpqwE8ysPdLnSLPoXAZ2LRVoUB {  }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #TSnB9QiAaN7R2pfdO1KfzG3Gw622acJM {  }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #BRk004h0JSF5ECWThUPVWl57miaGNRgW { display:flex;position:relative;top:0rem;left:0rem; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #X7SdtW5Z7uJ4z5H0ohrukh0Ov41aHZJ4 {  }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS #BEbEP2QfVqWPTKyU6ZsagxudFox3y8V1 {  }
#Z1szltJ7KPbEEDknp1NtRTy2K5T492w7 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:7.875rem;left:13.0625rem;height:1rem;font-style:normal;display:none; }
#sxSpOp848feGcDUqvQXPkf3PxZmb1TbZ { 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:31.25rem;width:31.25rem;display:none; }
#Cldnbirvy5HrcbTeBo6Im8E0L6MJLwHc { 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:7.6875rem;width:7.6875rem;top:1.75rem;left:4.5833339691162rem;overflow:hidden;display:block; }
#ZTUdUctdpFoPhcWTQbXrokqLD4CXLamR { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:6.08349609375rem;left:13.625rem;display:block; }
#GSa61myIdELTEGin7lmnLzA8tBX6r2gz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXrKHUwTTTNemlC3SnLgC8RTzsGRZWU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:46.75rem;height:1.416666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxi2OcoTNGad0Ow93TTHTq3F5gOdRg5R { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:3rem;left:40.125rem;overflow:hidden;display:block; }
#DCAiSpe9PaZVaLO6NhAg4WDAmxi2iZ5x { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:3.8125rem;left:43.625rem;display:none; }
#wmF6xTov6tNksNFNQ4SPtDErGhAWzkMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0.593125rem;padding-right:0.588125rem;padding-bottom:0.593125rem;padding-left:0.588125rem;display:block;align-items:center;width:3.525625rem;min-width:3.525625rem;height:3.021875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.373125rem;font-weight:700;line-height:48.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.698125rem;height:1.141875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.028125rem;font-weight:400;line-height:18.27px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.8125rem;height:5.72005225rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.875rem;left:45.75rem;z-index:15020; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #k7AdT42h13oUeDpau5cvAJnukGTd7H1k { display:flex;position:relative;top:0rem;left:0rem; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #og6UIEyLJhZlkfTmCf1fJAGL8KUsNML4 { width:auto; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Nu84i7nBAxtXAerDRZuFkviLm57QR65J {  }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #odhLdfvpuZ5JITkP39rZ8IXInueneSBQ { display:flex;position:relative;top:0rem;left:0rem; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #GhR4qxgImkInNsaOz1yxRtdPk8zsKJam {  }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #vKg6oxW6vcOMVNPfNbx0zn0BMiRiincW {  }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Zr7ctlokrNySxLJvH3Jc4lxFUJbUsMGQ { display:flex;position:relative;top:0rem;left:0rem; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #gRdirEnMev3cTfQOPptq2090xFwm2ioZ {  }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Mn6a7kgu2Gf2oRTZDFDBBt5KcrdRP6UN {  }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #br4Be7ekb6Ib1EEJb122ErW4DVumkWXE { display:flex;position:relative;top:0rem;left:0rem; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #g2pSwc6J5kZ6q3Pzwg3tgpXTRH0GmlSc {  }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #vGilTTqMU4X0zGutyEe7B33ItgF7mJGr {  }
#L6upMAhPCXdUG1fBGXmg5ollNZgX26yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.9);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;z-index:auto;display:none; }#L6upMAhPCXdUG1fBGXmg5ollNZgX26yV > .row .container { border-width: 0; border-radius: 0; }#L6upMAhPCXdUG1fBGXmg5ollNZgX26yV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6upMAhPCXdUG1fBGXmg5ollNZgX26yV > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#m0x6q2GHrdXhGJu9pvEqFpJr10XNhCX2 { color:#4bae16;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.625rem;left:14.375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcxx7BO6Q5BbeO6br8UwbAvFaD5ImC44 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.0625rem;height:1.416666625rem;display:none; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0.458125rem;padding-right:0.44rem;padding-bottom:0.458125rem;padding-left:0.44rem;display:block;align-items:center;width:2.639375rem;min-width:2.639375rem;height:2.34875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.83375rem;font-weight:700;line-height:37.58px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5175rem;height:0.888125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.794375rem;font-weight:400;line-height:14.21px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.5625rem;height:4.44rem;padding-top:0.5725rem;padding-right:0.629375rem;padding-bottom:0.5725rem;padding-left:0.629375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.6028646249997rem;left:54.703576877276rem;z-index:15020;display:none; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #zfxCGFBm2k5hQdVb0KzsxTg8GQ4gBtLw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #oHAn5T11ww9WDyyRvvb1oq6IZzeFTUfZ { width:auto; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #foBzg22pLZNO8rC8rVo8iA09J8U7pnWI {  }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #xAgiSPQTHz9wuasoka1UUozN7kt5PUiT { display:flex;position:relative;top:0rem;left:0rem; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #pzUEUrTZ5wulR9dz9909vX1MQd2SitwP {  }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #KRzfTJvcFq1X0aDIOz57bPGmsGUoVKAv {  }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #zZEQLh7n70TT10dtVqHn2mpJhL7RzRRv { display:flex;position:relative;top:0rem;left:0rem; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #FVDfT8f79c9Olk2hPVErDQ7umL0Gxt4b {  }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #fmKuhGNAfuDf04mdMbTi7EGXtvh2E56h {  }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #hnTO22MbidcUqO82iPhJXb3TdNBqmbZ1 { display:flex;position:relative;top:0rem;left:0rem; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #n1OB21ni9kwUdGyuZXVxEpmeNJ7LI4p2 {  }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #P91xDxMJ1MO9qAiiRdNHmoGqQEtoUb99 {  }
#RQ6y8Fy3a4sL6CST478hJMV1a5iEcN7t { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:7.875rem;left:13.0625rem;height:1rem;font-style:normal;display:none; }
#K9i5i4q4u6OCAFkA1uSNxxvXrN40Ft1i { 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:31.25rem;width:31.25rem;display:none; }
#cRUbzoiG5Ku1F2daJK0rNuduUhkasQJk { 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:9.375rem;width:9.375rem;top:0.875rem;left:3.0833339691162rem;overflow:hidden;display:block; }
#dxJXO3vSpWJNXGzP2moriOW3lBbUDJQC { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.5625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:5rem;left:14.375rem;display:block; }
#kA9BEqobBSSWc28rH0An0rNQzBX2N4uz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3cPOCIdNRfXrcsTqsFAz6ZHL877Fl48 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:2.625rem;left:41.333335876465rem;overflow:hidden;display:block; }
#F9HaUtlDy4gQS75S7plcXTxTntu32rVT { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:3.8125rem;left:43.625rem;display:none; }
#sMR2N2VWvXAJoWNmhF6b4p2c7ZRTwCUL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EsGIiPCAktdZeN8fgm3QoxVgWEaNFN9E { color:rgba(var(--color-secondary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.75rem;left:46.645835876465rem;height:1.4625rem;display:block; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.7225rem;padding-right:0.73rem;padding-bottom:0.7225rem;padding-left:0.73rem;display:block;align-items:center;width:4.371875rem;min-width:4.371875rem;height:3.680625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.891875rem;font-weight:700;line-height:58.89px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.828125rem;height:1.389375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.2525rem;font-weight:400;line-height:22.23px;text-align:center;text-align-last:center;text-transform:none;top:-17%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:27.3125rem;height:6.9675rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.431640625rem;left:45.9375rem;z-index:15020; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #AnsH5dBnbQqmOEzElbTlcV4nBaWH4Iff { display:flex;position:relative;top:0rem;left:0rem; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #gFRkTUh5rldq5cUm1lLoolPFylZkQiuR { width:auto; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #fUehrb0bZTW442syts4A4z3uifrdqP9U {  }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #dP5y6oLmAXdcGxfDz8wS6ECOe7Xb84HL { display:flex;position:relative;top:0rem;left:0rem; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #TIDK32O3HbZCT7SI573TqczpB4y2bk6J {  }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #LqgPaQC7NPnBA3HITVrmNDia7NsmJEBx {  }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #I0wXO4vZFkMHIL2SRkbNBJDhSsyKSIxs { display:flex;position:relative;top:0rem;left:0rem; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #fNEiNtWQT0yoFdz28ggDF7JN6SEnDQmn {  }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #T9Rux90F9xCGoq9DPz7HdBccMpSeETuT {  }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #yaX6TcGLFFHD5WwCFIkkMQ6uEe0ggfrD { display:flex;position:relative;top:0rem;left:0rem; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #SZnXUEVU9zHWRKs2qaJ1zUT13q00GKH3 {  }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #VgRIe9LwwBdlvtKiOng9iJGRo7IsBWOS {  }
#tNXq1BQpC8vDTlwya3tzarFl8TRlzfTR { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.0625rem;height:1.416666625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ovozX3sv164XG531CJCw7nZ5qqly7poP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAUXX5uBgL9ara5PcpdEgFiC20UzIcnw { width:3.75rem;height:1.25rem;top:1.5492186546326rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4XT7BN9ptoOigxpJvny1OwlONpep5Ts { width:5rem;height:1.25rem;top:1.625rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2l6uSQmTxZflXkMqwG395zl403G9Kd1 { width:4.6875rem;height:1.25rem;top:1.59375rem;left:6.6236982345581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUFTz8iVEMsQuMbsUkdMZHqOkPaR8ahT { width:4.375rem;height:1.25rem;top:1.5625rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a73iMr2nTH2652I4TlQufBwb3BVaOyDa { width:4.375rem;height:1.25rem;top:1.5625rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFWus1A4XkR9kxmIkR3OX9KSpNGxocw { width:6.1875rem;height:1.275rem;top:1.5492186546326rem;left:17.996483623981rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGv0UgeBgPbMmwrS8dlA7SKZNWzZCONP { width:6.1875rem;height:1.275rem;top:1.5492186546326rem;left:24.183983623981rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrazVp2n7woTrTJ1rKEXavIcM8wKLg4y { width:14.25rem;height:0;top:1.6315104961395rem;left:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 { display:block; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 { display:none; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL { display:block; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9EwwtwZdvyoUUxTKSepka32hOEZ1oEd { width:16.247396469116rem;height:0.12369791418314rem;top:17rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLlCPctk5GkzuGykhLt3v9EvRGAyZv2m { width:24.998697280884rem;height:2rem;top:14rem;left:22.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOfJy6aySop90m9iMe1ZsDC7Ehq1rGuH { width:18.75rem;height:2.83333325rem;top:10.6875rem;left:25.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTptt6GWZFLZTb9Fcr1DcIIbqTXXKQC6 { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6pazFooyHJ0AZEeKyIiDM9HBLlN71DP { width:25rem;height:0;top:20.79843711853rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSC8WdoiyDWw2D3yiPxayGddDHqXu85E { width:24.998697280884rem;height:2rem;top:18.25rem;left:22.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphILifn8GDtsQyD7PLWh7biPTKOl4pD { width:40.625rem;height:13.4375rem;top:27.84375rem;left:3.5624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #roqS0OimNnnGLk0KRK6lVRvTodiNhrrA { width:35.9375rem;height:8rem;top:30.541669368744rem;left:5.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHbG05srwdU6iTC4r7IAnhueetNLSv4G { width:25.25rem;height:4.750000125rem;top:22.0625rem;left:22.5rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EMB42IMTISitXaD3VJ75GRcooCaQtp8U { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOLTMCsdeEDAJCVEwU2f59fkRA6HOeoA { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQoEmJ5qUsANWT9KVRXMdxF7C3cHFH1u { width:47.75rem;height:8.125rem;top:30.039844512939rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDDMLpVJyXwlTRVH9XzHMOngoaQiTEML { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEfJzL7iArK05CJrTTG4iyzPez1tElye { width:9.4375rem;height:9.125rem;top:26.312501192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd14CkZz5guKMN9KEoWu2ThFzzRuHJFG { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmEshscINFLnkcBd67GtXDOZCBEGGGQo { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVzSNfwMn5is778IfwBAcbgwgU2SBHxt { width:16.9375rem;height:16.9375rem;top:19.6875rem;left:19.498049376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFeazlQWkw9lCgyVOnMP32dcLQfWdfnn { width:16.5rem;height:16.5rem;top:19.6875rem;left:20.166667938233rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { display:block; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEFCroEo13ZP2elFzDBXCHHxIp17aZLn { width:34.375rem;height:17.416667125rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9AVvMDVH44X1XF463TlIwxEwsBQ7iul { width:12.875rem;height:21.3125rem;top:27.560766220092rem;left:-0.634628939658rem;display:none; }
 }@media only screen and (max-width: 763px) { #zei08ZMu2RRAWqv6gTsiv28t3QEx648f { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2fC4TZPnOMlyc0Me9dwp4kx3Ar2IrSP { width:34.375rem;height:17.416667125rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdi7aoBxDbz5QLIx9mskxJ8EmDQTRUpI { width:34.375rem;height:17.416667125rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh { display:block; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row .container { width:47.75rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSa5MxQSw5aZvNSs9t5s029NwUGK1ZtR { width:43.748699188233rem;height:4.8333335rem;top:4.6875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFbITMpQtUSS1A6oCkKCyr7eGczQ6tnQ { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chSRRDTuhrTx2bHrf1BVFWeFOzGe2Pew { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsTny1qxutktUdvJISQZGfpodNpZ4vX5 { width:47.75rem;height:31.625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT { display:block; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXbLyHz0MaTn2VxFQtZ0ZUCMhU4xG4r8 { width:34.375rem;height:17.416667125rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF9WgGy7u056exVspyASvUfaHa6HB72p { width:12.875rem;height:21.3125rem;top:27.560766220092rem;left:-0.634628939658rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAKIJCHAvPUVLyleomyT0fdQwRKmrfJS { width:43.748699188233rem;height:4.8333335rem;top:4.6875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJQQNwbkeMDGlgTOM95VUZ8tArpStBK { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGaRBom6Z34w4R7TJWe6WX8Ta8hK8q8l { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #psvR4tFg4CPQiAdW3uOIS46aZgwi2sab { width:34.375rem;height:17.416667125rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Ke09k2t9LN8RKonXtPMVyfdCTs9rwo { width:34.375rem;height:17.416667125rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAQ9D2t6KafoSaiKE3mcs10uUVODMhnl { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #n56HSvDqdTKpxqUt41tVsV0ggtwbtTHq { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOaFbn9Q1E8HQsHdEKR4CNIh8O5DKpDF { width:25rem;height:10.5rem;top:21.5rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuJCXFKtKOyDw27clGmtkubR6iwKz2H { display:block; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row .container { width:47.75rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlsbwk6feII9y5By9b1tsTUduEt0WEBp { width:16.625rem;height:4rem;top:4.7500009536743rem;left:3.8124998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0NBFJrPhmHaqzmA7LtpP1I6k7C48sOT { width:25rem;height:30.5rem;top:2.4999990463257rem;left:22.750000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFEEWxPb2XdFewRXueSJSqMNTfEmyDXN { width:26.4375rem;height:21.4375rem;top:9.5625002384187rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpvGCTK6NwZb1RJJoyRJpmCDnOA1B7u9 { width:24.8125rem;height:4.75rem;top:14.0625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpnSdfLWoEwXPXTV8vFK26AnBMEtowrp { width:47.75rem;height:2rem;top:36.687499523163rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuotaenkhW7BVyW8QLfhQ2XGDZG7FwiT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #foBNsKRRoTQ6kDXu7QnRTb23KFZoU3xe { width:24.8125rem;height:4.875rem;top:14.0625rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH { display:block; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .row .container { width:47.75rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWtOPkKbxhPoq7qzrhsqiGzfiMiBUzyN { width:21.0625rem;height:19.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsTDZltscy2Otuz1QDc2Tt7zFpKHq9v { width:22rem;height:1.583333375rem;top:5.75rem;left:22.562500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emUPIdpgcxypdsUtGOigyGiSiyeU77CN { width:22.8125rem;height:7.0833335rem;top:8.8750009536744rem;left:22.562500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJFfwUwB57WOkX3OduOLCCkvwai2iQcB { display:block; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .row .container { width:47.75rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJKsVxupyZn0o1oAUtetvDv506MzQCoO { width:20.875rem;height:19.625rem;top:1.125rem;left:24.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQordItKuB9BnFmmNg3yUVLfbnnCCip { width:22rem;height:3.5rem;top:3.3125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKd7OQqXmFJLTdvh1gCJobECuMdohDi9 { width:22.8125rem;height:11.333333625rem;top:8.3125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu { display:block; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .row .container { width:47.75rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRv2htL9Asn53zVriAg0eStu1xiDUKqO { width:20.875rem;height:19.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOsA4cuuew94dOTDJOhWbE1TVbsKOM59 { width:22rem;height:3.5rem;top:3.6242189407349rem;left:22.562500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eol0CTPR4vdx6A8A9nPJprXv4DAiQMNf { width:22.8125rem;height:11.333333rem;top:8.8750009536744rem;left:22.562500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL { display:block; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQivqA1uEsnkJTF3atJSv4ben2G6RIU2 { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQfIT0nBdo95UA3OJK5sqgzT6onDvOna { width:25.25rem;height:0;top:10.874994277954rem;left:12.062500298023rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:roboto;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #g4Tk5WykD5tMf0KfuG6LQVo8o4o36zUJ { width:7.875rem;height:17.9375rem;top:24.053815841675rem;left:40.351563751697rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVxZk58o0kn54IZIUN8KobIIrEntkPJg { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK { display:block; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7qkWRXuZ483DRcPbfam04nOUOKqbzHv { width:20.3125rem;height:4.125rem;top:4.0625rem;left:27.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip3PzppLKBG12F7EPdJkl6Sl18mK9TMz { width:19.3125rem;height:4.125rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZESesL9uUmyoRhQUCreZyQ2B656ql0kR { width:10.5625rem;height:5.625rem;top:3.3125rem;left:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkfNRimIJt2oy7Kdwi058BaHHeO5BaDP { width:3.125rem;height:3.125rem;top:4.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrh3dZkwlTqtRc1cdSSV0Z3OIditPdBN { width:9.4375rem;height:5.625rem;top:3.3125rem;left:27.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZUcJifOFW4qKkzT2a3EgL9WHqhh5RPt { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBm5x7yUodbbHARRMM4nIbzt7GNnVSTm { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxdR6yJ1CEa6qWUA0HMuN07gWbzNTAr5 { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4t50W12QOagPsg1XHN9MVS1zF2XAxLy { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZIw8V34qaIch5rcvvf54TqABdazV54t { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAEFuu0irFQ5lxVe9C3cCfGHvIc7LI33 { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr { display:block; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deKkrOPebNFuvGe6R1DcybbdneFa4cU8 { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 { display:none; }#UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pqZhwotckgHmUhtQZuazC1FOLCkoIwXi { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqe8GdZAusJmFskipbLd43icR2tbeFIl { width:25.25rem;height:0;top:10.874994277954rem;left:12.062500298023rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:roboto;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #KdeScX9GzCKLqbth2We3OuLn3NeEfInr { width:7.875rem;height:17.9375rem;top:24.053815841675rem;left:40.351563751697rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 { display:block; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container { width:47.75rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWfLRfbb44nBfdnuaPUmBuozmtVClsFp { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbumth2ecGkSI7kxcbovzks1WTouqF3b { width:17.5rem;height:5.3333335rem;top:10.25rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu9Oy0Di1HcRifpE7n5hfpi3gvVciBww { width:17.5rem;height:5.3333335rem;top:10.249132275581rem;left:30.249131500721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0T3x1UFz1sqhhkhT1teuvmfmdpgOFt3 { width:17.8125rem;height:2.66666675rem;top:17.6875rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2yiZDcWKCbH2Uy3tKwXVPE4FTMnwHt4 { width:17.5rem;height:4.500000125rem;top:17.936631321907rem;left:30.249131500721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5yktTIFIuBJq33TRShWN6u9gI3WHlf { width:18.75rem;height:3.375rem;top:25.752345085144rem;left:14.500000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrWl4T2xEr8tgw9m746opMSZEwKub6QV { display:block; }
 }@media only screen and (max-width: 763px) { #v7DMwaNChJd3kvZsdfbmHKy1pSscitE2 { width:2.3125rem;height:2.3125rem;top:10.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4VPu6DUCvMBfyd9gKAQzrXblIQ4dcaR { width:2.3125rem;height:2.3125rem;top:17.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OooZHITpCWHnTSCiVDfUGi8ZDq2iS7pe { width:2.3125rem;height:2.3125rem;top:17.910590291023rem;left:26.562499344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADB6uXDDqfuikHGmXaJiIcLqxQZydAz0 { width:2.3125rem;height:2.3125rem;top:10.249132275581rem;left:26.562499344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzSTmIbgg1357ECATiGt1zgJkIHQiCn { width:17.5rem;height:4.500000125rem;top:17.936631321907rem;left:30.249131500721rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQMw9NHFmxwyvdENZkNwa2HDmKO715Pi { width:17.5rem;height:5.3333335rem;top:10.25rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 { display:block; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row .container { width:47.75rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1Qh7iMzJ6U3xy9cbIk4rVuX6vyv44if { width:47.749125rem;height:4rem;top:3.8081722259521rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWQ0Qpegsp4zwsZEFLDIIrxpn52DghhI { width:43.75rem;height:23.8125rem;top:8.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6guUmsTunKJRF9uolRA1GOml4D3Sd5L { width:40.625rem;height:13.4375rem;top:46.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adt3d66zgDWTbiIFmQZNukWGGpCQwmTu { width:47.747375rem;height:3.16666675rem;top:46.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXXt6fzAGBKPD3xVfJ39cPbxeCWJW4PA { width:47.749125rem;height:6rem;top:36.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH { display:block; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row .container { width:47.75rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #La4Pt0hgiZi3gkQwrsANgNeIcar2KOLP { width:37.5rem;height:2.83333325rem;top:16.497385978699rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1pVltoPElMWv4oSFVMHioryPsJ0X3vO { top:17.810770988464rem;left:5.1249998211861rem;width:37.5rem;height:0;z-index:15030;font-size:1.0625rem;line-height:2;font-family:roboto;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #F9PRowZkgHo2HxWPcCJUlKFK30CLVRxF { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #aKsxB888LZHZk3Tr0KMcAJmt75iAJtny { width:2.25rem;height:2.25rem;top:16.496518135071rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsrJ7sx0o8uQLtGB4WB5ZrOR1cLv9Jkc { width:37.5rem;height:0;top:10.310155630112rem;left:5.9976556897163rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmfQGXi4JIrm8B1zeI3SZ0IZ4dMqPQLo { width:37.5rem;height:2.08333325rem;top:20.934886932373rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDWduhdruL9WWoqG9B3Vduq7yyhnoU5I { width:33.9375rem;height:4.25rem;top:32.141483306885rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTTiCFP1ZS3qRy3PtAm1FSMtMLh5OxK { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5m8MTnNCGoiG8mJ7VRnHzzJg9yb2g3w { width:2.25rem;height:2.25rem;top:20.871519088745rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1JVFh1iz0nPgKpHQMI9yuwsIgsB82a2 { width:2.25rem;height:2.25rem;top:24.345476150512rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrSy2iz8n7D5Z8zIMpMmzumThzrtJDhE { width:37.5rem;height:2.08333325rem;top:20.934886932373rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIBbCtHM7672xIKhxtSw7l0cIKlFRIp5 { width:47.749125rem;height:6rem;top:36.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C46yIBGufN7nxvo3Q98ndcn57mAheId2 { width:37.5rem;height:2.83333325rem;top:38.067707061767rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuqfeAAcAmKfWGU4CNuOgKvQzq6C70zb { width:2.25rem;height:2.25rem;top:24.345476150512rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNFHNtNZM982SFOspKNiLaimQ2BIETeE { width:37.5rem;height:2.83333325rem;top:38.067707061767rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgiJgoEVULlhHF5ZafGkuyeVfahDmm40 { width:2.25rem;height:2.25rem;top:24.345476150512rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eFE97gGE3kVtLK2Lm3IvQvSwiRtVv7 { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwra9sLbDQTVG34WMueei6CNJKrySVrg { display:block; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQDO9GcVHRRXCeFuDB4zcFbIvGm994FI { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htICleFS8rPpSnx4hQIPt6MHI0rmuilT { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr9efunQRFpdGZbeftkhaJwt3dt8cUTJ { width:14.9375rem;height:14.9375rem;top:24.6875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn { display:block; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBeOZG9vAO44yW2deDTMdl38x90dRDUL { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0HlT8crPLDWT2LCdWWhOScTIE7o4UFE { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi5uk3v3EpcqFnGXoie6Dc02CoQIWFHT { width:23.625rem;height:14rem;top:24.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#gi5uk3v3EpcqFnGXoie6Dc02CoQIWFHT li:before{  }
 }@media only screen and (max-width: 763px) { #hGUe3e0wqnIEQz9QunCmmAEbnTwcSzCZ { width:14.375rem;height:3.16666675rem;top:19.25rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvFTHRGSpCF6ICCl26lsdbDcbWtML61a { width:22.5625rem;height:3.16666675rem;top:39.9375rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqG7IzzKe5WNeaqDTfgmMX6V1QFzDpLD { width:24.1875rem;height:5.9791665rem;top:44.875rem;left:23.5625rem;font-size:1.125rem;display:block; }#WqG7IzzKe5WNeaqDTfgmMX6V1QFzDpLD li:before{  }
 }@media only screen and (max-width: 763px) { #I7lklSyvPoRsA4q23tZgKO1KFktKmfMV { width:19.6875rem;height:13.6875rem;top:4.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dzk0bG8csSX1bZ31gOvSTnpVIREGn1 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBtBdCNvTpgUlyBrlda0K3J9SSBTh9w { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRdkTXN2L8f1HXdpkTAi9ZFq6rZ6MRTu { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4u9DIbfz1vbxrgIxTTHVkNz3ZDcdPKW { width:16.375rem;height:2.83333325rem;top:46.704856872559rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfeErOX0lE8pqWnLdcwBCdkK5BsH6UQ { width:14.9375rem;height:14.9375rem;top:26.8125rem;left:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #thnMXTEvB89dzzivdHGEAcfXGJfJP4mn { display:block; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAwmkDQNm9nK83Qkv1NNV1Tmk2vbZVWL { width:24.3125rem;height:2.9375rem;top:63.559375762937rem;left:11.718750357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVnXC4zXB2J3AclLDZMKwevv93PT8HD7 { display:block; }
 }@media only screen and (max-width: 763px) { #p866tABJOJ2mT2CTTr1NT301PeDOcAgd { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID6pEdODUoJy6XrE2wLGd79TMRUEQNMU { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Mwp6ts3MyvNxhtA98JvBrZzhu0LIE0 { width:47.75rem;height:15.83333375rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTKh5prFTEK9DggH3WkNmRbNm7VUaZc { width:8.0625rem;height:8.0625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdoPimoU1sdTvSGPwlTiOZ1rzaL9y1n { width:47.75rem;height:34.9375rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZElp18CfJkarRy1IhVM4tCt4xpGGRX92 { width:43.75rem;height:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfqvUlDnZkC2qOyW3B3Se9fpwaT5Z1Gk { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug { display:block; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6e8C7tV0muWqEUfclwRCXJdFgLxG6C8 { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAIODC8sPZ5OD8N9ikeofWI33n5UWZK8 { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR1fhR1kXuqikdOgWpXrbCevbnHnANxx { width:23.625rem;height:9.1875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#xR1fhR1kXuqikdOgWpXrbCevbnHnANxx li:before{  }
 }@media only screen and (max-width: 763px) { #b97smLe1y4bKl1ORJTKWqv52c7vkAurq { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5re5uHspPvkRkMvgUVZgLTIM1VWFCNi { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWG44t8eJOmwsQWWcoaXOZgIV8pp7L3t { width:24.1875rem;height:10.541667rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#zWG44t8eJOmwsQWWcoaXOZgIV8pp7L3t li:before{  }
 }@media only screen and (max-width: 763px) { #k5HyM2ODGuAzTdNGRRlHxZI3HBhNAdTS { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWCuFeAKzSeJQ9pT0uDLXJGWTZACxS4v { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlZdpgAkQJr1xPQUTO0XaZZduTauNpI { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BOrVzLGBKew10UiynGUZQcSkg6MnGm { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahbcQmRO3oKcXt63Iq2FJaCHpWq4F2AO { width:16.375rem;height:4.249999875rem;top:44.750028610229rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL { display:block; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bv2ibOrTGMmssH1Q0SxulI4N4SIk4PpO { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtB4qbEAPh9zh40QfvQ1Tkma76xRfCBk { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ55LJAE9nsHrsuRQSraOkTmgOsGwAXT { width:23.625rem;height:5.9791665rem;top:24.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#lZ55LJAE9nsHrsuRQSraOkTmgOsGwAXT li:before{  }
 }@media only screen and (max-width: 763px) { #S61XW838GV3i5RlrIw73xKX7OtwioTSq { width:14.375rem;height:3.16666675rem;top:19.25rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh8Ik0G5JvwwTyO8cWtb6phPxU8FgOAK { width:22.5625rem;height:3.16666675rem;top:39.9375rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVFw6T8PnHls5ZW6dNn9Olx3Cp5TSu7I { width:24.1875rem;height:4.5625rem;top:44.875rem;left:23.5625rem;font-size:1.125rem;display:block; }#mVFw6T8PnHls5ZW6dNn9Olx3Cp5TSu7I li:before{  }
 }@media only screen and (max-width: 763px) { #i2QZb3XE8TiTTFsMiQMLkL1gwOoKJ6Bb { width:19.6875rem;height:13.6875rem;top:4.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su7rCbgnM0wQG355S2X0qLdLau0eVCSS { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #By4u47im0X6ArolscXHPCHNiIBDd6umh { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eno6MrQDwdbL1AWg6bVGW9q389q86T6e { width:17.3125rem;height:7.083333125rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQZak7NcG5LJMqMtfsi0xUeutn9SnRvT { width:16.375rem;height:4.249999875rem;top:46.704856872559rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT { display:block; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row .container { width:47.75rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UukHUXAhndv7DG30VQdt49qKJ7KOBChN { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECdgBodRJe55EhdPM6zQ95yxnxRMv942 { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO5iVCgqakyCA4hWLBJHdAbT1VWL20XC { width:23.625rem;height:7.7708335rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#SO5iVCgqakyCA4hWLBJHdAbT1VWL20XC li:before{  }
 }@media only screen and (max-width: 763px) { #BZ1WDdhQVlMEEl2cXDLMwtOTMsKpbgx0 { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckpoi9gOTkEMqxLCGDJAuPUHV016rUSy { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhEQURL2E2yHTopQanzuhix3rJfT95fN { width:24.1875rem;height:4.5625rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#yhEQURL2E2yHTopQanzuhix3rJfT95fN li:before{  }
 }@media only screen and (max-width: 763px) { #CbdK5ev7ffQWfbom5ld2u1SRDVWncrOo { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuCkZLuR5EmTqUgTy1qKQMJ6cXT61VC { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydXR2o9PehTqiOz591l67H6mye9zdZSF { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv4kaFhsFShCBqUgtZRTAyOamueCK5kP { width:17.3125rem;height:8.5rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsJKAC9nAlkM623HVgiGu22kiOn555TK { width:16.375rem;height:4.25rem;top:48.730905532837rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTez3ez4qrwkwzmRhybV8It5dT1tRTBZ { width:16.375rem;height:4.25rem;top:48.730905532837rem;left:2.1250000596046rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ { display:block; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUNLP2hDszJkukqkgrMugJRs4esReZp { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHVdQnxknT54wozcFEbIx0i22JRduecu { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Rz6czsPWldQZM0krA6CqARaKSW5uDl { width:23.625rem;height:9.1875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#l7Rz6czsPWldQZM0krA6CqARaKSW5uDl li:before{  }
 }@media only screen and (max-width: 763px) { #wrLHThB0Vo3CVgQP5toOdeM2LvuAITFu { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX4nM9mCDQIk2sqiRVfcnpDTdGD268Zv { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfUHz6Q23HUmDWrJeb4kFN0Q4kE16Ry { width:24.1875rem;height:6.2916665rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#ylfUHz6Q23HUmDWrJeb4kFN0Q4kE16Ry li:before{  }
 }@media only screen and (max-width: 763px) { #vGlUiGRT6QkilPTsWnZp0rFRTEv2PP7y { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU8JilgP4LAKaPCBgTz6NWBzuKJefSBl { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMhuC4DcZrMonZn1UwVrVVG09lTu7BNw { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3ZWLr6DZqhqoqyEDDfFAMsbqxlNRy2B { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWgweqzIWD0IRuLtokHCdTyNCiXlXI2N { width:16.375rem;height:5.666666625rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV { display:block; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT0yNPCeWd7g9Sn4TTcoU4Ch4dvC52NQ { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL803SGzNeqXGy5fMvJMPvRDzDsLWwxr { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRiuZeTuK5ha4vUurSJLJ9dUTGUXLn6b { width:23.625rem;height:7.7708335rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#gRiuZeTuK5ha4vUurSJLJ9dUTGUXLn6b li:before{  }
 }@media only screen and (max-width: 763px) { #wasfKbFUTM047moTKwecFg3k9RkIEsS9 { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqqGwphBkAuTqeh4eUmUFVlhJVynm4gU { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0zuGaDzrn0MZoK5JWQVOzhGx1qkn28P { width:24.1875rem;height:4.5625rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#a0zuGaDzrn0MZoK5JWQVOzhGx1qkn28P li:before{  }
 }@media only screen and (max-width: 763px) { #lrsTg4w5h2U918UhnFcy86H4WPZHrGko { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCE9OUqb2hZQycPEutfkdTwSG775QQLZ { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbRC1blawSVhTmWN1rzCu0eotWLluMoc { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ngUDauyRybttnn42cabv84JBV0IWdV { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFuHUmFaXg5WzdvQL790fxZb3gsiTodq { width:16.375rem;height:4.249999875rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoDIuQc6gSnVRWDzVkefseq7lcbRD716 { display:block; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCdJr0nXLP2LLaBf0IWO0HqWgVlnzosx { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH6BDrKBgi6pdB1Lx6CxEdMTcFMl6gA6 { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzAyGNELNgI0gW4a10WySPNuhTm5O0a3 { width:23.625rem;height:9.1875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#zzAyGNELNgI0gW4a10WySPNuhTm5O0a3 li:before{  }
 }@media only screen and (max-width: 763px) { #iiJpGipOCJm4LJJ4PFSA9w0M25gZxck5 { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSxOHq1VTbwa2EMCPDeGhaRnvP8DXien { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0q82fCup10rG9whrmmtxwdlsx3TMMd4 { width:24.1875rem;height:4.5625rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#c0q82fCup10rG9whrmmtxwdlsx3TMMd4 li:before{  }
 }@media only screen and (max-width: 763px) { #g7qcLAcE5pe5AGPEsu4F5WezI36Z4oZc { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDumfm5GcMxBhDOP8Kti7c8TinXHfSt5 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5QR4sHfEvkJXSWWmaiFAw9mX23JTigP { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVmX92EKbGozsmp3hZbmWnkkq3ETAmHi { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsKm4RL1CQsw2c8NtOgZsLZ3fkTTVXiE { width:16.375rem;height:4.249999875rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It { display:block; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzXV91WyUZIhT8yTvcBb9hFUcLkZVJ6Z { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIeNC9ZTMN9iqpQZeIzOSKW9In0ixHiC { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubM8ZfH27dEQTZvSsiLMmayJiXW3Sb8E { width:23.625rem;height:12.270833rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#ubM8ZfH27dEQTZvSsiLMmayJiXW3Sb8E li:before{  }
 }@media only screen and (max-width: 763px) { #QETtfoaJBRG4myMsb9QGf97lGNLLoF2t { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMv7OTx4k7AicNNK5iDvUBMBAFfAIiC { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsJaJrHMbVchFiPaONOD4zkuDHmPQ5f { width:24.1875rem;height:10.854167rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#zTsJaJrHMbVchFiPaONOD4zkuDHmPQ5f li:before{  }
 }@media only screen and (max-width: 763px) { #xlyTla7G0OAh7MpnM6KyMiM73e1KZZem { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3I4STrTBhOs8nKum8Er9mgU44x2kFx { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIQAWCvDeIJsTq4pc5vO1MVlz5LEm6mF { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAd6qhFb4g1IkvpPqwAXwCat6ww2mJ82 { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGc5wrmI4WXN3pN3UAxLJ6gzbLM2AMS { width:16.375rem;height:5.666666625rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw { display:block; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3l4T2Pb9IeqM0UZDBLvQEh8knUxdJFT { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvkMQGi1C0Qtc3VSya5z4DDzTXMTgxLl { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZp5Gl9KUPaIIyiG2csAISZabDoRv2Tz { width:23.625rem;height:12.270833rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#tZp5Gl9KUPaIIyiG2csAISZabDoRv2Tz li:before{  }
 }@media only screen and (max-width: 763px) { #sW3LGopKqWpwEiRZO0XT1Tnvtri9PaVK { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8wCbIExPWTX6USS7f1K0boTVaJlDO76 { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmCG3omrTvh923g25BC5oEUiLC0b9mV4 { width:24.1875rem;height:10.854167rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#HmCG3omrTvh923g25BC5oEUiLC0b9mV4 li:before{  }
 }@media only screen and (max-width: 763px) { #dpoco2Rm3LEfrb5m32ZzrlivNMTxbObq { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0BU2Tkm2zbXS4kJAm4oqXJ7tqq16eFr { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnH1rtkixzfG3NxaN464bp0BxnGUoGck { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaKJS8JtfsbtElPkne8HwpZpUUfvd1Bx { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPBE4adftiLFKScTxq1HXeoSNGpWLDFA { width:16.375rem;height:4.249999875rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPl1banHD77r5f6GrUpWCfKwFPayZeb { display:block; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr9SIhMolrPfruF3SKnXFmhBRqCFccTQ { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xcTwn3W2n4VnSOywWw9OXHz1hnotgc { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKt0X1TCMpFhmyOTn9aTTrf6uLya9uOO { width:23.625rem;height:12.270833rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#qKt0X1TCMpFhmyOTn9aTTrf6uLya9uOO li:before{  }
 }@media only screen and (max-width: 763px) { #R93Kf5XtDuaBUaX7Jt1IIAy6TVNXFpqd { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oceNbGtkBQvZCfy8mwtR6KNwccTLakhP { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFp8A0vaS95e6vElG89bg7DcAIl2mUSq { width:24.1875rem;height:10.854167rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#fFp8A0vaS95e6vElG89bg7DcAIl2mUSq li:before{  }
 }@media only screen and (max-width: 763px) { #LIdRVp1vSEA9FFkRAJrQlro94PgUGrZJ { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxOTcb8mC0Otm6pOHR64VKRfh8xXAWoU { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwAczIPIpnvUXXDx5940qE9SK02L091S { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR1Fh2lVpLMZ4XLK4bHr9E9VQLoQ4XDP { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOCSHy0LrMZU4SDJsn558zETT9MVQ4Ju { width:16.375rem;height:4.249999875rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9wqpwQy47ntkrobbGegkATsdcbBpzu { display:block; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtWAaIk8anq0t7SMKxrUuqbhnrDbqPxb { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktUWo4xowlGIw5mQQ9G1KP7Nxo4RRkx { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADFFNG89EIP9uSwQzzphp0FDpwdx4mM { width:23.625rem;height:5.9791665rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#TADFFNG89EIP9uSwQzzphp0FDpwdx4mM li:before{  }
 }@media only screen and (max-width: 763px) { #EPTGPEamy4Dc7KdxZ5C1N1JRw6D6r1gO { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naqnp7bzeaWxriLP3Z1lZhV9sHnnKIUw { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNWf5OPa72hueLQFTJSq8zRw30KXRVx { width:24.1875rem;height:4.5625rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#hTNWf5OPa72hueLQFTJSq8zRw30KXRVx li:before{  }
 }@media only screen and (max-width: 763px) { #az8TUL3dA05gGpo9re8hqfJdShHbbAiw { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsNBcEGsSOxeXvmpSvmCwmRtDD4FIapy { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrfgyQ4BCewFHH1X6WcFlVge1xp6OMZ { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thuXSnkuUJbsSWEZUK9JRzWp4FA0NetT { width:17.3125rem;height:8.5rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoAEwAqhGEN0vNBO85WULWzRi14nuOZy { width:16.375rem;height:4.249999875rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF { display:block; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUX5mvXDwIcPX7IER9r0T8LwcaPDqO8q { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwHhlImu7rnX48aGDG1IszCd0sdNH1yi { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5FE8eTN21XRmN9TaJnCTlTO9fkV7hTQ { width:23.625rem;height:9.1875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#H5FE8eTN21XRmN9TaJnCTlTO9fkV7hTQ li:before{  }
 }@media only screen and (max-width: 763px) { #edFDmsWLPGFL52qAUIdotlsHgF5aAtbt { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgQU7SyoiesN6FiIvTiOk64HMQt4Thzd { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUZIQqnuJWAeUB8uCvUAme86JkK3AgM { width:24.1875rem;height:2.83333325rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#slUZIQqnuJWAeUB8uCvUAme86JkK3AgM li:before{  }
 }@media only screen and (max-width: 763px) { #O9BtJRnmZ0gABENxp4OJaoa9LCZyAGw0 { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqpeuGtEEDyZOTfXCthWO4FsmapWVHV { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydtcTb7M3nuSvmk0XBFH7N8C9Lz9Gw6 { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kobr63Fd6apOtUQwqmbzupNSdodckkFw { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnxlPDJvFzzh2dV3nSBfgC5zxLd92UIC { width:16.375rem;height:4.249999875rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l { display:block; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noEu2h2mW8uAFHJii4RnsW1bykcuPu3k { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUdhf1tcGhB3SelA3fpLWPi7pHrpuMcC { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IioKe6pBQZlaTNHfWE45AsWGwdfLHnpu { width:23.625rem;height:9.4375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#IioKe6pBQZlaTNHfWE45AsWGwdfLHnpu li:before{  }
 }@media only screen and (max-width: 763px) { #dTlnnw6wK2EsTiZbO0yaMuFmFNpT4FCI { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKeUDmVtMh6qfCPUXkW9WCKDddfbB28s { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVDbskRtGk32grKLKdJnRxZmi0oHJTVq { width:24.1875rem;height:7.7708335rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#qVDbskRtGk32grKLKdJnRxZmi0oHJTVq li:before{  }
 }@media only screen and (max-width: 763px) { #d23MqEy6iMDLC3kJ4TTqpdoNM0idHNri { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEux7ZgvKtk7haTb0A5mg4rtRRaS1T4V { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #katH65PPCVRrTBT6WlgHQbHp537Jnapb { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o41ETOz9KhTxOgG06xe8quLw4KGXcSL9 { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2V3K9X9Gax2mVTzCuP2XcPKBgolTssz { width:16.375rem;height:4.249999875rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g { display:block; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCW86JKvw63cDDxloEZB0A9lSO585TMb { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkwyf9Z3r1CDIhqOAkPsgF5mg6XgqSoJ { width:16.0625rem;height:4.75rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2Wv9vUpIMCMQ3OAiNHLJ87krLqqJ7P { width:23.625rem;height:2.83333325rem;top:25.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#mT2Wv9vUpIMCMQ3OAiNHLJ87krLqqJ7P li:before{  }
 }@media only screen and (max-width: 763px) { #muhNkhrxV40e8AIE7z8tqNnRHkT3t2J1 { width:14.375rem;height:3.16666675rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIRfKVqagQWNkOHWiBO5wcVd1PNiEEo7 { width:22.5625rem;height:3.16666675rem;top:33.8125rem;left:24.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXGDgsaNDnJ3zyRkxqb0UAGuJuvoORTr { width:24.1875rem;height:2.83333325rem;top:38.75rem;left:23.375rem;font-size:1.125rem;display:block; }#VXGDgsaNDnJ3zyRkxqb0UAGuJuvoORTr li:before{  }
 }@media only screen and (max-width: 763px) { #pA206ZvfQwkI14CrTUgScF1hzmzM6RkJ { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLpXlrsOSdXUgzFpxf5bgZEslTE8y8LA { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUxUhrtmoKUXLGrAnsgq6g29sdtiue91 { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAfh99VD2TZ9o73xIfCfmD4zgzm9ISVm { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Lt1CXalLJ7rPeJroGnRIf8FKt2QFlT { width:16.375rem;height:2.83333325rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g { display:block; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbeA27c0g9Nko6S3ZWibBt75TIeTe6Uh { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgdnhK2GzdgIUaai5zwnDhhR9JmaX43E { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFWUoew8eJxWJfNaFTqnaPIDunl4dmzn { width:23.625rem;height:9.1875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#yFWUoew8eJxWJfNaFTqnaPIDunl4dmzn li:before{  }
 }@media only screen and (max-width: 763px) { #MdsA6T55AQ599Fr5T9D08Tf0QukAahMx { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv9w11KJ132626cM4S4ZdCohuvgfpHF2 { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLZXuE0AEb06RgHlpCqMwbrffry35md3 { width:24.1875rem;height:9.1875rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#wLZXuE0AEb06RgHlpCqMwbrffry35md3 li:before{  }
 }@media only screen and (max-width: 763px) { #AagDWiv8iFBTaCNq1fPtHsZf151MQMuz { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG07AIaXqMETdKmESU2oXSf21q55Rygs { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZXu18fFciDJyBpGxSKF4KKZQ5QfEbJ { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFonv0c1Plkob3Awr9psMBU67RfFItyK { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOeohTroJCho2zLB6rA1EDkQ4pi5tH29 { width:16.375rem;height:5.666666625rem;top:46.537326812744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0VWioyknNamNhPSDGo2fMnDA6STOplu { display:block; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd93DUFdKsRN90QLTKBMiKTwTIasVfwA { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHvOLSiaJUnaa5soCha2qE5R5ATa1qzt { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxmGAHQhdevTvJaG69LdQSPb4QacCGZ { width:23.625rem;height:6.2916665rem;top:25.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#DIxmGAHQhdevTvJaG69LdQSPb4QacCGZ li:before{  }
 }@media only screen and (max-width: 763px) { #ihr29U4TCoy2yR1vPI4DQE8R2aBmSbTl { width:14.375rem;height:3.16666675rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1yZGgLBkJi5mpGK9qdlzKF4ogMvm9sR { width:22.5625rem;height:3.16666675rem;top:33.8125rem;left:24.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqB3vHTpdBfdOZmzDEDNzt37qWR43OPB { width:24.1875rem;height:8.020833rem;top:38.75rem;left:23.375rem;font-size:1.125rem;display:block; }#rqB3vHTpdBfdOZmzDEDNzt37qWR43OPB li:before{  }
 }@media only screen and (max-width: 763px) { #GEzfMTy1MP6p1J6hUcUmfMcSMas7uK5N { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspeCUSvFCZ8uiTMkoIVzhbGr39GzT4C { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHAsmwsbo2uvA927fzwKMwhlVIgUVRx { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EryZbTGNCLWuldJ1LKyHoCPohIpbQA0u { width:17.3125rem;height:5.6666665rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ErJ3B9ThyKJAhSP95UuMZkqgGMhRU3 { width:16.375rem;height:5.666666625rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v { display:block; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKNQ6G3TMcCSDPtNmIHNfHMbvxrO2Arf { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leysPwoFvfDmXbX2ggJateNA0RSIJG0z { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0bLaN3EuJrWRQI8IEO4tSRNXqzBF0Ne { width:23.625rem;height:9.1875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#I0bLaN3EuJrWRQI8IEO4tSRNXqzBF0Ne li:before{  }
 }@media only screen and (max-width: 763px) { #aIKO3L2psQwbCUIvIZPEq2THyEUzdeEN { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKu8K9WXDIO8bHeJuRhmCHF0p3iTSlup { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmUNg4aIPTs8yg7RVPZTTCloyQrkVq0 { width:24.1875rem;height:12.583333rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#RgmUNg4aIPTs8yg7RVPZTTCloyQrkVq0 li:before{  }
 }@media only screen and (max-width: 763px) { #zVo88hZRnFX4pcgu5vciQLqT5JEgmMJC { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsIICHofTHqTGsMetGZxgkbgePn1Pa0l { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9GzPZUcZa5i0SFAiRrzbGEW0kJEWxJ7 { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQ3Ki4OBPV0GFopqOiy03LcG29thnD5 { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lArOF0MJV6uZI2tVTDOPqapXBzTfEykl { width:16.375rem;height:4.249999875rem;top:46.537326812744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU { display:block; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row .container { width:47.75rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUNCUdyA13NEIWWN9Bve9F8rgSRXNTyZ { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyVbDPL2kq5LlwvFOGJN46LBKxiE0tF { width:16.0625rem;height:3.16666675rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf2wq97BTB2CH5Bo3RFyTXGz9SGEQb6m { width:23.625rem;height:5.9791665rem;top:25.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#bf2wq97BTB2CH5Bo3RFyTXGz9SGEQb6m li:before{  }
 }@media only screen and (max-width: 763px) { #cggxBxMTNoKCLTM3kCET19GWlTbDKGqU { width:14.375rem;height:3.16666675rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfoepa3VrxLT82BrCbRiObTh7JirU997 { width:22.5625rem;height:3.16666675rem;top:33.8125rem;left:24.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCn6uf3NB08n0Q9alRyGg4diFOUNiTT { width:24.1875rem;height:5.9791665rem;top:38.75rem;left:23.375rem;font-size:1.125rem;display:block; }#zVCn6uf3NB08n0Q9alRyGg4diFOUNiTT li:before{  }
 }@media only screen and (max-width: 763px) { #q1xuiz6xTnZBtV2p8ZbgTfZ00r5tmDqT { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tekS4ArTVT4rsmqOvQ4oP4UvTzutZ9K9 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsWv7oFi9Sa7wh7Kb6MSXtiyTtdlcvvz { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpST45T0yGKqTC5U1B2nHLerfkh8nfAe { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuzS2RSb2kaaVrkD8bk8dWG9H408a4F9 { width:16.375rem;height:4.25rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz { display:block; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row .container { width:47.75rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkqSF5kubFSnkp3FSVHlZ09VBffN78yO { width:13.1875rem;height:1.583333375rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuhS3Iyxly3NFQdKfepRuObckS6kfH4u { width:16.0625rem;height:1.583333375rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGv82QeUXbPy6Klut26lku0eA26QUq0N { width:23.625rem;height:6.2916665rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#yGv82QeUXbPy6Klut26lku0eA26QUq0N li:before{  }
 }@media only screen and (max-width: 763px) { #EuEydXmM8Tu09sdTHTbuJws8HCmG4TDH { width:14.375rem;height:3.16666675rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HazTqLyBv3RlL3WpndIzeSCMZGUZa8T5 { width:22.5625rem;height:3.16666675rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Td2Q44cPBFPJscwyMTEByTLtUkXIZC { width:24.1875rem;height:2.83333325rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#T2Td2Q44cPBFPJscwyMTEByTLtUkXIZC li:before{  }
 }@media only screen and (max-width: 763px) { #UgQo1VmOOio8JrnKH3vzxTTHiW36hJTa { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLMCOkTPhhXDDxUCoALsBtH71dQ0tM52 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSTxiN0lml3Paxft9yfzyfSEgawWoxfd { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq7NrH40ACdNq2iCCSu6mxGTK3PuXEQt { width:17.3125rem;height:7.0833335rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miVrgGC1pCyKgCFCxe7FZDDF9vp1STqq { width:16.375rem;height:4.25rem;top:46.537326812744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdBC9Q8QTpNakWvFE8RJ4rnMZHcZCuDM { width:28.125rem;height:3.375rem;top:62.734375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8kvGDih5MJ4bWdoDBEHCxmZ8MJsnFI { display:block; }
 }@media only screen and (max-width: 763px) { #gZk77iiwuPTTh2HHrsfzxxQuakTSkPM9 { width:17.5rem;height:17.5rem;top:50.765625rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgpTFaoD5mUZq4pEuM1LmEbzNN1JnhWn { width:8.9375rem;height:8.9375rem;top:58.786499023438rem;left:0.9361979961395rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #eypTFAH3yVK6pKTPGW6BcNziActe5CAK { display:none; }#eypTFAH3yVK6pKTPGW6BcNziActe5CAK > .row .container { width:47.75rem;height:38.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t86VS3gT4syTWuWFNVknX1c5Wf7qJlwu { width:24.998046875rem;height:4rem;top:1.625rem;left:11.3759765625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbqXlhw3lkksRLfgHmRylHrwQU2X30a { width:47.75rem;height:26.744140625rem;top:7.880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 { display:none; }#vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 > .row .container { width:47.75rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bIpQizITcr0682Mo7XKUyOCJx4FpkTdD { width:12.375rem;height:8rem;top:17.5rem;left:17.656249344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKoDmRQNIUDTEVrKUfIE5TVzuDAd2m06 { width:20.375rem;height:3.08333325rem;top:26.309028625488rem;left:13.687500298023rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIanAttJARLteMXfXZRcRPTAoUOSZuib { width:40.625rem;height:70.125rem;top:21.122396469116rem;left:3.5624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll9KwOGwvRbINPFID2sEKfLlrfpy1Myl { width:26.3125rem;height:1.8333333730698rem;top:18.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 { display:none; }#toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 > .row .container { width:47.75rem;height:69rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IzPEq5DhxD9lDw1TLDxcFty45T3WsSFG { width:47.747375rem;height:1.583333375rem;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTyD0KzaabfCgzVWn3u68FQrea52WHf { width:47.75rem;height:4.750000125rem;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoXMNGUymXwGTsUdL33VVsPuvvh3p1yp { width:37.5rem;height:1.333333375rem;top:29.625030517578rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzvaFSNaQV4bgbVgQpeIFciREX2vWod { width:37.5rem;height:4rem;top:31.812530517578rem;left:6.8749998807906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKGnmfCJygqLGie5mDzK4g3c2zSyKlJC { width:37.5rem;height:1.25rem;top:38.5rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4RdtHyA8l8CxrTOunQ3Q0m1PClsgx5G { width:34.375rem;height:7.916666875rem;top:40.75rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTXJF2dlkTmQuHhVqMCK0qMuedt0DnP { width:37.5rem;height:8.75rem;top:52.187530517578rem;left:5.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aQNeXed10q77vdTaHttwm4rM1wsOlb { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #cpwHgePwPolb6BfOUTBQxeZId6NnDdet { width:47.747375rem;height:7.916666875rem;top:13.936672210693rem;left:0.0034722089767456rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIQmrw9Kn4dQiqCQlyqTw1b7ZC3Sz39u { width:47.748046875rem;height:8.125rem;top:70.6875rem;left:0.001953125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBfTiHGPiEbXTsRtht7PbOVmUNZarlXH { width:6.5625rem;height:10rem;top:63.905422210694rem;left:-0.60561188484239rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKVw39sFTOnI2cm0tUqtKH3RXddow21 { width:21.6875rem;height:1.916666625rem;top:3.2977561950684rem;left:13.031250298023rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaZy7JcBbkKUbxR4ckzmCyzLp2fv4Hq { width:26.3125rem;height:1.75rem;top:7.5rem;left:10.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7443remTJoZRTyPnLx7FVtG64T2Onkd { width:37.5rem;height:3.75rem;top:6.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQlWbDR0655WRiXBm0wsn6DCZeNvM0O { width:40.625rem;height:70.125rem;top:21.122396469116rem;left:3.5624998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAT7wiBiJXxJzTL3ygdXsX6xOXzndNXK { width:1.875rem;height:1.875rem;top:31.812530517578rem;left:4.0500000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZddfgMa4oRSyZmRRHvyl5DP3wyom8Pp { width:1.875rem;height:1.875rem;top:33.987531661987rem;left:4.0500000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbiAxEOqC6RtDytFDCX0E3WbtAtRyf9G { width:1.875rem;height:1.875rem;top:40.750030517578rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKA4eEG0cTlZnkLppL6sNwgm18yZEUG { width:1.875rem;height:1.875rem;top:43.812530517578rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgT03zz2GVzg90cpoiZiHTzSPg6kUO5 { width:1.875rem;height:1.875rem;top:46.925031661987rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPQF11hXHMMUppxPfunkLGxTF9CXE92r { display:block; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5a9JWzJF9g674C8gy0I4MK5orNQ0m0h { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gespXnVT3ZpnabteomT9KbklydLvTdLt { width:12.375rem;height:8rem;top:17.5rem;left:17.656249344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNu9Ax8UXaQyNpmRU8hL0TF3wT92mbK3 { width:47.747375rem;height:7.916666875rem;top:13.936672210693rem;left:0.0034722089767456rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaT3Mt9Kk9xmBX2SCMOJz9DD5V0E9uoZ { width:47.75rem;height:4.750000125rem;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGngaASb6o71OHkHTHq1wMVR5FuoazZG { width:28.125rem;height:3.375rem;top:62.734375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQbTiy4qmnN44I437L9rd8CMXlRtH0wt { display:block; }
 }@media only screen and (max-width: 763px) { #eISecImZLJmlBe5TiFAGqA8fSCuG6en5 { width:21.6875rem;height:1.916666625rem;top:3.2977561950684rem;left:13.031250298023rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrZAbw91WaIHKHFlCGA0VCc9gBlkioxK { width:8.0625rem;height:8.0625rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mft7e3WWGmkdI1LrIho0iXPNF0nigoHT { width:47.747375rem;height:7.916666875rem;top:13.936672210693rem;left:0.0034722089767456rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx { display:block; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container { width:47.75rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M38XrdMIzIhzcZK44uWZcuR9U2NGQiq8 { width:37.5rem;height:1.333333375rem;top:29.625030517578rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSEkKPrOyne2p8G4XTSBpxm4soFKeHT4 { width:37.5rem;height:4rem;top:31.812530517578rem;left:6.8749998807906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZT6Qu5aFN7Jo1KT9CvEsrVcINI2MgzT { width:37.5rem;height:1.25rem;top:38.5rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeEHBEEgKec8f0Wrs61iiihukLxqTDOA { width:34.375rem;height:7.916666875rem;top:40.75rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoHze91bMhBWp5RZ8IBlLUUnkJJBx2Uq { width:37.5rem;height:8.75rem;top:52.187530517578rem;left:5.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB76EWRvMxR5hXxTX8s7koiouQUakMFV { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #EQ8omDkDGU7TeXJwHFLtPevmWFTXheRK { width:47.748046875rem;height:8.125rem;top:70.6875rem;left:0.001953125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UixelBaP6XQgPiSOTXmV4CTzS9s4DpIQ { width:40.625rem;height:70.125rem;top:21.122396469116rem;left:3.5624998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeXFm0i4ZuVFMyG3ThAUkTKNMEzOiiqs { width:1.875rem;height:1.875rem;top:31.812530517578rem;left:4.0500000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoXCLdZ2hTXL83Zfw4FMRZPAK0TO7Vq { width:1.875rem;height:1.875rem;top:33.987531661987rem;left:4.0500000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkWkbu6DRKVuUtpc0MeibGmLAFVD54C2 { width:1.875rem;height:1.875rem;top:40.750030517578rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7rOOguyvzSLUsZz8sd7qioDvTQiTBO { width:1.875rem;height:1.875rem;top:43.812530517578rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0n1eXTQgKq3FtfTKUIJSMuEt1bWbp93 { width:1.875rem;height:1.875rem;top:46.925031661987rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsmrp0Z1N5oK6xwsQTfbXJeQVTnxLZ0C { width:40.625rem;height:70.125rem;top:21.122396469116rem;left:3.5624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2yntiR3ZvcUfQMKogvkpmLvTaPqGsUy { width:34.375rem;height:7.916666875rem;top:40.75rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbe2kpOTWWRg0vBmdD2RzlWNk7z4uZz4 { width:34.375rem;height:7.916666875rem;top:40.75rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os75pENHJM1vM68lUMH8G2sqGzXwCn5i { width:37.5rem;height:4rem;top:31.812530517578rem;left:6.8749998807906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkrn8b8Ko4StZp9wroNxaFvCNEwVUOx3 { width:28.125rem;height:3.375rem;top:62.734375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8Wk5nnFztWGdGWNZxAP1IBWNTcsHy4 { display:block; }
 }@media only screen and (max-width: 763px) { #MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna { display:block; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn7HTNgltiELzEv8cPiBvuzggxOO8Dac { width:47.75rem;height:3.66666675rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ThqoAi6nzeqObwZ0EML8Zx6mcCCMz1 { width:19.9375rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 { display:block; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW { display:block; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuoslR8nZemPiDskwMihgfr0Hlp37qH2 { width:47.75rem;height:3.66666675rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1SAiTPqtRRiwGn2MQh1OP5egTPnZyk { width:19.9375rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ay3fTMFKzO8a8TFRTpZB5xh7x3cW1mub { width:28.125rem;height:3.375rem;top:62.734375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErVRUKl2nyBxMXZoN5vCoakNo3iDrVTF { display:block; }
 }@media only screen and (max-width: 763px) { #pDMlyVh8wLOakndnwohr53GopP073XUf { display:block; }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uypnpTu8z9sBB2VlEuifL5GMiPphPTQd { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMTreaXE86b7xpTtwTmNTQ192qph3fEK { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEVIsgXT1kqRGbA9mx3EDCH1pOGQAPVM { width:30.625rem;height:9.333333625rem;top:3.625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJJpMzHlhfIFM7CppTc3WFh7I7p0UUXE { width:24.5rem;height:4.000000125rem;top:13rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQe3Thbw73EPrl8ZT9Q7fN31inb6bkP { width:5.0625rem;height:11.1875rem;top:44.812485694885rem;left:43.204706341954rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEuNmVt1roE4t2OXqyTpMPtWEF5TkXJT { width:7.6875rem;height:3.1875rem;top:37.375rem;left:39.980965826299rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym { display:block; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUppgHSXiTGugN9vIZvtN926DKnIZzpK { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVXaRFuGkyNtRwbIrvHKq4zE8yLZ9r0b { width:30.3125rem;height:8.00000025rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvM90rZlpREuMHITyXucxySyq5yWt4ZN { width:24.5rem;height:2.66666675rem;top:13rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cet711SIS8ZGgyhNXgIipaIBaKJxwOpD { width:10.5625rem;height:10.5625rem;top:4.6561961174011rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 { display:block; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTHN0fXcqeKJrPfgu9mcC3HmebQwrF8n { width:38.8125rem;height:19.5625rem;top:1.875rem;left:6.5624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVVKTCKOT2uNyqMKNrTTTlRdGooHleE7 { width:30.3125rem;height:12.000000375rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iigme9Dk8BhDxAbK06sttmJotPz15Qw0 { width:24.5rem;height:4.000000125rem;top:17.198785781861rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxXVLqF2QuCt5cpUH6kCxmewURhaLP44 { width:10.5625rem;height:10.5625rem;top:5.703125rem;left:1.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #snt4PPGlzkhuba2M4XuEq31z0y5a2is4 { display:block; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq72vTkMPZ6Ed0eyZ2ZJH1kXVw0fd0lk { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiWqZs1RcE716MCpFmlQ5TzOcOhbhdQK { width:30.3125rem;height:6.666666875rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulGCD2m3VgT2NabCwZPxdqJftehLleIb { width:24.5rem;height:2.66666675rem;top:13rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfdAfcfgZxAISZEhXT2sOdOCheykstex { width:10.5625rem;height:10.5625rem;top:4.3289699554443rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2gwyXTLewv8bkS5rx3yDCmrLbZTAfwU { width:30.3125rem;height:6.90538125rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG { display:block; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tREa6OqFAqO4tFP4OkWgMEhWFHLWnN2P { width:38.6875rem;height:16.5625rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhogVqAKSiSk9rPrMeLdTEksssTt7vDH { width:30.3125rem;height:9.333333375rem;top:3.9774341583252rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1l51SaedrhTkbpDgE1st9tPw7wAW5y { width:24.5rem;height:4.000000125rem;top:13.64323425293rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhwJ6a5e20bNzqCnm1pQy3K3wfDZMvX { width:9rem;height:9rem;top:4.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuJWLfR8200TppTnsT37dgri4sSDThqr { display:block; }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row .container { width:47.75rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g61tl6JTWUOt8diMahmBGgzBuPAg27mK { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH0vKgxTAyQ74WozWBtzosektWzKkM8H { display:block; }
 }@media only screen and (max-width: 763px) { #axK8UVM19QlzoitIKnTVEuu7DGdUf8v8 { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7JqAd6AZcyJTCzm8MnqbWR10N84w7ub { display:block; }
 }@media only screen and (max-width: 763px) { #JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB { display:none; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tmliQvaVgMXR48kx9Ly5XmWDVOmM2P98 { width:20.3125rem;height:4.125rem;top:4.0625rem;left:27.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeKy1oH6AUtTBgKV3CrcrS9w8RZ1kILX { width:19.3125rem;height:4.125rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSvOktMeFT5JkV3E0q23qgLkwWPKNeye { width:10.5625rem;height:5.625rem;top:3.3125rem;left:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lveU4N8oOVUJoL2EVtApgaQzckFVmBPc { width:3.125rem;height:3.125rem;top:4.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNiTDesraUTVDzOSrcIxPaGPC7i9SOs { width:9.4375rem;height:5.625rem;top:3.3125rem;left:27.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUPb6wH1k7HatZ1P17Fu2AeJD0AUMFtG { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qi6Abf6yBfr2dHG4RI8KESHHAgEZPBRy { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Je4ZF2i0JD22LcT9AFk5G7sCWHPIwTxy { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zarebaWbpcmFnhIK9haRFrp2vEEZPMec { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAtm0vm000vKrP048rez7I5Ea9nLKTA2 { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAVZC4dTZSCmTgOpvSeUsKCV35I0Jpor { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs { display:block; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xI10iUC8SxWQzt06bGvVGrL0XBTJGzdq { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhROTSNATAVp4XKE0HsDkku5G11Iuv1F { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 { display:block; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEbLTrvRIq8mbQuRRzdte491oen0brKd { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcIcvQgdB8gwaWkEItJQnSRTe77oKS1 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHnReTF2bCUtcCV77tROTfALgE9Mbt9 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHpOKeckdRxueTHJUydipuoTvMGIWTRX { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM5VV700LsGpdCw8WqIk3uI8mqhGhbyX { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2dw3fkHclF4nTZJeUvosfIJtOsGrXwQ { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgTSMpIKMTzDW8x1rq1T6TTtZOK7QOn { width:18.75rem;height:2.66666675rem;top:26.345092773438rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKzqW4f60uupGKILaQCiNd2g299dOkyT { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICwsrbRcEZHtWq23TVt6xT6VlzZ7Tu1E { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udk1PaQILQk0dSD1DaUoMItaK4JLRfe9 { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qix6BytnkJGdG19lCfStcKsTmTTwTKhf { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqcbtTkcebJ2CLsuBUVdqvFXKBGiV0er { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIawi5eU6DgaFW9a5czG62t1Ud9kQQM { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riB30lPSJrAiuGal2Kw6hgKXg7BVbKfG { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxcW7AVCayWH8w42TwZmAUbwOTUGWsSy { width:2rem;height:2rem;top:16.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyWILc5aUTpqpGaPamDWmZ879SEpCsba { width:2rem;height:2rem;top:16.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #re2QOmNrGrlK2EIgvBaTkzb6BV1KWZDM { width:2rem;height:2rem;top:16.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrskThSWg7MzWxPno1K17g1fztsPTO0f { width:2rem;height:2rem;top:16.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHct7vOEQFEXTRTyJWzxO2xyFLXbQ0qi { width:2rem;height:2rem;top:16.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRF53QBbEyWhwDAJ34TKnmpu1eZQWkyM { width:2rem;height:2rem;top:16.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSPcA2c96XDpq7TemJUdkA6dLlR0i6QK { width:2rem;height:2rem;top:16.0625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKBi35HR944MnBNZMzZAGcxE3heEIQKG { width:2rem;height:2rem;top:16.0625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHk7NSS8JM7eO4OTGgXlloX6qUDiZM0G { width:2rem;height:2rem;top:16.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCt4gIgeMfTNggQBIzA2CxTEDrUJCnTm { width:2rem;height:2rem;top:16.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydt9zOm6GxUv9TzyR20p44C8TcX3384n { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMsH0Q4zzzoDTXf0zWoLsK19ODqdgss { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRFoUK3SGRrG9BENCfO6dTxe8dr91AZE { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILMiyoLPbcQ7buoV870OgWDzWipgsKVr { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl868VWVi3yTCzDIXBKwHDZOIPbvVq5C { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpMLXXpp3WZT5geUnMMQGlTGPMwuh85b { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAL2WwbtWhEamUx1IzIWRlLJghI0ApeC { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGNGaP9KAa3kRGINh2Ac0c5b10cKTaQ { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KllQQDfkcpeLZ2kIbiw5HDVOpichCODT { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUF1QOER4ISvdwbFabzravDildSUT00w { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJo4iUVL1TMBCo74W8its1gFraCiIBCX { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7zoaQD5TR6o0dLlNt9ori1EDNCw0vo { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JQGR0MQeTCZBaguEbRqL1dP9sarsRd { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arskqJ8TBsmHGMMrVczrV2yNkfw1CxN7 { width:18.708333328366rem;height:3.3072915822268rem;top:13.565063476562rem;left:14.520833969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8GvZgtFfphVd3sBXRUHXa4CfTiDv8ey { display:block; }
 }@media only screen and (max-width: 763px) { #iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 { display:none; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uITTxzrxDJDJcB0qMoTXTE4qmMvztBxS { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K48ikbBaKlvFkPecJlaS33HmggU0OGaE { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8NVTgP280yh0fvikHTvVakDTmMTXHW { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7gnzDtwbQ1NpVT8Kr4sbRTrdl09pwEe { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fly7U63Omp1PBmt4e5ZKkxXAzfHgE5oc { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdyzAesqs92sFQuCyL80bxQsxRUBeZya { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdw1IhyxXLoMKl5aqDBpsCS9UJQwRduG { width:18.75rem;height:2.66666675rem;top:26.345092773438rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXhW2bx6cWfurTOAUc5VnXQoxdMW1UiW { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtETf9VIxtoNVtArgfTgwxT6wpIS59C { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1dc7XF9XT6NfAWk7dc24cBqO2knop2 { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCgvHbQQ9HoQf4LZcSxMUE0ozdtF9xIB { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrLeQs9CWwf4UxQoRH19vS2dmufW4dMq { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkfxxSVDOJv5uZXIoToJgk9GwHHdobT6 { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATawAT18QMII656VG5qoiLFbGcxWAW9d { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgIfGTdKFFyZfk69pAuzCF9DtNWIgLra { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBr26M6HWsHcb4FxPTONACwc2aQc2wR { width:2rem;height:2rem;top:16.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8pRHeF42eHF7xnCQcPgJ5WJbMtZyiC { width:2rem;height:2rem;top:16.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWy8o6C1dGLk3w7Iyn8wkDDtm4QQWQHU { width:2rem;height:2rem;top:16.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFkBM9XezRyUmBcf0I4340a42EBZmMlB { width:2rem;height:2rem;top:16.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEQDsh0LwWyOIT6oJOR26OM1zWee33Ox { width:2rem;height:2rem;top:16.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr4hOBO1OLZLFra4TmNXO3bCNBtbi7DL { width:2rem;height:2rem;top:16.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmwvbmp6s88Rtc9DBLaJ25vrpwN46tWE { width:2rem;height:2rem;top:16.0625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDbXFLd3XmHNdX8qVh0wIg2TlCecG50 { width:2rem;height:2rem;top:16.0625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfsLPTrx2fzTBX0CpkyJs0vcxvbZzcy8 { width:2rem;height:2rem;top:16.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZChQQT1kcn7owD2TV2BGSVTxtT0feePO { width:2rem;height:2rem;top:16.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo8FxdGrwy4rFLFfppQ8bdkbvcEEy8rr { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCWAZUkmenQKqnHssysM0ht7pQv7TeA3 { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZDgT9Um52KWUzQQCIF7ymGECnd5TX1 { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXvV2S3ftZwGPcyTZRcRlt57qg7diJT { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egau1vxDMQGnuDSgUlUux5vx6cPWZHME { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGIeV0b7Te7KK2KxtputNJGdSXVROLIZ { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knWNgbUG2qZAym0kdchN1g6eZhMBWR85 { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TtibrpTN3u7rIsx3rspscF3R6MemyI { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQWmiak5SKPBG8OzBnyeu8JFxqlZTeqw { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdHz6bVZcXuWaCNP5EWIEKwZDeavF13s { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #awn4d0olD913cWPinL5ASFCXu6ubTgXS { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTGoLMapuI7Kix7AUDMlQgSu1QRDc1E { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKVRPgUo9pJLDHupfcQra3gM3PizAuJC { display:none; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tbPNzHMSf4ss512paRSVCTQg69QQ69sJ { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVi9mCaQxJKE28y5XBq8Ow8NAilnAMTn { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L72EadTXPhtitTGgfcoFdwq30rCycvw4 { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBZSh9TPBN0PtEBaD7PktSLdW5odQel7 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5K0cxya8N4D6VKmTBwBKSrT4I82lfRZ { width:2rem;height:2rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyZIPlDq2hPnDpTBnZrckm2lON9vGOEB { width:2rem;height:2rem;top:15.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOcCEy4THNNPvm19xnw3NI3e4v2xWffr { width:2rem;height:2rem;top:15.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inuzzEGu56pGWXQCqm3ZLvi1AqC3bJor { width:2rem;height:2rem;top:15.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVrVJ8ypQNoNEfc0EgVgF35nKn5SUlsT { width:2rem;height:2rem;top:15.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4xfDnHbmHb5WlbTNGSbLwiyHAoPWqtf { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8cJPSFh3igZ0tXsrLJ0zTpWdsHBs8hf { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jml4SiUm1kTPqLF7N0RVQhJBOEQ1Bueq { width:2rem;height:2rem;top:15.875rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQpV0sxKINZ1rRiUi1io9XuzrM1a4mtS { width:2rem;height:2rem;top:15.875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTxtwBwETi3W91blr3TXgQA749n2PTsg { width:2rem;height:2rem;top:15.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDbwVkIOpQFl53PQXagt1TAmnwf7ZTfB { width:2rem;height:2rem;top:15.875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqmnxJKDF6gsSHoHgNISZDaCmGWSO8aD { width:2rem;height:2rem;top:15.875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCix9hhIdrO1VmQirC9NA0mrNPx3iveM { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KgVZC0FM9eWIwpL52kuWR9OV9b61u1 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc { display:none; }#Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hrF6wcsQQDdEyTBF5yL2p6SkHIO1doyX { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaXtbT8Eko9nXGVpTN4aw0DdbM6nOVE { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHsLnXVU8NAbVXin5UeGcieuDZIlKtNM { width:6.1875rem;height:2rem;top:8.291748046875rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #L66p7NG4bg8TkLeZ1fmCbLtXUpMR7V7O { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0p1OJV8JF2FXwlVMdm8b4OIAeNRQNS { width:18.75rem;height:2.66666675rem;top:30.094531059265rem;left:2.8273438215256rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #KZOpoZOmLKogckIu2p7Jo7Hzb20UKKMV { width:18.46875rem;height:3.15625rem;top:35.09218788147rem;left:3.0117188692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEJuq2anQgab2nNmsPHyuaF2MapniHyB { display:block; }
 }@media only screen and (max-width: 763px) { #CVeETOFb8dEfO1lr0vmAPJobXWTMw6bt { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXQU90cXSOMlLDtQDNTMaWq8ztLXMmpV { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feo8K8CJ8HUMvhSRtCmVfifgzixOxO3p { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAN2JbfulakAEmAd6v9DzTk3R8L2hFqA { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOkg8U3C4EJIbkkw9MAftEdE2p4KSAlO { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHEtEwhgNknDUaJ2tBDM60032osix8qV { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlAafXkvHOZ7170hUbv7smdTmMdNBnI { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcuDMTBtTOykEnZZTgFSVJJny1sRbcvk { width:18.46875rem;height:3.15625rem;top:35.09218788147rem;left:25.996094107628rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Tk3FTaQb8SgLyQgU0BALBW8T10h82P { display:block; }
 }@media only screen and (max-width: 763px) { #uekXxzGwVvau0UVJXPnInPs4FS6wfl8O { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtbaPw3JPCTKWUowPTOuRg3u04zLFF19 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwzOIkndh5SLRTlTrNJRz6VHH4ynLiUk { width:18.75rem;height:10rem;top:15.19921875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFllWeWSNEaHS9kDBDeem7CKxvRkoMPN { width:18.75rem;height:2.66666675rem;top:26.345092773438rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8IvQQHHfyzOoLenby9OBwD0VnsaWhB { width:18.46875rem;height:3.15625rem;top:32.42724609375rem;left:25.99609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVIxVTWkIwxfyPBlpU8TamiHbEac35Q { display:block; }
 }@media only screen and (max-width: 763px) { #L0Vysd9slBzWSp31Bd1MGOEoTIZv92qD { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9s1Q5LkzJE98omKUHsq1ETGBoJAVw10 { width:18.75rem;height:0;top:16.342529296875rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lquauz8Ha7hDwgNUOtnMnP53JASyT1LA { width:18.75rem;height:1.333333375rem;top:29.21875rem;left:2.8606772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGz3EQHvV0NqARnVvTQBHST28LevzpLx { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLSeTwbMq6e0iOxMnWkpGwqxeBPh8esu { width:18.42578060925rem;height:3.1145833283662rem;top:31.884155273438rem;left:3.0234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDz9a5PWJ6H41kImqouqfgShokNQFDs8 { display:block; }
 }@media only screen and (max-width: 763px) { #eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF { display:none; }#eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF > .row .container { width:47.75rem;height:40.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SF70N5dkLl5wu3LlNgn6AdszkJ3BimDc { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTGISVLKeebmDwTvpmGzSTikRl4k7TA { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFwBaz8wsV3mLKM21xFTTi7UvCSDQEu { width:18.75rem;height:0;top:30.095092773438rem;left:2.8294272422791rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVuc630cWz7lIHtzOr1JPb5ZiHkBQb77 { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfqQQTr173ZSPJwbQ34St0MnniWmXCBu { width:18.46875rem;height:3.15625rem;top:35.09218788147rem;left:3.0117188692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #htLchJQZiiPv76DCxclIkFXA8ccPLbAr { display:block; }
 }@media only screen and (max-width: 763px) { #ECKCZlGogD5ywthD9gHsH6w69LZQfXDg { width:20.6875rem;height:32.5rem;top:8.3148193359375rem;left:24.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKgGR7W06smbRPtIGngiLdgToTgw4kD { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNQzoteqdDNvyATtmSdJrZcxqVMVhidD { width:18.46875rem;height:3.15625rem;top:35.09218788147rem;left:25.996094107628rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoV2TTbviA1ioKOpmnicm2BezpGIyU1b { display:block; }
 }@media only screen and (max-width: 763px) { #yGuQo3WdkqUW0QFhGfSdVgtlTi7DnZTZ { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drFaEoD8K3n6GEoEroZbaMculFCGZ1lA { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3h5Ld2ON2cqeFDUQLVwiaAkK16y4IbT { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5pbDPyPcaGUlFPhO7VBTtvu5Lm5V1T6 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyfZrFMvR0D4Tz4zS3GyCQVebJHtrpCG { width:18.75rem;height:13.75rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaOx1by6I5vXqEKWdJnuPKZWXJbo0FIe { width:18.75rem;height:12.5rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDEQy6Poei6s8EdSXcS7rh7tguuVC6VZ { width:6.1875rem;height:2rem;top:8.291748046875rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSGfQ7cZDKvT5HQyRiMDas5cS0C4Tsr7 { width:6.1875rem;height:2rem;top:8.291748046875rem;left:24.84375rem;font-size:10rem;z-index:15016;line-height:.2;color:#f7eff3;display:block; }
 }@media only screen and (max-width: 763px) { #WO8dHov8nDRBDqWOlKfVLpcAEWBKaABu { width:18.75rem;height:2.66666675rem;top:30.094531059265rem;left:2.8273438215256rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #dtC9HmpE0cdqQaREDoEa9rITkTcLQdVX { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw { display:none; }#B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw > .row .container { width:47.75rem;height:39.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOuLZbFJBfqIXXKLP7rR1Oa0tl2TOUnu { width:20.6875rem;height:31rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvghpc89MBG0bpNFcWMNOAPtHcVZ6rry { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAkgX6hGHwdBoDdrWhKo0pdWNHQgkWbT { width:18.75rem;height:4.000000125rem;top:28.802124023438rem;left:2.8294272422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAGce6F1xqwQ76bRM7oTl4kNL8lOR452 { width:18.75rem;height:0;top:16.365844726562rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfThUQ3AhffB9tcVHo3bpaigTLkQuVi8 { width:18.46874935925rem;height:3.1562500745058rem;top:33.58203125rem;left:2.94921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovJVasFJct61Tk5gFUwEQ3bwdHTmXLAh { display:block; }
 }@media only screen and (max-width: 763px) { #i0NITw4PIlRMFzcZh6H9klaTRWCmEyfO { width:6.1875rem;height:2rem;top:8.3125rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAgsNkpBD7PPtnMe2akp2QHEQ8oq6cPr { width:20.6875rem;height:31rem;top:8.3125rem;left:24.824219107628rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN5QUz0cCH1EhpHzg5ML11G18E36SK8w { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW3r81HOJqDHgR8wmQ7ImT5pTJVd4rJa { width:18.46874935925rem;height:3.1562500745058rem;top:33.665405273438rem;left:25.975261688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6rzLotTfrIVL2bfavh4NGcFzMKHE60 { display:block; }
 }@media only screen and (max-width: 763px) { #URu3ioDwB9MFgdnoyS7FiJJbkPsgeGex { width:18.75rem;height:0;top:16.302124023438rem;left:25.85546875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTKTu1TL5fNiQC8764rrQz1TQBbKETyR { width:18.75rem;height:2.66666675rem;top:29.4921875rem;left:25.855469107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4XouJKDFnR5i4ZtfNfQzfsiAOPNoo3 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCUvnfilovEVig3k6eI6GOohe1aqZA5M { width:6.1875rem;height:2rem;top:8.3125rem;left:24.82421875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QthSRSwIBxxz5rO42lkJSXyJrnJhdTaH { width:18.75rem;height:12.5rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzgnXQicVRFTb2bgyEMZPlEHku8R8h8T { width:18.75rem;height:15rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBOJpGgpxoVPt1y30467Q34WMAqR9N7R { width:18.75rem;height:11.25rem;top:14.78125rem;left:2.77734375rem;font-size:1rem;z-index:15015;font-family:"josefin sans";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sKHvJNNk4T4CeM1E1DfNNwTmTIROPkgm { width:18.75rem;height:12.5rem;top:14.75927734375rem;left:25.85546875rem;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Hs8lBNWbht4vTir9oMIG3LHkltA3MygV { width:28.125rem;height:3.375rem;top:62.734375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1gHsgL5clcv24UVxBo7m3LO0ztrd59 { display:block; }
 }@media only screen and (max-width: 763px) { #ayJB716WwDp8iX5awbAy7shXUMlwhCu1 { display:none; }#ayJB716WwDp8iX5awbAy7shXUMlwhCu1 > .row .container { width:47.75rem;height:55.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vlfm761GP3i3IMb20XzT50LDmEphDzTo { width:14.0625rem;height:9.375rem;top:1.5625rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gvNhgLRH4V3Ko177Tx0hrocSV2swX4 { width:14.0625rem;height:10rem;top:23.936564445496rem;left:1.9166665673256rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TQrdg4kkEgkyfRTfCSIgTuuUTD7ZCx { width:14.0625rem;height:10rem;top:23.93482875824rem;left:16.843749344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikne6AANOoe7zgNsEdOMJr9xU4EgK4A1 { width:14.0625rem;height:9.375rem;top:1.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSieARh0xMnccU8eFPXSemywk2SCNTDH { width:14.0625rem;height:9.375rem;top:1.58203125rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIOPsmmqfxTx611c20mDJyz9GMRzhSZM { width:14.0625rem;height:10rem;top:34.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhCeTcyIc8ngegCiTSB6NR66FoV6OCQp { width:14.0625rem;height:10rem;top:34.8125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV1PoTVv0gAKD1iXTGaF9hU4sI6DgGt9 { width:14.0625rem;height:10rem;top:34.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqU5MaDrTFIdZ7eVlx3p7GqMzrWPlwhs { width:14.0625rem;height:10rem;top:23.9375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1hEEu7D8hEzvx0TM6EJQcnSVbzb4MEc { width:14.0625rem;height:9.375rem;top:12.8125rem;left:1.9166667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3hUAHqa3WKtBdam0ikWVVnTCIlqhTmV { width:14.0625rem;height:9.375rem;top:12.8125rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdBNL9kBo34JwZ1ZB509uo3UK2RP7IAr { width:14.0625rem;height:9.375rem;top:12.8125rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOp5NGPkfduzOfkTN0ynfLqmoCJAAZO { width:7.6875rem;height:3.1875rem;top:37.375rem;left:39.980965826299rem;display:none; }
 }@media only screen and (max-width: 763px) { #hV2tZld1C1heUzRl9dlfLmMlUE4728Ud { width:5.0625rem;height:11.1875rem;top:44.812485694885rem;left:43.204706341954rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTORJbJPnCVTzBa7Vg0TGDvHXVziysUH { width:28.125rem;height:3.375rem;top:48.696655273438rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBcgImnewdHqDPK82FdEVo6CwHgTeLei { display:block; }
 }@media only screen and (max-width: 763px) { #n2EJ9EqFTXynp04ulvTQOBdFkao9v2Ed { width:28.125rem;height:3.375rem;top:48.696655273438rem;left:9.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1Pm8ybhmRB4tLwBRaAAG0MmMKdNz51C { display:block; }
 }@media only screen and (max-width: 763px) { #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.adaptive-delivery-prevent-bg, #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.lazyload, #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.lazyloading { background-image: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container { background-color: transparent; background-image: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container > .video-iframe-container { display: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row > .video-iframe-container { display: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .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); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container { width:47.75rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEPN6grUPQFr2WIEBDKP0s8DSt7iBor0 { width:36.1875rem;height:15.83333375rem;top:16.807373046875rem;left:5.5299482345581rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y0zKcmp8MPioTw3WLkxCTqikbRL59k1W { width:12.5rem;height:12.5rem;top:3.643310546875rem;left:17.373699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvHeViOpaQB33OoNBkOpBvu8RMUuAN0L { width:16.9375rem;height:5.3333335rem;top:33.309936523438rem;left:5.5299482345581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm { display:block; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJNbNCAlWM4RygfZdkQL4idMWCmvbJ83 { width:18.75rem;height:3.375rem;top:40.057373046875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkZI6hyBPuvxBSETERwuckAKArVsxTFH { display:block; }
 }@media only screen and (max-width: 763px) { #TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw { background-color:#7a3855;background-image:none;display:block; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container { background-color: transparent; background-image: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container > .video-iframe-container { display: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row > .video-iframe-container { display: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .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); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container { width:47.75rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9XMRIrU2OhF9cikIRV6OmPbu4PBJI5v { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNyT8GUXpyKEytUaoic8qcc9KKE7qGTs { width:25.25rem;height:2.08333325rem;top:10.08203125rem;left:21.4375rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #yxIkir6yxwDrwiyHquPHcFyuRn7VZrOC { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #MyHbWaiLXN809xDuMhuhqEqaPZ4Ezisr { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAXR0OknDhVegXdb7fFlSgdPbgp0T5uA { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #uIRV3hSQwB3OLbgMdnFMEQ4oPW4Fd38q { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTTCevEidfpAMMQAoPv2VEubg99qqN8l { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDGh6QI1OIsJRTTTXNi9iQ0kGr4fBA2I { top:2.24609375rem;left:0rem;width:46.8125rem;height:22.3125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #okhb07G8FZDLPAsey6EAbmJnwtebm5TS { width:37.4375rem;height:20.166667125rem;top:25.958374023438rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDuGPCgFhmIMcCHTzATZD4MZJDbh17wP { width:25.375rem;height:4.1666665rem;top:13.184936523438rem;left:21.34375rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ZaEBih3UvASK6NaZmX8Ngdzn274qktwH { background-color:#7a3855;background-image:none;display:block; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container { background-color: transparent; background-image: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container > .video-iframe-container { display: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row > .video-iframe-container { display: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .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); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0g4zKBrdqvdxtfQoqX6LZBLl9KaVkev { width:37.4375rem;height:12.833333625rem;top:26.373779296875rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrUupQU8oTQxEvvIeWQR5igcwTGio2vg { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpFkxTH3rM2O4d8gNV18zDRGqX7J6haX { width:19.4375rem;height:2.08333325rem;top:12.83984375rem;left:25.830730438233rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbmy9292SraX2fDTxaW4G3CpEGxo7h { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #pw3Twt4XmRuGumMFLx5AzOazS9h3JZmK { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcqBkeLqutHh1TEJdJpldh9XKrJWMKQw { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #vKTVxK87cTBwmMc2JNEehJBnhTS4Ad6M { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUkNbFCuPrMJZO71SbQlb32eIAUp6B1e { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xooVpOR0SL3ttbCS0LoECwVhmiD6I6MP { width:3.75rem;height:0;top:2.45654296875rem;left:44.81982421875rem;z-index:15018;background-color:#7a3855;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aseJgm1l5vaEFNnyA9kLZE26SyW6xvZV { top:2.9544677734375rem;left:0.71875rem;width:46.3125rem;height:21.9375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mJttGqAIy06RENyxfCpS91gEKBmOaT37 { background-color:#faf5f5;background-image:none;display:block; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container { background-color: transparent; background-image: none; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container > .video-iframe-container { display: none; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row > .video-iframe-container { display: none; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .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); }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0uqK848zhvJsJTeis4TUBp3obOS4k6Z { width:17.5rem;height:2rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A09fZpUIydIpyN5xo4TFmURO2bpkmmto { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnMrBEzA6hWdlPQvctsCT5wOUX4El7FD { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgliPxB2Co204rVsK2WORJIJWI0DxTSI { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPlsF2KKFMFwJeCDrN4Eoz51d52sMRJ5 { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO20Tdn8Vcu2IRMGQIi9xRyTuNuo2VO4 { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh { display:block; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSlbvoAJv6FpTy0fDUuGOz9wcV4b7PHF { width:43.75rem;height:24.5625rem;top:2.45849609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCiM9P965VS9U0JUdD5UCsPHMStmr6rr { width:18.75rem;height:3.375rem;top:40.057373046875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExxcoqlGBFSZQguyywhAa4zTK9dZokx0 { display:block; }
 }@media only screen and (max-width: 763px) { #TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 { display:block; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxqlUsRHUiDEO4wNXldQ2dT0n6Fp89JK { width:47.75rem;height:2.41666675rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht { display:none; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I { display:block; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0x3vC2v60WoftBNREKk9Wr83z2K9ktA { display:block; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQxHHfZNhUNycS1ei1Kz9FcIxi4ldtGQ { width:13.75rem;height:1.25rem;top:3.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIQQdGlPiSxGx36l1qc0JZq7SShISVkK { width:13.75rem;height:5rem;top:5.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXTKeB42FMZiJMFcX6FQ6O0Sscy6sE4t { width:22.6875rem;height:13.4375rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCVOqo9SvXcHbJFwEOWNlgGyXDernIQ7 { width:4.375rem;height:4.375rem;top:4.5625rem;left:22.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0yzcycC4ez3f41wupwN1C1X6d6gUFc { display:block; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr { display:block; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOPZKqNddfFVdvNBsKZqzZiFi9ZZg1nS { width:13.75rem;height:2.5rem;top:2.3125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdh4G7B9Un8mq5wg6mre0At6ISEaXSUc { width:22.5rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5AZzP4tp6T9HXNEKO4Bxf7t5uPcxHkQ { width:17.5rem;height:5rem;top:6rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6V1NpaoFqhMQZwwAMATkOoIXTp1kP4a { width:4.375rem;height:4.375rem;top:4.5311965942383rem;left:20.255208313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki { display:block; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frUkMRy3KJlS9txe0iyt6uSFQy81qAbX { display:block; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvU16rK3IzeGJhV7NkWuG7IWCfs0w3oQ { width:13.75rem;height:1.25rem;top:3.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOl28EQBO1CTTDa0dXLOuNTX086ucAxo { width:13.75rem;height:5rem;top:5.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwNEg8tfaKMs04fsyZ90wrDFubvIu7oZ { width:22.6875rem;height:13.4375rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUBwd9QddIXuDaaDXoOzg1yTnLEn0NaF { width:4.375rem;height:4.375rem;top:4.5625543594361rem;left:22.781249344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc { display:block; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtJh8oLTdBxoQEOX3T7ebb5ZDmI6fbef { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHHByCE8EMNUuk611hatS7omTElNmfZD { display:block; }
 }@media only screen and (max-width: 763px) { #FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT { display:block; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUnQhnfRV8x8u12OL8WthpsslTGEirOl { display:block; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8PGn9NNWQqpAoXZXc1e0mJl4oTwak8b { width:13.75rem;height:1.25rem;top:3.3090267181396rem;left:26.447917282581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqCPhUq1EToNt4tlUCMes7lUdcnD2J8N { width:17.5rem;height:2.5rem;top:6.9964733123781rem;left:26.447917282581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DINAglr7kvSkb5r1kFyIyg22FIi8Vcsi { width:4.375rem;height:4.375rem;top:4.5625rem;left:20.372395813465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7FsTT1sozW8RkE1h3OThJQW8PiDNen { width:20.875rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb { display:block; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs { display:block; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbmhzaf6mJfPX9oheoziGSH0WImgg4i8 { width:13.75rem;height:1.25rem;top:3.0625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmF4vT26V4msSaIibw4vvL1gOHD5mgzH { width:4.375rem;height:4.375rem;top:4.53125rem;left:22.934895813465rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC4BabRFKmx3uktGt6rKtz4SrJ5hZeug { width:13.75rem;height:5rem;top:5.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTAAmFEJBglX9gPpAX6rviwQVqry7LH { width:22.5625rem;height:13.5rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb { display:block; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ { display:block; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPLFvTfaPCcS24MNW5V1pZUgRAaRykrC { width:13.75rem;height:1.25rem;top:2.4375rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafbtDvaG7I3aM4BmW0T7Cewpkq17EHx { width:4.375rem;height:4.375rem;top:4.8585071563721rem;left:20.927083313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnb8c70biRbobOJ0NqyVBVOqwETctAnR { width:22.5625rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MosryWWZreT4LpBo2dKvCtNMhgwI4g { width:16.375rem;height:6.25rem;top:4.5625rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO { display:block; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7y1TQOWTH6TQh5NPTWApphsPFKCEigF { display:block; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/53071145-0b76-44df-a8d5-1375e1af5ddb/_Zdjciegwnenastronzapisucz22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI.adaptive-delivery-prevent-bg, #LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI.lazyload, #LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI.lazyloading { background-image: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container { background-color: transparent; background-image: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container > .video-iframe-container { display: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row > .video-iframe-container { display: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .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); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHXa3QVJ9IdstB7GPGlRwiAKCbf6CgCL { width:23.5rem;height:2rem;top:3.9375rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2g8aJTZ97O0gmy9xa4EsF32VLuUJfCP { width:26rem;height:19.000000375rem;top:6.5rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2Byf3FnzCcotqWbcNgvoT5Nl7yu0FX { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bbe7752-f030-4ecd-b54c-f0e9aeffbb0a/Zdjciegwnenastronzapisu.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.adaptive-delivery-prevent-bg, #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.lazyload, #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.lazyloading { background-image: none; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO > .row .container { width:47.75rem;height:32rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LME5hUJTIotUTCNy7mPSLy3BG8FTle5v { width:25.625rem;height:23.75rem;top:6rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOhqngJ9d8dX6Wx7muOLqZcT0qQPCgfW { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis { display:block; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcDtkqiceO6FNsUthXUuXnngkfvtAiXp { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBLD42AdzEW7p0z5W09KIXUhCULbNRTR { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L67y6FEeXrzULxiEk7p3thATpaApg0Xi { display:block; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row .container { width:47.75rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpgzQ5AIzszicno8WhPg4JRpIUPuNC1t { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNFPAx8Cy2vsnZAUrJm75Z5TDN04xoXy { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlDGTUEoCHoGbLDSDLKUKDugNvKy08zE { width:18.75rem;height:0;top:30.095092773438rem;left:2.8294272422791rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XunyvbOFnLlLGor5UyN7yTPzJTI2TTLK { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQsbzOFzTBf4w71QICTFaN8IXqRQTOdZ { width:18.46875rem;height:3.15625rem;top:35.09218788147rem;left:3.0117188692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFBZK496VNh9Ezs7sXcy8q9npTpMALc { display:block; }
 }@media only screen and (max-width: 763px) { #TxCvHEE2fkJGEZO758lJK1kRKsFFRSAT { width:20.6875rem;height:32.5rem;top:8.3148193359375rem;left:24.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53INb85yWaXhrUpXAhlHJUkrcXGfHnb { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckkBGbO2LdPLgQ8goKlT8iRkMnOXJqgE { width:18.46875rem;height:3.15625rem;top:35.09218788147rem;left:25.996094107628rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTzr1sXs7pzThxTHcb9LaVSa0xAKJra { display:block; }
 }@media only screen and (max-width: 763px) { #lVrN2FguJPnXB7Klpc1P5BnbRHCq7oSv { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8tdNNuXnTqiWXJvp8bOmlevMGitQK3T { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfS9F8GGrqdtbv2kGtkTCfN1TFpxSLDi { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoWCBhV8x1dmwRQuAmlpGqGQe1FKADy2 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKUV3Ztu1zuRZ0y2208ATDeM6pumXXgE { width:18.75rem;height:13.75rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJmkoZRR0M2LduaEh6qHPqUSgTm6VUpS { width:18.75rem;height:12.5rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJshZ38RiFKMKZ5k1lPL6CXimUfzxwNn { width:6.1875rem;height:2rem;top:8.291748046875rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu2TTy8McfIUnV2r47KXQddk1dEAiAMu { width:6.1875rem;height:2rem;top:8.291748046875rem;left:24.84375rem;font-size:10rem;z-index:15016;line-height:.2;color:#f7eff3;display:block; }
 }@media only screen and (max-width: 763px) { #soJz3foynW5a6hnr48P8XCvaxRwKONv6 { width:18.75rem;height:2.66666675rem;top:30.094531059265rem;left:2.8273438215256rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #v9t6xgCmQCm3ZLVXfIRFAgEeQa5nuER0 { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #AquRbKbSBRCEleECCfWfexJDTOX2tbMQ { display:block; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elwXHnShUxKiNlMvvUhVcp99tPOrgqkG { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #koQBS3HUbncHry9uurCOCcpQV9vVmB6l { width:18.75rem;height:3.35rem;top:11.124670028686rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhGnV6nhtwdgUUAh0S1MPkM5FCzUf8nb { display:block; }
 }@media only screen and (max-width: 763px) { #LOtmmw3pVTs1ByRlTEJe1R1EHOW1tlUn { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRJekhuVOVzi8DeDbWTQ3dtApp6N4px { width:18.708333328366rem;height:3.3072915822268rem;top:13.565063476562rem;left:14.520833969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teSl1IuGLScR35Ds3wcvHL26VOl9Nn7Z { display:block; }
 }@media only screen and (max-width: 763px) { #kTvLkLEa3oPq0m3d8Cq29f1Ne3quL3yM { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw { display:block; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkqkOE6TLupOiTg733x0tCQAUOqThkhs { width:20.6875rem;height:27.1875rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxEG0fMkexixQlTUgs78tHLeEflChGL8 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #X11aITa5lF0UoZBgMfK9T0gJFXX3tdPM { width:20rem;height:2.66666675rem;top:25.469531178474rem;left:2.2023438215256rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsK2WbAkBbPD5kLew15kdSXha0a1yPWS { width:18.75rem;height:8.75rem;top:15.166748046875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQZKAHU80XDsLDoTXl54xnQnywk9khk { width:18.4244785rem;height:3.11458325rem;top:29.71875rem;left:2.9388022422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiwsqCCKV1SeEHvK5J6MsE7UW1OGnDrs { display:block; }
 }@media only screen and (max-width: 763px) { #cChKiE9gtdPyh0yTTJMHQqchda0Kpbyw { width:6.1875rem;height:2rem;top:8.25rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOD0MdVFm69M5P57gJPEr9WT5pTXdxqO { width:20.6875rem;height:27.1875rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nym2acRRKRcbwSa2coxaFaOx0dLU2tc1 { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi7XQJi8GCT7qE3oPwCWrn9q6HGmEFUT { width:18.4244785rem;height:3.11458325rem;top:29.71875rem;left:26.016927719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD3iIzSJdU6sORPsEMUzd4QHiXXVZAfb { display:block; }
 }@media only screen and (max-width: 763px) { #dWNpxvOEsaTORXvfKkpFQAKVzWoahUFk { width:18.75rem;height:7.5rem;top:15.125rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa8HqMernC9vNiKmKnkvJ0UKUrm75MF9 { width:18.75rem;height:4.000000125rem;top:23.845092773438rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNfVgPLWOkfL4vmTJX6hPelpxyZPhNnm { width:6.1875rem;height:2rem;top:8.25rem;left:24.84375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgXZi1hLPLbggV5IMs2MZfWhLQioZpXU { width:18.75rem;height:8.75rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGGAXspX9edf2yDVtHhz1hO919TKxqeL { width:18.75rem;height:7.5rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGkEzmJRMETKwz2dzhAziw42p8RR3JIm { display:block; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row .container { width:47.75rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1N8qD3l1pqL93VtRFKOkLw3m9l0LQCM { width:20.6875rem;height:29.625rem;top:8.3125rem;left:1.8085938692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Lf5WxvXlr26e4XlUtfyy2w94A9VQ4D { width:18.75rem;height:4rem;top:26.365966796875rem;left:2.8606772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir9THRLHFJUvSk4RFx7ydxyC9kRJ6uTS { width:18.75rem;height:10rem;top:15.19921875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrSJrsvNN0TXJeFTVrb5ZJc6k7Dsh1c6 { width:18.46875rem;height:3.15625rem;top:32.42724609375rem;left:2.91796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilgwEVtgc1BToPfmASbgQFmBx37RO3DG { display:block; }
 }@media only screen and (max-width: 763px) { #zDhKdJMyZXCOfMAEX33T8nhc2OPyU8Zt { width:6.1875rem;height:2rem;top:8.3125rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPIG9wXr3mXGdgHtyc2NsBs0LynZlNDz { width:20.625rem;height:29.625rem;top:8.3155956268313rem;left:24.843748867512rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS13Uyr8DVlzaBAfLAkuPI0XXgo7nt2K { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ63OnqpsexnTzrDO4TWkNFDeOc2Ck7B { width:6.1875rem;height:2rem;top:8.3125rem;left:24.84375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtn2u8sesnPTq11Q0ap2kR0Lk2tmMrSt { width:18.75rem;height:10rem;top:16.38671875rem;left:2.8606772422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdfsTB7AsDpBtCaiyZhCusqddZddATke { width:18.75rem;height:0;top:16.30078125rem;left:25.895833969116rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6T5E4SKSkdQvAdofuPUiyDRZFipgHxN { width:18.75rem;height:2.66666675rem;top:28.759155273438rem;left:25.895833969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3wpo9sPRCyETrKy6p0oQm8NTWxLzmPJ { width:9rem;height:9rem;top:3.7488250732422rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvevuzoX94dsS8MLzR576DofC2Pofz9g { width:18.42578060925rem;height:3.1145833283662rem;top:31.842529296875rem;left:26.05859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poQW0466aBzG02HpR6tg8zAeVVlPg6pB { display:block; }
 }@media only screen and (max-width: 763px) { #ETZb5uVe9oz5OoTWpIkhkfgLRuHGrlvo { width:18.75rem;height:11.25rem;top:16.260375976562rem;left:25.864583969116rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 { display:block; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row .container { width:47.75rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV5maPJGtlR1SUz5sgK8RhkwZCSyrCeo { width:20.6875rem;height:31rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNFUyPdnaGn4f5aD3UO2mvKItMCyrM9 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #xteSa8mGxh5St2zQx3wyqVI7aasTmK33 { width:18.75rem;height:4.000000125rem;top:28.802124023438rem;left:2.8294272422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzfclT6CVdqZBSNu0QZHTB7COX9TFiIM { width:18.75rem;height:0;top:16.365844726562rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOuJQNRN8iG37KcUaAW3fsvtxEZ4Ns32 { width:18.46874935925rem;height:3.1562500745058rem;top:33.58203125rem;left:2.94921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxItOxUwWTzbelo4Myp8f5vJ0hGcnaG { display:block; }
 }@media only screen and (max-width: 763px) { #pVQ29syFx9oRUTKFB87G1UJZXf3vcNb8 { width:6.1875rem;height:2rem;top:8.3125rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESpk9wwa4cC9IRFl6ybDJzIZEPMb1Qgs { width:20.6875rem;height:31rem;top:8.3125rem;left:24.824219107628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERs5VIyV6qe4nBzfIg14cA1uK8quJ7wU { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8GVM8nrUTNTyTmHipWaz1WIlLP71vUA { width:18.46874935925rem;height:3.1562500745058rem;top:33.665405273438rem;left:25.975261688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgqNOZZ9oKMTP9GhuecruV6ZyKmRAqF6 { display:block; }
 }@media only screen and (max-width: 763px) { #zdgaKhq4anIQL1P1qSFvHglo7dkfRo1E { width:18.75rem;height:0;top:16.302124023438rem;left:25.85546875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xl9RET44z77zdp2O6fequgLkRGwQIK3G { width:18.75rem;height:2.66666675rem;top:29.4921875rem;left:25.855469107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm86BwaeNIRBzK9GKQVkDxA4xq45Ko3M { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUv89f6VclfQ7D16ZP4sV5E92uGHSQ2M { width:6.1875rem;height:2rem;top:8.3125rem;left:24.82421875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsD88BnCQ3uGlwfqRymdLP7t3ngRDiGN { width:18.75rem;height:12.5rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xb3K769iNUcSpWntcOgMyAdVyPV91FA9 { width:18.75rem;height:15rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUDKognHOGVyJ4ggK5CwEi6bDFluq22n { width:18.75rem;height:11.25rem;top:14.78125rem;left:2.77734375rem;font-size:1rem;z-index:15015;font-family:"josefin sans";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fgTmaCBvs3HiwL3FZTMBSZ0NW8szta4t { width:18.75rem;height:12.5rem;top:14.75927734375rem;left:25.85546875rem;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #c4g0n2axvnM6VB968l47DOxRzsEPC3xZ { display:block; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l07IkPEXdKxQnbp2ISvGxA5IfPMlLO51 { width:20.6875rem;height:29.5625rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr6yEU5PRDRTXS8zZ2ofiTWLyvfMwDK6 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzbqZCyzBvKVo5lzGESgLHgepdZqO0JS { width:18.75rem;height:2.66666675rem;top:27.657592773438rem;left:2.9127604961395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nygi1QO4eSfv80fGiVV5621CTUkAETnM { width:18.75rem;height:11.25rem;top:15.045654296875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOxCCJU4l98Vlv69J7fuPXc5Lm4T9L57 { width:18.46744725rem;height:3.15625rem;top:32.248779296875rem;left:2.9166667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKAkBBW5Gwuu6n2eHAktTNmOskXifTFz { display:block; }
 }@media only screen and (max-width: 763px) { #XTZNl2g4TbngaQi3mgBAwnJ0ZB3JxR5q { width:6.1875rem;height:2rem;top:8.29052734375rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBK5yznelUXKEXOxOlNs6u4K5ZQ0XLwC { width:20.6875rem;height:29.5625rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sElvM23w2kiBuqZkL3MuB4bCemOxGu0M { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUx4U9to08CC3pOTgxcB6b3B0Q6oZL3p { width:18.46744725rem;height:3.15625rem;top:32.20703125rem;left:25.994792938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2W8fwpa2CU9KkHlViU7KN8k5EW9Tnw7 { display:block; }
 }@media only screen and (max-width: 763px) { #TBxlwSE1Oy91b243EMNDwbvLsFzDt3DG { width:18.75rem;height:11.25rem;top:14.983154296875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcmgqhJ33GRspoCqldVhqZUcoPOoVlQv { width:18.75rem;height:4.000000125rem;top:26.27578163147rem;left:25.855469107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXV6xMT8bw0yXM8QrBFiBvWtvg73vxDg { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc10XBFq1Tqt8xyZuLOQ1nQty1KFxVNo { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXih3ZyW6OCQrhbO60Wu9fRXTMkOQscV { width:6.1875rem;height:2rem;top:8.29052734375rem;left:24.84375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzL0GlVFhkZ8g7et5cUzIpqqEsdH6ZQk { width:18.75rem;height:11.25rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXotAfMZzSZZc8LtoTQftEfPV7Z1Ptzp { width:18.75rem;height:11.25rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HryXsEOPftqT0FybS95DH8UAuHTkhvi4 { display:block; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCQB75J5wu94U1TfKsCzImIn3EbAAe3M { width:20.6875rem;height:30.0625rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqaTorhuzH3ZlFGh9b4TgyL5sQSf4wcr { width:18.75rem;height:4.000000125rem;top:27.615621566773rem;left:2.7960938215256rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTgrvXTAabeI3Uh1u8hhuvNX0wdi43v { width:17.25rem;height:10rem;top:15.02734375rem;left:3.52734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLViId7dfdThNbPHaqxX8NTXlw6VLeEc { width:18.46875rem;height:3.15625rem;top:32.685936927796rem;left:2.9679688215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWgB87636pmDxzzh9edbcayMtLALoXL { display:block; }
 }@media only screen and (max-width: 763px) { #noqig7PG9wUKxOi2fttL0sCMK1iTdxuO { width:6.1875rem;height:2rem;top:8.27099609375rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMH8ucwu2vPENsQuscUyFzfDoOxhwdeB { width:20.6875rem;height:30.0625rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLkRBC3N9QOfpSmKfBEt5uUySuor17ZL { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWI4Udb5pNq6D3gsOOsRSc9T4cyTtQT { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJ4Dw8SRF04eewTu5oc3sgDpnkv9dpkp { width:6.1875rem;height:2rem;top:8.27099609375rem;left:24.84375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzyvkTXyixXhQfXKWutkyLt3c3TUbAOu { width:18.75rem;height:10rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkFVBqI6Bm9g1mBnXliHu1VG0SiyhJO3 { width:18.75rem;height:11.25rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ0pMHJGCdB5keTzizFah6THeeGXyyyV { width:18.75rem;height:11.25rem;top:14.98583984375rem;left:25.85546875rem;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #KwmW4IsnB9nmyPcIsuAeLf2Mge8DsTGk { width:9rem;height:9rem;top:3.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuZmkPZymT3XMdtKNSgteDJ9TeT08HlG { width:18.4320625rem;height:3.11953125rem;top:37.601563453674rem;left:14.658593535423rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLk2MvDqHAtLkrTW51kn0LEZBDVWJrlu { display:block; }
 }@media only screen and (max-width: 763px) { #sCILLhrcNocZBG4yEs8nkEKWaxGaAWOz { width:18.75rem;height:0;top:16.52099609375rem;left:14.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oATFCd5g9xudwFmxVI2xmPmR83gSfgtr { width:18.75rem;height:4.000000125rem;top:32.770874023438rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK { display:block; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1knwkItyagJ4qtdnl11LDChCQ2oIDbH { width:20.6875rem;height:31.6875rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv4TboHToFzkfg9JpTNcFq1V9IgP504f { width:18.75rem;height:2.66666675rem;top:30.052124023438rem;left:2.8606772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqcE9Pm4VgiFsIA8NfsxKCfPrHNDiBKe { width:18.75rem;height:0;top:16.34375rem;left:2.8606772422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDimcHR1nhJwo3K6SRUIQTV3tdTtndI1 { width:18.46875rem;height:3.15625rem;top:34.213280558586rem;left:3.0117188692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOClAhlruZs9rRfBA77CxvS2fRK6R354 { display:block; }
 }@media only screen and (max-width: 763px) { #rrQL0BnZZ9V3xn3dTWbTmTfa4gQBSc8y { width:6.1875rem;height:2rem;top:8.27099609375rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrPNOAgEUbuaOHucEb0SR8AA5fX0O72 { width:20.6875rem;height:31.6875rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwAurVOc9sVrbxD4pBrwU02p3dnmLXk { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #g403aX0CDQo2uVreX8TzOV1AgBfbttnL { width:18.46875rem;height:3.15625rem;top:34.213280558586rem;left:26.015625357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #knWxUxcZFflnoDhiplWi9Q0mGzngJxtb { display:block; }
 }@media only screen and (max-width: 763px) { #QOfhxE9vKyxzsg5A6iGrr7N7iFk32T1D { width:18.75rem;height:0;top:16rem;left:25.895833969116rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL3ivyBhQdeTluuLR07yG4w6BCoHoGqI { width:18.75rem;height:4.000000125rem;top:27.59375rem;left:25.895833969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKm0nTqKRxEh9rgq54ddDNEE9flbLow3 { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTHiCLwH6IVMi21im4xw1Tz4z0tfHNXQ { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFcSZ82ZG1TgQdfZLo9L2pRJ6pfDTPLG { width:6.1875rem;height:2rem;top:8.27099609375rem;left:24.84375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0mCumTXS6czn3aNe7IVChyMGckAiNOm { width:9rem;height:9rem;top:3.75rem;left:30.739583969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyAsP217WZrPJTO86TiT183WPmDBXAn { width:18.75rem;height:12.5rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkOKQQSwUhUfCZqHZadySXCa3xvPguRn { width:18.75rem;height:11.25rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGEDxnzzETE1fwu6w5krMGHxSvL4XkQg { width:18.75rem;height:13.75rem;top:15.05224609375rem;left:2.77734375rem;font-size:1rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Rwvgs9US2M5xpMWc9mgBkdq5yge62q6f { width:18.75rem;height:11.25rem;top:15.010498046875rem;left:25.8125rem;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX { display:block; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row .container { width:47.75rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdHzitQ1ZWhoGeVRt2FTL7V3nBo7zI55 { width:20.6875rem;height:29.25rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7X0PgpELJbWyWKRrI93ZxiXT48D4dc { width:18.75rem;height:1.333333375rem;top:29.21875rem;left:2.8606772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDGETuywpnke2fTPudJZQOnxuRTGhVmr { width:18.75rem;height:0;top:16.342529296875rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRnOvtI0NfncvoPrpoUNQidLmnDy68x7 { width:18.42578060925rem;height:3.1145833283662rem;top:31.884155273438rem;left:3.0234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6CgrOd0cnPcifm07XOUo49nV1FP9T9 { display:block; }
 }@media only screen and (max-width: 763px) { #DSEv2XxXFGxSDSgyWhQxCwTc8bVeTtBU { width:6.1875rem;height:2rem;top:8.311279296875rem;left:1.80859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg3fZqaqHT3gh9Ce78mxVlhXdqktHOSk { width:20.6875rem;height:29.25rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuoVSTTdgNsbLqTJh1Uf1aQOkidxaSkM { width:6.1875rem;height:2rem;top:8.393310546875rem;left:24.84375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmIvnTdcZBEpNvKgTU5TwoS4dtGCd4Bm { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbLp8NxAET57atLJElvlxRxUGHevTLi4 { width:18.75rem;height:11.25rem;top:16.344970703125rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxdP1EmBnNsPWhgVwACNCci8XLotiUdC { width:18.75rem;height:12.5rem;top:15.05078125rem;left:25.8125rem;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #e236crJ0rTyTrWbQ8ZVZIuT2uAbTowqE { width:18.75rem;height:12.5rem;top:15.072998046875rem;left:2.77734375rem;font-size:1rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lJqIUTImZ96NaRC0iot1dOL0serSZ4T9 { width:18.75rem;height:10rem;top:15.19921875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PALRd4sgce5OBJey1PWLGs3MNuMFq02E { width:18.75rem;height:2.66666675rem;top:26.345092773438rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvGTa6P4vvfGomqQQ3BkyMwmdH69aBOi { width:18.46875rem;height:3.15625rem;top:32.42724609375rem;left:25.99609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXV6IafZZhAz7yH6FJZKpbawhfcouLqG { display:block; }
 }@media only screen and (max-width: 763px) { #LZV9kZzsgEXCItIxZiVsN6Wl9vcq6x6w { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA76dDNPgTdyTwFDnznQ4Vdt12sRMaAq { width:18.75rem;height:10rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK31ovh4ASuA5HcxZLIonRallKKO7L3Q { display:block; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crP7e4QG0yW8LqSBzbTccNvpCfN16Akp { width:30.4375rem;height:4.000000125rem;top:16.125rem;left:17.064236104488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVg4tTSnuBAyZHgQR41R4ubG0kTN5af9 { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTX4daLyqdoGXxe6rnlU085qETTa6GcT { width:29.375rem;height:9.333333625rem;top:5.7899303436279rem;left:17.064236938953rem;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #snW8JUDTdVtk0RBHT3VsgEieIJJyUDTb { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpDSGEnMgoSa3oT95FdCzgq8x6kySUGL { width:12.5rem;height:12.5rem;top:3.625rem;left:2.0555556416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzo1TFJsy0v7ZTG8SNRGCnSXg0gB1Uxu { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssWekAeRkazTFKmZCKZuaKf2fukkJTuW { display:block; }
 }@media only screen and (max-width: 763px) { #Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN { display:none; }#Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN > .row .container { width:47.75rem;height:40.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h6Z7cKzKEPwwofBTyEX6q4CTDCTxUkvV { width:16.625rem;height:4rem;top:4.7500009536743rem;left:3.8124998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tQkv50IPeW5D3gBrQMeTXmTZXfImM2 { width:25rem;height:30.5rem;top:2.4999990463257rem;left:22.750000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQoImrwQvwaaqvDIVmcRabRFdVNnOgiV { width:26.4375rem;height:21.4375rem;top:9.5625002384187rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf3x1HBpv56LokF4IHALNcSUiVSz8Ags { width:24.8125rem;height:4.75rem;top:14.0625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc2ph55fwa7Pc9xXIFRztSOHqW7syDvk { width:24.6875rem;height:5.6666665rem;top:20.6875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euAEkLF91DFwPsnZhbpaPnJGkz0vgGPT { width:47.75rem;height:2rem;top:36.687499523163rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGS8ss2G1ObE3GgQP1oWi2Hav0J2Eu7X { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #orFCWfyxUzakEILdTSfErgpZEHaKMD22 { width:24.8125rem;height:4.875rem;top:14.0625rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH { display:none; }#kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH > .row .container { width:47.75rem;height:69.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IS7hSxKulJkQVh3TIcrdzoNFUUDKFhl0 { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUqAfq6uSkr18kQFtp1GyhA9Vmthafxa { width:42.1875rem;height:33.33333225rem;top:36.375rem;left:4.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqkd1lstlAJ4dQSTGeQHRM1WggdHRnF3 { width:1.875rem;height:1.875rem;top:36.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWnrnuv26T08ES3nWcCqxq4PlqDWcNRo { width:1.875rem;height:1.875rem;top:46.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupGymkn4OzmTmGAyIbio021mGBC3sZr { width:1.875rem;height:1.875rem;top:51.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tby1uVH6Vi5xCkhUoch5SmLUPsXqSHsV { width:1.875rem;height:1.875rem;top:55.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M53kpHo6af90SPhuJ6kirCxwJGSo3tko { width:17.4375rem;height:66rem;top:14.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmvnLhyihVqEOyEbQwBsAMaWV65OhTtT { width:2.49960625rem;height:1.74960625rem;top:36.375rem;left:1.9375rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #VshzE9EWxiFpeCeJziFaBdtqE5RdZ4oz { width:2.4984375rem;height:1.7484375rem;top:47.0625rem;left:1.9375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #QlgsFKhhpgZN3fHgrzTO3uWi5CRyw1BV { width:1.875rem;height:1.875rem;top:60rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP4JL1CI9TcvlLiZwFQvn4rCzxHRLSlD { width:40.5625rem;height:26.25rem;top:9.436279296875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghNIl9riMKdnRCqBafuh8EKw1118LI59 { display:block; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row .container { width:47.75rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV0Ff4FKEiwdyFgXi3WDRN1LFZtRopkl { width:43.5625rem;height:28.3125rem;top:2.85302734375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCfOpQEJpM8t0ADBzeSNo1aT4a8rpQQG { width:18.75rem;height:3.375rem;top:33.43568277359rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBtPupRCUEqa3wm3SxlQ2VyU7RMpbUTC { display:block; }
 }@media only screen and (max-width: 763px) { #yg6tC8QFFHb2zUQwkaU6aekTFFuqN6ZV { width:40.625rem;height:13.4375rem;top:38.75rem;left:3.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tLZ4EQNE4sI2f9MOLENbZgvWKBTDtmMT { width:47.75rem;height:4rem;top:43.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 { display:block; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row .container { width:47.75rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p46h57VJzcx12hBGGU0VKIci4G9FpItz { width:37.5rem;height:37.8rem;top:15.453517913818rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rz7vHBzJOWOs0yxwRXskykb4KiQamuGT { width:37.5rem;height:2.83333325rem;top:16.497385978699rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R370vnmmJdoZAPPhd9XTBUd8mr6NZJ4S { width:2.25rem;height:2.25rem;top:16.496518135071rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuQPGWBGwei5vJnyu9aH1t7r5x7HC4Qd { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbP9fawN7JN0on3mlFDbKAXQDelwTAMo { width:37.5rem;height:2.08333325rem;top:20.934886932373rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQmczzruyNNybTkS2hZ9cDTNtSGT1OT { width:37.5rem;height:2.83333325rem;top:16.497385978699rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUK9OV61dt8vaZ87BXqWBsQST1xRsU8i { width:2.25rem;height:2.25rem;top:16.496518135071rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slGpyg1cl5AVmI4BTu2T8baqbNhk6dZi { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrkufDeZ2TigFuRZEId4KDZowem5Pa7G { width:37.5rem;height:2.08333325rem;top:20.934886932373rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW2q60MQT9Abvdc5aLlyG3O7shzZ4ZMK { width:37.5rem;height:2.83333325rem;top:16.497385978699rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqc5EOFPNtzsuUUgG0FyTrTyMKtJhib0 { width:2.25rem;height:2.25rem;top:16.496518135071rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGNVI16gdV7AAflTXUqHIQDcNW9MEu3d { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0G9hb2QDH79p3cSmfBqahM9JfKtcZ7 { width:37.5rem;height:2.08333325rem;top:20.934886932373rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGAolsdi2nZDpAES72RxxRicFclKwixW { display:block; }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row .container { width:47.75rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzX2RfktkmLNm22XZp3TdLXUAUiSorqO { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts43RyxzDLuKSCvgrthF7TuAPP6DKKX0 { width:47.748699188233rem;height:11.00000025rem;top:16.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caQpJ1JmSsIVQgvUQhkQrkDq2noQqfGn { width:13.6875rem;height:1.333333375rem;top:47.9375rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bddeIhg1QowvOtvb80nBTikuOW7VssvZ { width:37.5rem;height:11.00000025rem;top:54.3125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm27SIqxHTCcpPicaciVlpTm2SvSHX5s { width:47.7491875rem;height:2rem;top:13.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRU7pTcfmvwMb3JS2rZFtypKDCLtTqgO { width:19.9375rem;height:10.75rem;top:16.9375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdQF6RFcfICzP8bHpxlhtr4TCRIDT4LD { width:47.75rem;height:31.032158836689rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnTNimLLKcv1Tucy3WEXG5TqP0VLG0Rv { width:18.125rem;height:4.000000125rem;top:31.75rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ERC4gt2SK5ClnXnWprlos5avn1aTsO { width:15.75rem;height:1.333333375rem;top:38.0625rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPbVOo28LGBFJcb43y8NIEtEQP8kP43 { width:18.625rem;height:4rem;top:31.75rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVWxxQaOR2ITJzmBJrx0mTrGI9O1ZCRF { width:18.4375rem;height:4rem;top:41.6875rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP66pGh2rIJVM6EPLRs6H1d9VuidAWX4 { width:18.5rem;height:8rem;top:37.625rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m35qSPucXiGs6cc2lTqkcVwQ7pKCxJIL { width:2.3125rem;height:2.3125rem;top:31.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5XpG59W8d5EySUDnm8TWKikoqJK8AtC { width:2.3125rem;height:2.3125rem;top:37.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ArZxEkAQ3TiRLm3REnpk9h9xNnsD72 { width:2.3125rem;height:2.3125rem;top:41.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7yCNFzTnRFTfGLbmD6h1tINlHQJNvT8 { width:2.3125rem;height:2.3125rem;top:31.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeuNg9PLhVQySZNVhlbvG0WHFd028o8w { width:2.3125rem;height:2.3125rem;top:37.5rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwunhDrdqhCZVIf0qLHzXiWLXXkdCQx { width:2.3125rem;height:2.3125rem;top:47.5rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 { display:block; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nM4EzWqfvk8JXoDeuQwlrqgN9aLAoTCy { width:18.75rem;height:27.5rem;top:3.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi2iqS5DpazSddRKOfdiLyxfGyS3tBJG { width:17.5rem;height:3.375rem;top:25.125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnMbJVHe26t8Sp4RZqnOrbVIREiRg9mV { display:block; }
 }@media only screen and (max-width: 763px) { #TPO2aK6ycAixk4n5kkbX0OlCTWKpQepo { width:17.5rem;height:3.33333325rem;top:10.5625rem;left:5.6750000715256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7qtgZyZWsATO2tiVpBoAIhEBth7xCE6 { width:17.5rem;height:3.375rem;top:25.125rem;left:25.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lucCMGJHxMvwkmmXT78cHQxcD1a1GICq { display:block; }
 }@media only screen and (max-width: 763px) { #e0imz0brbAcTLN8LgpcwxDLS1y6XBRT3 { width:15.625rem;height:2.75rem;top:20.4375rem;left:5.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvwi5eqO1T3Idx5fT2ivGg0c0yEwNuT3 { width:18.75rem;height:27.5rem;top:3.625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5qaIQTdUzcLEILKotgg1XUMhZqI2CxL { width:17.5rem;height:1.666666625rem;top:10.5625rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbRGMKUKXpnccSZ1gtxc7XIDEzLpsMUF { width:15.625rem;height:2.75rem;top:20.4375rem;left:26.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV6Voqb2FaRTrbIhbR8zOQKuxcDEMXWC { width:17.5rem;height:5rem;top:4.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkbTFUpvJFf91oyv6qsOQygOK7uhBre2 { width:18.75rem;height:2.33333325rem;top:5.5625rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abFEyi68cwkDkCvgKPxq20Iq3nt1cdJb { width:17.5rem;height:5rem;top:4.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT0TzJb9sMn0mEI7w0JVK40rCMkBq7mW { width:18.75rem;height:2.33333325rem;top:5.5625rem;left:24.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQrD3mWtd9qeoKHe7XTsiwpMZRWRgnE { width:15.5625rem;height:6.3333335rem;top:14.1875rem;left:26.062500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeHE5WkDQMx36JkZrTbht21GKU3tQJFd { width:11.5rem;height:6.333333375rem;top:14.983596801757rem;left:8.0000003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA { display:none; }#cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lgie3gLM1uKHPx72RJU6PMckKQWAazxD { width:43.75rem;height:3.08333325rem;top:3.604248046875rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDbAhMAdanLgPthnXyPX7QsdcwrImO9 { width:37.8125rem;height:6.5rem;top:1.783935546875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo { display:none; }#ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fv5O29HTvPBmNBXeDzlrNsuio7BTywTQ { width:43.75rem;height:4.0625rem;top:5.4375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6e3fdf1c-f915-4ec0-982a-d2731dacd1b1/OzAiOW.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N.adaptive-delivery-prevent-bg, #sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N.lazyload, #sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N.lazyloading { background-image: none; }#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N > .row .container { width:47.75rem;height:38.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Col5J0OeLqPb3n9g30FDaaAiLF92H7BW { width:22.93725rem;height:1.75rem;top:4.3125rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVRvVWQ3m75EXnX33gxpywEtpGxA7BEP { width:26.25rem;height:31.8125rem;top:1.75rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNl5lfA0CVNd3TCCKltHmHX2wJH4C9mu { width:22.37475rem;height:26.666666rem;top:7.375rem;left:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKoW3p14WCbte1yGzgChafrGh5SI9Ka3 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5SnfoRqggTHQOfTbQliovTkyEwieGh9 { width:26.25rem;height:4.6245125rem;top:32.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUcs6SHzSKxVTCblIJTzWXDsl2kRgz1K { width:21.1245rem;height:1.833333375rem;top:33.875rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtuXKCwTC5ase8aanJPiHFJkUcQheouA { display:none; }#JtuXKCwTC5ase8aanJPiHFJkUcQheouA > .row .container { width:47.75rem;height:9rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oCRxrorR8hFsmCP89Al4SLEdRGApFL6T { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GspptqOJqk349DB0WATg4PPZ1ZTlEPy5 { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS { display:none; }#e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uXihbbzin1UFiOa0aFJduxC07LdEWI8o { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNLxtM97Ti4M6Ax9JRL1qRB0Br8NsRQ2 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VuEb0agVzqxclIth5H3x5huLrpWoPX { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofRqyV9Vestgx5AU0FAsUptBiyHOflTZ { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKCK8hb4o5798HQgBeC4gaaAOAtEBKz { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH3URyAEIe2cButcZw9TROXRivcTzcXE { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4u9ayioCd4BXBweQaeglLonAEHEUSIF { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB04hk05dc4iek14cVAcg2zTcWxQrIGi { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUbfA4HbBlWIARzveraM2Ty7XEVM0va { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPgsVKoAMX25uflhgH4KRrJ9qo1BdppM { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eevqRCbA8QORTqgBW8xFHC8Dh9b6o5FT { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koZVntJIiL8gabx8JATdrhNbnfvllIaO { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqfALoBDv0mpsTeLcMReXEByvpCnCwKN { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuuZ6nVWpCvMxPKOSKmMJtsUBZ3dI8kq { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9UNTAPXcQkzv3sPCJDudlaouNbekZ7 { width:33.0625rem;height:3.375rem;top:3.75rem;left:7.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIbn52eTmJKUcXHCbrZUQJ51RSmbQzbx { display:block; }
 }@media only screen and (max-width: 763px) { #qOVtKtor1q8z47IhDHTTTbxq1StfMObS { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #cILkBAd2QFDMzHy4C8UEiUgsvhPfyAdA { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn { display:none; }#ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn > .row .container { width:47.75rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BcJCoelpizIxOpd4CA8mQlM8T4sRieDA { width:38.6875rem;height:22.9375rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #khEOTMRBsNELPThNe8DMvCZg8VNEU1Kc { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLR1HFrhFySUlTtPnzG6kJpInqcVcQiU { width:29.875rem;height:16.575rem;top:3.625rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTPGZCVfCEpi9AgQaOBNcTq1W2PFaed { width:24.5rem;height:2.7625rem;top:21.874999046326rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMMrO1ReWV5D1GSVECSFSFyJQB9o0x3u { width:24.5rem;height:2.7625rem;top:21.874999046326rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ghZV74pBk7wrV958zd2ICrvycvdE1K { display:none; }#t4ghZV74pBk7wrV958zd2ICrvycvdE1K > .row .container { width:47.75rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kFQe6D3TSNN5pTJSxxhNPuFcgn7SnUPe { width:38.6875rem;height:22.9375rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgcHnvwXsPhBLll6RbpVFMTk1NhtiyrV { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIADNo658CxDDpSbOEU7mDd2pQLO0E6g { width:29.875rem;height:16.575rem;top:3.625rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ub4pVioekl5MvBLKuTpHARadTVT80G { width:24.5rem;height:2.7625rem;top:21.874999046326rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur9lpBezlXJ3cuXUciHex8FszydoZobR { width:24.5rem;height:2.7625rem;top:21.874999046326rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn { display:none; }#v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn > .row .container { width:47.75rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qM4stECCfpF3ObezrNmbDSOeeHzBo68k { width:38.6875rem;height:22.9375rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLZfhyoNM6FZIFd1pxqhDOLUeKFG1HQc { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAHxQrZmQnPyfrAdsJMyQ9cXgZRI02uI { width:29.875rem;height:16.575rem;top:3.625rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3TcsCdbpmmc8skSRcBPQ7bOVPo4sxMS { width:24.5rem;height:2.7625rem;top:21.874999046326rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyThDdk1RpTXCiF6o8uKxctfEfVHQgRs { width:24.5rem;height:2.7625rem;top:21.874999046326rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ { display:none; }#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BAz56IaUTFTCbZM8cTSVFAGlbsu43s5d { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdeArBz1al0qD8oyg1RPSXFgE1kSOesb { width:40.625rem;height:13.4375rem;top:46.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6iG7i8oSZzCA4zK5lXn9WI2hxXeT2h4 { width:47.747375rem;height:3.16666675rem;top:46.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgdKVUT63H22eoJIMaiM3AJLTuXRgRx { width:47.747375rem;height:3.16666675rem;top:46.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKDPwlKnuF0rxcOSIJDVccZhIXTKsglP { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVEHCuw6kQKTND72TirwQiRhynkyvpNz { display:none; }#MVEHCuw6kQKTND72TirwQiRhynkyvpNz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IQoD0ENZdSGhlt0DC6Az0u0u1kI3gloo { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acs2cc16gHd96g3w4lk4Kl0oPRwWAJWb { width:37.5rem;height:3.4375rem;top:43.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCEQGSoSdaTZPKEcKxFnbOdzetRLuSW { display:block; }
 }@media only screen and (max-width: 763px) { #wocFOtcFnKmaiyfrggQ79VUn9hiTOHRT { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOluVyryqeZrKA52KJkoGy6naHTqobLP { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MxxrgRXWoUuGReMBx7bKrw4fBIDWiC { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7qZwbSf3EdrxJwGFurNRhPT6hqbqng { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5qchHUiwvZ6gh73iJSDKWEFVEN3wk4m { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA91IpqpM9DlvorL5Xmi22gommA5esyA { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2IhlylvGaZlDc8vL1xGyJTfvruPauU { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5TLQru0MBLrEBC2z962Gy0tTrAINZQF { display:none; }#I5TLQru0MBLrEBC2z962Gy0tTrAINZQF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gnZltfPlQdJ7HsGWZDdkbCwUm6cwKAi3 { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqvA2uo3dvwNkfKe4eRFmPkfNamMyck0 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UscsTRgRer8qoWXakVW7skfd27iidzIT { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voMsXbVrEnamMikgcwmiUhwZOBl0Ay3o { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxeBcAMhhwbvB2WcPsTdetnh05z3HQxi { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXJU0eaDxvpqK7SSUEcapA2Hyw7yAkfw { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdz8hDxSOhXbBw5PB4RTfTePESkwXlNE { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMH6oSznmOec67D4Zot6XVpDzd3NrLFG { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd8O81mE7foW3DCJqpc01Xski39F5sIZ { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5K9iqPs4D4zkmApPIE3Hbc41nNO78XZ { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmzoz6zg3zfIWNCyhfTPify48CbmVB8G { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcEMF74f8ec6vG16VIQrQVZm5QB8EWQn { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8dwK1oTvI3Q8lyyiMI8Lor5sVXR46eC { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub7o1Gnf55lwh4cfOH3FqwUn6z5tBBNE { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfBbgKB7NURId7ub5LPSB91Alem0tSh { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuAgXKifdroxTSVRGO6tvRXSS0BbEAVS { width:15.625rem;height:3.4375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTH7gzdy1geJEeXLUMCZLgSVxVQvT02 { display:block; }
 }@media only screen and (max-width: 763px) { #umXqoZAn0Bo69dpFenqPPC4aRQ8HbcDA { width:15.625rem;height:3.4375rem;top:30.5rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBSI6rAqMeLgTTy9qkirgXyMdubTdKtI { display:block; }
 }@media only screen and (max-width: 763px) { #qgSrlNvUorNVdC7XpLDwMkyaimpdfla7 { width:15.625rem;height:3.4375rem;top:30.5rem;left:25.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDzoP0ZFaXoo8n1NTHWzKPXoLXaGgX3 { display:block; }
 }@media only screen and (max-width: 763px) { #epoa3ELMyJK8sIs973w92SIS0OEcrlr3 { width:15.625rem;height:3.4375rem;top:30.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMphS0Qx2Pw2MoQXXGg01K6bSSaUqd3V { display:block; }
 }@media only screen and (max-width: 763px) { #sp5TXh1tBcPu4gEi7V98duwN1xq7FB3x { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb { display:none; }#kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VK7UcHlhSOsTUT9x4E1u2uUW287TScVT { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48slWd4yEnKAW3pDbz3kZMkFb50TdDc { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q32RW9blLH5n0BTXzaqc4n1svh7tUpJT { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPRuZ4nwAQg1M9JDvC8AMuzzv4ZvH8rO { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9isyOnuewO6TSs4o0Eg0sAVT5b8353 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXNN1y8U6Ls9I70rQuTMI1l9LScMUE5R { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4EHCwsukcLePuOW8ur4UJVnwofquFM4 { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDC8wiOmA0FvXSo1oA669J4JqWo1SLfr { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMf4G2d90HImzOpVTOhL0aPfWxTAgOSl { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmJu4kfQo5mEWliS8NpPvzNnsB9I0JoE { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5xT4xaZVS8Vke7FNsXcvklJxTDLgcwi { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu3BTiRSGkqThBbwmzdTf5QmfCByPyQf { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgeopxtMmn7hfaT7BF9zZV3evQblSfzC { width:15.625rem;height:3.4375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrnG3DtDucKTDZn6nqXNZdhE7eZPE48 { display:block; }
 }@media only screen and (max-width: 763px) { #T1GR62v2eastFam9qxTEqp2M3NvZDt73 { width:15.625rem;height:3.4375rem;top:27rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui7vuuiibt84pFH3EsCaoT9e4KXcbBrr { display:block; }
 }@media only screen and (max-width: 763px) { #mN2MPEqIWJ4TV5K7XfiNW3JiVfwLp7Bm { width:15.625rem;height:3.4375rem;top:27rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ockOZqb8tWrHqoT7JNCEBXxJ4fIOVSXB { display:block; }
 }@media only screen and (max-width: 763px) { #U9wzd36udx4S9Csq1aRazpXTF7B5BE9b { display:none; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container { width:47.75rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Am1mGt3OppZ6AnfPioOt72G5nntSekKQ { width:47.75rem;height:4rem;top:5.40625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8AhPwnHPfogQIqfmtaM8DGEWwkFwwLt { width:40.625rem;height:10.1875rem;top:2.6875rem;left:3.53125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD { display:none; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bqrwMpsq2qxzbkt3vFpHEdXmtlhiXG2u { width:37.125rem;height:4.0625rem;top:1rem;left:6.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PTlv2BtT40tAXRaUgbX9qTzfhdaPno { width:20rem;height:2.75rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u92crZfPVJWflATKw7cAfGkFAJdZ2G07 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bbe7752-f030-4ecd-b54c-f0e9aeffbb0a/Zdjciegwnenastronzapisu.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07.adaptive-delivery-prevent-bg, #u92crZfPVJWflATKw7cAfGkFAJdZ2G07.lazyload, #u92crZfPVJWflATKw7cAfGkFAJdZ2G07.lazyloading { background-image: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container { width:47.75rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zaNn0BP4BTXJAFLILeMQ7W6tcmJ5h745 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7SyM1B1FViVLhIo3PeAGGlMyP4toEEZ { width:26.25rem;height:29.9375rem;top:4.33349609375rem;left:21.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #L5R1fbKdDJ3ZREQgIq8CC5n6AwzKDouH { width:22.9375rem;height:3.5rem;top:5.875rem;left:23.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4R8CtNQTpJcLFNk2Xwk3gJugKX84g6w { width:25rem;height:1.416666625rem;top:9.3544921875rem;left:22.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3fFPIIPNu9iK6a6DDMeJv0VLs6woHrf { width:26.3125rem;height:4.625rem;top:33.2294921875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4vF4drUJ7PA2stx6AqRtS59kxS8X04 { width:21.6875rem;height:1.583333375rem;top:34.7607421875rem;left:23.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7AJMBsD8z2nnS9U4JceTq809TXm2H1i { width:24.6875rem;height:28.99808125rem;top:10.11474609375rem;left:22.28125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo { display:none; }#INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CPUR8gWermTqCE93DIvQOVaa5til3Qrz { width:43.75rem;height:3.08333325rem;top:3.604248046875rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSG0Hecr7CykBsqv9qK7C0kHBpWqlVy5 { width:37.8125rem;height:6.5rem;top:1.783935546875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS { display:none; }#TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ki3TCvkilML0TkWLhq5IswB1b6JRel3P { display:none; }#ki3TCvkilML0TkWLhq5IswB1b6JRel3P > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6R4kTRxI7r6XtkcLIlSJpzfUklHQJZy { width:22.9375rem;height:2.75rem;top:22.5625rem;left:24.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcPT8EDETl8inbwCnKkX0rhQCUovTZ { width:23.625rem;height:3.8125rem;top:27.5rem;left:24.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHVVer8k6uhniettCvIBZX0yLJkG4TBZ { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#pHVVer8k6uhniettCvIBZX0yLJkG4TBZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PAhqtthfbw9CIg3uSeK9UxKUUHXX4IS5 { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#PAhqtthfbw9CIg3uSeK9UxKUUHXX4IS5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ISccGAcTCA0txAEZZFE13EIqzV0pGdE7 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zptvh3KkWAPLQ85rpfcvtF9HLe34sv8m { width:15.625rem;height:2.1875rem;top:39.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IK1mwsqQOn3CJP9qkTTW98zg1zbn0irz { width:26.25rem;height:29.9375rem;top:4.33349609375rem;left:21.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #yURDI6qAPRL9V9ZnwT5du3uozBqFiG9y { width:26.3125rem;height:4.625rem;top:33.2294921875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UCqDwypozOLIkQwrkOg8fHvGpI1iWW { width:21.6875rem;height:1.583333375rem;top:34.7607421875rem;left:23.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXB99MyASa97EBWSLzWNCX9ouczogLKt { width:22.9375rem;height:3.5rem;top:5.875rem;left:23.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbU1a8XJh7HKKqULz15XUBMWJHwKOS44 { width:24.6875rem;height:22.666666875rem;top:10.11474609375rem;left:22.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3RaepvdhPf0Oyz4ATG50nZnEdhV4Jdc { width:32.1875rem;height:5.9375rem;top:32.875rem;left:15.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfB5nHrkM90LDC4dxAzKqbUJriRUiFck { width:16.375rem;height:4.6875rem;top:43.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK { display:none; }#gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uFOA8q7r3DMmOVgFci1hcGpyGwOyTBha { width:43.75rem;height:24.5625rem;top:5.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgrD6znKbfOOAtbbKOrfnDqLvAMHmVy2 { width:41.5625rem;height:26.5625rem;top:31.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkJEfco4scUfL8tGgSZ9mpVipiZLfAUJ { width:31.25rem;height:7.5rem;top:9.43620300293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 { display:none; }#SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 > .row .container { width:47.75rem;height:35.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DISTHVwtPPiDdTmVCNywThMII1h0lh3K { width:25rem;height:1.4375rem;top:13.125rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44rT3S77UUuWP2x4Wd6o6wFRFrJfxpe { width:22.9375rem;height:3.5rem;top:4.875rem;left:23.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHSOPCB5Z1zz1347qAaQrVFwCiFvTKLg { width:26.25rem;height:24.75rem;top:3rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONG9gnSw4lzBPsk0vr6UKqrB0ghtvnu7 { width:26.3125rem;height:4.625rem;top:25.061218261719rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1cvp9Zs2FywZLGqRGIQVbiQTpqbIqFu { width:25rem;height:14.375rem;top:14.625rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT7E89zDnc8BAoEQtonlq5bz30rMFND { width:21.6875rem;height:2.125rem;top:26.321655273438rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCiOLf4bamV6b4Xfzk7FMkUlay3wVdak { width:47.75rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ { display:none; }#tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ > .row .container { width:47.75rem;height:27.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gQBBaOn5fsORve9U7N3ymsxpCT4oHDcN { width:32.25rem;height:1.75rem;top:3.75rem;left:15.562500625849rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMaL2rVIlQ4AT4LyyK2lzGOwypFefiqM { width:30.75rem;height:20.3125rem;top:7.428466796875rem;left:15.562500625849rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0WLDVyIcrKCDaiEZuVp2CBcqaCNAbTs { width:12.4375rem;height:12.4375rem;top:3.75rem;left:1.2500000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 { display:block; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGkqBDKWw0tDnO0FhP7XmTURMRxNQroC { width:47.75rem;height:4rem;top:5.40625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cctvUKV6LWggCsTb4tPV1GigTzRgg9aV { width:40.625rem;height:10.1875rem;top:2.6875rem;left:3.53125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS { display:block; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20d9a612-bd37-4caa-a92b-e96e9cf3aa25/SEC7Background.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8.adaptive-delivery-prevent-bg, #pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8.lazyload, #pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8.lazyloading { background-image: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container { background-color: transparent; background-image: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container > .video-iframe-container { display: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row > .video-iframe-container { display: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .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); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2T0TcleOTwf36PqP7cUA87kK2cgrL4n { width:29.3125rem;height:23.625rem;top:4.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxroT2ZQ2VkZEJqiPPiAMqo8kIJVsdiy { width:29.3125rem;height:4.625rem;top:27.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcP6D76ht9NeQrHBgPwKTr0eRroMPyln { width:21.125rem;height:1.833333375rem;top:29.25rem;left:13.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhIWqSVKnB06X4FfN2PXMA02ugpTOocb { width:25rem;height:12.749999625rem;top:10.375rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvdOhaHuSMsek9ufuT6thLiquAiZpvKJ { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMHPSDXqko1JHB0EciIH7rnweGLqUJ6y { width:47.75rem;height:4rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFrUpVQlCkvExzFlrlPeW5qmW9TTL02T { width:18.75rem;height:12rem;top:28.125244140625rem;left:13.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxtJk6LpPCx5WUXw9xnG6DDq1Rh6CXNE { width:25rem;height:12.749999625rem;top:10.375rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgym18D8Wemf5fnGpUurdybZ3J1AD8f { display:none; }#IRgym18D8Wemf5fnGpUurdybZ3J1AD8f > .row .container { width:47.75rem;height:19.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tXRTkUeCh0QpvtKGgCsXX4y9bVw1Uoiv { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9adB4XDFBTn22o0209NpPEbh2SuE8sC { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWLiKsLWCc3aHI96VVAPeNqWestTdGLl { width:29.875rem;height:8.2875rem;top:3.625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVVcgFKhHvfMpO1x1CB7D9FlifpgNRN { width:24.5rem;height:2.7625rem;top:13rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM { display:none; }#pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM > .row .container { width:47.75rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2yPpoqoGQCU6VgiDiM51Ug8qAdEfDde { width:38.6875rem;height:22.9375rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuXIwIei7m52Pb5cvz9LRdsiDJyuSrSd { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzZeHBdx9JHns4NknQhH6vDilnOUToD { width:29.875rem;height:16.575rem;top:3.625rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXNaVgAn7IOgeaGF8hy4gNnzm5au3FLD { width:24.5rem;height:2.7625rem;top:21.874999046326rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc { display:none; }#BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyT9o4U3tFzXZ8xXw8ZxO3HTfTeZRhSl { width:38.6875rem;height:24.5625rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQyOhpGe3WFuuCQiGvdCRl6s8xiUsV9w { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qimmZ2qGZ1XFUlG2Q4qGnq4UhPVmVDLb { width:29.875rem;height:17.95625rem;top:3.625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyeHNxk1sngfQ5MPEm43X0TzqdHRWHp { width:24.5rem;height:2.7625rem;top:23.187500715256rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCvr0f3AVV086zbq2RWShtBZJTmSOFF { display:none; }#MpCvr0f3AVV086zbq2RWShtBZJTmSOFF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK { background-color:#e84c84;background-image:url("https://images.assets-landingi.com/uc/9d3ac572-a4e2-439f-8d56-24d9ff4ba6cd/Bonuswalentynkowy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK.adaptive-delivery-prevent-bg, #SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK.lazyload, #SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK.lazyloading { background-image: none; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QrhARLpfJKmbQVW0NVfhdGSDdWbSwPKT { width:20.4375rem;height:2.58333325rem;top:4.125rem;left:26.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIKra6CcrMOOmzF5meAaZADS6opkyUNa { width:20.4375rem;height:5.6666665rem;top:8.5rem;left:26.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBUskFTNfcvwGXl6kaP4Av4rg3PgzeZ8 { width:21.6875rem;height:9.916666375rem;top:20.25rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETmXyMh58CHQpv0c4nDKlSmK75VHwQ4 { width:20.4375rem;height:2.83333325rem;top:14.9375rem;left:26.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plb8lhNv4Wa686mkI06GT0xsVczOcA9O { width:21.25rem;height:1.416666625rem;top:32.0625rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9kIhspJ2O2OpzMx4w5GJDTtVvlAr6a5 { width:26.4375rem;height:26.4375rem;top:24.354248046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUaQergF7l1KRr67qp0zGTzTkTvvCE7i { width:26.4375rem;height:26.4375rem;top:24.354248046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykSM0sbEsRf5GZDAdiFnkdnerOchuci3 { width:22.875rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ { display:none; }#nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ > .row .container { width:47.75rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mpm5crwyPMCyzlyfeiqRgcGwtyRKtXWn { width:32.6875rem;height:15.75rem;top:5.6875rem;left:8.92578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUAC04PrxoeBGxEolLXfRaPA7F8ymGh { width:29.8125rem;height:2.83333325rem;top:2.166748046875rem;left:8.92578125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq8dsPis77JMn6IPsho9kEf1CE7ng0kQ { width:18.229166625rem;height:2.856770875rem;top:40.04150390625rem;left:14.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0ZcgKJZENuZGtAG6iDZwOdE6T0Jvoh { display:block; }
 }@media only screen and (max-width: 763px) { #AwUEcQGcg7FZQQLHWaoo3NPFhNtPifHz { width:20.4375rem;height:3.16666675rem;top:35.79150390625rem;left:13.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG3DXLCQHLHnDOtUqkoemZvdy6f8PcyU { width:6.5rem;height:6.5rem;top:28.019775390625rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3v6hICKhSbnxOTzUn90NU9wClIFy3v { width:13.25rem;height:13.25rem;top:23.45703125rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM7waA7V7IIVM83ViufLRcE0Hoihfvc8 { width:18.75rem;height:3.375rem;top:23.354248046875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7hKf5CFNh6LrOPg8nykym6Cf8fRdlBt { display:block; }
 }@media only screen and (max-width: 763px) { #ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 { display:none; }#ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RXdANBIWGzH65Fz5OHZyo9Px8GJ2wtSp { width:42.5rem;height:18.1875rem;top:1.791748046875rem;left:2.5416667461395rem;border-top:0.0625rem solid #e84c84;border-left:0.0625rem solid #e84c84;border-right:0.0625rem solid #e84c84;border-bottom:0.0625rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #faSPWRthTmTkUNwBzVzDNKyGSr3Pb1Mv { width:24.4973965rem;height:1.25rem;top:14.373779296875rem;left:6.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnu6PRzcR86RoawGEw5XsAoUiehWzBKy { width:6.1875rem;height:1.25rem;top:1.75rem;left:2.5416667461395rem;font-size:6.25rem;color:#e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #wEaILB1RQDltHOfR5uSLGhboft6PamFa { width:38.0625rem;height:6.666666875rem;top:5.697998046875rem;left:6.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVXIZJLPMa0bmOTp8iV6gaP8UwFE2vCX { width:19.25rem;height:19.25rem;top:12.36474609375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqbTEVedZSuXsADmpTFCiI3dbDAvzC17 { width:19.25rem;height:19.25rem;top:17.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB { display:none; }#KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB > .row .container { width:47.75rem;height:24.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #inpcvMo93L4GI7y1eCXAf3pHJdA72Tp0 { width:42.5625rem;height:22.375rem;top:1.937744140625rem;left:2.5416667461395rem;border-top:0.0625rem solid #e84c84;border-left:0.0625rem solid #e84c84;border-right:0.0625rem solid #e84c84;border-bottom:0.0625rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #cb11PJV7ACntJlJTOAc51Pr4VzTK9nXv { width:24.4973965rem;height:1.25rem;top:19.66552734375rem;left:7.1666669845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRlKxpl9dTCpFqSGcTsRiAV4aRwOuP2W { width:6.1875rem;height:1.25rem;top:1.979248046875rem;left:2.5416667461395rem;font-size:6.25rem;color:#e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #fTWS3lSFmC32MKxAQru0ScvKve1CNp57 { width:38.125rem;height:13.33333375rem;top:5.77099609375rem;left:7.1666669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v { display:none; }#fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uzOTIV0EgQOU1SnkxIasHTeeulJITTwy { width:42.5rem;height:18.125rem;top:1.89599609375rem;left:2.5416667461395rem;border-top:0.0625rem solid #e84c84;border-left:0.0625rem solid #e84c84;border-right:0.0625rem solid #e84c84;border-bottom:0.0625rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #F06lRJBEKw4VZ7Oxh32JV4dKeiJaL7Ve { width:24.4973965rem;height:1.25rem;top:15.22802734375rem;left:7.1041669845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsToap26lvvTfPEcd8OwN3X8adPe4NPc { width:6.1875rem;height:1.25rem;top:1.89599609375rem;left:2.5416667461395rem;font-size:6.25rem;color:#e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #ShLShdkld6T7Q8nHRFL7pDrptiBXTGaT { width:38.125rem;height:7.916666875rem;top:5.592529296875rem;left:7.1041669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmLPBzcKMGlZVuTZwlRFv6qMX53MnaBx { width:12.4375rem;height:12.4375rem;top:13.540608765625rem;left:-1.20833325rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4AgDzOFpPUze5Qb0fgHnV8FrmepvTQz { width:19.25rem;height:19.25rem;top:17.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 { display:none; }#A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHmTEQz81G7lr0pQwLF75NHwBVvHM9QZ { width:42.5625rem;height:20.8125rem;top:1.89599609375rem;left:2.5416667461395rem;border-top:0.0625rem solid #e84c84;border-left:0.0625rem solid #e84c84;border-right:0.0625rem solid #e84c84;border-bottom:0.0625rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #L3Bud93v64o6uOarRQetD5P14Qd8ZfcR { width:24.4973965rem;height:1.25rem;top:18.37353515625rem;left:7.1041669845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyOlAu3XrTp61XUyyMZx0v6537pTQoM { width:6.1875rem;height:1.25rem;top:1.89599609375rem;left:2.5416667461395rem;font-size:6.25rem;color:#e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #xGwSwsrtlIqu7UqqwMaSOf6TR7eUb51d { width:38.125rem;height:10.666667rem;top:5.70849609375rem;left:7.1041669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVABGSumKnyx6w96MMtxribvGCNLbSa2 { display:none; }#BVABGSumKnyx6w96MMtxribvGCNLbSa2 > .row .container { width:47.75rem;height:45.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XI0t1n1UTMQD16e1q9ooEQs4upekGSAH { width:42.5625rem;height:20.6875rem;top:1.875rem;left:2.5416667461395rem;border-top:0.0625rem solid #e84c84;border-left:0.0625rem solid #e84c84;border-right:0.0625rem solid #e84c84;border-bottom:0.0625rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9Ky3llE1TGgtVBpULmiO1GtGmiXb83 { width:24.4973965rem;height:1.25rem;top:18.25rem;left:7.1041669845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux3w3ZAoAMFAnkowKdmU1WscFTSBHBNi { width:6.1875rem;height:1.25rem;top:1.854248046875rem;left:2.5416667461395rem;font-size:6.25rem;color:#e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZueBZv1q4hn2U6ISqAHATeUTfRy2LQ { width:38.125rem;height:10.666667rem;top:5.666748046875rem;left:7.1041669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDXOWGRLVCiKRU3dTAP6XBty6JRvLT0F { width:18.75rem;height:3.375rem;top:27.354248046875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ishatnsDq9xippIglZw4AEybrvlUTkUM { display:block; }
 }@media only screen and (max-width: 763px) { #Cy5SCTd0k4OFblMJTmxWLqua4SV4LLrz { width:24.4973965rem;height:2rem;top:34.64599609375rem;left:12.420573234558rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA2rTfIVbeHcxBVDmdWvTXkxnJNhTpkR { width:19.25rem;height:19.25rem;top:17.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMvz3fT92bdzTBEDkO0BWLilrZp10q5q { width:19.25rem;height:19.25rem;top:15.39599609375rem;left:28.5rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zqT2HTv2ua2bQZ7FM6siuMFlCD12UDep { width:24.4973965rem;height:1.583333375rem;top:32.25rem;left:12.420573234558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTszkBx3i0z3bla1PyIliAnMEGQMsOFM { width:24.4973965rem;height:2rem;top:37.52099609375rem;left:12.420573234558rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWrkIvMLV3IgDTcKF3X2f7WQsUewFgh9 { width:11.8125rem;height:11.8125rem;top:27.270751953125rem;left:4.8541669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTFfzAoLBVWeJvcp5ioIsAFygwgkTSf { width:24.4973965rem;height:1.583333375rem;top:40.1875rem;left:12.420573234558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK { display:none; }#vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zFfKFciHZvomBpqSsaD2Gdld9KifE4E0 { width:18.75rem;height:27.5rem;top:3.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHccc1LQAesaSxaaETP1tvRNw0x7NOUl { width:17.5rem;height:3.375rem;top:25.125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeShSS8TZ0bEEqQyOC7366pxQeu217iq { display:block; }
 }@media only screen and (max-width: 763px) { #utLDk7egKSF3uFfBDvFLoXcRy3vqvG0H { width:17.5rem;height:3.33333325rem;top:10.5625rem;left:5.6750000715256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6n9xJLLsc19JUQwwTWt6Bie6QaRhRT { width:17.5rem;height:3.375rem;top:25.125rem;left:25.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMwBLoNtUq8odDVCnUTZAsMuFp5PBW2Q { display:block; }
 }@media only screen and (max-width: 763px) { #DuTURfXOGAmvqJ2tDJXQeApkzrQa7eC0 { width:15.625rem;height:2.75rem;top:20.4375rem;left:5.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfXWDzPO3Q1S6CDG47KThZILH4zv9oWK { width:18.75rem;height:27.5rem;top:3.625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1w37eWMZdtKDVD4JCRk9D66M8nqyTk { width:17.5rem;height:1.666666625rem;top:10.5625rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDovbKmHhDTzyhNfIuGC4JONPFK0XTX { width:15.625rem;height:2.75rem;top:20.4375rem;left:26.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Oik9rTQKNogq19HnsvcVor9KamotIl { width:17.5rem;height:5rem;top:4.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2w7N92h2aPOTLHJbpbiTQPZlTHTGct { width:18.75rem;height:2.33333325rem;top:5.5625rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naRMSEW3fOV1SSnnt0oEUTkRq96emD63 { width:17.5rem;height:5rem;top:4.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxZzuRUeOo5QKm275FwhmIXtugTSCKlV { width:18.75rem;height:2.33333325rem;top:5.5625rem;left:24.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QywT8SVN1PPT3vKgiDsMKO3OSK5TPh7O { width:15.5625rem;height:6.3333335rem;top:14.1875rem;left:26.062500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v2Pd2QizFJRpsQuxvkF491J6gGQrhE { width:11.5rem;height:4.750000125rem;top:14.983596801757rem;left:8.0000003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0uw3bduR595uaGvDHGurslPG2L2r7qG { width:17.5rem;height:5rem;top:4.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flt8J6u0cGQUBDA1nsCOJlBdG6HF2ngb { width:17.5rem;height:3.33333325rem;top:10.5625rem;left:5.6750000715256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi145EvSZ5fuJ74XRyxGKqzIoWgLhtJO { width:11.5rem;height:4.750000125rem;top:14.983596801757rem;left:8.0000003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubhgTxZv7Bg05lJFRTuw4NDvybm8egIE { width:11.5rem;height:4.750000125rem;top:14.983596801757rem;left:8.0000003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJSnR9MMuuVTVgKdkG8koNOTXC9sxW5 { width:17.5rem;height:3.375rem;top:25.125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGCASZzBJrTLNaW9pxqaqQmR5CwLcTcP { display:block; }
 }@media only screen and (max-width: 763px) { #J2U6HzF2qzXh86VZm939eg5flShfDFzn { width:17.5rem;height:3.375rem;top:25.125rem;left:25.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2aBbx6edfDedImmZHBGPA4MlmvL7p8M { display:block; }
 }@media only screen and (max-width: 763px) { #KwxvBDkPCR99mT9metrSow84TvqAIiAT { width:15.625rem;height:2.75rem;top:20.4375rem;left:5.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBswK08QQ8Ny4f8lqI9spHZSyJxwkMuK { width:15.625rem;height:2.75rem;top:20.4375rem;left:26.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THonBrXgeyVXbRFt1qQkO6Gb1lXN3Luf { width:18.75rem;height:27.5rem;top:3.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0BTxbD5ctXVz5vBBMFzwMZ6I5cLPoX7 { width:18.75rem;height:2.33333325rem;top:5.5625rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC8bvascqMd4MnRKFoIHIvGFeqAbny0R { width:27.6875rem;height:23.6875rem;top:43.6875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSrezTHzyTvuGyXS1IWNxhSVS1HdOGyH { width:17.5rem;height:3.33333325rem;top:10.5625rem;left:5.6750000715256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 { display:none; }#vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ncuSQTUKSJe5OKvbWAqNlhEObTVBichh { width:16.1875rem;height:13.5rem;top:15.25rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlNgyfKFBXx52akUu5fZzXTkxkIJUp7O { width:20.37369725rem;height:3.08333325rem;top:23.48828125rem;left:6.6471357345581rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ef08s4lwba0PNKlFq9B4sqk4WQUvOa { width:40.625rem;height:58rem;top:21.12109375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFHEoCoQXMV2TRJLaTdn6tHpRQib0GB2 { width:26.3125rem;height:1.8333333730698rem;top:18.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B43Rqt0nuUF0PyAv3KN0Niy7C1Q95SxJ { width:30.9375rem;height:5.5rem;top:27.915405273438rem;left:6.6471357345581rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftfQ9nqWLVRFLTs1we4xnT1LVTRQ8wuk { width:30.1875rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X { display:none; }#WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X > .row .container { width:47.75rem;height:51.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rtaTSBr4LgNVIowkMz9cbgBlq8mL7JKv { width:37.5rem;height:28.75rem;top:15.686279296875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEMp36rcDRITpdE6mJfdW8IdlvGKpWS4 { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #LAoRarOVPv0Q6Zg4L378ApFQWEZDpNNR { width:47.748046875rem;height:8.125rem;top:70.6875rem;left:0.001953125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIOpFVlFboTdyXP8Otb2aZpf5u0vqyVU { width:36.4375rem;height:8.75rem;top:3.666748046875rem;left:6.2708334922787rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6W27dq9C1gJrvgpAClln9Cz2WZNmsm { width:37.5rem;height:11.25rem;top:2.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHJzsvPTPhS6svEmh5Q9Cz0nalpNZCM { width:40.625rem;height:37.8125rem;top:21.122314453125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mw67i8Vstghs72gR28N8H5o2y2CA3Ter { width:26.8125rem;height:2.66666675rem;top:48.8125rem;left:10.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ { display:none; }#uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HIZMl5NVTyXFLQ1q1Of5Fq4XKMfbenQ1 { width:18rem;height:12.8125rem;top:2.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6pHuSmV4gJNPSTaNhviJoEi0f1fkazw { width:18rem;height:12.875rem;top:2.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQNkLAVATLvEZMTg1PM8msqQGOmrXVP { width:18rem;height:12.8125rem;top:16.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIz1oioVLrWtSAoIDEfFTBAymz3wrRbq { width:18rem;height:12.875rem;top:16.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGHZHEiyu2FWSsn6sDcDlpp3Zrf0WXO0 { width:18rem;height:12.875rem;top:2.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAbvZDLhFVTXdUn9KAQ7W1uCxeTIsJ8 { width:18rem;height:12.875rem;top:2.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJb2FpBnHENvvA7xE7CK8og5UrKT5ySD { width:18rem;height:12.875rem;top:16.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUxyz7WMm8RLQOu5SUVTF7RLRisTfTV4 { width:18rem;height:12.875rem;top:16.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW { display:none; }#gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW > .row .container { width:47.75rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JTkrqQKHTyMoFs5lZucSw4UfpPGfQl28 { width:42.5rem;height:23.6875rem;top:2.4375rem;left:2.6223959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzeBXRo2rRlwcuD3sR6JBObA9grqkTNG { width:42.125rem;height:1.75rem;top:4.916015625rem;left:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz4WmUUevnnH4T848fM7fTVfGZNPu1uT { width:40.1875rem;height:15.83333375rem;top:7.6796875rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/3bd5ac23-4f67-4e3b-9ad2-2a05ee2ad3a5/TenKursBackground.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.adaptive-delivery-prevent-bg, #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.lazyload, #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.lazyloading { background-image: none; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL > .row .container { width:47.75rem;height:23.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G2wXuNyc8uZnwdqTg5uCc3MPDUytEQJx { width:43.7486991875rem;height:2.75rem;top:12.20849609375rem;left:2rem;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L3CGMIKSrLpdq02IuJHR48BUODMr9TPt { width:31.3125rem;height:8.25rem;top:2.484375rem;left:8.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvVTrtQ8Wv1E2d3MhiikL8DmhaHOUuz { width:18.75rem;height:3.375rem;top:16.6015625rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hHKHITzurGf7O79tkEQC0WXUUULzyE { display:block; }
 }@media only screen and (max-width: 763px) { #e8bxWllECmh73TqPxPBPUrA0npTzVtUp { display:none; }#e8bxWllECmh73TqPxPBPUrA0npTzVtUp > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DkXFBKlzgpUkaZa5p5TtlamASWzk8p9S { width:37.8125rem;height:8rem;top:0.1875rem;left:4.9674482345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OagiAozOppdrNTNzJQ5VJ78bbTE3PtVk { width:43.75rem;height:3.08333325rem;top:2.64599609375rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES25enRO981RzvOPUKspyQK1asZx2BWW { display:none; }#ES25enRO981RzvOPUKspyQK1asZx2BWW > .row .container { width:47.75rem;height:42.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMEHqCL702oIHqoUnfqvTUbax4po6TfK { width:47.748699188233rem;height:9.666667rem;top:3.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJlGq4UqT3DDPNzqkZG7gTBAJbmVKxVG { width:47.7486991875rem;height:5.25rem;top:12.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L63IzyUuF9m7zPxZuw2PsxV9s7tFSTrV { width:40.5rem;height:5.25rem;top:19.0625rem;left:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zePUolaq08wqOlvv6pxTrzboSLHuq7G1 { width:40.3125rem;height:5.666666625rem;top:25.125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9KBJIU11qCVldeUMhvHV8kEwAKuLRQ { width:21.25rem;height:1.416666625rem;top:33.25rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyEOmtTfTuOKVCgZn9H78VCB5aXDxtXp { width:11.25rem;height:11.25rem;top:4.164306640625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaEWsHWATMrlqz91MZPwWrRRrQ1QGQAw { width:47.748699188233rem;height:9.666667rem;top:3.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVyFCc97oEJcJ32x7zHH7cQWlNVz3GTm { width:28.125rem;height:3.375rem;top:36.37255859375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNuVTmT5EeFXJk9m7HHIm0lggEGPDedt { display:block; }
 }@media only screen and (max-width: 763px) { #eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV { display:none; }#eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV > .row .container { width:47.75rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XBazoAlhKw8OZuf65nFaymJgBhrOQTz1 { width:12.4375rem;height:12.4375rem;top:2.373046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Is0bVxQwnwXc6qa2suur3S5TTTQbwL { width:28.74869725rem;height:2rem;top:4.186279296875rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igxe6dXd7FEpUFpiMc48qiVOUZPhE13c { width:35.9375rem;height:12.1875rem;top:2.49755859375rem;left:8.1223964691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq7KT3QwF3MlWboe30DBbIOkFIy79ZLv { width:26.25rem;height:3.16666675rem;top:6.186279296875rem;left:16.186199188233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIltvTOpDf4bwvSRB4Fdz6IhxWkwHUxP { width:29.1875rem;height:3.4375rem;top:10.1015625rem;left:14.9375rem;font-weight:700;font-style:normal;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pO4dpTSMvULhI5W9WDWOkUJJx8ABQuyc { display:block; }
 }@media only screen and (max-width: 763px) { #b1Ekam3GDzescR8vE7pwtTpv6QJ4A4yc { width:24.75rem;height:3.125rem;top:10.2265625rem;left:16.936199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB { display:none; }#wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB > .row .container { width:47.75rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BIBB5U360RIAHcibfGFaPNPzfMANwqk0 { width:40.6236991875rem;height:85.75rem;top:5.0716552734375rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNloPCAas1RFuKZWJsGMuRipqGd78PNv { width:42.9375rem;height:1.75rem;top:2.5rem;left:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT { display:none; }#T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT > .row .container { width:47.75rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nXXPUk04EoWklLgpCXyd7cRySBzCThgW { width:42.5rem;height:17.1875rem;top:2.4375rem;left:2.6223959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4t0xpNEKTi3nefBCc58T53NvdhcROXd { width:42.125rem;height:1.75rem;top:4.916015625rem;left:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtE7clhxvLsAVrysaQ283iQ0SdvTnaA1 { width:37.125rem;height:9.50000025rem;top:7.680908203125rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk { display:none; }#kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk > .row .container { width:47.75rem;height:39.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX { width:20.9375rem;height:8.2925rem;display:flex;top:11.416748046875rem;left:13.201823234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #o9EkdzviPHG9lsC2whEnacOvgbuU0qln { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #QRxSdvbcRVfKGrTdRPsTCpJTZPFEM0xA {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #i6XTuV4vepCod3ByP0dcAf2uikESBEFF {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #B6eHUeKcGiSmkbDgSkaO7yoTlFlNsowo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Kg0O8CoiMv42yzdMvBJL45DTxP98Lth7 {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Zt2JHO0QthcH23UetTy178ZbiaxmOtfF {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #BmsIgKRZgtlOlkXe2vKFq3m4vqAbS2Ae { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #MEaC1Q0Zc6rbvRoGMRdmAFogrDVBW8bN {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #T1pDTILpLk8M3TeNWv8qpqfWspUwLF3e {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Gtv1U4AFpoIns6Q75IGpJg3qrwCBcGqA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #ao9rbxvyOpgAwaCmDxc8DEm1ewGHpDDO {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Rb4oQ2XekM7tmwgB8f2EW0R2SP4A3Qty {  }
 }@media only screen and (max-width: 763px) { #UHM1hHrVnAlwokDWeLhhRoQTcPqAH4c4 { width:47.7486991875rem;height:8rem;top:2.13037109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXzZyPZJTF4zOl0I4nvRagdRik96cqo { width:28.125rem;height:3.375rem;top:21.62255859375rem;left:10.606771469116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLpqSy7T8cuDV3CT3TLHNrsXxBwDFyX { display:block; }
 }@media only screen and (max-width: 763px) { #Fn1hcgdRZPoMGFOG3SBrA7PAXMxOb0D4 { width:24.4973965rem;height:4rem;top:30.0625rem;left:12.420573234558rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8TLRBmrlD3kNttIEQ6c1rCkXK75VCBL { width:24.4973965rem;height:3.16666675rem;top:26.0078125rem;left:12.420573234558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqTI99SgEBfd0GlPItXy94TXfZXcicoh { width:11.875rem;height:11.875rem;top:21.643310546875rem;left:2.6458334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #en2OnzvCXquMub4c77dVxr4ts6Qc627H { width:24.4973965rem;height:1.583333375rem;top:34.8125rem;left:13.201823234558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXaOVVX9fqlfXHsbezT9n0EuBT43eE4u { width:24.4973965rem;height:3.16666675rem;top:26.0078125rem;left:12.420573234558rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bl6whI5QDNCh5esybeWGC6WAfCGtxOZo { display:block; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekCbfyAVITxlq4ZL9AXec8KwxiemI1Ge { width:43.75rem;height:3.08333325rem;top:3.604248046875rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbOdG0Q6Koz8EJHS52bM9oNphwFkNgX { width:37.8125rem;height:6.5rem;top:1.783935546875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcqSMb21DK6Df7r7uCEHPTcOEzx40cID { display:block; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF { display:block; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row .container { width:47.75rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZlL0a8XHwZRq6wIzl8iequmsFHCV3N8 { width:31rem;height:18.75rem;top:19.9375rem;left:9.1692714691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlh1KyDM9cxPuWQv1J9S1F0321QTtkwP { width:47.7486991875rem;height:7.25000025rem;top:1.41650390625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFHSOxUgkCCP4zUtePvJdMKv9E3RSTd { width:47.7486991875rem;height:8.75rem;top:7.796875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTp4316boWWHK4wI35CSHWLnGAfdsRV { width:28.125rem;height:3.375rem;top:42.580810546875rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGuLeJHzxtmmctEytFtAV8G2CCisvvf5 { display:block; }
 }@media only screen and (max-width: 763px) { #eBRIy59koNhTT2WmKRtvs9AqbutArGTe { width:24.4973965rem;height:1.583333375rem;top:52.375rem;left:11.626302719116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG7zHad98RFdpfE11tNOkakM9MuI7ITG { width:24.4973965rem;height:2rem;top:49.75rem;left:11.063802719116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHtAL9Aw9VbGnVTBctMf8scnPbya0Mmg { width:11.875rem;height:11.875rem;top:42.643310546875rem;left:1.3958333730698rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ty3c8KPJb3VBKuyKuKTSSfxLCfpbNZ { width:24.4973965rem;height:3.16666675rem;top:46.018310546875rem;left:11.063802719116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTpINcfWUkLqGrNgwuN1b6FkUTRoxT4 { width:21.25rem;height:1.416666625rem;top:16.505126953125rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 { display:block; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZlKkNXsVMwSBF0bv82kRUTndCv1WUim { width:44rem;height:6.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sveiFr2fwAJWDwJE1eu17dyR80OLu3Nc { width:18.75rem;height:2.33333325rem;top:1.916748046875rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0L5zkELnM5wBa09S3TdxO0C87vu8e4J { width:27.5rem;height:1.5rem;top:2.33349609375rem;left:18.125rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Miy4LoDXPv7emtvQ8fGPTZsfES01DOFa { width:25rem;height:24.999999375rem;top:7.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCBorTysS1P4bllJVQstU3TaWudER8t { width:3.125rem;height:3.125rem;top:7.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClpPgJaClTBDDfFAdu8B9tD4QRPtDRMu { width:3.125rem;height:3.125rem;top:16.0625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTOJR4rphy02Z7eCpoUmI725rddr63e3 { width:3.125rem;height:3.125rem;top:23rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2IaZhTMTuar4bf7JJ13i82itFNoTHAO { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g995HJJqEAycxaJQdQytKzuSmZyqEdOK { width:44rem;height:28.5625rem;top:6.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQuusO2U3TH7wT4rwf7CTRmAVWB2VMS { width:3.125rem;height:3.125rem;top:29.33349609375rem;left:34.5rem;font-size:2.1875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #uQv7zJhE0a9AXyBuQUET1yH8TTK4G3hp { width:27.9375rem;height:34.999999125rem;top:7.27099609375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvCCqSS8u1ILt8iHKyHTTORE7ByL1RK { width:25rem;height:24.999999375rem;top:7.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16t8IADR9vfc1uZkBiiZUNMwh1EvIbv { width:25rem;height:24.999999375rem;top:7.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyzxwodawGcnZeKOH6LeiXshsnbgtiWl { width:3.125rem;height:3.125rem;top:23rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc { display:block; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .row .container { width:47.75rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAkPw90x70BTTmTm7vJLoBHg6xvgZqAa { width:44rem;height:6.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgKQgwOg6JWzz66AepRvrxNyJhTnlid { width:18.75rem;height:2.33333325rem;top:1.916748046875rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d45gRzqQJyFFAtCrVgQqusAiXl7yZfQt { width:27.9375rem;height:34.999999125rem;top:7.27099609375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgFytgkQWS0BO4Hfo7usoukqFpsDAKpN { width:3.125rem;height:3.125rem;top:7.229248046875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFfcGCno8ler9dhx5aVtSnZxTrJkkgt { width:3.125rem;height:3.125rem;top:14.166748046875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXTyxxZXNRbWNkBfwKpBIdpumcug677E { width:3.125rem;height:3.125rem;top:21.95849609375rem;left:34.5rem;font-size:2.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #pV8WpvbBoRTCGgcpmlxfnrrXB7QnT6P7 { width:44rem;height:47.1875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5rh8OV5wRnrSRu4T7bxKq8lMzDwrczP { width:3.125rem;height:3.125rem;top:14.166748046875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPG7hefrK9TrMKdFI2RTM5mCHIAaiuAq { width:27.5rem;height:1.5rem;top:2.33349609375rem;left:18.125rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 { display:none; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QT40MGSK0L3I4au6ynHGbmRvPyVSwTDg { width:28.125rem;height:3.4375rem;top:1.25rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV4oPXP6xJrQwo6lCG3GZiaIWHDoJ5gn { display:block; }
 }@media only screen and (max-width: 763px) { #ZpEkeWbHNtk8ePDA9stH0uqe8q3ObeFu { width:15.5rem;height:1.25rem;top:7.1875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX { display:none; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .row .container { width:47.75rem;height:36.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WNe3BDpsDbn0bZxNllG1wkWa5S1oPcQM { width:25rem;height:33.333332538605rem;top:1.791748046875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1uQq8046nsEnIUg5fqolZmAFER8CoM { width:3.125rem;height:3.125rem;top:0.875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTb0S4BOzeUIEDZiBA65rIZN951QsSEM { width:3.125rem;height:3.125rem;top:4.0625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUmN1kssiwJvQXmpKiEFk2V1QSirgymQ { width:3.125rem;height:3.125rem;top:7.25rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTwTpMAgSma2twCeDRDLIrVLGBBMJbA { width:3.125rem;height:3.125rem;top:10.4375rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9IXtuX9FlWIQxLy4AbJTxk5OMBR9U1H { width:3.125rem;height:3.125rem;top:13.625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuzgOTfpb8lsRiLiZDaWc68K751ZxNUE { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrTZAL9pMAcsaLddS2QAE7vw7hcmUC3 { width:3.125rem;height:3.125rem;top:17.75rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH0L9IUz67HAo2Ux9EeMi8Tmoy5GCrIi { width:3.125rem;height:3.125rem;top:23rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxK3nl1TUdNSKXRl6vB1btW4l13XxKDF { width:3.125rem;height:3.125rem;top:29.375rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHDhNGHCIZkA12CPNO7qIfIC0wK4MTgs { width:3.125rem;height:3.125rem;top:32.5625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR3ENP8mfqQ4DEX12CpVkogleTR5HgWN { width:25rem;height:33.333332538605rem;top:1.791748046875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNiffOFkndAV7rKTO3LaFWB4leqyldg { width:44rem;height:36.6875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm { display:block; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5LXJHGdEcE0qU32hyyBkFmsHTx85zXI { width:18.75rem;height:6rem;top:1.604248046875rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WGNzeIaA9ZKTRcgLsbwpvvaFaEbaHJ { width:18.75rem;height:1.833333375rem;top:1.5625rem;left:25.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWdmHpKSVTP9T9aOdDiCc9WsJzrPMQG { width:21.9375rem;height:13.75rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrsXbSOcd7CnpvVoxiMXnlR3PT39FpFh { width:17.9375rem;height:3.58333325rem;top:5rem;left:25.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUx3u2szoWnTkd9CH5dWr5Lmv9ucTkw9 { width:21.9375rem;height:13.75rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6bEPxUFdUZBOCHClF0JZUWTrRtzZLXM { width:17.9375rem;height:2.41666675rem;top:8.625rem;left:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU5EcKz6s7AJLq5WHE5vx9lC2iu4iLnl { width:4.375rem;height:4.375rem;top:8.625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe { display:block; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1yHoxSyJcwFU7eq0vCJsaHo48NSPl7M { width:28.125rem;height:3.375rem;top:3.322998046875rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMLkJkTfJg19IQmu24RDyl5TswR2tBJo { display:block; }
 }@media only screen and (max-width: 763px) { #c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX { background-color:#f8ecec;background-image:none;display:block; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container { background-color: transparent; background-image: none; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container > .video-iframe-container { display: none; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row > .video-iframe-container { display: none; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .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); }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container { width:47.75rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBuJThVXdm9wGSuqJLbGRc4QVNrPgQm5 { width:43.75rem;height:4rem;top:6.156494140625rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd { display:block; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h91JTzuTZrMeFkxzFOidFezUs25DLGpG { width:20.625rem;height:37.1875rem;top:6.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDHHlnG1G448vc1AtisWKzXvfJxwAKV { width:9.375rem;height:9.375rem;top:2.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQNununBBus1Dc5ppLvO8oFlZ4MM3Nx3 { width:6.1875rem;height:2rem;top:6.6875rem;left:25rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKV4U53TgtZRoJRphSpBPlZvyORODdf5 { width:18.125rem;height:8.000000125rem;top:14.375rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcc7USxWgVESTyLJmDrtZyNCsOkUIR6y { width:18.125rem;height:9.3333335rem;top:26.076904296875rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mavT2BFWCAKVA2W5D6vWTN19q0bUa45F { width:18.125rem;height:16.0000005rem;top:14.05224609375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdVHlau1J9V5AueIJFALAZwyWEKT2xWe { width:20.625rem;height:37.1875rem;top:6.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN87TSfk30Iav6quMMH7NZAEoCPGeuD5 { width:9.375rem;height:9.375rem;top:2.0625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrN1m19dTDdBlzMEeT8pnsX6gaMOez0P { width:6.1875rem;height:2rem;top:6.6875rem;left:2.1875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLCPiuDIwMRK9vh6ZXnvI2zDHxLw8pi0 { width:18.125rem;height:10.666667rem;top:31.58349609375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6xteL2rAuDNZPfZOkmN3Pdh2fAy4rNG { width:18.125rem;height:16.0000005rem;top:15.244873046875rem;left:14.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBL7QTFagMlSTTzTk1dgOMISfGcVhZ12 { width:18.125rem;height:6.666666875rem;top:33.576904296875rem;left:14.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIoNyllnPqqCUvesepcn3A7uVehgnBrA { width:9.375rem;height:9.375rem;top:2.98828125rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N58ckMONLgb20L9M7EBnGdZPucwsvDck { width:20.625rem;height:37.1875rem;top:6.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usRsVyqrCXXlVhGT0tTJa9bn1ds0UnT4 { width:6.1875rem;height:2rem;top:7.49755859375rem;left:13.53125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4rimid49vgtlOAwGhVR3CSeuWM62yEW { display:block; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row .container { width:47.75rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HI9GV0ROibTzIgyTwqL27n5xEe67ldle { width:28.125rem;height:3.4375rem;top:1.25rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #so8WZiPsiBTPxBeuRh0kF3iwivFgPg6r { display:block; }
 }@media only screen and (max-width: 763px) { #TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc { display:block; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row .container { width:47.75rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSP9rZMGbgLiJBXMZWKPXb8kfzLDhLdG { width:20.625rem;height:31rem;top:6.66015625rem;left:1.8606772422791rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #iW8iIZvSi8dsXgnxIQNVxyFmpa5Zrohx { width:18.125rem;height:5.3333335rem;top:26.035400390625rem;left:3.1106772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Ah6TmVoEFEHiEfpbVn0WBX2ogxxkZW { width:18.125rem;height:9.3333335rem;top:14.315185546875rem;left:3.1106772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq9V9IB55md5nQqM2pm3lCAJlzapfvpf { width:9.375rem;height:9.375rem;top:2.19287109375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE61hDmZ7M8RKTBDb5AwrXxzKra7DB4A { width:20.625rem;height:31rem;top:6.69140625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTUo0SMUEMfIVm4zedZGZ1C2bGoSo03 { width:9.375rem;height:9.375rem;top:2.171875rem;left:30.735677719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfJPxWvgDpBAdlgbfl6SeTiTb8wDMk91 { width:6.1875rem;height:2rem;top:6.639404296875rem;left:25rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZX0EQW1sMHhSGzDWuGJ1a4elh33QlV { width:18.125rem;height:13.33333375rem;top:14.29443359375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIC4thLFsaQEZ9qWZLuetP835Wpo739y { width:18.125rem;height:6.666666875rem;top:29.826904296875rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MriR4zMs4ZkSApgxtiKvpebduTCH5gUQ { width:6.1875rem;height:2rem;top:6.639404296875rem;left:1.8606772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe { display:block; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row .container { width:47.75rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEBaxLmIz4IeA4kzqns4MUfSIxcXmJAV { width:20.625rem;height:31.0625rem;top:7.16162109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVyWkqrlA3ZKS44I45W2MTQwlMb8d8ZC { width:18.125rem;height:9.3333335rem;top:27.5625rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4KFbi0CB7QhtNgwutPo2Fn78lWQavn7 { width:18.125rem;height:9.3333335rem;top:14.795654296875rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVQ8vRNpPOJHOBTDbFJAV0OlTk2bZNb { width:20.625rem;height:31.0625rem;top:7.203125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8SGepm03MHFQDMtsu7UTDsDke09fhOP { width:6.1875rem;height:2rem;top:7.119873046875rem;left:1.875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNHlZtdT0LnKMqBgSxyxl3Kl3P8MTn6G { width:18.125rem;height:9.333333625rem;top:14.795654296875rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNhWPXqO8D556AaCqHT3DIo0FEldMsFX { width:18.125rem;height:8.00000025rem;top:26.9375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMp8d9nDsAXF0BAMCEwE4bwrinVFm5WJ { width:6.1875rem;height:2rem;top:7.203125rem;left:25rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMc6sLvJimzlzuSQT2bufkgWosk6tqxK { width:9.375rem;height:9.375rem;top:2.030029296875rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVGPGQbVQ0HTLpwQmCJVVvKOHd2n6o9 { width:9.375rem;height:9.375rem;top:2.07177734375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqs22UQaF95xASI8nE3DE93DyDLeVER { display:block; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mgzb0Bltoen9VEeAsT47zeBoKXv9fB6W { width:47.75rem;height:4rem;top:5.40625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZJZWnkDcPidTedncNKFkgXk80TuI7eT { width:40.625rem;height:10.1875rem;top:2.6875rem;left:3.53125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 { display:block; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIzcDscdIOwJ7m94mOFBN34xkQbadccp { display:block; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container { width:47.75rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJTv7Au7U3gkdqcv4JI7GR77rNkXbcoF { width:25rem;height:1.25rem;top:9.33349609375rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJcpgaU8PFdTX8vPDSszRx7gbCJPeT7O { width:21.125rem;height:1.833333375rem;top:32.75rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdmIFLnn8BBkkDsi8D3hbiddr9vDP2 { width:26.25rem;height:29.1875rem;top:4.03125rem;left:20.065105438233rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkLOJ0gJX137vLprXncr3BwUGsNfBt0V { width:26.25rem;height:4.625rem;top:31.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfMx55cGizzAlzZBgwCNzFKICaT2SgAL { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nb6FeUSoZSnfPokIXTCKgFUAZgVI5WT8 { width:22.9375rem;height:1.75rem;top:5.9375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHqcgTxKc2iesz2Vc1Shoybz33IeJtKh { width:22.9375rem;height:1.75rem;top:5.9375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM8PWeWZPXdotxNf83OlvgxxtklGSmng { width:26.25rem;height:4.625rem;top:31.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa2Q8THTUHA0xyKaOIdd6kcAig45xp8G { width:22.9375rem;height:1.75rem;top:21.55078125rem;left:12.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4GGeOAlGtEt3EcafQBITXk39XLRpPC { width:22.9375rem;height:1.75rem;top:21.55078125rem;left:12.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxxgbkVFcs05mOZTRX6qq07d9uwzdwWQ { width:25rem;height:1.25rem;top:9.33349609375rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVfL3mSHwxyZSsKmwlkSWiNRKiJxImhN { width:25rem;height:2.5rem;top:9.33349609375rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VVslqcxIvArT70taGJU0B3wion75GV { width:25rem;height:2.5rem;top:9.33349609375rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJPDiO348918unqGrPpSULMI6rrfpSW { width:25rem;height:8.75rem;top:9.33349609375rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 { display:none; }#ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 > .row .container { width:47.75rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mAWrI55SV3abLME4SVvDidT4VtsTCutJ { display:none; }#mAWrI55SV3abLME4SVvDidT4VtsTCutJ > .row .container { width:47.75rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdElUzVbt4ImrMdmh5WVmLPNbftPpZPl { width:25rem;height:21.25rem;top:9.33349609375rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0p0PJsBLv5dfq2DJosXVHCexfdvZUKp { width:22.9375rem;height:3.5rem;top:4.6875rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJVQy95keNw92PJWelTlvrfAbTEuoZy { width:21.125rem;height:1.833333375rem;top:32.75rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tat5TrXWvsHTyAcsPPzR5aBwnXqvwWgo { width:26.25rem;height:29.1875rem;top:4.03125rem;left:20.065105438233rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvn3vamT3KeGAbeNwygkz8CpySgyf8o { width:26.25rem;height:4.625rem;top:31.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztMDBF3a3KZtxRKJZU6sDz9ScTtpyfVM { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzRfkORX9hfOXncqb6mBOTakU6yGSR7Q { width:26.25rem;height:4.625rem;top:3.8544921875rem;left:20.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXGR4Fl0PQ7PdVM8qPEAntSsZuawU1E { width:22.9375rem;height:1.75rem;top:5.9375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b { background-color:#f8ecec;background-image:none;display:none; }#BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b > .row .container { width:47.75rem;height:60.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDw703WxBBeRGRykHHqkZcQU6yLpLyIX { width:36.9375rem;height:20.000000625rem;top:26.1533203125rem;left:5.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTiJ6LGTzU08ZFIVxsOcKoHwbxGRSwim { width:22.9375rem;height:3.5rem;top:21.55078125rem;left:12.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrtRiIzoo70umn52EKmJm4zQTE0VcMN5 { width:21.125rem;height:1.833333375rem;top:49.70703125rem;left:13.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8RUMP1bxbN6g2LdSIH0SIBuVARuSRca { width:37.8125rem;height:31.4375rem;top:19.5rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0L2hdQCRkUdyS4gK5PyPLkWUGMgZa3q { width:7.625rem;height:7.625rem;top:16.47900390625rem;left:31.666667938233rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PFKE4ysttaCMrOxLqS3fF8d56lO8MHMF { width:37.8125rem;height:4.625rem;top:48.2802734375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbCaf5T7S4GfVSVJaQStv4FxqxO3N4se { top:2.35302734375rem;left:4.96875rem;width:37.8125rem;height:17.9375rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JcvEGf3XlmnEEwT5TLlTzRT8UFnTU2WB { width:22.875rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A { display:block; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSkBlQpU8h5qDIUKiwQuWhVdSOSe0uf1 { width:26.25rem;height:3.0625rem;top:55.14990234375rem;left:11.708333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN4daCkLAn2GJWRJ2b05SWCRt3HCdvUB { display:block; }
 }@media only screen and (max-width: 763px) { #IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN { display:block; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmdXfwo013fDIyinyMsEeh10TU0RL98F { width:38.6875rem;height:14.25rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ndr4Xp6S7wiCpHeWcs1p9bocrTctlB { width:29.875rem;height:6.6666665rem;top:2.875rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWh0SRy6qPfTKwWFr6BV1NxN0Mypn11 { width:24.5rem;height:2.66666675rem;top:12.125rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOT8a67k9VTil0N5JU6tlf8V7cIkazSt { display:block; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w31TFL8Tl8IRAvWoMBPwyeGv4GhhGm9x { width:38.6875rem;height:14.25rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrrmM0p9FmaMWfxPvbqUaUgVJgVkP8f { width:29.875rem;height:8rem;top:2.875rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv3XaM4b2SqxCmoG0OIbuSNRrQqCtpfk { width:27.125rem;height:2.66666675rem;top:12.125rem;left:9.0625003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTft3bpECM536DrlWb2fTmsRTVf5HSfM { display:block; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmC5Gl0aG9n66JwrdOVU7g3iVxMU0w0g { width:38.6875rem;height:14.25rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEct4A13i35HUTG5rM97HJSKmI3lR5VQ { width:29.875rem;height:6.6666665rem;top:2.875rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6o0yH7dG0P4plPkD0AFL2bJTOnH3L0f { width:29.375rem;height:4.000000125rem;top:10.624324798584rem;left:9.0625003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVecyK38rIgFzUti4GFTkdlVdzT7WA6V { background-color:#f8ecec;background-image:none;display:none; }#yVecyK38rIgFzUti4GFTkdlVdzT7WA6V > .row .container { width:47.75rem;height:64.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HKWhD7CAvDLBhuv3fHytwznVoVrOwq1e { width:25rem;height:21.333334rem;top:28.4990234375rem;left:12rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnyCbNF36CmRVtPMSGa9nAoaKk7XiZhX { width:22.9375rem;height:3.5rem;top:23.75rem;left:13.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdemhqFe3FLOvVcKphzFaPBdq2SVNRzO { width:21.125rem;height:1.833333375rem;top:53.45703125rem;left:13.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpkm8Dd0KvUOJB9TduasyLiaklAAQx6r { width:37.8125rem;height:31.4375rem;top:21.4052734375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abpNAeCL1mbaSE1Vp2TzfJmetJkWMeU4 { width:37.8125rem;height:4.625rem;top:52.0302734375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhowTgNGiFVnvUPtWPdMhu4c3vZXNKbO { top:4.4169921875rem;left:4.96875rem;width:37.8125rem;height:17.9375rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l6XcEKJTdoK9VBohpCgwCyW15wbxnfJE { width:21.5625rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9ZZJkxyw6mqNycrPmqHUehuLWDydHuN { width:7.625rem;height:7.625rem;top:18.58203125rem;left:8.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX { display:none; }#Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eoHeb5Te2ienm4afoNzUnNgoUROETiTt { width:26.25rem;height:3.0625rem;top:58.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAKLae5uy5cSGbDsJE9EyhUJFNdcQb0o { display:block; }
 }@media only screen and (max-width: 763px) { #TgLnM2dacWow5brbF8m0fh5tf1qytRXD { display:none; }#TgLnM2dacWow5brbF8m0fh5tf1qytRXD > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oe6JfboIELizMTIfTfanLZgIrHtW0n5N { width:38.6875rem;height:14.25rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTL5vNAT2QbhV0Vn4436POqHG3MvROqD { width:29.875rem;height:8rem;top:2.875rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TodOzs8mZ5Ry8zfsSF8wa9ClAZd1AKSD { width:24.5rem;height:2.66666675rem;top:12.125rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfRhDCQBab56cLuwLlHvErTXG1zxqfLg { display:none; }#rfRhDCQBab56cLuwLlHvErTXG1zxqfLg > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PIsVa6TiaW0Ton2936eerTZO06USR6c5 { width:38.6875rem;height:14.25rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVg4Xb9BKGgMT0d9fy3I0KaRFRn3akhy { width:29.875rem;height:6.6666665rem;top:2.875rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNgU5ns9cLkafzgqHHKHnFStfU59Tpf { width:24.5rem;height:2.66666675rem;top:11.124317169189rem;left:9.0625003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIMyNbOT1aEaLl8QBJ041knMTviW1IpA { display:none; }#FIMyNbOT1aEaLl8QBJ041knMTviW1IpA > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PaEXNZWEyKbWIQgaqw4E3SbNZ3g3An6C { width:38.6875rem;height:14.25rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHu3yNNGtCaiHezTPWU6tpCTBEbSRDP { width:29.875rem;height:8rem;top:2.875rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwgfG11m2zRGs5i38JqDx2qT5mqTPx0G { width:24.5rem;height:2.66666675rem;top:12.125rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U { display:none; }#vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U > .row .container { width:47.75rem;height:31.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C2I7dIVJmxggnLOVI80e5RKtpFPxMwF1 { width:25rem;height:11.333333rem;top:10.35000038147rem;left:2.4992188215256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwd2696gA2Q9lHJMWM2X9kGnwZ3bMTke { width:15.4375rem;height:3.5rem;top:5.3750009536743rem;left:7.2812498807906rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HaTSiGHVASbuynIpTZitimB7snOQUJ { width:21.125rem;height:1.833333375rem;top:22rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSif2yIIuQPSqGsrnAHGvc8oBqliXRG { width:26.25rem;height:21.8125rem;top:3.4375rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlco3PsJHwutwirBmnUMKsMPhmIruiy2 { width:26.25rem;height:4.625rem;top:20.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfWV6L7Tu8rkpJ7zTeeXwKMFcyKRLk7 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTvpmtHa9SLXMv7bXnDVKhut5wTeuTQ1 { width:7.625rem;height:7.625rem;top:29.6669921875rem;left:13.895833969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bbe7752-f030-4ecd-b54c-f0e9aeffbb0a/Zdjciegwnenastronzapisu.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI.adaptive-delivery-prevent-bg, #MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI.lazyload, #MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI.lazyloading { background-image: none; }#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI > .row .container { width:47.75rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZizivcqfVyiwpXg8HO1z8CwlznZs4sS { width:24.6875rem;height:22.666666875rem;top:10.11474609375rem;left:22.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtBXx85vt3bcOP46urTJ0U433rxkeIyg { width:26.25rem;height:29.9375rem;top:4.33349609375rem;left:21.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WQG90WzpqGA8AoHFIV3d57b4xKeZm7fB { width:22.9375rem;height:3.5rem;top:5.875rem;left:23.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBPGOgEseDtaf9JbueVN9U8hcPbpueBb { width:25rem;height:1.416666625rem;top:9.3544921875rem;left:22.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs4BlZW36hyXn4JINkVIMAVxnRIv7IFS { width:26.3125rem;height:4.625rem;top:33.2294921875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwGqQT2TO6NgeXqNcohKBKMf7ykAKOTI { width:21.6875rem;height:1.583333375rem;top:34.7607421875rem;left:23.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT8togxsTc6DD8JRo6X8w5yHqKf5aoTI { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP { display:block; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row .container { width:47.75rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRfiA6NToVi6vOOti0uqR76KDMDohgRy { width:47.75rem;height:6rem;top:9.89453125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69IskkKsEh9D5f3zepU9qXJ3tDkPcll { width:40.625rem;height:9.6875rem;top:7.5rem;left:4.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA { display:block; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row .container { width:47.75rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWKvDUIkvlyukledi8tasAwrUI7nvgWd { display:block; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpLJ2lHyp52ufM9w0n9bt2ezu8SKqTVH { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGrIsLaqOpuxRtXUmkRoEVesTUP4tuP { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 { display:block; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxsF0ohi9FGP0bBlx4B84veqzUw8ApWn { width:18.75rem;height:10.5rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfC8cIWGT2UROZH0Nk9mfxSNXuMiaf1Z { width:16.8125rem;height:1.583333375rem;top:4.3680553436279rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSUuSRhnbTtC7G8vuBvbEUReKa8eGzai { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfxST2Zl0eSAy2EEyioTnHsqGd4zTU2B { width:23.75rem;height:20.625rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LgU2cxSnLa2sJFDKPI36LwIMspzXKMTf { width:18rem;height:1.583333375rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1DZoqb5nzDWrpWylIttmCN8NBDFctn { width:24rem;height:20.6875rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wuhgQyW7sLTBAvKTKyfgOu4xOo9vmTSU { width:18.75rem;height:10.5rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM1bKEhamHPiPiMDOZCUdtR9zILofoOD { width:18.75rem;height:10.5rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeH4V7FNXSskOCMmrBgvlkX95kQXewb { width:43.75rem;height:28.4375rem;top:14.88916015625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma { display:block; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w { display:none; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ND2uChCTSJvrhQqxfdf6438seO6EznLZ { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 { display:block; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJQ4THfQf1LoSzXI2OudNtQAziRbaDPd { width:26.4375rem;height:38.25rem;top:2.125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7h5awSJQRQWzOODP9etaQxOVHGJh1mU { width:20.4375rem;height:3.16666675rem;top:4.4349365234375rem;left:21.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQk5thko3CmvhSZVVKNb0vi6NEoCn4Zf { width:23.5625rem;height:19.5rem;top:9.561279296875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EydMyefCaFclHRBa34f7qD2Xb3IrA7Cb { width:18.58463475rem;height:3.18489575rem;top:34.225219726562rem;left:22.114583969116rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dTLn4su4Bc0uaFcEO8S8aF5Vm1pX6bJf { display:block; }
 }@media only screen and (max-width: 763px) { #amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm { display:none; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mgwrcTv5RXsUqoz2knRk9Ggy3zw4pHc6 { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #HgBzsbwIBZys2DJGewMfGtSgFGChmTSK { width:24.4973965rem;height:3.75rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8e4f7UTqwzOtivLz3WZgPlweAmkeTZm { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #n4Z1a8lfLcTAo4iqZ21n5JKmF0ny9beQ { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL0PynGO0kofadZvkTuLP7IPehsIMru5 { display:none; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kUZPTlQz0LkKcnLG3eTidlSBxL0yE1Al { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #EWUNzGho8G8xh9XHXFxOEgV3xA8tLikl { width:24.4973965rem;height:3.75rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BefTMAlfI2LAVdz4roS64vpVaGNcelN5 { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #ViiUFithmDfSxEXm9Sz2qJFBihcl0Py9 { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 { display:none; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rhvWUc64D5ulgLkdSF2vBhtQzO5CNOT9 { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #ExfuNkKm5IniczSDlhBiIWUlZ3X6gNTd { width:24.4973965rem;height:3.75rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysziJgl63bHMpTRtg1wBpfL6lp1pzvx { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #VUe9x0TnAT28ZO9i6fLxiauzkn6LlzsM { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B { display:none; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZyW9cskw7Xl8IfDyKokfPN3GWS0ELXl0 { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #BBNrN7Jql7EE75sL5MiXfcfTM5GGCdiA { width:24.4973965rem;height:3.75rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncn3yIEK3oAfAVDZuzwOVMG96yb73UWK { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #qyJ6XvSufu8bJyreNUpDm1QzUeExTNPL { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI { display:none; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iBkD45sr3z6bqb7PEJFGxyNM4tIAf2S6 { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #QUTuVOFol06v2pumMZb32b4E7gITM8bt { width:24.4973965rem;height:3.75rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFZm0r08MEIVuvrJnhCINk0mkwK83x2P { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #BW1xW5BVRJQLlZCNo0DO77bB3ioisueo { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKffnF6HOTks74KmTb5d7IVTbT664Ny { display:none; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UodoJz3yPDSJxUww3zMPy2vEhKGEM9us { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #MPnTRPTQiBHoUJ4s3vPuQtPS2tZVz7MW { width:24.4973965rem;height:3.75rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6mhnbKbJVDJwW0oV3CoTXrMXni0yM99 { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #CDwOqWlWv0xBC3TPcXTf1Amrr6L3JLeH { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQg04tNQTmebOdUSWpQgs8gbqHxi5dPh { width:18.75rem;height:3.375rem;top:27.354248046875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI4qbmvlzDEqX7740L1i7ufKlOsnOAyw { display:block; }
 }@media only screen and (max-width: 763px) { #GMX3qWhcw1zCkHWtoAR9i5hSXiPdd0PW { width:11.8125rem;height:11.8125rem;top:27.270751953125rem;left:4.8541669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOyvSZRkBe5m11CWq3UtSVnBoKp9vnHI { width:24.4973965rem;height:2rem;top:37.52099609375rem;left:12.420573234558rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV { display:none; }#ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV > .row .container { width:47.75rem;height:79.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zWJRXCmMBkZ3665zUeMqyXQTaXl76TRA { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiqR9IV6xnVSRxhqf37V2sKC6JqumNmR { width:18rem;height:1.583333375rem;top:5.3544921875rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrwm5IfVUK8URCUhJeqHoCDK9iPyMEQ { width:47.75rem;height:37.6875rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LS5evCXmSdqb77rCwpoNQ2488yJwh9vF { width:47.7473945625rem;height:3.25rem;top:2.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOD9xIswytPqGFisZx75T6SmsH3yua7r { width:44.625rem;height:29rem;top:5.33349609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzT1Wqu2ElsTtISEuDLsaWPW1glpFARR { width:47.7473945625rem;height:1.833333375rem;top:33rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXDmyxMzkBA654p7CMTE3TZLQm29XCi { width:23.3125rem;height:3.25rem;top:32.3125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGBC7uqz6T6rcbqJAFE3TuPHFwTEUE3X { width:43.75rem;height:27.08333225rem;top:39.625rem;left:2rem;font-size:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AkeNXyF5U37ZLCgVEzqmPNhBvBO582qf { width:18.3515625rem;height:2.95052075rem;top:73.81787109375rem;left:14.69921875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ysLxcT1M90e8LTSEOoIGNX5Q7byQUGHV { display:block; }
 }@media only screen and (max-width: 763px) { #dlFQ92pkxVu3xTmBoCMw6FXRmf13vVio { width:43.75rem;height:1.833333375rem;top:70.10302734375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeILhWSTM8cr32uxIMTyTR79F5xgi0r { width:47.75rem;height:42.4375rem;top:36.76953125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #w4nRMivmWiIVaHkVFbl23IlqBohvTqnS { width:43.75rem;height:27.08333225rem;top:39.625rem;left:2rem;font-size:1.0625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #SiOim2XioqulZSIcou09AZ1htSkfuVWF { width:16.8125rem;height:1.583333375rem;top:9.69677734375rem;left:15.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG1zXS7R8W13AqXMOA3q5b9QCM2yacF4 { width:27.3125rem;height:4.9375rem;top:8.0625rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k { display:none; }#r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k > .row .container { width:47.75rem;height:8.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LdATIt5xOOuImPLx3RGDk1CHmi7xuSin { width:27.3125rem;height:4.9375rem;top:3.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvTMOpkdOAZs4nG6iKwTHc5vCTB0Ohr7 { width:16.8125rem;height:1.583333375rem;top:5.42724609375rem;left:15.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB { display:none; }#AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB > .row .container { width:47.75rem;height:80.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBH5TDusNF6VRHKTyQTWv0WyTkK22Nbl { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkTs9bTRdWpB8eV8lvFygpkPWlEIBzrz { width:18rem;height:1.583333375rem;top:8.4775390625rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMOUQN7nf04PuOoqU6qJMNkeqnhVIw6F { width:47.75rem;height:42.9375rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mUiwDwP0vrXCJXGc44BinqTgx2TLHfT4 { width:47.7473945625rem;height:6.5rem;top:2.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih8E0VkiTN03QDBS78sdO59OTrevkyBN { width:47.7476875rem;height:1.833333375rem;top:31.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBixnN92vzUaviGkfkdtzzGXiqdioNDK { width:23.3125rem;height:3.25rem;top:30.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0sZnmTlywTm69N6pbi2Auct9lMOFqh { width:18.3515625rem;height:2.95052075rem;top:75.00537109375rem;left:14.69921875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #wpmGd4CNxp4PZKen0VavdnrPG5w6foHH { display:block; }
 }@media only screen and (max-width: 763px) { #B0tuT4RfoK4FeVX64G022nsNniCqGThR { width:43.75rem;height:1.833333375rem;top:71.04150390625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pwdhGtTbNOxulcLRN6Jz66otEMs6yX { width:47.75rem;height:38.5rem;top:42.0625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hwHUAeFiBWmL5Tx9e2MDXHbztbvVVBfC { width:43.75rem;height:28.4375rem;top:14.88916015625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqORhmPwXRyWXpm9UqlbMcTb2dc58Oz2 { width:37.5rem;height:3.66666675rem;top:43.96875rem;left:4.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktdcagef1PCcsvGdCy5ksxzGf5dpBlKp { width:37.5rem;height:20rem;top:47.6357421875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raz0vu6Psy14Mwhhkiu5kb6IpuvU4ULD { width:37.5rem;height:5rem;top:9.97509765625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euwdqVAtUUxC3ocHyALmtFFlbsxBvUbC { width:47.75rem;height:3.16666675rem;top:33.9150390625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl1cbu5TRVDpOvsy4VeEZmGbS1ThkSpG { width:37.5rem;height:5rem;top:9.97509765625rem;left:5.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe { display:block; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container { width:47.75rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T32T1z2AXZ6Rnq4JzWEqVHQ2VusUC48o { width:47.7486991875rem;height:4rem;top:2.04052734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKS9FPBKihIWvrstVNvJVODWEr0xTIMT { width:29.625rem;height:3.4375rem;top:7.79150390625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3Nui8iwiG3qHTTzCr3XIIyMUXTtKyq { display:block; }
 }@media only screen and (max-width: 763px) { #VaTkyE0ibMvFXzbM37y7KO3P5hMXc4Xm { width:47.7486991875rem;height:4rem;top:2.04052734375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C { display:block; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJVVXy6ZkZAtnvh1rs2dQP0qf6nSZgKy { width:38.6875rem;height:14.25rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Aa2vRLy5A8saxXB69edMWWzLdiVLQW { width:29.875rem;height:4.000000125rem;top:4.6877908706665rem;left:11.437500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJTh8AkA665I3QzPSgXrt0Mxl0miTEv { width:24.5rem;height:4.000000125rem;top:9.9377918243406rem;left:11.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ4MHlOxcX3NDTfMMQlUX96Pyu30q3sv { width:9.375rem;height:9.375rem;top:3.5065412521363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 { display:block; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdJMRildVHuc1doWrL551TQ3RWdgx1Je { width:38.6875rem;height:22.4375rem;top:1.5625rem;left:4.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo8ht1WbV272H0iu9FRJvDJbpecfSTNq { width:29.875rem;height:13.3333335rem;top:2.875rem;left:11.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmVRlu6zO2X6s3qzWTheZo6hko0BPPHW { width:29.875rem;height:4.000000125rem;top:17.937500953674rem;left:11.437500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLF7ugXq4BDgZAsqFTgcmJ1VZQAzz3Tg { width:9.375rem;height:9.375rem;top:4.1000003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F { display:block; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row .container { width:47.75rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTwNb52bZefAMHXgvEeZhd1wUk6b5nhV { width:38.6875rem;height:16.5625rem;top:1.5625rem;left:4.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7THBLetAZg5RGiQU1n2HK3pd8aDPfqr { width:29.875rem;height:8rem;top:3.8867197036743rem;left:11.437500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThU5RtphTgD7F1dcKKMgxVoOfkuz9luV { width:24.5rem;height:2.66666675rem;top:13.473437309265rem;left:11.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #havwnASFhMtJVExczSk29PqmMSNiHKCO { width:9.375rem;height:9.375rem;top:4.0992193222046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ { display:block; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm4Ah0ofedgJC7MHNwexVxc2bcxzb6Vl { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITpt508tM8fIgtGve9Hw7p55oUXBe8cx { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb { display:block; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row .container { width:47.75rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1I9u0i0kXMCObGb5CygFimohy3Z9id9 { width:18.75rem;height:18rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFPNKhcX7lIU9fbM3huQMTyrfTQBHuMK { width:16.8125rem;height:1.583333375rem;top:4.3680553436279rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvWrTS4AEPHAHAgB16Mv1KTnEi6PIhwI { width:20.5625rem;height:18.125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be60Cw7MAfvKMc9w27Bqr2cdmiXdl2OH { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZgGHRSJTMmOegOP7SDi6U1vF4CCVNrV { width:23.75rem;height:25.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tradw67Tkg7RhlB5N7FzyFT9dztXZF4M { width:18rem;height:1.583333375rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga19SMb6y9k8TlhvNaXyS1p1czydZdww { width:24rem;height:25.5rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qWfTPTeqoT2NesCWiDbORsThKq7WofhU { display:block; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIP5xf16DRWots2fWyUiMtChM54VrP5b { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNuPuN0QrvWXbJNprCoesFciLu9uByZ0 { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp { display:block; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDptlHvZT4IocDAP62TyZsbJUO4fvqHS { width:18.75rem;height:10.5rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03pTaDfEfMiJF3X6MQnk8ZRLlHwdyBm { width:16.8125rem;height:1.583333375rem;top:4.3680553436279rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRqI5VDwC9AZv403AqA4R4HxPD5BtVA { width:16rem;height:10.375rem;top:5.9930553436279rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTd2qtKLoF96AKrggNicZASf82AQ99p { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTmPxOKznQDlIf5qKpsmU6hLAxWn3906 { width:23.75rem;height:20.625rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #W0RBSPVvHbKdxfVWcuLuNPxpI3HNI0WN { width:18rem;height:1.583333375rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIKx1NmeKztW8UNnpp7oTlTbQl5MT5z { width:24rem;height:20.6875rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #VxmHJir5e2DlrBucz7QuR1TTzKnsqJEJ { width:16rem;height:10.375rem;top:5.9930553436279rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 { display:none; }#QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NB9JMO50cToQQI2aw8yRp17qTpXUuZiT { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8prIkZGUOoiyzhi3bQnv1hKQgrZ9Gru { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 { display:none; }#WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FneOqhLtuNgtlE6fTH6b9LF52Orp71th { width:18.75rem;height:10.5rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGRv1IyS2Uz0Tu7ifDdUN9m6Ho2ULqZJ { width:16.8125rem;height:1.583333375rem;top:4.3680553436279rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHw0kuPDThwPRpQTBDTm9OEoxIMrCIFL { width:18.5625rem;height:12rem;top:6.0625009536743rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIQZVbi9bwXoUtT68x772RAD0Nl3WR74 { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4mBQgv8Ew46Hrc4Maetic7N7ZLOGsTO { width:23.75rem;height:20.6875rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #deaQWoLJxB9TlMP91NTdr1rGq929MycI { width:18rem;height:1.583333375rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6xRlbg1aRsPNdhgTRvZLxdRqtWzwXP { width:24rem;height:20.6875rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 { display:none; }#vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oEQin5AFFQnV4t511k4LNLPRXTmmlnQ6 { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbUFHXdPGMVpkbaDpXpL2bWIW4dd9xr3 { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX { display:none; }#ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o3mXhsefgKyRraQtIMPDXHTN87bPWeag { width:18.75rem;height:15rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ0lHQ6d9Ci83OIzaMDGtqBS2aEhdIao { width:16.8125rem;height:1.583333375rem;top:4.3680553436279rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8s2uadWRtdvTCbzRD1Pfbq4ccd5Tey { width:15.625rem;height:10.1875rem;top:6.8125rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLWA8XgRNbro1s5cU6RH4AFop7o0TCT { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuHtJyNiDp8uKktEAaX2BSucgMpy1lFL { width:23.75rem;height:22.5625rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #STBlwVVfgKQfFqfklWERPQ4THkXypcWq { width:18rem;height:1.583333375rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfm6zhZ8DrOQkSBfMvcbaI0uAfHMKDb { width:24rem;height:22.5625rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #T08els45ttdEUL4evBvKEQtgfXwrEk0f { display:none; }#T08els45ttdEUL4evBvKEQtgfXwrEk0f > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tcIGZPFCmk8oRgTH6PTK5hvfhWGhDbtI { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqu5fESxwt3fvl152dE6SDlBB3DHQPGI { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla { display:none; }#xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pATp0olGoeOklzqN5mD6n63RiuTbeXV5 { width:18.75rem;height:10.5rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLS8SILD3O6kpDz8UxE4PaNXQygJkMJ { width:16.8125rem;height:1.583333375rem;top:4.3680553436279rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrsIy7QFH3DkHqPO37J4ihLzvhBmvrd6 { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwEzcOpb4Gvt7Td1LvxmHqikDfsDbStH { width:23.75rem;height:20.625rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #R6B3pQxXg4kgWZS41k68q7uIAyKotCCn { width:18rem;height:1.583333375rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWSQa5Doq6oPKIxfeZH9Vcc0a4zQfBDd { width:24rem;height:20.6875rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #k8wQwct9vDCJT5VsysmsO4VJn8gMenRt { width:44.625rem;height:29rem;top:5.33349609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP { display:block; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6BCAyQq8O5b8mzwMEieLSUQv4elRiqo { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3TtMNygwxsofty87pzXEESPJ6Hzww8V { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x { display:block; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhOAcVWTpE7dnDrG48BuaJCKpvVueMdx { width:18.75rem;height:10.5rem;top:6.8125rem;left:25.435763657093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvXqEFZpZxg4KFTUmV64PUFPaGc1GOQq { width:16.8125rem;height:1.583333375rem;top:4.3680553436279rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytunh3JqHa1ZSefP4Pr7lZx5cb6Uh7PG { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #US93uDxJoxNuTgqDz7gdE6noJxuchs0H { width:23.75rem;height:20.625rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QrE2VVzzGnT8uSXONUudmsMz31FdC8MQ { width:18rem;height:1.583333375rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX7beTwv0CSxusBweZyPgeT860I6CJcs { width:24rem;height:20.6875rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XV7F84VDkgUhrdPPVs1knpxGR4QHo1fI { width:31.8125rem;height:20.6875rem;top:9.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn { display:block; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKv4PBZU4gs5ZupafSD3xWaDHewIukRR { display:block; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row .container { width:47.75rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3Fll97gF5JtfTlr3mned0qQFgRS76Rh { width:47.75rem;height:47.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD { display:block; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container { width:47.75rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgLmGeaOUcdQBCa0apD78TfR2IepwMuT { width:20.8125rem;height:13.75rem;top:13.9375rem;left:21.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhGnhEmVPizuZlcidMTW1G6cITNnKVlv { width:23.8125rem;height:2.08333325rem;top:28.8125rem;left:21.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOH5nek2xCnkmtZASuW5vgSSLBFigT8 { width:24.9375rem;height:4.1666665rem;top:31.6875rem;left:21.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvrbd845cgKUqMZAWmNKius6U7MVzhyX { width:26.75rem;height:34.3125rem;top:2.375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruhd67uhV16Re1XR5oJtGeybPe6JScAe { width:22.1875rem;height:3.08333325rem;top:3.875rem;left:21.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csk7m2ZGLERVgWJV6pKI2d6KSELrBeqt { width:22.1875rem;height:3.08333325rem;top:10.8125rem;left:21.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTvLvrnRr3y3C2XMdixVZwxDq3UwKL7K { width:20.8125rem;height:2.75rem;top:7rem;left:21.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NeKm5LRoxQkonHBzw9LCbpRiPVaT0x { width:22.6875rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJVTf3ZupJNoTCvGevkuudHLycNmAs36 { display:block; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row .container { width:47.75rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBT3ueTycViFUKoFb6M1ng79cwGF3Wqk { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAy0g6BSNk8Vi8hpBzg6vyC3xnBAt2RL { width:39.4375rem;height:10.41666625rem;top:11.5625rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Vgk4iP6IIF6FUpvXAksTp9ntSvoFRa { width:39.4375rem;height:6.24999975rem;top:20.5625rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biF00sTR9sqFLi9NK1hClM93Xs93hffF { width:39.4375rem;height:10.41666625rem;top:36.66552734375rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpGTh8OuSxyzM7u8UhnmGNb3nsvcQPi1 { width:39.4375rem;height:10.41666625rem;top:26.25rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ6fVuynELykGeACTNaP5MTpJkhz7ARq { width:39.4375rem;height:4.1666665rem;top:49.4482421875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4qVQ1SgKqvbAWDnyGVG8mAqaqHTxKTV { width:19.9375rem;height:4.0625rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOb8zD3nGRBMN7UQ0SiB1aQAdZhVGqBe { width:19.9375rem;height:0;top:40.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFw0S495hpPbL3MFWI9GwFhOV7Jka15X { width:47.7491875rem;height:10.5rem;top:24.510936021805rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmp5oXZqkaOSRQTPDlZ96BFVsPvUnd7N { width:47.7480625rem;height:12.6rem;top:43.407419204712rem;left:0.0011718571186066rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXt46FcCwT3VUFiuBbExvAXGJtIsDLhH { width:47.75rem;height:2rem;top:3.9618897438049rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIriGNVTacibhILiXsHA7geHylXQtwOP { width:2.3125rem;height:2.3125rem;top:13.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SghTGSkFq6PJqzzXONnhQ4ioFIxPk0ee { width:2.3125rem;height:2.3125rem;top:22.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DptllMw5cn5vIODwpg1QhxTKUDtGWbrk { width:2.3125rem;height:2.3125rem;top:28.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS8FdGFGokxmDXBBBPgqFHhVCp4NVkON { width:2.3125rem;height:2.3125rem;top:40rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSdPmlSdhVGA2nPiW41k3XXMvpZVTH56 { width:2.3125rem;height:2.3125rem;top:50.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mikSNuSofBrDwJLwoKmTpqEecyFST93v { width:39.4375rem;height:6.24999975rem;top:58.09521484375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCWCVrePDeRqkUycr1KhUa6AHaq8DMJ { width:37.5rem;height:15rem;top:2.982638835907rem;left:5.1249998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW2TzCIDx6GEpcq6FlCNxPHk0PIrwFIK { width:18.75rem;height:3.375rem;top:22.373263835907rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WnRgIMKVZnUKdfrBBb7Xmpxz1b5VWw { display:block; }
 }@media only screen and (max-width: 763px) { #Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke { display:block; }#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuC6J91Qkebv0ZqEzfvpXk1xrmtMsR95 { width:28.6875rem;height:4.000000125rem;top:17.1875rem;left:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6qBnUh6R5o32MqEikOTkkGlH1E61mds { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzEZ7IgTG1EN0JuX23aaUygbTWFKeM6X { display:block; }
 }@media only screen and (max-width: 763px) { #EisuuvSwHKOwV4ryi6VagwybyLPeWBTG { width:12.5rem;height:12.5rem;top:3.708251953125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7E48SbUEBAtdtrori6OXQdn2iO6JRXq { width:29.25rem;height:13.33333375rem;top:3.26953125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD { display:block; }#kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW { display:block; }#OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqZq4hzzUMee8vvIVpRx3dQ5uZ5u2C2m { width:47.75rem;height:2.41666675rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 { display:block; }#pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMrLAK17L2HTFgg8MU1OXAL5MaMP1gnu { width:40.75rem;height:7.5rem;top:2.119140625rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGUfqKEfLOnD8g0yfKw8ABltm15iMnZ3 { width:18.75rem;height:3.375rem;top:22.373263835907rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhLv90vk7xOFV5Mr7KZicSZkUZNlbPcC { display:block; }
 }@media only screen and (max-width: 763px) { #otVkOeOq46KXLOfw7slfWv9QD845Q0Fx { width:8.0625rem;height:8.0625rem;top:14.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk { display:block; }#PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk > .row .container { width:47.75rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwr70FTJ0FGUFHclgEwFmxGcXmVu8iL5 { width:22rem;height:9.6875rem;top:4.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJNKFd4KWBv6Sd4w6pXvSUKW02AIzX2M { width:23.75rem;height:1.333333375rem;top:14.21875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK0C3qTmsRcCpuyEDfZu8o1pqAokkTcs { width:19.625rem;height:9.125rem;top:4.21875rem;left:24.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKVyBnX74TEmCqNsChc5AKJoo5hUFk0q { width:23.75rem;height:1.333333375rem;top:14.96875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 { display:block; }#RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD4R6HtWcibruenrC22UIoGzGf7kwmlb { width:23.8125rem;height:10.9375rem;top:2.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6MxNF4wsN02G4ZCpBbTpu1WtTUASrMv { width:23.75rem;height:1.333333375rem;top:14.826171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsrplQwdSvafrt9XylOVV1nirHghBUSF { width:22.75rem;height:10.3125rem;top:3.15625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XmLTg5aATIBKoAPe8PtV2POuIz2z1N { width:23.8125rem;height:1.333333375rem;top:15.076171875rem;left:23.876953125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX { display:block; }#y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX > .row .container { width:47.75rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgGCJpNHsTBOVbm4oZhDFsNGCJhtT7JG { width:23.3125rem;height:10.6875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQWprycve3QTCq1A3cdIO5rEAnkmGTq { width:23.75rem;height:1.333333375rem;top:16.263671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAMAy1UTtsnlS7T48NEAgWkDBfwST6v5 { width:22.9375rem;height:10.5625rem;top:3.875rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6xAZ27slF4u1w2aFDy5wBWqxRgSoT0 { width:23.5rem;height:1.333333375rem;top:16.201171875rem;left:24.189453125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 { display:block; }#v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRFAdAre34V41wFs3xFdhRPS4xyNp4O0 { width:23.5625rem;height:10.9375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrCbtZrV8wmcxnM41XyrhGzmi5hkW77F { width:23.6875rem;height:1.333333375rem;top:15.513671875rem;left:0.001953125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpRdR6kp50p5FM82Z4eo7v90s7VNpXM { width:22.625rem;height:10.375rem;top:4.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9yJyE6eh6seVmIQTcLU6ulgptEklH8G { width:23.75rem;height:1.333333375rem;top:15.513671875rem;left:23.939453125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL { display:block; }#N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFMqN2VVk8m1wuV0M1VBxbyRwnNEMV7w { width:22.625rem;height:9.875rem;top:3.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA6ieGWQmUAva5k64bycyLPxyS04laKz { width:23.75rem;height:1.333333375rem;top:13.6591796875rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoEMXguGgvHg6fqPKQiqz6Dc5L0EqcwF { width:23.75rem;height:1.333333375rem;top:13.6591796875rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFCt4JdECzfxorrZ5fAE0pTwlIEOFUHy { width:22.0625rem;height:9.875rem;top:3.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq { display:block; }#QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE { display:block; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Gdfusi0CJ6Oz25PklOLiRqqgax0TAv { width:30.4375rem;height:4.000000125rem;top:16.1669921875rem;left:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUxWmP4DP6rOrdlwUezl55pXpWkpn1XX { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPQKK8pdXvlZiRFHeNLeVTpiTLfFMMGX { display:block; }
 }@media only screen and (max-width: 763px) { #iZhO3JQViKF2GIW8FA1GxD3vuXvDR7bf { width:12.5rem;height:12.5rem;top:3.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaNsTETBoO1sTZPliEwoqb0dkTE4MBR { width:26.9375rem;height:12.000000375rem;top:3.9169921875rem;left:17.063802719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdAcO63F4hHTvA511gDPsfDWEZzuJgJR { display:none; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb { display:block; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6ZkO72qxgSQqvIEFIxZJgqLWVah5WMS { width:31.24869725rem;height:0;top:4.20849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVL1DiervblNcG1AfLvhRXiBaTPWhVTg { width:31.248697280884rem;height:3.66666675rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7tS93Smmgp5s3CSx4x7uNXUJuJkT95 { width:25rem;height:3.375rem;top:18.89453125rem;left:3.1236979961395rem;font-size:1.0625rem;background-color:#d7378e;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) { #APK43ad46EdWEeXm8T8C6RipnEoBUlbs { display:block; }
 }@media only screen and (max-width: 763px) { #HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA { display:block; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row .container { width:47.75rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN { display:none; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN > .row .container { width:47.75rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F2Wte6sbDQIw7Sb29coLDy5Z6E9F3FxC { width:40.625rem;height:9.4375rem;top:4.39599609375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqH20qPeInwVGgIlITgBsXlNoZb3zvLo { width:40.4375rem;height:4rem;top:6.64599609375rem;left:3.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsymFsn6KsKhZuzSSoLlfoRmzuu7zHOo { width:9.5rem;height:9.5rem;top:1.2294921875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 { display:none; }#IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq { display:none; }#ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq > .row .container { width:47.75rem;height:24.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OS8pcrErfMdmto8plVTqTLVutmFJuTnM { width:14.3125rem;height:22.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILDF1q4VyEyS9xmb80lwl6fM1UKWC4W { width:14.3125rem;height:22.6875rem;top:1.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XET3TnC9CRc7mu69ikr6xc8XT8VHJIRp { width:14.3125rem;height:22.6875rem;top:1.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tnTst2KIEyHm8Vu7PdcuBtLUr9dE0u { width:18.75rem;height:3.375rem;top:68.35400390625rem;left:14.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekGhJUT4Dw46JFecL6Rwn1Z9ARWCC2Lo { display:block; }
 }@media only screen and (max-width: 763px) { #wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF { display:none; }#wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rXAKANKQuOnzF54LQKu4QN7xxubkh7co { width:14.3125rem;height:22.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDqndNEiQ3p8fPhbGTyDwa8FVewL8sR5 { width:14.3125rem;height:22.6875rem;top:1.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpSizvVpoI61Q4xIyFbzLpIm0VQMJRbd { width:14.3125rem;height:22.6875rem;top:1.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzm43ekN6qwexoy8NXrmhEwmQq76shIS { display:none; }#wzm43ekN6qwexoy8NXrmhEwmQq76shIS > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHB9DVTeEMDzhABEPGC8D7UowLmOy9E2 { width:14.3125rem;height:22.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em8TCOU0o443NA4aT5RireEniyoqJHP8 { width:14.3125rem;height:22.6875rem;top:1.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BNOw4vVAxBo3uaiaV0tBOS4qC4aXi3 { width:14.3125rem;height:22.6875rem;top:1.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMyMNbRsWJCxvff15iOOdmSAyJwINLxL { width:18.75rem;height:3.375rem;top:68.35400390625rem;left:14.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsRyVvTyc7Mxd4uGtEH60AtTu0gJmXn5 { display:block; }
 }@media only screen and (max-width: 763px) { #VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP { display:block; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row .container { width:47.75rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRyFcdMiNwpT2v1aEapwDDN3VBoI1vTr { width:25.625rem;height:2rem;top:4.125rem;left:2.6779513955116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmuzfFF6gtaiZ0JJunQWhZr4XowDVOTs { width:16rem;height:3.16666675rem;top:12.755208015442rem;left:2.6779513955116rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yshXVG2HyelMuDQ9EDy0bdtoylI5y2zT { width:19.5rem;height:5.500000125rem;top:7.1519098281863rem;left:2.6779513955116rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlXwox3XaWrfPh0X7iW3ANUAUC6IyMBd { width:15.875rem;height:5.500000125rem;top:16.005208015442rem;left:2.6779513955116rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX5bnOPfPm1WOwPvKSc4J8GIJAoibbiJ { width:24.375rem;height:7.916666875rem;top:21.609375953674rem;left:2.5842013955116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm6SkAU4PkIuMT3wiSF9T9UcuTAmR6dB { width:4.99921875rem;height:0.062109375rem;top:46.214060068131rem;left:21.373827755451rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #XJT2wE0oPo5rvkeOIeoFeUDRkehVSrl3 { width:24.9375rem;height:24.9375rem;top:3.1864686012268rem;left:21.373263657093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZ3222RIebF1T8WCxEJeJnaZNZnmBBt { width:18.75rem;height:3.375rem;top:30.686036109924rem;left:2.6779513955116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3mgXmUGcGMXP3IR1G99NvbHqhdumugx { display:block; }
 }@media only screen and (max-width: 763px) { #h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ { display:block; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row .container { width:47.75rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydyngEKRkX10z2n5O4yKTqdarZmrVpUJ { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWwMSCsB0vICDC0RygGNmMdURJC92FPh { width:18.75rem;height:3.35rem;top:11.124670028686rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0TqA8c81mqkEHGFBJ037NmWuH5TFk8K { display:block; }
 }@media only screen and (max-width: 763px) { #JiipanezZpMGvevLNiHE9wdVw4bgorIn { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noOv1cMCWxEKBtunvn35Kn3FUaar2tMP { display:block; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1XTs3u4JTRPtTSWFaT4NozCp7nqgve8 { width:46.9375rem;height:3.375rem;top:0.82500314712525rem;left:0.56015622615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odnwtiS3MQGz1DTZrWbxXcpR66PTRNPT { display:block; }
 }@media only screen and (max-width: 763px) { #WIPafG4XlpCkvoAOHh68cQWnqiFzhGlO { width:47.75rem;height:3.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deJUVeB4fxpxJaeHDvIbzanN4yEwSBw3 { width:3.4375rem;height:4.8333335rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh { display:block; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhoTs95SNhKNufyolXPROsqQchDHHqgL { width:31.3125rem;height:2.08333325rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qFOOLGmcUpBz3DWZ2sCG5bJ63WhlAg { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm { display:block; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFvrAaqTW1G9xB83uTVdgnZxWtAXhT50 { width:45.3125rem;height:1.833333375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp { display:block; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd485S8GxQBRlEaptNsKlXOZZ2BgVlN8 { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PBIXiXZRGwdxWsizoHFeboNGwNVmPc { width:31.3125rem;height:2.08333325rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttc9GdARECGNpUT31wKwBShW804rJ9cA { display:block; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ttz7LFVye2aJzKPymkTgadoNuXLCOq2a { width:45.3125rem;height:1.833333375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG { display:block; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1NSPmv2ioNkBSfvl4v0I1JKRHJ4rT5E { width:46.4375rem;height:3.375rem;top:0.82538986206056rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgMGR6DiyPxpCHMDFumUOc0WsBkCbTB { display:block; }
 }@media only screen and (max-width: 763px) { #VW8y7oafWTF7AlkrN81sWWdl90bbfLUc { width:3.4375rem;height:4.8333335rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg4eHHT3VZ5o5Qp0lRg5mcZ33Vwmoxo { width:47.75rem;height:3.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn { display:block; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJapIrV5J877PgbEUTzxZVL07erePS2u { width:47.75rem;height:2.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5OC6GTeyezOnHiAumpptKoxS1TLKD1 { width:47.0625rem;height:2.08333325rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 { display:block; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row .container { width:47.75rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0fF2UbBqrXhZtvxtsRyqP3bx9cBJqFm { width:46.0625rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASLpdTrIE5HJNU6O5nMPNyHlsF6CZDoP { width:46.0625rem;height:9.166666875rem;top:0.75000190734863rem;left:0rem;z-index:15021;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #bpsoOVKk4TrxJJ4GTJVUvmNkcTGywWQt { width:46.0625rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1QTim9MmDT9gIImu2SoXPO45tvTwF9k { display:block; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONqn13q1i3PurLtCP6ZukxzbLH0DfGKF { width:47.75rem;height:6.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWVEbHvZ2FMQer6d2smghcAIzLNv9vSh { width:45.375rem;height:6.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWRGeN2L9f3Zusa3xQmmF1yDciEgtNw { width:45.375rem;height:6.3rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb { display:block; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdPEozTOPSLlNGrP4SpEbWmwkDI3G8Ee { width:45.3125rem;height:5.500000125rem;top:0.52421951293945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa { display:block; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmH00LGulvmWPVn1Z7lq1CJARJOBZ6G6 { width:47.75rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNqaI17M52FtnbQLmVrW1WA6o4uJSpzp { width:45.5rem;height:2.08333325rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJHCIGbdeuS2vOHTdasXXZClKySloFXM { display:block; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row .container { width:47.75rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX6uDP5a87OGo0he6bcVTyGFQxcLhSlo { width:45.3125rem;height:1.833333375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx { display:block; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qltoEfoRdsPW47sO1UIhx0T3K2ev3LuP { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaaA5nDOk3acS0UCuaswPdyDJ16O6iSE { width:39.5625rem;height:2.08333325rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J { display:block; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gvl9HdyfFLf5NvAmGe1h97GZDSTEHy3T { width:46.625rem;height:3.66666675rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR { display:none; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c47uydu5oJlT1Zkrxt3Xzs9T3TLef4ws { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgC4IXO7oXAcXw6dxxEfVAs8fPGvczNb { width:45rem;height:4.1666665rem;top:0.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 { display:none; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row .container { width:47.75rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #no2C4lga0QLyg23WVGTSha7233TOlhh1 { width:45.3125rem;height:1.833333375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i { display:block; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGbcSobFxfnfB8y1BPcehTgOWOUU1WuT { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFNMVUaT2OD4HuAFxs76nNoAhEza9iug { width:31.3125rem;height:2.08333325rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHFM8z9UE0M2489mRwLmbT8ME6br78DA { display:block; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row .container { width:47.75rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xf0TyvEeSeLZgDaaXmgs5ZqlaSEtBOli { width:45.3125rem;height:9.166666875rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqtEEGUZ62lxMTfvTELw7yhERwmW6c0o { width:45.3125rem;height:9.5rem;top:0.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH { display:block; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWDaG2TJt5TfK1lTZD9nJ3ERL0uaodCW { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftF0u5uu8t499nk8TZxGNI1gPffTxSJc { width:37.1875rem;height:2.08333325rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC { display:block; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGWmGVR2wFBwX5GTpIobdm2L7WyWNWA1 { width:46.0625rem;height:0;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD4aaMAe4PiF8HaD1ERVgMmhstGSvyhD { width:46.0625rem;height:5.500000125rem;top:0rem;left:0rem;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #SbbnVnKKDxPrEgAryZLtVQpyGT35XVV7 { width:46.0625rem;height:0;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 { display:block; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLJsQLKf15OaaT3AgpUqeVwTfvNIArLO { width:47.75rem;height:2.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVWQ62bsCypXoxUJNUd5xx1MWhORiNR { width:46rem;height:2.08333325rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE { display:block; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5miqFG83MEmuGrKfzFzGnBGO3hyU6ge { width:46.125rem;height:0;top:0.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfDGvnZ2SM0XhaiF20DgJDwS1zDH3Zpa { width:46.125rem;height:7.333333375rem;top:0rem;left:0rem;z-index:15019;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #aFbedFmyd901O6XfXUD0tPiesT49eyHo { width:46.125rem;height:0;top:0.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz { display:block; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvikiewVrlgk229lWxd7PUyFmacIGMm2 { width:43.5rem;height:4.1666665rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txRyGw9a03VmWgTMKHlPJkfTPeTtgF8p { width:47.75rem;height:4.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpz6NNq5l8L9fu2Zg2mLJTfDtK4QFesS { width:43.5rem;height:4.2rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s { display:block; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row .container { width:47.75rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3iIOf2WIarnLE0KQycOcMgbkKfMmioe { width:45.3125rem;height:9.166666875rem;top:1.0624980926514rem;left:0rem;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #uOGRg1TThTaG4cTL62UHRdml4w5xfnA7 { width:45.3125rem;height:9.5rem;top:1.0624980926514rem;left:0rem;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT { display:block; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnbMPoTuCOEqce2kJcVV2E7fRWzLXTyg { width:47.75rem;height:6.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQH9RITSk1vAebRXzRyBONsASrTTADT { width:46.25rem;height:0;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8v3Qlh4GhIEeaG13Aqelf78vmg12kP1 { width:45.75rem;height:0;top:4.1289100646972rem;left:1rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #LP7IZ1bAKbNEaWR9DRhFAs5v1DRUbXIV { width:45.75rem;height:0;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QN0K08itVBWbkMF9lHAygUTLPvpTE8a3 { width:46.25rem;height:6.25rem;top:1.75rem;left:0.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S { display:block; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JImMbVZQc8V5VsMn1QrkQy592Ec3Tk9O { width:46.4375rem;height:3.66666675rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 { display:block; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5Rp97OCd379JuAcCxTSzLuJfzcqgZCq { width:46.4375rem;height:3.375rem;top:0.82343673706056rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxSMEciSONSyWzCB8SMAA850LFMX1T00 { display:block; }
 }@media only screen and (max-width: 763px) { #pMSDMrGinWeVAIJyfBR5RGkdv5WPndqJ { width:3.4375rem;height:4.8333335rem;top:0.0625rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxMO7rsUZJDVzKRCCDl9THc03PBTResk { width:47.75rem;height:3.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQKcJTknh2pyfg513Q4rJGfCbdWs16p { display:block; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yv4EX6E7N5dtxoqxR1vLAv14xT3pTPyL { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTaaXI5k0IrC895MDOdHfMTRRzLT3ffh { width:47rem;height:2.08333325rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP { display:block; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row .container { width:47.75rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCA2bhIa0ozTa6azylzLRO8MnTP4QTvG { width:42.375rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJSJQCiTT5LxOVWdVzRaJU30IzROB5M3 { width:46.0625rem;height:9.166666875rem;top:0rem;left:0rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #aankzgbQXKvzHKJW8BkJx7u7LvoO7Psx { width:42.375rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq { display:block; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUWM18NadnDDMiJP5iIOQXGmC691MPZv { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpPvKsh9MfupTcGciupXVe8t3RCei0rU { width:37.1875rem;height:0;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSPXV4z3BoUt9OMxnffVAHT7wDLFXZpl { width:46rem;height:2.08333325rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp { display:block; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3KR7vcihIeVURpwUVXdWrqGkIwnL76z { width:47.625rem;height:0;top:0.5rem;left:0rem;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #Esb9edEfCFsmvT81ZkbCovLFEN0Stv4Z { width:46.0625rem;height:7.3333335rem;top:0rem;left:0rem;font-family:"josefin sans";z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #WCs0XlqwgZClOL2ZJFTTBSA1h2NO8kN3 { width:47.625rem;height:0;top:0.5rem;left:0rem;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #RSoZGMXPBphsfElawGrfxuEmWpeSDVSo { display:block; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPK5qT9V7fTFFMbTMnXqItaxRNuKNWr3 { width:47.75rem;height:2.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0ZFmCd0fTnRI4rzSbTkv2yHK9aZh1R { width:42.0625rem;height:2.08333325rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWwTOe6XGkaTD0IsbIM3skhNCFVShc1 { width:46.0625rem;height:11.00000025rem;top:4.3125rem;left:0rem;z-index:15022;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #nxgWxITy5Whq8EASqfM35SwdU21XpbOi { display:block; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adA76qRyigzkT6HTTvfvHXTlVcGJxzDm { width:44.9375rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHq8qynrdllR9S210cpweA3o9hCNXS2P { width:44.9375rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO { display:block; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vaoem4UEdlGmLtNEVOAz6BLgLEZKwQDX { width:47.75rem;height:4.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqKDU6MdncklPAfqodWmqBuggw5iipB2 { width:47.25rem;height:4.1666665rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAWkP29GcPtGMLT2qSwiCkQdtECxLBbT { width:47.25rem;height:4.2rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT { display:block; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erSlg3zrULzTsT5yvDLfEBFfbFtQrM1P { width:45.3125rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKzJIXCQpKvCLmyXox8sRgIEtv3XcRnS { width:45.3125rem;height:7.333333375rem;top:0rem;left:0rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #zUdcam4pV535UgucTZJEFvdvTZTykl0i { width:45.3125rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #APBfJADBazdDCLDLv474LbwrrWgqyVQS { display:block; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row .container { width:47.75rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUPuqvao3pf0vh27IlxiTih4OtAWDm9V { width:47.75rem;height:5.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpOLbSBCLBn2LkLrQxfOwNTa1iaFvNnN { width:39.6875rem;height:4.1666665rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK { display:block; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row .container { width:47.75rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih74rQ3vO7WMWVgX1C4ueMLuXrnrUmAq { width:45.3125rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRBm4BP0BQcgiNt7OerW9WIOV0Tbpypx { width:45.3125rem;height:5.500000125rem;top:0rem;left:0rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #kGTxK3ZVg6RQH9NzFfr16sf6VEDzf3cQ { width:45.3125rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 { display:block; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnnr86M89XXTia9ShQvdHdQ85cguHoTE { width:46.75rem;height:3.375rem;top:0.82334136962888rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxMx20J0lHSelwTX729QSN0Xqbf0zV3 { display:block; }
 }@media only screen and (max-width: 763px) { #pX5Xv9EWbOu5DKu4KV5CQP51yvOV6diE { width:47.75rem;height:3.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhrns8zXKi9Sbf6gUfdDFwSXsIRPJ2Z { width:3.4375rem;height:4.8333335rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK { display:block; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BffT9BPo2WFAz6EemIXgOlaQPBZN21LP { width:31.3125rem;height:2.08333325rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlTAio41RJgyoHCT9XAnrWSRs3QECMZZ { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRDCg59cr1LPRA7s0g8lltEDVJpddf7d { display:block; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVzgp2rcbUigCzJBcwqbhkDKaWCyu0E { width:45.3125rem;height:9.166666875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgp6wmGFl0IruApaM8SiHlRBB60mlaxH { display:block; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #creGfmiBoXI8NxDCJJS9sOlASNXOrNcG { width:47.75rem;height:2.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUEittMHRWNWcoM1qDoIwaBzgzuQT75n { width:31.3125rem;height:2.08333325rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 { display:block; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row .container { width:47.75rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlL9dXGmySJRQNTTCHADavgLfI07MOQ0 { width:45.3125rem;height:31.166667375rem;top:0rem;left:0rem;font-family:"josefin sans";z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ukPmCJgs8yR2Te5Db4lnvaepTa0bca96 { width:45.3125rem;height:34.2rem;top:0.34375rem;left:0rem;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #XeQTywBRiNcg8q3L4f4LURfwGxur7Znq { display:block; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Prdg7J5pklFlryedM0n71OMkR3HTrnZQ { width:40.625rem;height:9.4375rem;top:4.39599609375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPZWhtwdkp4nJJLQT21cx5eAN5TzIed { width:40.4375rem;height:4rem;top:6.64599609375rem;left:3.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMCNK86Xi24dRNeqwWPLer6wsFtzVaAx { width:9.5rem;height:9.5rem;top:1.2294921875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 { display:block; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 { display:block; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row .container { width:47.75rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2QDLPH0TG1UZ136aQJ75akJv7P6Uv7r { width:14.3125rem;height:22.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7nZOxL7TMwEHvJPGsyTAgxCAshQt7q9 { width:14.3125rem;height:22.6875rem;top:1.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2IqcK7xdxhQ9cXWTVZ6ls5tlsyghoP { width:14.3125rem;height:22.6875rem;top:1.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECVGraiGEPtOsclO9C61M5AzzQ7zw5Wv { width:18.75rem;height:3.375rem;top:68.35400390625rem;left:14.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qu62mkNI2l0Og2ItAHwmI7IZ4ZpPHeJB { display:block; }
 }@media only screen and (max-width: 763px) { #Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL { display:block; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk6vvrtH7iuOHTRofq7Jpu9gAWtieUbe { width:14.3125rem;height:22.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLNgsFJxBMsl210QH89fGv0uKXaRZQd2 { width:14.3125rem;height:22.6875rem;top:1.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am4ASGOnl7OTEag1exU2tRoXENo96Hig { width:14.3125rem;height:22.6875rem;top:1.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0xbTPlB8Je77Bc07LGDEIdkr12bOugz { width:18.75rem;height:3.375rem;top:68.35400390625rem;left:14.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ok2h5yoLB2t85MV1ewnWeEBBF9H4EUpl { display:block; }
 }@media only screen and (max-width: 763px) { #Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI { display:block; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkPIgruuE0NsWfxovS96und11xdhSlaI { width:14.3125rem;height:22.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K79PBNxciBoIcOE4kTpleG2ou87kfqmk { width:14.3125rem;height:22.6875rem;top:1.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBbtLdGhv1XTGS8rc0WoRFSUQzzz6tT { width:14.3125rem;height:22.6875rem;top:1.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr { display:block; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container { width:47.75rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D33pH0lTBCtrocTrvOIOo72K7Lqqw8vS { width:47.75rem;height:4rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgRccsAKSlgTg3wVXqb687MT9hZ1WdHA { width:47.749125rem;height:1.833333375rem;top:7.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL { width:20.9375rem;height:8.2925rem;display:flex;top:11.625rem;left:13.1875rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #vesgSlJ1C2KhaOLpEoVgtX8pVDMUlAEU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #w6eRQ0hhECvzCozySGd89DN8MCiNuIqA {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #FN08m2a8JOV4a5Lvkw8RNRfKaJt2Vqxx {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #VMdJQadSW5pXFWBAHdiDnMF4zDCpVdBK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #CUbiyhzuKTASe7rc5cZ9aeL5XDmgEPJk {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #vt34KD8FcnIhdSk2Jr1OlvEvATfSWFFO {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #O6TNTqcB59OICWqsnylt7Rx2oJy0tXV1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #gi4mLBkKLXSEvZPy2Kqt3DDpXbeVh91L {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #Dkm3dlR8ll25zbBx9m1GN0zNTEn43Qwd {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #kzaUEZmBGNtZowRRKW3cGC2BaXrGb678 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #nHmkoDux9V1QzXOtf7c1EMDXHaOzxbac {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #MpVM2eXKkJ7u3x9s8b1Gyazs2AVwBmZZ {  }
 }@media only screen and (max-width: 763px) { #VyI3v0XR3CTm6eKieTHkhi7lIgGdKqRI { width:18.75rem;height:3.375rem;top:68.35400390625rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoFoq5oQU5OrB3z4eoqKnWRqgAd5ls0t { display:block; }
 }@media only screen and (max-width: 763px) { #BpyMyC045txsbgBoc27mesBHxRutA2oV { width:47.75rem;height:4rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rX5pG1eO8h9uoNKz0bVFFeCl6aeFIb4F { width:18.75rem;height:3.375rem;top:35.26953125rem;left:14.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQDZIgZHJSgSo0q9Ag4lDlSPUiiT1w2t { display:block; }
 }@media only screen and (max-width: 763px) { #owT9GTwRZJD3Rh0nlOzsgIGUhzUMDZf1 { width:42.6875rem;height:27.75rem;top:22.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 { display:block; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row .container { width:47.75rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTC71AP4uyQELPPzZCMHb80uiM7LkNpO { width:12.375rem;height:4.9375rem;top:3.0625rem;left:17.624217987061rem;display:none; }
 }@media only screen and (max-width: 763px) { #sthHdLqbrOEAkNcsPJtZfseVROK0oRCQ { width:47.74825rem;height:25.333334rem;top:12.184028096497rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1gRQ8kRlHzApekalkOPbmuBJlewfzF0 { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEMI6onZQmAly486awZxtr8JP9UHa8MZ { width:12.5rem;height:5.4375rem;top:39.184027671814rem;left:17.624999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx { display:none; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ns0msfJhkpSyJIk9yOrM0azZwHmwwx1s { width:16.247396469116rem;height:0.12369791418314rem;top:17rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1BXicU4sIpvSBQk9yvEtcaWri4FS5O { width:24.998697280884rem;height:2rem;top:14rem;left:22.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K82z5AnTckCz86A2XhdecQM9Fhizdpbu { width:18.75rem;height:2.83333325rem;top:10.6875rem;left:25.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwazO7I0JVw1OExFWsWXsdeXm9nhH6k5 { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Hmk2g51gW15BQ5FgMpiODa98LACeBP { width:25rem;height:0;top:20.79843711853rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvOGU1yz71na3OAeES00iy9PP6w76Sse { width:40.625rem;height:13.4375rem;top:27.84375rem;left:3.5624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3fbIcZM37WWTCZUD9FReSvCvPVgoxi7 { width:25.25rem;height:4.750000125rem;top:22.0625rem;left:22.5rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aUWkozbvgN3gE6VHiPeLWdHu9Blnl62V { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykP66GVflns9wcC0VvEW0PBc5T3mWkT3 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6u1gQ6ikMuiU1HkGyCxWE6ceONNTows { width:47.75rem;height:8.125rem;top:30.039844512939rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bId4tK2Xtn6QRJoK8zL4B3TW1cQmecwT { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:none; }
 }@media only screen and (max-width: 763px) { #omKQQDmT0twd7SVy2TfbJn864RXi3MGr { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy { display:none; }#l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #UiTnB3Xn6GX8xXT56vBlZWlKy8bXMnG0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #nsTkVK9p1CVdH09Cc7HN3f4b9VocuJH5 {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #oGWOaFm1Pw81n1Mw9gSz9SCLBZDaS1RK {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #LreJuHLJNITPQlqax1lrgAMNfa3vEIJ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #HZ4QpnQi5651JMCaeqAcCnuKtiv9TtGE {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #WyCXvSEFxU0tBJ6vcNMNAaZmffBledin {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #CpKVenAfDvKHl3IQB3lcFZzgOOpNnnHo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #l3M1Q7ByKQKx2Ge2Tf5wRs5D509qn1UZ {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #v38gDkatpDhibG6THwmo0mepz9xtQgfm {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #UhNUQMXvae39FOX5t8FqAFnbskudEDLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #L5isThiw3oOCirX2n0Ihi0sxPUs43pzK {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #J5MVOez579D6JpXhZv9Iihx8LqVHfJuT {  }
 }@media only screen and (max-width: 763px) { #ZyQ6sghk7Gr5MhZvTR5yBiFhB2dvlPmN { width:23.3125rem;height:1.25rem;top:1.75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvhvOtxXoAEsKXhW8TAdL1PZv8K7ydBf { width:20.6875rem;height:1.25rem;top:1.75rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mZbkZL7ue3ONyftDpZlGUoHZrEe8pN { width:20rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ { display:flex;width:13.5rem;height:5.0625rem;top:7.5625rem;left:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #uMavLyoxIm7eJcfSIBHOV1xcB6K2QEo6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #qc5q0Gdgv50HINDhQrfc0ngTuT1KkS6W {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #vFEAKMtzE285G8hEVaeZlIcKRlWep5vN {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #IwyLTa7ax2L30gEouS5dxE2gtnH2RkPU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #VhqBCtLLnZ5LnJlt4fODh7X4VMO6PAgZ {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #J5QBEEPGu7haVBarDquT8KJXwvWQkAO2 {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #GNg5y1wCKkXITbykBAGFAF6vSKClKWcP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #pnkd6W2TrynhIkxE3MZJpAep18Hsz51N {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #ixoJl7s3ZDNqRZ6PhtCQPA7Tqri7ss11 {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #WbRmxlsnINEX4sNuqHeLXEQeX8zW9e0z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #EnSexmu8b8xvpc9Q6u7MeSfPF0aulik1 {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #bJWABaxa1xkZ55k17SlZQDCBLWJJofm3 {  }
 }@media only screen and (max-width: 763px) { #HIRgZW9VPvyrIUwIebvgS02qk2WEfQzm { width:18.75rem;height:1rem;top:8.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJAOqplNUIL30WwqpJILrgEhG7k3JEvK { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cA16Nw4EL0f4wTPqGipq7zvQVh3RId0a { width:7.6875rem;height:7.6875rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFC0c4529ayEf6E2BFrgxf4EFP456Xfe { width:20.5625rem;height:3.4375rem;top:3.83349609375rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih11t6T9oTFTFATVQaTairJDW9KCNeHc { display:block; }
 }@media only screen and (max-width: 763px) { #zKgnJgVDGoO2olnqrkZ7Hb6uKvWoCyGw { width:21.1875rem;height:1rem;top:8.14599609375rem;left:25.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFVJVdR0sxXV2q8URtv3KrQQf5TB3dB { width:4.25rem;height:4.25rem;top:3.08349609375rem;left:20.458333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCwns37Oa2TUk6NGiTv0TXCIKGI7gET2 { width:20.5625rem;height:3.4375rem;top:3.83349609375rem;left:25.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNQRBXqVuNQ9KNWiCN4TGLlgivfQBDgl { display:block; }
 }@media only screen and (max-width: 763px) { #TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #molk0cGyGE4ZCTeTvKTUqB4aOuKL32GT { width:23.3125rem;height:1.25rem;top:1.75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfyWZIwGkbAZgEPEPT4OE1K2XCZ063dt { width:20.6875rem;height:1.25rem;top:1.75rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r78lX5NUP0bAyRoGTS4W1eFl6VKxnskO { width:20rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS { display:flex;width:13.5rem;height:5.0625rem;top:7.5625rem;left:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #bNZb0UFDVdS8Olgbi5s3tLkUZOvy3L9J { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #pf8HWZRpEsygMTAJaSHTFRp3ColWMlFh {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #wWtaJghzgdagTMDnAhXd5pXMViS4lFcK {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #C0BWTvEJyC0hOgl5a0X5cSPDzNkhlXGo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #nARbtR8SIwFhe3mA81W5IJtorJRiL5mC {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #ov2nXyJURCdX3KW76dX6I6QfzJNTITcF {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #phzDqKofdfG01faWoAqOTIaJIm8xTQFg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #caIFNmXpqwE8ysPdLnSLPoXAZ2LRVoUB {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #TSnB9QiAaN7R2pfdO1KfzG3Gw622acJM {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #BRk004h0JSF5ECWThUPVWl57miaGNRgW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #X7SdtW5Z7uJ4z5H0ohrukh0Ov41aHZJ4 {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #BEbEP2QfVqWPTKyU6ZsagxudFox3y8V1 {  }
 }@media only screen and (max-width: 763px) { #Z1szltJ7KPbEEDknp1NtRTy2K5T492w7 { width:18.75rem;height:1rem;top:8.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxSpOp848feGcDUqvQXPkf3PxZmb1TbZ { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cldnbirvy5HrcbTeBo6Im8E0L6MJLwHc { width:7.6875rem;height:7.6875rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTUdUctdpFoPhcWTQbXrokqLD4CXLamR { width:20.5625rem;height:3.4375rem;top:3.83349609375rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSa61myIdELTEGin7lmnLzA8tBX6r2gz { display:block; }
 }@media only screen and (max-width: 763px) { #RXrKHUwTTTNemlC3SnLgC8RTzsGRZWU9 { width:21.1875rem;height:1rem;top:8.14599609375rem;left:25.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxi2OcoTNGad0Ow93TTHTq3F5gOdRg5R { width:4.25rem;height:4.25rem;top:3.08349609375rem;left:20.458333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAiSpe9PaZVaLO6NhAg4WDAmxi2iZ5x { width:20.5625rem;height:3.4375rem;top:3.83349609375rem;left:25.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmF6xTov6tNksNFNQ4SPtDErGhAWzkMq { display:block; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #k7AdT42h13oUeDpau5cvAJnukGTd7H1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #og6UIEyLJhZlkfTmCf1fJAGL8KUsNML4 {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Nu84i7nBAxtXAerDRZuFkviLm57QR65J {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #odhLdfvpuZ5JITkP39rZ8IXInueneSBQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #GhR4qxgImkInNsaOz1yxRtdPk8zsKJam {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #vKg6oxW6vcOMVNPfNbx0zn0BMiRiincW {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Zr7ctlokrNySxLJvH3Jc4lxFUJbUsMGQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #gRdirEnMev3cTfQOPptq2090xFwm2ioZ {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Mn6a7kgu2Gf2oRTZDFDBBt5KcrdRP6UN {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #br4Be7ekb6Ib1EEJb122ErW4DVumkWXE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #g2pSwc6J5kZ6q3Pzwg3tgpXTRH0GmlSc {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #vGilTTqMU4X0zGutyEe7B33ItgF7mJGr {  }
 }@media only screen and (max-width: 763px) { #L6upMAhPCXdUG1fBGXmg5ollNZgX26yV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#L6upMAhPCXdUG1fBGXmg5ollNZgX26yV > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m0x6q2GHrdXhGJu9pvEqFpJr10XNhCX2 { width:20.6875rem;height:1.25rem;top:1.75rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxx7BO6Q5BbeO6br8UwbAvFaD5ImC44 { width:10.8125rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 { display:flex;width:13.5rem;height:5.0625rem;top:7.5625rem;left:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #zfxCGFBm2k5hQdVb0KzsxTg8GQ4gBtLw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #oHAn5T11ww9WDyyRvvb1oq6IZzeFTUfZ {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #foBzg22pLZNO8rC8rVo8iA09J8U7pnWI {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #xAgiSPQTHz9wuasoka1UUozN7kt5PUiT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #pzUEUrTZ5wulR9dz9909vX1MQd2SitwP {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #KRzfTJvcFq1X0aDIOz57bPGmsGUoVKAv {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #zZEQLh7n70TT10dtVqHn2mpJhL7RzRRv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #FVDfT8f79c9Olk2hPVErDQ7umL0Gxt4b {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #fmKuhGNAfuDf04mdMbTi7EGXtvh2E56h {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #hnTO22MbidcUqO82iPhJXb3TdNBqmbZ1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #n1OB21ni9kwUdGyuZXVxEpmeNJ7LI4p2 {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #P91xDxMJ1MO9qAiiRdNHmoGqQEtoUb99 {  }
 }@media only screen and (max-width: 763px) { #RQ6y8Fy3a4sL6CST478hJMV1a5iEcN7t { width:18.75rem;height:1rem;top:8.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9i5i4q4u6OCAFkA1uSNxxvXrN40Ft1i { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRUbzoiG5Ku1F2daJK0rNuduUhkasQJk { width:9.375rem;height:9.375rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxJXO3vSpWJNXGzP2moriOW3lBbUDJQC { width:20.5625rem;height:3.4375rem;top:3.83349609375rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA9BEqobBSSWc28rH0An0rNQzBX2N4uz { display:block; }
 }@media only screen and (max-width: 763px) { #t3cPOCIdNRfXrcsTqsFAz6ZHL877Fl48 { width:4.25rem;height:4.25rem;top:3.08349609375rem;left:20.458333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9HaUtlDy4gQS75S7plcXTxTntu32rVT { width:20.5625rem;height:3.4375rem;top:3.83349609375rem;left:25.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMR2N2VWvXAJoWNmhF6b4p2c7ZRTwCUL { display:block; }
 }@media only screen and (max-width: 763px) { #EsGIiPCAktdZeN8fgm3QoxVgWEaNFN9E { width:23.3125rem;height:1.25rem;top:1.75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #AnsH5dBnbQqmOEzElbTlcV4nBaWH4Iff { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #gFRkTUh5rldq5cUm1lLoolPFylZkQiuR {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #fUehrb0bZTW442syts4A4z3uifrdqP9U {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #dP5y6oLmAXdcGxfDz8wS6ECOe7Xb84HL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #TIDK32O3HbZCT7SI573TqczpB4y2bk6J {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #LqgPaQC7NPnBA3HITVrmNDia7NsmJEBx {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #I0wXO4vZFkMHIL2SRkbNBJDhSsyKSIxs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #fNEiNtWQT0yoFdz28ggDF7JN6SEnDQmn {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #T9Rux90F9xCGoq9DPz7HdBccMpSeETuT {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #yaX6TcGLFFHD5WwCFIkkMQ6uEe0ggfrD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #SZnXUEVU9zHWRKs2qaJ1zUT13q00GKH3 {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #VgRIe9LwwBdlvtKiOng9iJGRo7IsBWOS {  }
 }@media only screen and (max-width: 763px) { #tNXq1BQpC8vDTlwya3tzarFl8TRlzfTR { width:20rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f9f4f4;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ovozX3sv164XG531CJCw7nZ5qqly7poP { position:fixed;z-index:199999;background-color:rgba(165,72,112,0.9);background-image:none;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;top:0rem;left:0rem;right:0rem;display:block; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container { background-color: transparent; background-image: none; }#ovozX3sv164XG531CJCw7nZ5qqly7poP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container > .video-iframe-container { display: none; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row > .video-iframe-container { display: none; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .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); }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container { border-width: 0; border-radius: 0; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovozX3sv164XG531CJCw7nZ5qqly7poP > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAUXX5uBgL9ara5PcpdEgFiC20UzIcnw { width:6.1875rem;height:1.3rem;top:0.94375002384188rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4XT7BN9ptoOigxpJvny1OwlONpep5Ts { width:6.1875rem;height:0;top:0.98671871423719rem;left:9.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2l6uSQmTxZflXkMqwG395zl403G9Kd1 { width:6.1875rem;height:1.3rem;top:0.94375002384188rem;left:4.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUFTz8iVEMsQuMbsUkdMZHqOkPaR8ahT { width:6.1875rem;height:0;top:0.98671871423719rem;left:13.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a73iMr2nTH2652I4TlQufBwb3BVaOyDa { width:3.125rem;height:1.3rem;top:0.98974609375rem;left:16.8125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yTFWus1A4XkR9kxmIkR3OX9KSpNGxocw { width:6.1875rem;height:1.3rem;top:0.91250002384188rem;left:9.9375rem;font-size:1rem;z-index:15002;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #HGv0UgeBgPbMmwrS8dlA7SKZNWzZCONP { width:3.75rem;height:1.3rem;top:0.91250002384188rem;left:13.4375rem;font-size:1rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #VrazVp2n7woTrTJ1rKEXavIcM8wKLg4y { width:14.25rem;height:0;top:3.125rem;left:0.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 { display:none; }#OGtH2BExfsMFGoPm1GXuuwr2rxpiNfG8 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 { background-color:#a54870;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row .container { background-color: transparent; background-image: none; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row .container > .video-iframe-container { display: none; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row > .video-iframe-container { display: none; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .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); }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row .container { border-width: 0; border-radius: 0; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NP29TdqBTsKszV71Nu08n6HGOJD4BwR5 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL.adaptive-delivery-prevent-bg, #QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL.lazyload, #QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL.lazyloading { background-image: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container { background-color: transparent; background-image: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container > .video-iframe-container { display: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row > .video-iframe-container { display: none; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .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); }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container { border-width: 0; border-radius: 0; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvWPT4SLRraHFHrk99ONOoT2sh6ALOBL > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9EwwtwZdvyoUUxTKSepka32hOEZ1oEd { width:8.75rem;height:0.125rem;top:33.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLlCPctk5GkzuGykhLt3v9EvRGAyZv2m { width:20rem;height:2.4375rem;top:29.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOfJy6aySop90m9iMe1ZsDC7Ehq1rGuH { width:20rem;height:2.6rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTptt6GWZFLZTb9Fcr1DcIIbqTXXKQC6 { width:8.125rem;height:4rem;top:22.5rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6pazFooyHJ0AZEeKyIiDM9HBLlN71DP { width:19.9973965rem;height:4.875rem;top:37.708335876465rem;left:0.0013021230697632rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSC8WdoiyDWw2D3yiPxayGddDHqXu85E { width:20rem;height:2.4375rem;top:34.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphILifn8GDtsQyD7PLWh7biPTKOl4pD { width:16.875rem;height:12.8125rem;top:45.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roqS0OimNnnGLk0KRK6lVRvTodiNhrrA { width:15.625rem;height:0;top:59.119792938233rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHbG05srwdU6iTC4r7IAnhueetNLSv4G { top:1.7216796875rem;left:0rem;width:20rem;height:0;z-index:15000;font-family:roboto;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EMB42IMTISitXaD3VJ75GRcooCaQtp8U { width:1.3125rem;height:1.21875rem;top:22.5rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOLTMCsdeEDAJCVEwU2f59fkRA6HOeoA { top:1.1770834922791rem;left:0rem;width:20rem;height:20rem;z-index:15007;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JQoEmJ5qUsANWT9KVRXMdxF7C3cHFH1u { width:15.625rem;height:10.125rem;top:46.406251907349rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15019;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GDDMLpVJyXwlTRVH9XzHMOngoaQiTEML { width:16.875rem;height:12.8125rem;top:65.477867126462rem;left:1.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEfJzL7iArK05CJrTTG4iyzPez1tElye { width:4.9375rem;height:4.75rem;top:89.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vd14CkZz5guKMN9KEoWu2ThFzzRuHJFG { width:4.9375rem;height:4.75rem;top:56.53125rem;left:15.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mmEshscINFLnkcBd67GtXDOZCBEGGGQo { width:4.9375rem;height:4.75rem;top:43.124351501465rem;left:0rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LVzSNfwMn5is778IfwBAcbgwgU2SBHxt { width:9.625rem;height:9.625rem;top:12.791667938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFeazlQWkw9lCgyVOnMP32dcLQfWdfnn { width:8.6875rem;height:8.6875rem;top:15.072916984558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { display:block; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEFCroEo13ZP2elFzDBXCHHxIp17aZLn { width:19.375rem;height:0;top:2.2786560058594rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #l9AVvMDVH44X1XF463TlIwxEwsBQ7iul { width:4.0625rem;height:7rem;top:25.924499511719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zei08ZMu2RRAWqv6gTsiv28t3QEx648f { width:4.9375rem;height:4.75rem;top:13.436855316162rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2fC4TZPnOMlyc0Me9dwp4kx3Ar2IrSP { width:19.375rem;height:23.90625rem;top:2.71875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:italic;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tdi7aoBxDbz5QLIx9mskxJ8EmDQTRUpI { width:18.6875rem;height:1.59375rem;top:27.437500953674rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh { display:block; }#H9SUmSfb5TnOFMwyRTwsB28qTxMMnuGh > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSa5MxQSw5aZvNSs9t5s029NwUGK1ZtR { width:20rem;height:4.0234375rem;top:1.3743495941162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KFbITMpQtUSS1A6oCkKCyr7eGczQ6tnQ { width:20rem;height:0;top:7.08203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #chSRRDTuhrTx2bHrf1BVFWeFOzGe2Pew { width:20rem;height:10.125rem;top:6.51953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NsTny1qxutktUdvJISQZGfpodNpZ4vX5 { width:20rem;height:11.25rem;top:17.890602539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT { display:block; }#Ofu1zlt1tuFQJtPlD8mNNHhq3q84ewgT > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXbLyHz0MaTn2VxFQtZ0ZUCMhU4xG4r8 { width:16.875rem;height:4.78125rem;top:6.0625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TF9WgGy7u056exVspyASvUfaHa6HB72p { width:4.0625rem;height:7rem;top:25.924499511719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAKIJCHAvPUVLyleomyT0fdQwRKmrfJS { width:20rem;height:4.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dFJQQNwbkeMDGlgTOM95VUZ8tArpStBK { width:1.5625rem;height:1.5625rem;top:6.0904951095581rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGaRBom6Z34w4R7TJWe6WX8Ta8hK8q8l { width:1.5625rem;height:1.5625rem;top:12.302083015442rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psvR4tFg4CPQiAdW3uOIS46aZgwi2sab { width:16.875rem;height:6.375rem;top:12.3125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T3Ke09k2t9LN8RKonXtPMVyfdCTs9rwo { width:16.875rem;height:4.78125rem;top:20.0625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WAQ9D2t6KafoSaiKE3mcs10uUVODMhnl { width:1.5625rem;height:1.5625rem;top:20.250000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n56HSvDqdTKpxqUt41tVsV0ggtwbtTHq { width:1.5625rem;height:1.5625rem;top:26.104168891907rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOaFbn9Q1E8HQsHdEKR4CNIh8O5DKpDF { width:16.875rem;height:4.78125rem;top:26.125rem;left:3.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #THuJCXFKtKOyDw27clGmtkubR6iwKz2H { display:block; }#THuJCXFKtKOyDw27clGmtkubR6iwKz2H > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlsbwk6feII9y5By9b1tsTUduEt0WEBp { width:20rem;height:4.0625rem;top:1.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0NBFJrPhmHaqzmA7LtpP1I6k7C48sOT { width:17.125rem;height:20.9375rem;top:6.3125rem;left:2.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mFEEWxPb2XdFewRXueSJSqMNTfEmyDXN { width:17.5625rem;height:14.25rem;top:26.312499642372rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpvGCTK6NwZb1RJJoyRJpmCDnOA1B7u9 { width:15.625rem;height:13.38475rem;top:26.244792938233rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpnSdfLWoEwXPXTV8vFK26AnBMEtowrp { width:17.5rem;height:4.0625rem;top:43.111980438233rem;left:1.25rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MuotaenkhW7BVyW8QLfhQ2XGDZG7FwiT { top:24.6875rem;left:0rem;width:17.5625rem;height:16.5rem;z-index:15000;background-color:#7a3855;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) { #foBNsKRRoTQ6kDXu7QnRTb23KFZoU3xe { width:16.0625rem;height:8.125rem;top:25.8125rem;left:0.5rem;font-size:1.25rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH { display:block; }#RQbFl435Mq1zfTzQ4a8hafvTaGeRMwPH > .row .container { width:20rem;height:32.82421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWtOPkKbxhPoq7qzrhsqiGzfiMiBUzyN { width:17.375rem;height:16.375rem;top:1.3125rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsTDZltscy2Otuz1QDc2Tt7zFpKHq9v { width:18.125rem;height:1.625rem;top:20.250000476837rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emUPIdpgcxypdsUtGOigyGiSiyeU77CN { width:18.125rem;height:9.5625rem;top:23.261719226837rem;left:0.9375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KJFfwUwB57WOkX3OduOLCCkvwai2iQcB { display:block; }#KJFfwUwB57WOkX3OduOLCCkvwai2iQcB > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJKsVxupyZn0o1oAUtetvDv506MzQCoO { width:17.375rem;height:16.375rem;top:1.3125019073486rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQordItKuB9BnFmmNg3yUVLfbnnCCip { width:18.125rem;height:3.5rem;top:19.625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKd7OQqXmFJLTdvh1gCJobECuMdohDi9 { width:18.125rem;height:14.34375rem;top:24rem;left:0.9375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu { display:block; }#boyqi2pc5twc2q7tTbKwIPhV0lWkQTAu > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRv2htL9Asn53zVriAg0eStu1xiDUKqO { width:17.375rem;height:16.375rem;top:1.3125019073486rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOsA4cuuew94dOTDJOhWbE1TVbsKOM59 { width:18.125rem;height:3.5rem;top:20.250000476837rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eol0CTPR4vdx6A8A9nPJprXv4DAiQMNf { width:18.125rem;height:14.34375rem;top:25.261719465256rem;left:0.9375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bd8946f-6472-4f9e-90c0-166d0106683a/KolazuczestniczekSAnalanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL.adaptive-delivery-prevent-bg, #r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL.lazyload, #r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL.lazyloading { background-image: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container { background-color: transparent; background-image: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.55); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container > .video-iframe-container { display: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.55); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row > .video-iframe-container { display: none; }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .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); }#r8rTLdNbL7hRE7mkUS5ng8NkpmXF8cJL > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQivqA1uEsnkJTF3atJSv4ben2G6RIU2 { width:20rem;height:4.875rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQfIT0nBdo95UA3OJK5sqgzT6onDvOna { top:1.7216796875rem;left:0rem;width:20rem;height:4.875rem;z-index:15000;font-family:roboto;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g4Tk5WykD5tMf0KfuG6LQVo8o4o36zUJ { width:2.8125rem;height:7.9375rem;top:11.3125rem;left:17.986043037376rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVxZk58o0kn54IZIUN8KobIIrEntkPJg { width:20rem;height:1.625rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK { display:block; }#eKmPxJhiUamkuyt3wQBuATTTfb5BJnTK > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7qkWRXuZ483DRcPbfam04nOUOKqbzHv { width:20rem;height:1.6875rem;top:12.166667938233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ip3PzppLKBG12F7EPdJkl6Sl18mK9TMz { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZESesL9uUmyoRhQUCreZyQ2B656ql0kR { width:12.375rem;height:2.0625rem;top:4.666015625rem;left:3.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QkfNRimIJt2oy7Kdwi058BaHHeO5BaDP { display:flex;width:2.1875rem;height:2.1875rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrh3dZkwlTqtRc1cdSSV0Z3OIditPdBN { width:9.4375rem;height:2.0625rem;top:10.104167938233rem;left:5.28125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zZUcJifOFW4qKkzT2a3EgL9WHqhh5RPt { width:20rem;height:3.375rem;top:1.291015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RBm5x7yUodbbHARRMM4nIbzt7GNnVSTm { display:flex;width:2rem;height:2rem;top:7.3125rem;left:13.0625rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #AxdR6yJ1CEa6qWUA0HMuN07gWbzNTAr5 { display:flex;width:2rem;height:2rem;top:7.3125rem;left:4.9375rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #t4t50W12QOagPsg1XHN9MVS1zF2XAxLy { display:flex;width:2rem;height:2rem;top:7.3125rem;left:6.9375rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #RZIw8V34qaIch5rcvvf54TqABdazV54t { display:flex;width:2rem;height:2rem;top:7.3125rem;left:8.9375rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #GAEFuu0irFQ5lxVe9C3cCfGHvIc7LI33 { display:flex;width:2rem;height:2rem;top:7.3125rem;left:11.0625rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr { display:block; }#EAIB8gDWbippeH8VHrcZH9da1KRP5Gzr > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deKkrOPebNFuvGe6R1DcybbdneFa4cU8 { width:19.375rem;height:32.0625rem;top:1.2226543426514rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 { display:none; }#UbfUeeAurBbWxOsif1aq1FoGnhWz9dd6 > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pqZhwotckgHmUhtQZuazC1FOLCkoIwXi { width:20rem;height:19.33886875rem;top:3.0303769111633rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqe8GdZAusJmFskipbLd43icR2tbeFIl { top:1.7216796875rem;left:0rem;width:20rem;height:4.875rem;z-index:15000;font-family:roboto;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KdeScX9GzCKLqbth2We3OuLn3NeEfInr { width:2.8125rem;height:7.9375rem;top:11.3125rem;left:17.986043037376rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77d77ca9-ec49-4e8c-a5cf-88be63dec19a/ToSALO.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7.adaptive-delivery-prevent-bg, #SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7.lazyload, #SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7.lazyloading { background-image: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container { background-color: transparent; background-image: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.5); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container > .video-iframe-container { display: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.5); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row > .video-iframe-container { display: none; }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .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); }#SPqlH0qmTWO2kau0MVLUsPUGfXggJ5U7 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWfLRfbb44nBfdnuaPUmBuozmtVClsFp { width:19.9980625rem;height:4.0625rem;top:5.060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbumth2ecGkSI7kxcbovzks1WTouqF3b { width:16.875rem;height:5.52345rem;top:10.5625rem;left:2.5625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lu9Oy0Di1HcRifpE7n5hfpi3gvVciBww { width:16.875rem;height:5.52345rem;top:18rem;left:2.5625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0T3x1UFz1sqhhkhT1teuvmfmdpgOFt3 { width:16.875rem;height:2.761725rem;top:25.25rem;left:2.5625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2yiZDcWKCbH2Uy3tKwXVPE4FTMnwHt4 { width:18.122625rem;height:0;top:44.5625rem;left:0.9375rem;font-size:1rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IA5yktTIFIuBJq33TRShWN6u9gI3WHlf { width:18.75rem;height:3.375rem;top:1.904296875rem;left:0.62226560711861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrWl4T2xEr8tgw9m746opMSZEwKub6QV { display:block; }
 }@media only screen and (max-width: 763px) { #v7DMwaNChJd3kvZsdfbmHKy1pSscitE2 { width:1.5625rem;height:1.5625rem;top:10.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4VPu6DUCvMBfyd9gKAQzrXblIQ4dcaR { width:1.5625rem;height:1.5625rem;top:25.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OooZHITpCWHnTSCiVDfUGi8ZDq2iS7pe { width:1.5625rem;height:1.5625rem;top:30.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADB6uXDDqfuikHGmXaJiIcLqxQZydAz0 { width:1.5625rem;height:1.5625rem;top:18rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzSTmIbgg1357ECATiGt1zgJkIHQiCn { width:16.875rem;height:2.7625rem;top:30.1875rem;left:2.5625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xQMw9NHFmxwyvdENZkNwa2HDmKO715Pi { width:20rem;height:1.4625rem;top:2.2858076095581rem;left:0rem;font-size:1.125rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 { display:block; }#MKuSWiEPc4byBab0OWMKeQqXDdW3FNV4 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1Qh7iMzJ6U3xy9cbIk4rVuX6vyv44if { width:19.996125rem;height:4.0625rem;top:1.8424491882324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWQ0Qpegsp4zwsZEFLDIIrxpn52DghhI { width:19.75rem;height:10.75rem;top:5.2291679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6guUmsTunKJRF9uolRA1GOml4D3Sd5L { width:20rem;height:15.1875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adt3d66zgDWTbiIFmQZNukWGGpCQwmTu { width:20rem;height:4.4609375rem;top:18.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXXt6fzAGBKPD3xVfJ39cPbxeCWJW4PA { width:20rem;height:5.5234375rem;top:24.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;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; }
 }@media only screen and (max-width: 763px) { #CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH { display:block; }#CV3ZahcuVJ0R14dJTE4pUTQVTLRyibXH > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #La4Pt0hgiZi3gkQwrsANgNeIcar2KOLP { width:16.875rem;height:10.411125rem;top:1.3125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1pVltoPElMWv4oSFVMHioryPsJ0X3vO { width:20rem;height:0;top:137.90307617188rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9PRowZkgHo2HxWPcCJUlKFK30CLVRxF { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKsxB888LZHZk3Tr0KMcAJmt75iAJtny { width:1.5625rem;height:1.5625rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsrJ7sx0o8uQLtGB4WB5ZrOR1cLv9Jkc { width:17.5rem;height:0;top:8.046875rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #EmfQGXi4JIrm8B1zeI3SZ0IZ4dMqPQLo { width:17.5rem;height:7.4365rem;top:13.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDWduhdruL9WWoqG9B3Vduq7yyhnoU5I { width:16.875rem;height:16.360375rem;top:33.374351501465rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTTiCFP1ZS3qRy3PtAm1FSMtMLh5OxK { width:1.5625rem;height:1.5625rem;top:33.374351501465rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5m8MTnNCGoiG8mJ7VRnHzzJg9yb2g3w { width:1.5625rem;height:1.5625rem;top:13.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1JVFh1iz0nPgKpHQMI9yuwsIgsB82a2 { width:1.5625rem;height:1.5625rem;top:22.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrSy2iz8n7D5Z8zIMpMmzumThzrtJDhE { width:16.875rem;height:8.9238125rem;top:22.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIBbCtHM7672xIKhxtSw7l0cIKlFRIp5 { width:19.99609375rem;height:0;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C46yIBGufN7nxvo3Q98ndcn57mAheId2 { width:16.875rem;height:7.4365rem;top:52.448959350586rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuqfeAAcAmKfWGU4CNuOgKvQzq6C70zb { width:1.4375rem;height:1.4375rem;top:53.198957443237rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNFHNtNZM982SFOspKNiLaimQ2BIETeE { width:16.875rem;height:2.975rem;top:61.39999961853rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgiJgoEVULlhHF5ZafGkuyeVfahDmm40 { width:1.5625rem;height:1.5625rem;top:62.106246948243rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eFE97gGE3kVtLK2Lm3IvQvSwiRtVv7 { width:1.5625rem;height:1.5625rem;top:52.448957443237rem;left:0.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #lwra9sLbDQTVG34WMueei6CNJKrySVrg { display:block; }#lwra9sLbDQTVG34WMueei6CNJKrySVrg > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQDO9GcVHRRXCeFuDB4zcFbIvGm994FI { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htICleFS8rPpSnx4hQIPt6MHI0rmuilT { width:18.75rem;height:28.9980625rem;top:6.6874847412113rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr9efunQRFpdGZbeftkhaJwt3dt8cUTJ { width:5rem;height:5rem;top:36.666666625rem;left:12.354166625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn { display:block; }#zHXACxq6TiGZJoJUZSmf5TO6SfW5fNOn > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBeOZG9vAO44yW2deDTMdl38x90dRDUL { width:16.8125rem;height:1.625rem;top:3.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0HlT8crPLDWT2LCdWWhOScTIE7o4UFE { width:19.3125rem;height:1.625rem;top:5.375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi5uk3v3EpcqFnGXoie6Dc02CoQIWFHT { width:20rem;height:13.67775rem;top:20.15625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#gi5uk3v3EpcqFnGXoie6Dc02CoQIWFHT li:before{  }
 }@media only screen and (max-width: 763px) { #hGUe3e0wqnIEQz9QunCmmAEbnTwcSzCZ { width:20rem;height:3.25rem;top:16.248718261719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvFTHRGSpCF6ICCl26lsdbDcbWtML61a { width:20rem;height:3.25rem;top:34.395843505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqG7IzzKe5WNeaqDTfgmMX6V1QFzDpLD { width:20rem;height:5.8359375rem;top:38.270843505859rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#WqG7IzzKe5WNeaqDTfgmMX6V1QFzDpLD li:before{  }
 }@media only screen and (max-width: 763px) { #I7lklSyvPoRsA4q23tZgKO1KFktKmfMV { width:15.1875rem;height:10.5625rem;top:6.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dzk0bG8csSX1bZ31gOvSTnpVIREGn1 { width:20rem;height:22.8125rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBtBdCNvTpgUlyBrlda0K3J9SSBTh9w { width:8.125rem;height:8.125rem;top:47.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRdkTXN2L8f1HXdpkTAi9ZFq6rZ6MRTu { width:16.6875rem;height:4.142575rem;top:58.4375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4u9DIbfz1vbxrgIxTTHVkNz3ZDcdPKW { width:14rem;height:4.14258125rem;top:63.4375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfeErOX0lE8pqWnLdcwBCdkK5BsH6UQ { width:5rem;height:5rem;top:0rem;left:0rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #thnMXTEvB89dzzivdHGEAcfXGJfJP4mn { background-color:#7a3855;background-image:none;display:block; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container { background-color: transparent; background-image: none; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container > .video-iframe-container { display: none; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row > .video-iframe-container { display: none; }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .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); }#thnMXTEvB89dzzivdHGEAcfXGJfJP4mn > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAwmkDQNm9nK83Qkv1NNV1Tmk2vbZVWL { width:19rem;height:4rem;top:30.625000953674rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVnXC4zXB2J3AclLDZMKwevv93PT8HD7 { display:block; }
 }@media only screen and (max-width: 763px) { #p866tABJOJ2mT2CTTr1NT301PeDOcAgd { width:20rem;height:4.875rem;top:10.625000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID6pEdODUoJy6XrE2wLGd79TMRUEQNMU { width:12.8125rem;height:3.1875rem;top:16.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v6Mwp6ts3MyvNxhtA98JvBrZzhu0LIE0 { width:15.5625rem;height:7.96875rem;top:20.8125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nTTKh5prFTEK9DggH3WkNmRbNm7VUaZc { width:8.0625rem;height:8.0625rem;top:47.6640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgdoPimoU1sdTvSGPwlTiOZ1rzaL9y1n { width:20rem;height:34.9375rem;top:26.2890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZElp18CfJkarRy1IhVM4tCt4xpGGRX92 { top:1.3326826095581rem;left:0rem;width:20rem;height:7.875rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rfqvUlDnZkC2qOyW3B3Se9fpwaT5Z1Gk { top:26.832683563233rem;left:17.125rem;width:2.875rem;height:2.875rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug { display:block; }#qozTQ0uTKLmNmu22Vxlk3TG0KKfC5bug > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6e8C7tV0muWqEUfclwRCXJdFgLxG6C8 { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAIODC8sPZ5OD8N9ikeofWI33n5UWZK8 { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR1fhR1kXuqikdOgWpXrbCevbnHnANxx { width:20rem;height:8.910125rem;top:20.363311767578rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#xR1fhR1kXuqikdOgWpXrbCevbnHnANxx li:before{  }
 }@media only screen and (max-width: 763px) { #b97smLe1y4bKl1ORJTKWqv52c7vkAurq { width:20rem;height:3.25rem;top:16.229187011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5re5uHspPvkRkMvgUVZgLTIM1VWFCNi { width:20rem;height:3.25rem;top:30.416656494141rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWG44t8eJOmwsQWWcoaXOZgIV8pp7L3t { width:20rem;height:13.05275rem;top:34.604156494141rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#zWG44t8eJOmwsQWWcoaXOZgIV8pp7L3t li:before{  }
 }@media only screen and (max-width: 763px) { #k5HyM2ODGuAzTdNGRRlHxZI3HBhNAdTS { width:15.1875rem;height:10.5625rem;top:5.6875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWCuFeAKzSeJQ9pT0uDLXJGWTZACxS4v { width:20rem;height:22.9375rem;top:49.36328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlZdpgAkQJr1xPQUTO0XaZZduTauNpI { width:8.125rem;height:8.125rem;top:50.75rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BOrVzLGBKew10UiynGUZQcSkg6MnGm { width:16.4375rem;height:5.5234375rem;top:61.354156494141rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahbcQmRO3oKcXt63Iq2FJaCHpWq4F2AO { width:16.4375rem;height:2.761725rem;top:67.75rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL { display:block; }#Gl9F2zqhmll6OrGF8lXfcM5hgW4bt3VL > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bv2ibOrTGMmssH1Q0SxulI4N4SIk4PpO { width:16.8125rem;height:1.62524375rem;top:2.625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtB4qbEAPh9zh40QfvQ1Tkma76xRfCBk { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ55LJAE9nsHrsuRQSraOkTmgOsGwAXT { width:20rem;height:8.597625rem;top:20.53125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#lZ55LJAE9nsHrsuRQSraOkTmgOsGwAXT li:before{  }
 }@media only screen and (max-width: 763px) { #S61XW838GV3i5RlrIw73xKX7OtwioTSq { width:20rem;height:3.25rem;top:16.270843505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh8Ik0G5JvwwTyO8cWtb6phPxU8FgOAK { width:20rem;height:3.25rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVFw6T8PnHls5ZW6dNn9Olx3Cp5TSu7I { width:20rem;height:5.8359375rem;top:33.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#mVFw6T8PnHls5ZW6dNn9Olx3Cp5TSu7I li:before{  }
 }@media only screen and (max-width: 763px) { #i2QZb3XE8TiTTFsMiQMLkL1gwOoKJ6Bb { width:15.1875rem;height:10.5625rem;top:5.7083435058594rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su7rCbgnM0wQG355S2X0qLdLau0eVCSS { width:20rem;height:23.6875rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #By4u47im0X6ArolscXHPCHNiIBDd6umh { width:8.125rem;height:8.125rem;top:42.375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eno6MrQDwdbL1AWg6bVGW9q389q86T6e { width:16.4375rem;height:6.9043rem;top:52.979125976562rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQZak7NcG5LJMqMtfsi0xUeutn9SnRvT { width:16.4375rem;height:2.761725rem;top:60.5rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT { display:block; }#BwwGRVt0lECZXwNeLXq7KmU9wxXngLlT > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UukHUXAhndv7DG30VQdt49qKJ7KOBChN { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECdgBodRJe55EhdPM6zQ95yxnxRMv942 { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO5iVCgqakyCA4hWLBJHdAbT1VWL20XC { width:20rem;height:8.910125rem;top:21.760437011719rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#SO5iVCgqakyCA4hWLBJHdAbT1VWL20XC li:before{  }
 }@media only screen and (max-width: 763px) { #BZ1WDdhQVlMEEl2cXDLMwtOTMsKpbgx0 { width:20rem;height:3.25rem;top:17.623718261719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckpoi9gOTkEMqxLCGDJAuPUHV016rUSy { width:20rem;height:3.25rem;top:31.477905273438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhEQURL2E2yHTopQanzuhix3rJfT95fN { width:20rem;height:5.8359375rem;top:35.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#yhEQURL2E2yHTopQanzuhix3rJfT95fN li:before{  }
 }@media only screen and (max-width: 763px) { #CbdK5ev7ffQWfbom5ld2u1SRDVWncrOo { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuCkZLuR5EmTqUgTy1qKQMJ6cXT61VC { width:20rem;height:26.4375rem;top:43.6171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydXR2o9PehTqiOz591l67H6mye9zdZSF { width:8.125rem;height:8.125rem;top:44.875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv4kaFhsFShCBqUgtZRTAyOamueCK5kP { width:15.9375rem;height:8.285125rem;top:56.1875rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsJKAC9nAlkM623HVgiGu22kiOn555TK { width:16.4375rem;height:0;top:72.874982833863rem;left:1.7812500596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTez3ez4qrwkwzmRhybV8It5dT1tRTBZ { width:16.4375rem;height:2.761725rem;top:64.998718261719rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ { display:block; }#nNVyw8y2qisAWlTV1eBd0LuwODZpZTTQ > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUNLP2hDszJkukqkgrMugJRs4esReZp { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHVdQnxknT54wozcFEbIx0i22JRduecu { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Rz6czsPWldQZM0krA6CqARaKSW5uDl { width:20rem;height:10.291rem;top:20.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#l7Rz6czsPWldQZM0krA6CqARaKSW5uDl li:before{  }
 }@media only screen and (max-width: 763px) { #wrLHThB0Vo3CVgQP5toOdeM2LvuAITFu { width:20rem;height:3.25rem;top:16.2265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX4nM9mCDQIk2sqiRVfcnpDTdGD268Zv { width:20rem;height:3.25rem;top:31.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfUHz6Q23HUmDWrJeb4kFN0Q4kE16Ry { width:20rem;height:6.1484375rem;top:35.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#ylfUHz6Q23HUmDWrJeb4kFN0Q4kE16Ry li:before{  }
 }@media only screen and (max-width: 763px) { #vGlUiGRT6QkilPTsWnZp0rFRTEv2PP7y { width:15.1875rem;height:10.5625rem;top:5.6862182617188rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU8JilgP4LAKaPCBgTz6NWBzuKJefSBl { width:20rem;height:23.875rem;top:43.791687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMhuC4DcZrMonZn1UwVrVVG09lTu7BNw { width:8.125rem;height:8.125rem;top:45.0625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3ZWLr6DZqhqoqyEDDfFAMsbqxlNRy2B { width:16.4375rem;height:5.5234375rem;top:55.489624023438rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWgweqzIWD0IRuLtokHCdTyNCiXlXI2N { width:16.4375rem;height:4.14258125rem;top:61.75rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV { display:block; }#rKvtiBfZifWcbAGbZy3w5oZIexaRPUOV > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT0yNPCeWd7g9Sn4TTcoU4Ch4dvC52NQ { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL803SGzNeqXGy5fMvJMPvRDzDsLWwxr { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRiuZeTuK5ha4vUurSJLJ9dUTGUXLn6b { width:20rem;height:7.5293125rem;top:20.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#gRiuZeTuK5ha4vUurSJLJ9dUTGUXLn6b li:before{  }
 }@media only screen and (max-width: 763px) { #wasfKbFUTM047moTKwecFg3k9RkIEsS9 { width:20rem;height:3.25rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqqGwphBkAuTqeh4eUmUFVlhJVynm4gU { width:20rem;height:3.25rem;top:28.927124023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0zuGaDzrn0MZoK5JWQVOzhGx1qkn28P { width:20rem;height:4.455075rem;top:33.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#a0zuGaDzrn0MZoK5JWQVOzhGx1qkn28P li:before{  }
 }@media only screen and (max-width: 763px) { #lrsTg4w5h2U918UhnFcy86H4WPZHrGko { width:15.1875rem;height:10.5625rem;top:5.6666870117188rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCE9OUqb2hZQycPEutfkdTwSG775QQLZ { width:20rem;height:25.25rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbRC1blawSVhTmWN1rzCu0eotWLluMoc { width:8.125rem;height:8.125rem;top:40.5rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ngUDauyRybttnn42cabv84JBV0IWdV { width:16.4375rem;height:6.9043125rem;top:50.8125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFuHUmFaXg5WzdvQL790fxZb3gsiTodq { width:16.4375rem;height:4.14258125rem;top:58.5rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoDIuQc6gSnVRWDzVkefseq7lcbRD716 { display:block; }#DoDIuQc6gSnVRWDzVkefseq7lcbRD716 > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCdJr0nXLP2LLaBf0IWO0HqWgVlnzosx { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH6BDrKBgi6pdB1Lx6CxEdMTcFMl6gA6 { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzAyGNELNgI0gW4a10WySPNuhTm5O0a3 { width:20rem;height:8.910125rem;top:20.65625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#zzAyGNELNgI0gW4a10WySPNuhTm5O0a3 li:before{  }
 }@media only screen and (max-width: 763px) { #iiJpGipOCJm4LJJ4PFSA9w0M25gZxck5 { width:20rem;height:3.25rem;top:16.229125976562rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSxOHq1VTbwa2EMCPDeGhaRnvP8DXien { width:20rem;height:3.25rem;top:30.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0q82fCup10rG9whrmmtxwdlsx3TMMd4 { width:20rem;height:4.455075rem;top:34.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#c0q82fCup10rG9whrmmtxwdlsx3TMMd4 li:before{  }
 }@media only screen and (max-width: 763px) { #g7qcLAcE5pe5AGPEsu4F5WezI36Z4oZc { width:15.1875rem;height:10.5625rem;top:5.7083740234375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDumfm5GcMxBhDOP8Kti7c8TinXHfSt5 { width:20rem;height:24.375rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5QR4sHfEvkJXSWWmaiFAw9mX23JTigP { width:8.125rem;height:8.125rem;top:41.625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVmX92EKbGozsmp3hZbmWnkkq3ETAmHi { width:16.4375rem;height:6.9043125rem;top:52.239624023438rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsKm4RL1CQsw2c8NtOgZsLZ3fkTTVXiE { width:16.4375rem;height:2.761725rem;top:59.979187011719rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It { display:block; }#zUkwkh2um1cTzmpwgRRe4O3oIJQ8E0It > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzXV91WyUZIhT8yTvcBb9hFUcLkZVJ6Z { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIeNC9ZTMN9iqpQZeIzOSKW9In0ixHiC { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubM8ZfH27dEQTZvSsiLMmayJiXW3Sb8E { width:20rem;height:11.984375rem;top:20.28125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#ubM8ZfH27dEQTZvSsiLMmayJiXW3Sb8E li:before{  }
 }@media only screen and (max-width: 763px) { #QETtfoaJBRG4myMsb9QGf97lGNLLoF2t { width:20rem;height:3.25rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMv7OTx4k7AicNNK5iDvUBMBAFfAIiC { width:20rem;height:3.25rem;top:32.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsJaJrHMbVchFiPaONOD4zkuDHmPQ5f { width:20rem;height:11.984375rem;top:36.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#zTsJaJrHMbVchFiPaONOD4zkuDHmPQ5f li:before{  }
 }@media only screen and (max-width: 763px) { #xlyTla7G0OAh7MpnM6KyMiM73e1KZZem { width:15.1875rem;height:10.5625rem;top:5.6666870117188rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3I4STrTBhOs8nKum8Er9mgU44x2kFx { width:20rem;height:23.4375rem;top:50.229187011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIQAWCvDeIJsTq4pc5vO1MVlz5LEm6mF { width:8.125rem;height:8.125rem;top:51.5rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAd6qhFb4g1IkvpPqwAXwCat6ww2mJ82 { width:16.4375rem;height:6.9043125rem;top:61.489624023438rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGc5wrmI4WXN3pN3UAxLJ6gzbLM2AMS { width:16.4375rem;height:2.761725rem;top:69.1875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw { display:block; }#Kgrf80TuZzEgZkh6hg79HmGryUSL3dqw > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3l4T2Pb9IeqM0UZDBLvQEh8knUxdJFT { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvkMQGi1C0Qtc3VSya5z4DDzTXMTgxLl { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZp5Gl9KUPaIIyiG2csAISZabDoRv2Tz { width:20rem;height:11.984375rem;top:20.71875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#tZp5Gl9KUPaIIyiG2csAISZabDoRv2Tz li:before{  }
 }@media only screen and (max-width: 763px) { #sW3LGopKqWpwEiRZO0XT1Tnvtri9PaVK { width:20rem;height:3.25rem;top:16.270874023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8wCbIExPWTX6USS7f1K0boTVaJlDO76 { width:20rem;height:3.25rem;top:33.165405273438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmCG3omrTvh923g25BC5oEUiLC0b9mV4 { width:20rem;height:11.984375rem;top:37.270874023438rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#HmCG3omrTvh923g25BC5oEUiLC0b9mV4 li:before{  }
 }@media only screen and (max-width: 763px) { #dpoco2Rm3LEfrb5m32ZzrlivNMTxbObq { width:15.1875rem;height:10.5625rem;top:5.7083740234375rem;left:2.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N0BU2Tkm2zbXS4kJAm4oqXJ7tqq16eFr { width:20rem;height:24.0625rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnH1rtkixzfG3NxaN464bp0BxnGUoGck { width:8.125rem;height:8.125rem;top:51.875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaKJS8JtfsbtElPkne8HwpZpUUfvd1Bx { width:16.4375rem;height:6.90429375rem;top:62.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPBE4adftiLFKScTxq1HXeoSNGpWLDFA { width:16.4375rem;height:2.761725rem;top:70.1875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPl1banHD77r5f6GrUpWCfKwFPayZeb { display:block; }#evPl1banHD77r5f6GrUpWCfKwFPayZeb > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr9SIhMolrPfruF3SKnXFmhBRqCFccTQ { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xcTwn3W2n4VnSOywWw9OXHz1hnotgc { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKt0X1TCMpFhmyOTn9aTTrf6uLya9uOO { width:20rem;height:11.984375rem;top:20.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#qKt0X1TCMpFhmyOTn9aTTrf6uLya9uOO li:before{  }
 }@media only screen and (max-width: 763px) { #R93Kf5XtDuaBUaX7Jt1IIAy6TVNXFpqd { width:20rem;height:3.25rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oceNbGtkBQvZCfy8mwtR6KNwccTLakhP { width:20rem;height:3.25rem;top:33.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFp8A0vaS95e6vElG89bg7DcAIl2mUSq { width:20rem;height:11.984375rem;top:37.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#fFp8A0vaS95e6vElG89bg7DcAIl2mUSq li:before{  }
 }@media only screen and (max-width: 763px) { #LIdRVp1vSEA9FFkRAJrQlro94PgUGrZJ { width:15.1875rem;height:10.5625rem;top:5.6666870117188rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxOTcb8mC0Otm6pOHR64VKRfh8xXAWoU { width:20rem;height:23.125rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwAczIPIpnvUXXDx5940qE9SK02L091S { width:8.125rem;height:8.125rem;top:51.854187011719rem;left:5.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gR1Fh2lVpLMZ4XLK4bHr9E9VQLoQ4XDP { width:16.4375rem;height:5.5234375rem;top:61.927124023438rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOCSHy0LrMZU4SDJsn558zETT9MVQ4Ju { width:16.4375rem;height:4.14258125rem;top:68.125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9wqpwQy47ntkrobbGegkATsdcbBpzu { display:block; }#gc9wqpwQy47ntkrobbGegkATsdcbBpzu > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtWAaIk8anq0t7SMKxrUuqbhnrDbqPxb { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktUWo4xowlGIw5mQQ9G1KP7Nxo4RRkx { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADFFNG89EIP9uSwQzzphp0FDpwdx4mM { width:20rem;height:5.8359375rem;top:21.59375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#TADFFNG89EIP9uSwQzzphp0FDpwdx4mM li:before{  }
 }@media only screen and (max-width: 763px) { #EPTGPEamy4Dc7KdxZ5C1N1JRw6D6r1gO { width:20rem;height:3.25rem;top:17.623779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naqnp7bzeaWxriLP3Z1lZhV9sHnnKIUw { width:20rem;height:3.25rem;top:28.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNWf5OPa72hueLQFTJSq8zRw30KXRVx { width:20rem;height:4.455075rem;top:32.104125976562rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#hTNWf5OPa72hueLQFTJSq8zRw30KXRVx li:before{  }
 }@media only screen and (max-width: 763px) { #az8TUL3dA05gGpo9re8hqfJdShHbbAiw { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsNBcEGsSOxeXvmpSvmCwmRtDD4FIapy { width:20rem;height:23.875rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrfgyQ4BCewFHH1X6WcFlVge1xp6OMZ { width:8.125rem;height:8.125rem;top:39.1875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thuXSnkuUJbsSWEZUK9JRzWp4FA0NetT { width:16.4375rem;height:8.285125rem;top:49.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoAEwAqhGEN0vNBO85WULWzRi14nuOZy { width:16.4375rem;height:2.761725rem;top:57.354248046875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF { display:block; }#QXuRQ3cJZ8Qt4GP5QBDEJy0rpTHLRNLF > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUX5mvXDwIcPX7IER9r0T8LwcaPDqO8q { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwHhlImu7rnX48aGDG1IszCd0sdNH1yi { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5FE8eTN21XRmN9TaJnCTlTO9fkV7hTQ { width:20rem;height:8.910125rem;top:20.15625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#H5FE8eTN21XRmN9TaJnCTlTO9fkV7hTQ li:before{  }
 }@media only screen and (max-width: 763px) { #edFDmsWLPGFL52qAUIdotlsHgF5aAtbt { width:20rem;height:3.25rem;top:16.229248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgQU7SyoiesN6FiIvTiOk64HMQt4Thzd { width:20rem;height:3.25rem;top:29.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUZIQqnuJWAeUB8uCvUAme86JkK3AgM { width:20rem;height:2.7625rem;top:33.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#slUZIQqnuJWAeUB8uCvUAme86JkK3AgM li:before{  }
 }@media only screen and (max-width: 763px) { #O9BtJRnmZ0gABENxp4OJaoa9LCZyAGw0 { width:15.1875rem;height:10.5625rem;top:5.6875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqpeuGtEEDyZOTfXCthWO4FsmapWVHV { width:20rem;height:24.375rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydtcTb7M3nuSvmk0XBFH7N8C9Lz9Gw6 { width:8.125rem;height:8.125rem;top:39.9375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kobr63Fd6apOtUQwqmbzupNSdodckkFw { width:16.4375rem;height:5.5234375rem;top:50.5625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnxlPDJvFzzh2dV3nSBfgC5zxLd92UIC { width:16.4375rem;height:4.14258125rem;top:57.125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l { display:block; }#TbAHI2il6MBiKqnSy5odUVR1sgTI5m1l > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noEu2h2mW8uAFHJii4RnsW1bykcuPu3k { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUdhf1tcGhB3SelA3fpLWPi7pHrpuMcC { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IioKe6pBQZlaTNHfWE45AsWGwdfLHnpu { width:20rem;height:13.36525rem;top:20.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#IioKe6pBQZlaTNHfWE45AsWGwdfLHnpu li:before{  }
 }@media only screen and (max-width: 763px) { #dTlnnw6wK2EsTiZbO0yaMuFmFNpT4FCI { width:20rem;height:3.25rem;top:16.269653320312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKeUDmVtMh6qfCPUXkW9WCKDddfbB28s { width:20rem;height:3.25rem;top:34.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVDbskRtGk32grKLKdJnRxZmi0oHJTVq { width:20rem;height:10.291rem;top:38.364624023438rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#qVDbskRtGk32grKLKdJnRxZmi0oHJTVq li:before{  }
 }@media only screen and (max-width: 763px) { #d23MqEy6iMDLC3kJ4TTqpdoNM0idHNri { width:15.1875rem;height:10.5625rem;top:5.6654052734375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEux7ZgvKtk7haTb0A5mg4rtRRaS1T4V { width:20rem;height:23.8125rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #katH65PPCVRrTBT6WlgHQbHp537Jnapb { width:8.125rem;height:8.125rem;top:51.4375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o41ETOz9KhTxOgG06xe8quLw4KGXcSL9 { width:16.4375rem;height:5.5234375rem;top:61.885375976562rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2V3K9X9Gax2mVTzCuP2XcPKBgolTssz { width:16.4375rem;height:4.14258125rem;top:68.125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g { display:block; }#nQqBJPTrBhirDkJgtTGrSf0J0B8iTZ4g > .row .container { width:20rem;height:55.666015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCW86JKvw63cDDxloEZB0A9lSO585TMb { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkwyf9Z3r1CDIhqOAkPsgF5mg6XgqSoJ { width:16.875rem;height:3.25rem;top:4.1796875rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2Wv9vUpIMCMQ3OAiNHLJ87krLqqJ7P { width:18.0625rem;height:2.7625rem;top:21.71875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#mT2Wv9vUpIMCMQ3OAiNHLJ87krLqqJ7P li:before{  }
 }@media only screen and (max-width: 763px) { #muhNkhrxV40e8AIE7z8tqNnRHkT3t2J1 { width:20rem;height:3.25rem;top:17.602905273438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIRfKVqagQWNkOHWiBO5wcVd1PNiEEo7 { width:20rem;height:3.25rem;top:25.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXGDgsaNDnJ3zyRkxqb0UAGuJuvoORTr { width:17.9375rem;height:2.7625rem;top:29.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#VXGDgsaNDnJ3zyRkxqb0UAGuJuvoORTr li:before{  }
 }@media only screen and (max-width: 763px) { #pA206ZvfQwkI14CrTUgScF1hzmzM6RkJ { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLpXlrsOSdXUgzFpxf5bgZEslTE8y8LA { width:20rem;height:21.375rem;top:34.291748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUxUhrtmoKUXLGrAnsgq6g29sdtiue91 { width:8.125rem;height:8.125rem;top:35.666625976562rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAfh99VD2TZ9o73xIfCfmD4zgzm9ISVm { width:16.4375rem;height:5.5234375rem;top:46.25rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Lt1CXalLJ7rPeJroGnRIf8FKt2QFlT { width:16.4375rem;height:2.761725rem;top:52.5rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g { display:block; }#BvAMMVHBcUGpxvRbTfq8Jt0yzcDwON2g > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbeA27c0g9Nko6S3ZWibBt75TIeTe6Uh { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgdnhK2GzdgIUaai5zwnDhhR9JmaX43E { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFWUoew8eJxWJfNaFTqnaPIDunl4dmzn { width:20rem;height:8.910125rem;top:21.78125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#yFWUoew8eJxWJfNaFTqnaPIDunl4dmzn li:before{  }
 }@media only screen and (max-width: 763px) { #MdsA6T55AQ599Fr5T9D08Tf0QukAahMx { width:20rem;height:3.25rem;top:17.580810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv9w11KJ132626cM4S4ZdCohuvgfpHF2 { width:20rem;height:3.25rem;top:31.458374023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLZXuE0AEb06RgHlpCqMwbrffry35md3 { width:20rem;height:10.291rem;top:35.20703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#wLZXuE0AEb06RgHlpCqMwbrffry35md3 li:before{  }
 }@media only screen and (max-width: 763px) { #AagDWiv8iFBTaCNq1fPtHsZf151MQMuz { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG07AIaXqMETdKmESU2oXSf21q55Rygs { width:20rem;height:25.3125rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZXu18fFciDJyBpGxSKF4KKZQ5QfEbJ { width:8.125rem;height:8.125rem;top:48.25rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFonv0c1Plkob3Awr9psMBU67RfFItyK { width:16.4375rem;height:6.9043125rem;top:58.75rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOeohTroJCho2zLB6rA1EDkQ4pi5tH29 { width:13.9375rem;height:4.14258125rem;top:66.3125rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0VWioyknNamNhPSDGo2fMnDA6STOplu { display:block; }#F0VWioyknNamNhPSDGo2fMnDA6STOplu > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd93DUFdKsRN90QLTKBMiKTwTIasVfwA { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHvOLSiaJUnaa5soCha2qE5R5ATa1qzt { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxmGAHQhdevTvJaG69LdQSPb4QacCGZ { width:20rem;height:7.5293125rem;top:21.53125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#DIxmGAHQhdevTvJaG69LdQSPb4QacCGZ li:before{  }
 }@media only screen and (max-width: 763px) { #ihr29U4TCoy2yR1vPI4DQE8R2aBmSbTl { width:20rem;height:3.25rem;top:17.66552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1yZGgLBkJi5mpGK9qdlzKF4ogMvm9sR { width:20rem;height:3.25rem;top:29.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqB3vHTpdBfdOZmzDEDNzt37qWR43OPB { width:16.3125rem;height:7.8418125rem;top:33.854248046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#rqB3vHTpdBfdOZmzDEDNzt37qWR43OPB li:before{  }
 }@media only screen and (max-width: 763px) { #GEzfMTy1MP6p1J6hUcUmfMcSMas7uK5N { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tspeCUSvFCZ8uiTMkoIVzhbGr39GzT4C { width:20rem;height:23.125rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHAsmwsbo2uvA927fzwKMwhlVIgUVRx { width:8.125rem;height:8.125rem;top:44.4375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EryZbTGNCLWuldJ1LKyHoCPohIpbQA0u { width:15.6875rem;height:5.5234375rem;top:55rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ErJ3B9ThyKJAhSP95UuMZkqgGMhRU3 { width:16.4375rem;height:2.761725rem;top:61.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v { display:block; }#v3AOGR4l2pZPaoZqMRzAm4w0KsKKTm8v > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKNQ6G3TMcCSDPtNmIHNfHMbvxrO2Arf { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leysPwoFvfDmXbX2ggJateNA0RSIJG0z { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0bLaN3EuJrWRQI8IEO4tSRNXqzBF0Ne { width:20rem;height:8.910125rem;top:20.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#I0bLaN3EuJrWRQI8IEO4tSRNXqzBF0Ne li:before{  }
 }@media only screen and (max-width: 763px) { #aIKO3L2psQwbCUIvIZPEq2THyEUzdeEN { width:20rem;height:3.25rem;top:16.229248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKu8K9WXDIO8bHeJuRhmCHF0p3iTSlup { width:20rem;height:3.25rem;top:30rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmUNg4aIPTs8yg7RVPZTTCloyQrkVq0 { width:20rem;height:15.058625rem;top:33.90625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#RgmUNg4aIPTs8yg7RVPZTTCloyQrkVq0 li:before{  }
 }@media only screen and (max-width: 763px) { #zVo88hZRnFX4pcgu5vciQLqT5JEgmMJC { width:15.1875rem;height:10.5625rem;top:5.6875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsIICHofTHqTGsMetGZxgkbgePn1Pa0l { width:20rem;height:23.5625rem;top:50.520874023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9GzPZUcZa5i0SFAiRrzbGEW0kJEWxJ7 { width:8.125rem;height:8.125rem;top:51.8125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQ3Ki4OBPV0GFopqOiy03LcG29thnD5 { width:15.9375rem;height:6.9043125rem;top:62rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lArOF0MJV6uZI2tVTDOPqapXBzTfEykl { width:16.4375rem;height:2.761725rem;top:69.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU { display:block; }#HdPd2DfJwaTg8JFMdhmDZs2QhP0tZwQU > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUNCUdyA13NEIWWN9Bve9F8rgSRXNTyZ { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyVbDPL2kq5LlwvFOGJN46LBKxiE0tF { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf2wq97BTB2CH5Bo3RFyTXGz9SGEQb6m { width:19.5rem;height:5.8359375rem;top:20.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#bf2wq97BTB2CH5Bo3RFyTXGz9SGEQb6m li:before{  }
 }@media only screen and (max-width: 763px) { #cggxBxMTNoKCLTM3kCET19GWlTbDKGqU { width:20rem;height:3.25rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfoepa3VrxLT82BrCbRiObTh7JirU997 { width:20rem;height:3.25rem;top:27.229248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCn6uf3NB08n0Q9alRyGg4diFOUNiTT { width:20rem;height:1.38125rem;top:31.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#zVCn6uf3NB08n0Q9alRyGg4diFOUNiTT li:before{  }
 }@media only screen and (max-width: 763px) { #q1xuiz6xTnZBtV2p8ZbgTfZ00r5tmDqT { width:15.1875rem;height:10.5625rem;top:5.666748046875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tekS4ArTVT4rsmqOvQ4oP4UvTzutZ9K9 { width:20rem;height:24.375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsWv7oFi9Sa7wh7Kb6MSXtiyTtdlcvvz { width:8.125rem;height:8.125rem;top:40.25rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpST45T0yGKqTC5U1B2nHLerfkh8nfAe { width:16.4375rem;height:6.9043125rem;top:50.9375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuzS2RSb2kaaVrkD8bk8dWG9H408a4F9 { width:16.4375rem;height:2.7625rem;top:58.75rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz { display:block; }#cU1lOZVzWu5v2ZwAxTFVyuyazxi50oTz > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkqSF5kubFSnkp3FSVHlZ09VBffN78yO { width:16.8125rem;height:1.62524375rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuhS3Iyxly3NFQdKfepRuObckS6kfH4u { width:19.3125rem;height:1.62524375rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGv82QeUXbPy6Klut26lku0eA26QUq0N { width:20rem;height:7.5293125rem;top:20.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#yGv82QeUXbPy6Klut26lku0eA26QUq0N li:before{  }
 }@media only screen and (max-width: 763px) { #EuEydXmM8Tu09sdTHTbuJws8HCmG4TDH { width:20rem;height:3.25rem;top:16.229125976562rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HazTqLyBv3RlL3WpndIzeSCMZGUZa8T5 { width:20rem;height:3.25rem;top:28.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Td2Q44cPBFPJscwyMTEByTLtUkXIZC { width:20rem;height:2.7625rem;top:32.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#T2Td2Q44cPBFPJscwyMTEByTLtUkXIZC li:before{  }
 }@media only screen and (max-width: 763px) { #UgQo1VmOOio8JrnKH3vzxTTHiW36hJTa { width:15.1875rem;height:10.5625rem;top:5.7083740234375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLMCOkTPhhXDDxUCoALsBtH71dQ0tM52 { width:20rem;height:24.375rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSTxiN0lml3Paxft9yfzyfSEgawWoxfd { width:8.125rem;height:8.125rem;top:38.625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq7NrH40ACdNq2iCCSu6mxGTK3PuXEQt { width:19rem;height:5.5234375rem;top:49.0625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miVrgGC1pCyKgCFCxe7FZDDF9vp1STqq { width:15.5625rem;height:2.7625rem;top:56.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdBC9Q8QTpNakWvFE8RJ4rnMZHcZCuDM { width:20rem;height:4.0625rem;top:63.770874023438rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8kvGDih5MJ4bWdoDBEHCxmZ8MJsnFI { display:block; }
 }@media only screen and (max-width: 763px) { #gZk77iiwuPTTh2HHrsfzxxQuakTSkPM9 { width:17.5rem;height:17.5rem;top:70.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgpTFaoD5mUZq4pEuM1LmEbzNN1JnhWn { width:17.5rem;height:17.5rem;top:70.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eypTFAH3yVK6pKTPGW6BcNziActe5CAK { display:none; }#eypTFAH3yVK6pKTPGW6BcNziActe5CAK > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t86VS3gT4syTWuWFNVknX1c5Wf7qJlwu { width:20rem;height:7.3125rem;top:1.013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbqXlhw3lkksRLfgHmRylHrwQU2X30a { height:11.201764057332rem;width:20rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 { display:none; }#vc8PHs0tHksTBxTFu6q8IJd62kx1Okf0 > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bIpQizITcr0682Mo7XKUyOCJx4FpkTdD { width:15.625rem;height:10.125rem;top:19.757934570312rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKoDmRQNIUDTEVrKUfIE5TVzuDAd2m06 { width:20rem;height:2.8125rem;top:28.411499023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIanAttJARLteMXfXZRcRPTAoUOSZuib { width:18.75rem;height:5.75rem;top:26.911499023438rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll9KwOGwvRbINPFID2sEKfLlrfpy1Myl { width:20rem;height:0;top:28.778686523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 { display:none; }#toQMsOhMOBsUFE5D0D4T8JtnZmxIDJa4 > .row .container { width:20rem;height:90.457763671875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IzPEq5DhxD9lDw1TLDxcFty45T3WsSFG { width:18.125rem;height:3.41161875rem;top:11.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTyD0KzaabfCgzVWn3u68FQrea52WHf { width:18.125rem;height:4.14405rem;top:29.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoXMNGUymXwGTsUdL33VVsPuvvh3p1yp { width:17.5rem;height:1.38135rem;top:35.375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzvaFSNaQV4bgbVgQpeIFciREX2vWod { width:15.125rem;height:7.99805rem;top:37.6875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKGnmfCJygqLGie5mDzK4g3c2zSyKlJC { width:17.5rem;height:1.29931875rem;top:47.625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4RdtHyA8l8CxrTOunQ3Q0m1PClsgx5G { width:16.75rem;height:11.1972625rem;top:50.25rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTXJF2dlkTmQuHhVqMCK0qMuedt0DnP { width:17.5rem;height:18.19040625rem;top:65rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aQNeXed10q77vdTaHttwm4rM1wsOlb { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpwHgePwPolb6BfOUTBQxeZId6NnDdet { width:18.125rem;height:10.2333875rem;top:17.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIQmrw9Kn4dQiqCQlyqTw1b7ZC3Sz39u { width:20rem;height:0;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #EBfTiHGPiEbXTsRtht7PbOVmUNZarlXH { width:4.125rem;height:6.5625rem;top:83.895874023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKVw39sFTOnI2cm0tUqtKH3RXddow21 { width:20rem;height:1.875rem;top:2.5755615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaZy7JcBbkKUbxR4ckzmCyzLp2fv4Hq { width:18.75rem;height:1.38135rem;top:6.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7443remTJoZRTyPnLx7FVtG64T2Onkd { width:18.125rem;height:3.75rem;top:5.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQlWbDR0655WRiXBm0wsn6DCZeNvM0O { width:20rem;height:85.4375rem;top:1.3671875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gAT7wiBiJXxJzTL3ygdXsX6xOXzndNXK { width:1.5625rem;height:1.5625rem;top:37.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZddfgMa4oRSyZmRRHvyl5DP3wyom8Pp { width:1.5625rem;height:1.5625rem;top:41.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbiAxEOqC6RtDytFDCX0E3WbtAtRyf9G { width:1.5625rem;height:1.5625rem;top:50.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKA4eEG0cTlZnkLppL6sNwgm18yZEUG { width:1.5625rem;height:1.5625rem;top:55.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgT03zz2GVzg90cpoiZiHTzSPg6kUO5 { width:1.5625rem;height:1.5625rem;top:59.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPQF11hXHMMUppxPfunkLGxTF9CXE92r { display:block; }#RPQF11hXHMMUppxPfunkLGxTF9CXE92r > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5a9JWzJF9g674C8gy0I4MK5orNQ0m0h { width:20rem;height:4.0625rem;top:2.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gespXnVT3ZpnabteomT9KbklydLvTdLt { width:19.6875rem;height:12.75rem;top:9.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNu9Ax8UXaQyNpmRU8hL0TF3wT92mbK3 { width:18.125rem;height:0;top:20.1875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaT3Mt9Kk9xmBX2SCMOJz9DD5V0E9uoZ { width:18.75rem;height:2.761725rem;top:39.500001907349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGngaASb6o71OHkHTHq1wMVR5FuoazZG { width:19rem;height:4.0625rem;top:44.000001907349rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQbTiy4qmnN44I437L9rd8CMXlRtH0wt { display:block; }
 }@media only screen and (max-width: 763px) { #eISecImZLJmlBe5TiFAGqA8fSCuG6en5 { width:20rem;height:1.875rem;top:6.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrZAbw91WaIHKHFlCGA0VCc9gBlkioxK { width:8.0625rem;height:8.0625rem;top:38.8125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mft7e3WWGmkdI1LrIho0iXPNF0nigoHT { width:18.75rem;height:11.6953125rem;top:25.937501907349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx { background-color:#f2ddd4;background-image:none;display:block; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container { background-color: transparent; background-image: none; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container > .video-iframe-container { display: none; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row > .video-iframe-container { display: none; }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .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); }#Gvr1atpexZAuLTeHKCyLgeyTPNDPQHrx > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M38XrdMIzIhzcZK44uWZcuR9U2NGQiq8 { width:17.5rem;height:1.625rem;top:1.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSEkKPrOyne2p8G4XTSBpxm4soFKeHT4 { width:15.125rem;height:4rem;top:3.7916660308838rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZT6Qu5aFN7Jo1KT9CvEsrVcINI2MgzT { width:17.5rem;height:1.625rem;top:15.250000953674rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeEHBEEgKec8f0Wrs61iiihukLxqTDOA { width:16.75rem;height:4.798825rem;top:17.750000953674rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoHze91bMhBWp5RZ8IBlLUUnkJJBx2Uq { width:18.125rem;height:18.19723125rem;top:35.09375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB76EWRvMxR5hXxTX8s7koiouQUakMFV { width:3.12421875rem;height:2.25rem;top:115.87158203125rem;left:-1.6236982345581rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQ8omDkDGU7TeXJwHFLtPevmWFTXheRK { width:20rem;height:0;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #UixelBaP6XQgPiSOTXmV4CTzS9s4DpIQ { width:20rem;height:85.4375rem;top:1.3671875rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #NeXFm0i4ZuVFMyG3ThAUkTKNMEzOiiqs { width:1.5625rem;height:1.5625rem;top:4.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoXCLdZ2hTXL83Zfw4FMRZPAK0TO7Vq { width:1.5625rem;height:1.5625rem;top:9.3541669845581rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkWkbu6DRKVuUtpc0MeibGmLAFVD54C2 { width:1.5625rem;height:1.5625rem;top:18.125000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7rOOguyvzSLUsZz8sd7qioDvTQiTBO { width:1.5625rem;height:1.5625rem;top:24.305990695953rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0n1eXTQgKq3FtfTKUIJSMuEt1bWbp93 { width:1.5625rem;height:1.5625rem;top:30.887370586395rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsmrp0Z1N5oK6xwsQTfbXJeQVTnxLZ0C { width:20rem;height:46.375rem;top:88.0546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2yntiR3ZvcUfQMKogvkpmLvTaPqGsUy { width:17.3125rem;height:4.798825rem;top:24.305990695953rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbe2kpOTWWRg0vBmdD2RzlWNk7z4uZz4 { width:16.875rem;height:1.6rem;top:30.869142055511rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os75pENHJM1vM68lUMH8G2sqGzXwCn5i { width:16.875rem;height:4rem;top:9.3541669845581rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkrn8b8Ko4StZp9wroNxaFvCNEwVUOx3 { width:19rem;height:4.0625rem;top:54.0400390625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8Wk5nnFztWGdGWNZxAP1IBWNTcsHy4 { display:block; }
 }@media only screen and (max-width: 763px) { #MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna { display:block; }#MVCqz9AfWBXQ5TxzF5ed7sZNO5yNRNna > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn7HTNgltiELzEv8cPiBvuzggxOO8Dac { width:20rem;height:6.09375rem;top:1.38671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H2ThqoAi6nzeqObwZ0EML8Zx6mcCCMz1 { width:19.9991875rem;height:0;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3adb718-0c11-482f-b25f-bd0b3a2cdc13/KolazPodlasie2510x12201.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9.adaptive-delivery-prevent-bg, #ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9.lazyload, #ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9.lazyloading { background-image: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container { background-color: transparent; background-image: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container > .video-iframe-container { display: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row > .video-iframe-container { display: none; }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .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); }#ceQIuZOtUidyb4AhEpFG43qT2yvTcTR9 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW { display:block; }#I7ZUSkSPVuucfBOTWXJQVS0EWliaqdnW > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuoslR8nZemPiDskwMihgfr0Hlp37qH2 { width:20rem;height:3.575rem;top:2.4375762939453rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1SAiTPqtRRiwGn2MQh1OP5egTPnZyk { width:19.9991875rem;height:0;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Ay3fTMFKzO8a8TFRTpZB5xh7x3cW1mub { width:19rem;height:4.0625rem;top:6.91796875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErVRUKl2nyBxMXZoN5vCoakNo3iDrVTF { display:block; }
 }@media only screen and (max-width: 763px) { #pDMlyVh8wLOakndnwohr53GopP073XUf { display:block; }#pDMlyVh8wLOakndnwohr53GopP073XUf > .row .container { width:20rem;height:34.12109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uypnpTu8z9sBB2VlEuifL5GMiPphPTQd { width:19.4375rem;height:26.875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMTreaXE86b7xpTtwTmNTQ192qph3fEK { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #SEVIsgXT1kqRGbA9mx3EDCH1pOGQAPVM { width:18.125rem;height:13.80860625rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJJpMzHlhfIFM7CppTc3WFh7I7p0UUXE { width:17.1875rem;height:5.52344375rem;top:27.470092773438rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQe3Thbw73EPrl8ZT9Q7fN31inb6bkP { width:20rem;height:45.4361875rem;top:35.37109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEuNmVt1roE4t2OXqyTpMPtWEF5TkXJT { width:20rem;height:7.84222737819rem;top:8.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym { display:block; }#LXMV1EXSgVMw3EArCnJcWoc2vcp5A4ym > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUppgHSXiTGugN9vIZvtN926DKnIZzpK { width:19.4375rem;height:26.875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVXaRFuGkyNtRwbIrvHKq4zE8yLZ9r0b { width:18.125rem;height:13.8086rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvM90rZlpREuMHITyXucxySyq5yWt4ZN { width:18.125rem;height:2.761725rem;top:27.283855915069rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cet711SIS8ZGgyhNXgIipaIBaKJxwOpD { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 { display:block; }#LEMbe59J1cvJeBa9SNquhuVuRMRZaMn2 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTHN0fXcqeKJrPfgu9mcC3HmebQwrF8n { width:19.5625rem;height:34.625rem;top:6.9956665039062rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVVKTCKOT2uNyqMKNrTTTlRdGooHleE7 { width:18.125rem;height:22.0937375rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iigme9Dk8BhDxAbK06sttmJotPz15Qw0 { width:18.125rem;height:4.14258125rem;top:35.571179628372rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxXVLqF2QuCt5cpUH6kCxmewURhaLP44 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #snt4PPGlzkhuba2M4XuEq31z0y5a2is4 { display:block; }#snt4PPGlzkhuba2M4XuEq31z0y5a2is4 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq72vTkMPZ6Ed0eyZ2ZJH1kXVw0fd0lk { width:19.5rem;height:24.125rem;top:6.9956359863281rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiWqZs1RcE716MCpFmlQ5TzOcOhbhdQK { width:18.125rem;height:0;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulGCD2m3VgT2NabCwZPxdqJftehLleIb { width:18.125rem;height:2.761725rem;top:25.904418945312rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfdAfcfgZxAISZEhXT2sOdOCheykstex { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #U2gwyXTLewv8bkS5rx3yDCmrLbZTAfwU { width:18.125rem;height:12.42773125rem;top:13.529514312744rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG { display:block; }#UZ0bcaShaFdRDn1L0khdacrNgWzOiZFG > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tREa6OqFAqO4tFP4OkWgMEhWFHLWnN2P { width:19.5rem;height:28.8125rem;top:6.9956359863281rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhogVqAKSiSk9rPrMeLdTEksssTt7vDH { width:18.125rem;height:16.5703rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1l51SaedrhTkbpDgE1st9tPw7wAW5y { width:18.125rem;height:2.761725rem;top:30.006076812744rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhwJ6a5e20bNzqCnm1pQy3K3wfDZMvX { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #fuJWLfR8200TppTnsT37dgri4sSDThqr { display:block; }#fuJWLfR8200TppTnsT37dgri4sSDThqr > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g61tl6JTWUOt8diMahmBGgzBuPAg27mK { width:19rem;height:3.375rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH0vKgxTAyQ74WozWBtzosektWzKkM8H { display:block; }
 }@media only screen and (max-width: 763px) { #axK8UVM19QlzoitIKnTVEuu7DGdUf8v8 { width:19rem;height:3.375rem;top:1.25rem;left:0.49913197755814rem;font-size:1.0625rem;z-index:15034;background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #K7JqAd6AZcyJTCzm8MnqbWR10N84w7ub { display:block; }
 }@media only screen and (max-width: 763px) { #JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB { background-color:#7a3855;background-image:none;display:block; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row .container { background-color: transparent; background-image: none; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row .container > .video-iframe-container { display: none; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row > .video-iframe-container { display: none; }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .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); }#JUAMyEfxmUX8vW42zm9WX4QFmRCPUXTB > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmliQvaVgMXR48kx9Ly5XmWDVOmM2P98 { width:20rem;height:1.6875rem;top:12.166667938233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aeKy1oH6AUtTBgKV3CrcrS9w8RZ1kILX { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rSvOktMeFT5JkV3E0q23qgLkwWPKNeye { width:12.375rem;height:2.0625rem;top:4.666015625rem;left:3.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lveU4N8oOVUJoL2EVtApgaQzckFVmBPc { display:flex;width:2.1875rem;height:2.1875rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRNiTDesraUTVDzOSrcIxPaGPC7i9SOs { width:9.4375rem;height:2.0625rem;top:10.104167938233rem;left:5.28125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hUPb6wH1k7HatZ1P17Fu2AeJD0AUMFtG { width:20rem;height:3.375rem;top:1.291015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qi6Abf6yBfr2dHG4RI8KESHHAgEZPBRy { display:flex;width:2rem;height:2rem;top:7.3125rem;left:13.0625rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #Je4ZF2i0JD22LcT9AFk5G7sCWHPIwTxy { display:flex;width:2rem;height:2rem;top:7.3125rem;left:4.9375rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #zarebaWbpcmFnhIK9haRFrp2vEEZPMec { display:flex;width:2rem;height:2rem;top:7.3125rem;left:6.9375rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #aAtm0vm000vKrP048rez7I5Ea9nLKTA2 { display:flex;width:2rem;height:2rem;top:7.3125rem;left:8.9375rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #HAVZC4dTZSCmTgOpvSeUsKCV35I0Jpor { display:flex;width:2rem;height:2rem;top:7.3125rem;left:11.0625rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs { display:block; }#FFDw3G4du8JG1B23UX3rwdMdu1h7LXKs > .row .container { width:20rem;height:7.4365234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xI10iUC8SxWQzt06bGvVGrL0XBTJGzdq { width:17.1875rem;height:6.09375rem;top:1.3431015014649rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhROTSNATAVp4XKE0HsDkku5G11Iuv1F { width:19.999125rem;height:6rem;top:6.458251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 { display:block; }#QvgTvu0RKO5ToKl1dEQx8GhanLgM0hg6 > .row .container { width:20rem;height:211rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEbLTrvRIq8mbQuRRzdte491oen0brKd { width:20rem;height:49.625rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcIcvQgdB8gwaWkEItJQnSRTe77oKS1 { width:20rem;height:47.5rem;top:112.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHnReTF2bCUtcCV77tROTfALgE9Mbt9 { width:20rem;height:38.3125rem;top:166.125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pHpOKeckdRxueTHJUydipuoTvMGIWTRX { width:18.75rem;height:32.0625rem;top:72.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OM5VV700LsGpdCw8WqIk3uI8mqhGhbyX { width:9.375rem;height:9.375rem;top:54.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2dw3fkHclF4nTZJeUvosfIJtOsGrXwQ { width:9.375rem;height:9.375rem;top:161rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgTSMpIKMTzDW8x1rq1T6TTtZOK7QOn { width:15.875rem;height:0;top:150.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKzqW4f60uupGKILaQCiNd2g299dOkyT { width:9.375rem;height:9.375rem;top:107.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICwsrbRcEZHtWq23TVt6xT6VlzZ7Tu1E { display:flex;width:2rem;height:2rem;top:65.5rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #Udk1PaQILQk0dSD1DaUoMItaK4JLRfe9 { display:flex;width:2rem;height:2rem;top:65.5rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #Qix6BytnkJGdG19lCfStcKsTmTTwTKhf { display:flex;width:2rem;height:2rem;top:65.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #KqcbtTkcebJ2CLsuBUVdqvFXKBGiV0er { display:flex;width:2rem;height:2rem;top:65.5rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #yTIawi5eU6DgaFW9a5czG62t1Ud9kQQM { display:flex;width:2rem;height:2rem;top:65.5rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #riB30lPSJrAiuGal2Kw6hgKXg7BVbKfG { width:20rem;height:44.3125rem;top:6.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxcW7AVCayWH8w42TwZmAUbwOTUGWsSy { display:flex;width:2rem;height:2rem;top:172.0625rem;left:5.0625rem; }
 }@media only screen and (max-width: 763px) { #yyWILc5aUTpqpGaPamDWmZ879SEpCsba { display:flex;width:2rem;height:2rem;top:172.0625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #re2QOmNrGrlK2EIgvBaTkzb6BV1KWZDM { display:flex;width:2rem;height:2rem;top:172.0625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #yrskThSWg7MzWxPno1K17g1fztsPTO0f { display:flex;width:2rem;height:2rem;top:172.0625rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #aHct7vOEQFEXTRTyJWzxO2xyFLXbQ0qi { display:flex;width:2rem;height:2rem;top:172.0625rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #qRF53QBbEyWhwDAJ34TKnmpu1eZQWkyM { display:flex;width:2rem;height:2rem;top:118.5rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #kSPcA2c96XDpq7TemJUdkA6dLlR0i6QK { display:flex;width:2rem;height:2rem;top:118.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #UKBi35HR944MnBNZMzZAGcxE3heEIQKG { display:flex;width:2rem;height:2rem;top:118.5rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #lHk7NSS8JM7eO4OTGgXlloX6qUDiZM0G { display:flex;width:2rem;height:2rem;top:118.5rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #lCt4gIgeMfTNggQBIzA2CxTEDrUJCnTm { display:flex;width:2rem;height:2rem;top:118.5rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #ydt9zOm6GxUv9TzyR20p44C8TcX3384n { display:flex;width:2rem;height:2rem;top:12.375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #hRMsH0Q4zzzoDTXf0zWoLsK19ODqdgss { display:flex;width:2rem;height:2rem;top:12.375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #TRFoUK3SGRrG9BENCfO6dTxe8dr91AZE { display:flex;width:2rem;height:2rem;top:12.375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #ILMiyoLPbcQ7buoV870OgWDzWipgsKVr { display:flex;width:2rem;height:2rem;top:12.375rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #sl868VWVi3yTCzDIXBKwHDZOIPbvVq5C { display:flex;width:2rem;height:2rem;top:12.375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #GpMLXXpp3WZT5geUnMMQGlTGPMwuh85b { width:15rem;height:2.76171875rem;top:68.625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAL2WwbtWhEamUx1IzIWRlLJghI0ApeC { width:16.4375rem;height:2.761725rem;top:121.5rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGNGaP9KAa3kRGINh2Ac0c5b10cKTaQ { width:18.4375rem;height:35.4375rem;top:125.5625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KllQQDfkcpeLZ2kIbiw5HDVOpichCODT { width:15.375rem;height:2.76171875rem;top:175.6875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUF1QOER4ISvdwbFabzravDildSUT00w { width:18.75rem;height:23.625rem;top:179.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CJo4iUVL1TMBCo74W8its1gFraCiIBCX { width:9.375rem;height:9.375rem;top:2.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7zoaQD5TR6o0dLlNt9ori1EDNCw0vo { width:18.75rem;height:30.375rem;top:20.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T8JQGR0MQeTCZBaguEbRqL1dP9sarsRd { width:15.875rem;height:2.76171875rem;top:16.0625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arskqJ8TBsmHGMMrVczrV2yNkfw1CxN7 { width:19rem;height:4.0625rem;top:205.6875038147rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8GvZgtFfphVd3sBXRUHXa4CfTiDv8ey { display:block; }
 }@media only screen and (max-width: 763px) { #iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 { display:block; }#iAQUhmFRTQrIOysBVGaw65v2oKP4oC86 > .row .container { width:20rem;height:210.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uITTxzrxDJDJcB0qMoTXTE4qmMvztBxS { width:18.625rem;height:27rem;top:179.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K48ikbBaKlvFkPecJlaS33HmggU0OGaE { width:20rem;height:48.0625rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8NVTgP280yh0fvikHTvVakDTmMTXHW { width:20rem;height:46.75rem;top:111.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7gnzDtwbQ1NpVT8Kr4sbRTrdl09pwEe { width:20rem;height:43.125rem;top:166.9375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fly7U63Omp1PBmt4e5ZKkxXAzfHgE5oc { width:18.75rem;height:33.75rem;top:67.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VdyzAesqs92sFQuCyL80bxQsxRUBeZya { width:9.375rem;height:9.375rem;top:50.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdw1IhyxXLoMKl5aqDBpsCS9UJQwRduG { width:15.875rem;height:0;top:150.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXhW2bx6cWfurTOAUc5VnXQoxdMW1UiW { width:9.375rem;height:9.375rem;top:106.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtETf9VIxtoNVtArgfTgwxT6wpIS59C { display:flex;width:2rem;height:2rem;top:61.0625rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #GC1dc7XF9XT6NfAWk7dc24cBqO2knop2 { display:flex;width:2rem;height:2rem;top:61.0625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #TCgvHbQQ9HoQf4LZcSxMUE0ozdtF9xIB { display:flex;width:2rem;height:2rem;top:61.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #nrLeQs9CWwf4UxQoRH19vS2dmufW4dMq { display:flex;width:2rem;height:2rem;top:61.0625rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #qkfxxSVDOJv5uZXIoToJgk9GwHHdobT6 { display:flex;width:2rem;height:2rem;top:61.0625rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #ATawAT18QMII656VG5qoiLFbGcxWAW9d { width:14.5625rem;height:2.76171875rem;top:176rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgIfGTdKFFyZfk69pAuzCF9DtNWIgLra { width:20rem;height:40.75rem;top:6.9976806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBr26M6HWsHcb4FxPTONACwc2aQc2wR { display:flex;width:2rem;height:2rem;top:172.25rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #bT8pRHeF42eHF7xnCQcPgJ5WJbMtZyiC { display:flex;width:2rem;height:2rem;top:172.25rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #hWy8o6C1dGLk3w7Iyn8wkDDtm4QQWQHU { display:flex;width:2rem;height:2rem;top:172.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #EFkBM9XezRyUmBcf0I4340a42EBZmMlB { display:flex;width:2rem;height:2rem;top:172.25rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #QEQDsh0LwWyOIT6oJOR26OM1zWee33Ox { display:flex;width:2rem;height:2rem;top:172.25rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #Cr4hOBO1OLZLFra4TmNXO3bCNBtbi7DL { display:flex;width:2rem;height:2rem;top:116.75rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Nmwvbmp6s88Rtc9DBLaJ25vrpwN46tWE { display:flex;width:2rem;height:2rem;top:116.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #aTDbXFLd3XmHNdX8qVh0wIg2TlCecG50 { display:flex;width:2rem;height:2rem;top:116.75rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #JfsLPTrx2fzTBX0CpkyJs0vcxvbZzcy8 { display:flex;width:2rem;height:2rem;top:116.75rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #ZChQQT1kcn7owD2TV2BGSVTxtT0feePO { display:flex;width:2rem;height:2rem;top:116.75rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #Oo8FxdGrwy4rFLFfppQ8bdkbvcEEy8rr { display:flex;width:2rem;height:2rem;top:12.375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #eCWAZUkmenQKqnHssysM0ht7pQv7TeA3 { display:flex;width:2rem;height:2rem;top:12.375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #WTZDgT9Um52KWUzQQCIF7ymGECnd5TX1 { display:flex;width:2rem;height:2rem;top:12.375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #XaXvV2S3ftZwGPcyTZRcRlt57qg7diJT { display:flex;width:2rem;height:2rem;top:12.375rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #egau1vxDMQGnuDSgUlUux5vx6cPWZHME { display:flex;width:2rem;height:2rem;top:12.375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #xGIeV0b7Te7KK2KxtputNJGdSXVROLIZ { width:18.75rem;height:4.1425875rem;top:64.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knWNgbUG2qZAym0kdchN1g6eZhMBWR85 { width:16.4375rem;height:2.76171875rem;top:119.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TtibrpTN3u7rIsx3rspscF3R6MemyI { width:18.4375rem;height:33.75rem;top:123.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lQWmiak5SKPBG8OzBnyeu8JFxqlZTeqw { width:9.375rem;height:9.375rem;top:162rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdHz6bVZcXuWaCNP5EWIEKwZDeavF13s { width:9.375rem;height:9.375rem;top:2.0578125417233rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #awn4d0olD913cWPinL5ASFCXu6ubTgXS { width:18.625rem;height:23.625rem;top:21.009229660034rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #paTGoLMapuI7Kix7AUDMlQgSu1QRDc1E { width:18.5rem;height:2.76171875rem;top:17.035155773163rem;left:0.74921876192094rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKVRPgUo9pJLDHupfcQra3gM3PizAuJC { display:block; }#sKVRPgUo9pJLDHupfcQra3gM3PizAuJC > .row .container { width:20rem;height:123.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbPNzHMSf4ss512paRSVCTQg69QQ69sJ { width:18.4375rem;height:45.5625rem;top:18.791016101837rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVi9mCaQxJKE28y5XBq8Ow8NAilnAMTn { width:20rem;height:48.375rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L72EadTXPhtitTGgfcoFdwq30rCycvw4 { width:18.75rem;height:33.75rem;top:85.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cBZSh9TPBN0PtEBaD7PktSLdW5odQel7 { width:9.375rem;height:9.375rem;top:68.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5K0cxya8N4D6VKmTBwBKSrT4I82lfRZ { display:flex;width:2rem;height:2rem;top:79.0625rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #pyZIPlDq2hPnDpTBnZrckm2lON9vGOEB { display:flex;width:2rem;height:2rem;top:79.0625rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #bOcCEy4THNNPvm19xnw3NI3e4v2xWffr { display:flex;width:2rem;height:2rem;top:79.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #inuzzEGu56pGWXQCqm3ZLvi1AqC3bJor { display:flex;width:2rem;height:2rem;top:79.0625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #eVrVJ8ypQNoNEfc0EgVgF35nKn5SUlsT { display:flex;width:2rem;height:2rem;top:79.0625rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #w4xfDnHbmHb5WlbTNGSbLwiyHAoPWqtf { width:18.5rem;height:2.76171875rem;top:14.996742248535rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8cJPSFh3igZ0tXsrLJ0zTpWdsHBs8hf { width:20rem;height:59.375rem;top:6.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jml4SiUm1kTPqLF7N0RVQhJBOEQ1Bueq { display:flex;width:2rem;height:2rem;top:12.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #RQpV0sxKINZ1rRiUi1io9XuzrM1a4mtS { display:flex;width:2rem;height:2rem;top:12.4375rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #sTxtwBwETi3W91blr3TXgQA749n2PTsg { display:flex;width:2rem;height:2rem;top:12.4375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #fDbwVkIOpQFl53PQXagt1TAmnwf7ZTfB { display:flex;width:2rem;height:2rem;top:12.4375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #RqmnxJKDF6gsSHoHgNISZDaCmGWSO8aD { display:flex;width:2rem;height:2rem;top:12.4375rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #wCix9hhIdrO1VmQirC9NA0mrNPx3iveM { width:15.5625rem;height:2.76171875rem;top:82.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KgVZC0FM9eWIwpL52kuWR9OV9b61u1 { width:9.375rem;height:9.375rem;top:2.060546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc { display:none; }#Q3NiIoQrpvvSy4hGwkS5igaKhiHrhESc > .row .container { width:20rem;height:177.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hrF6wcsQQDdEyTBF5yL2p6SkHIO1doyX { width:9.375rem;height:9.375rem;top:1.8736972808838rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zTaXtbT8Eko9nXGVpTN4aw0DdbM6nOVE { width:19.375rem;height:36.375rem;top:6.6535654067994rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHsLnXVU8NAbVXin5UeGcieuDZIlKtNM { width:6.1875rem;height:0.399739375rem;top:1.229248046875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L66p7NG4bg8TkLeZ1fmCbLtXUpMR7V7O { width:18.125rem;height:16.875rem;top:11.248047351837rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0p1OJV8JF2FXwlVMdm8b4OIAeNRQNS { width:15.875rem;height:2.761725rem;top:28.123050689698rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOpoZOmLKogckIu2p7Jo7Hzb20UKKMV { width:15.25rem;height:3.25rem;top:36.526693820953rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEJuq2anQgab2nNmsPHyuaF2MapniHyB { display:block; }
 }@media only screen and (max-width: 763px) { #CVeETOFb8dEfO1lr0vmAPJobXWTMw6bt { width:19.375rem;height:33.8125rem;top:49.320964813233rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXQU90cXSOMlLDtQDNTMaWq8ztLXMmpV { width:19.375rem;height:46.25rem;top:89.936849594119rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feo8K8CJ8HUMvhSRtCmVfifgzixOxO3p { width:19.375rem;height:30.625rem;top:143.18618774414rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAN2JbfulakAEmAd6v9DzTk3R8L2hFqA { width:18.125rem;height:16.875rem;top:54.500001907349rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hOkg8U3C4EJIbkkw9MAftEdE2p4KSAlO { width:6.1875rem;height:auto;top:13.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHEtEwhgNknDUaJ2tBDM60032osix8qV { width:9.375rem;height:9.375rem;top:45.125001907349rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlAafXkvHOZ7170hUbv7smdTmMdNBnI { width:15.875rem;height:4.1425875rem;top:71.374351501462rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcuDMTBtTOykEnZZTgFSVJJny1sRbcvk { width:15.25rem;height:3.25rem;top:77.534507751462rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Tk3FTaQb8SgLyQgU0BALBW8T10h82P { display:block; }
 }@media only screen and (max-width: 763px) { #uekXxzGwVvau0UVJXPnInPs4FS6wfl8O { width:6.1875rem;height:auto;top:13.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtbaPw3JPCTKWUowPTOuRg3u04zLFF19 { width:9.375rem;height:9.375rem;top:138.37516403198rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwzOIkndh5SLRTlTrNJRz6VHH4ynLiUk { width:18.125rem;height:13.16015rem;top:147.74935531616rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFllWeWSNEaHS9kDBDeem7CKxvRkoMPN { width:15.875rem;height:4.14258125rem;top:161.50000762939rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8IvQQHHfyzOoLenby9OBwD0VnsaWhB { width:15.25rem;height:3.125rem;top:167.84766387939rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVIxVTWkIwxfyPBlpU8TamiHbEac35Q { display:block; }
 }@media only screen and (max-width: 763px) { #L0Vysd9slBzWSp31Bd1MGOEoTIZv92qD { width:6.1875rem;height:auto;top:13.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9s1Q5LkzJE98omKUHsq1ETGBoJAVw10 { width:18.125rem;height:16.875rem;top:94.686851501462rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lquauz8Ha7hDwgNUOtnMnP53JASyT1LA { width:15.875rem;height:2.761725rem;top:111.68033981323rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGz3EQHvV0NqARnVvTQBHST28LevzpLx { width:9.375rem;height:9.375rem;top:85.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLSeTwbMq6e0iOxMnWkpGwqxeBPh8esu { width:15.25rem;height:3rem;top:116.50846481323rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDz9a5PWJ6H41kImqouqfgShokNQFDs8 { display:block; }
 }@media only screen and (max-width: 763px) { #eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF { display:none; }#eu12dCXiFRoxgQ1bh1waOT5T2keMVTvF > .row .container { width:20rem;height:73.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SF70N5dkLl5wu3LlNgn6AdszkJ3BimDc { width:20rem;height:29.375rem;top:6.7454433441163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTGISVLKeebmDwTvpmGzSTikRl4k7TA { width:9.375rem;height:9.375rem;top:37.311279296875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFwBaz8wsV3mLKM21xFTTi7UvCSDQEu { width:19.998697280884rem;height:0;top:27.52880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVuc630cWz7lIHtzOr1JPb5ZiHkBQb77 { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfqQQTr173ZSPJwbQ34St0MnniWmXCBu { width:12.45703125rem;height:3.30078125rem;top:31.22021484375rem;left:3.7708334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htLchJQZiiPv76DCxclIkFXA8ccPLbAr { display:block; }
 }@media only screen and (max-width: 763px) { #ECKCZlGogD5ywthD9gHsH6w69LZQfXDg { width:20rem;height:31.4375rem;top:41.943786621094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKgGR7W06smbRPtIGngiLdgToTgw4kD { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #wNQzoteqdDNvyATtmSdJrZcxqVMVhidD { width:12.4164375rem;height:3.1609375rem;top:68.451562881469rem;left:3.7914065122604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoV2TTbviA1ioKOpmnicm2BezpGIyU1b { display:block; }
 }@media only screen and (max-width: 763px) { #yGuQo3WdkqUW0QFhGfSdVgtlTi7DnZTZ { width:18.125rem;height:0;top:48.008056640625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #drFaEoD8K3n6GEoEroZbaMculFCGZ1lA { width:19.9973965rem;height:4.1425875rem;top:62.39453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3h5Ld2ON2cqeFDUQLVwiaAkK16y4IbT { width:18.125rem;height:13.80859375rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #r5pbDPyPcaGUlFPhO7VBTtvu5Lm5V1T6 { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qyfZrFMvR0D4Tz4zS3GyCQVebJHtrpCG { width:18.125rem;height:15.18946875rem;top:11.446533203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #TaOx1by6I5vXqEKWdJnuPKZWXJbo0FIe { width:18.125rem;height:15.189475rem;top:46.7265625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #XDEQy6Poei6s8EdSXcS7rh7tguuVC6VZ { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSGfQ7cZDKvT5HQyRiMDas5cS0C4Tsr7 { width:6.1875rem;height:auto;top:18.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WO8dHov8nDRBDqWOlKfVLpcAEWBKaABu { width:18.75rem;height:2.761725rem;top:26.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtC9HmpE0cdqQaREDoEa9rITkTcLQdVX { width:6.1875rem;height:2.58333325rem;top:10.748779296875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw { display:none; }#B7XTmhUrKFQN9QFXkExxZDmVB9q2OLFw > .row .container { width:20rem;height:80.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOuLZbFJBfqIXXKLP7rR1Oa0tl2TOUnu { width:19.5rem;height:28.8125rem;top:6.6843872070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvghpc89MBG0bpNFcWMNOAPtHcVZ6rry { width:9.375rem;height:9.375rem;top:37.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAkgX6hGHwdBoDdrWhKo0pdWNHQgkWbT { width:19.998697280884rem;height:4.14258125rem;top:26.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAGce6F1xqwQ76bRM7oTl4kNL8lOR452 { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfThUQ3AhffB9tcVHo3bpaigTLkQuVi8 { width:12.4578125rem;height:3.3015625rem;top:31.38125038147rem;left:3.7710937261581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovJVasFJct61Tk5gFUwEQ3bwdHTmXLAh { display:block; }
 }@media only screen and (max-width: 763px) { #i0NITw4PIlRMFzcZh6H9klaTRWCmEyfO { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAgsNkpBD7PPtnMe2akp2QHEQ8oq6cPr { width:20rem;height:29.5625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN5QUz0cCH1EhpHzg5ML11G18E36SK8w { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #CW3r81HOJqDHgR8wmQ7ImT5pTJVd4rJa { width:12.4164375rem;height:3.1609375rem;top:67.1875rem;left:3.7914065122604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6rzLotTfrIVL2bfavh4NGcFzMKHE60 { display:block; }
 }@media only screen and (max-width: 763px) { #URu3ioDwB9MFgdnoyS7FiJJbkPsgeGex { width:18.125rem;height:0;top:46.7578125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTKTu1TL5fNiQC8764rrQz1TQBbKETyR { width:19.998697280884rem;height:2.761725rem;top:63.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4XouJKDFnR5i4ZtfNfQzfsiAOPNoo3 { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #gCUvnfilovEVig3k6eI6GOohe1aqZA5M { width:6.1875rem;height:auto;top:9.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QthSRSwIBxxz5rO42lkJSXyJrnJhdTaH { width:18.125rem;height:13.8086125rem;top:12.86474609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lzgnXQicVRFTb2bgyEMZPlEHku8R8h8T { width:18.125rem;height:15.189475rem;top:48.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lBOJpGgpxoVPt1y30467Q34WMAqR9N7R { width:18.75rem;height:auto;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKHvJNNk4T4CeM1E1DfNNwTmTIROPkgm { width:18.75rem;height:auto;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs8lBNWbht4vTir9oMIG3LHkltA3MygV { width:20rem;height:4.0625rem;top:73.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1gHsgL5clcv24UVxBo7m3LO0ztrd59 { display:block; }
 }@media only screen and (max-width: 763px) { #ayJB716WwDp8iX5awbAy7shXUMlwhCu1 { display:none; }#ayJB716WwDp8iX5awbAy7shXUMlwhCu1 > .row .container { width:20rem;height:183.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vlfm761GP3i3IMb20XzT50LDmEphDzTo { width:18.0625rem;height:12rem;top:29.467966556549rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gvNhgLRH4V3Ko177Tx0hrocSV2swX4 { width:18.0625rem;height:12.875rem;top:106.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TQrdg4kkEgkyfRTfCSIgTuuUTD7ZCx { width:18.0625rem;height:12.875rem;top:120.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikne6AANOoe7zgNsEdOMJr9xU4EgK4A1 { width:18.0625rem;height:12rem;top:1.8117184638977rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSieARh0xMnccU8eFPXSemywk2SCNTDH { width:18rem;height:12rem;top:15.573046207428rem;left:0.96796873211862rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIOPsmmqfxTx611c20mDJyz9GMRzhSZM { width:18.0625rem;height:12.8125rem;top:134.35412597656rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhCeTcyIc8ngegCiTSB6NR66FoV6OCQp { width:18.0625rem;height:12.8125rem;top:148.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV1PoTVv0gAKD1iXTGaF9hU4sI6DgGt9 { width:18.0625rem;height:12.8125rem;top:162.4375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqU5MaDrTFIdZ7eVlx3p7GqMzrWPlwhs { width:18.125rem;height:12.875rem;top:92.1875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1hEEu7D8hEzvx0TM6EJQcnSVbzb4MEc { width:18.125rem;height:12.0625rem;top:43.498046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3hUAHqa3WKtBdam0ikWVVnTCIlqhTmV { width:18.125rem;height:12.0625rem;top:57.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdBNL9kBo34JwZ1ZB509uo3UK2RP7IAr { width:18.125rem;height:12.0625rem;top:71.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOp5NGPkfduzOfkTN0ynfLqmoCJAAZO { width:17.5625rem;height:7.375rem;top:213.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hV2tZld1C1heUzRl9dlfLmMlUE4728Ud { width:2.9375rem;height:7.5rem;top:169.97924804688rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTORJbJPnCVTzBa7Vg0TGDvHXVziysUH { width:20rem;height:4.0625rem;top:177.47924804688rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBcgImnewdHqDPK82FdEVo6CwHgTeLei { display:block; }
 }@media only screen and (max-width: 763px) { #n2EJ9EqFTXynp04ulvTQOBdFkao9v2Ed { width:20rem;height:4.0625rem;top:86.083374023438rem;left:0rem;font-size:1.0625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #G1Pm8ybhmRB4tLwBRaAAG0MmMKdNz51C { display:block; }
 }@media only screen and (max-width: 763px) { #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.adaptive-delivery-prevent-bg, #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.lazyload, #eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh.lazyloading { background-image: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container { background-color: transparent; background-image: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container > .video-iframe-container { display: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row > .video-iframe-container { display: none; }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .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); }#eFF2uvyZVf81HAw32ZqOWnAZxd06wXGh > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEPN6grUPQFr2WIEBDKP0s8DSt7iBor0 { width:19.0625rem;height:25.5rem;top:13.166015625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0zKcmp8MPioTw3WLkxCTqikbRL59k1W { width:9.375rem;height:9.375rem;top:2.229248046875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvHeViOpaQB33OoNBkOpBvu8RMUuAN0L { width:15.4375rem;height:5.52345rem;top:38.603515625rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm { display:block; }#TMTrWw7oif1fGKDMLr94H0HUbdT9Q4Tm > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJNbNCAlWM4RygfZdkQL4idMWCmvbJ83 { width:18.125rem;height:3.375rem;top:2.2480373382568rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkZI6hyBPuvxBSETERwuckAKArVsxTFH { display:block; }
 }@media only screen and (max-width: 763px) { #TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw { background-color:#7a3855;background-image:none;display:block; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container { background-color: transparent; background-image: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container > .video-iframe-container { display: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row > .video-iframe-container { display: none; }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .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); }#TVdXiOBA8z5NIfmOQu1zFHTNwD6o1NTw > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9XMRIrU2OhF9cikIRV6OmPbu4PBJI5v { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #WNyT8GUXpyKEytUaoic8qcc9KKE7qGTs { width:20rem;height:1.78125rem;top:23.875000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxIkir6yxwDrwiyHquPHcFyuRn7VZrOC { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #MyHbWaiLXN809xDuMhuhqEqaPZ4Ezisr { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #QAXR0OknDhVegXdb7fFlSgdPbgp0T5uA { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #uIRV3hSQwB3OLbgMdnFMEQ4oPW4Fd38q { top:1.796875rem;left:0rem;width:19.9375rem;height:19.9375rem;z-index:15023;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CTTCevEidfpAMMQAoPv2VEubg99qqN8l { width:18.75rem;height:5.625rem;top:26.2177734375rem;left:0.6240234375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UDGh6QI1OIsJRTTTXNi9iQ0kGr4fBA2I { width:20rem;height:9.5327102803738rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #okhb07G8FZDLPAsey6EAbmJnwtebm5TS { width:18.125rem;height:36.330075rem;top:33.500000476837rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aDuGPCgFhmIMcCHTzATZD4MZJDbh17wP { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaEBih3UvASK6NaZmX8Ngdzn274qktwH { background-color:#7a3855;background-image:none;display:block; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container { background-color: transparent; background-image: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container > .video-iframe-container { display: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row > .video-iframe-container { display: none; }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .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); }#ZaEBih3UvASK6NaZmX8Ngdzn274qktwH > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0g4zKBrdqvdxtfQoqX6LZBLl9KaVkev { width:18.125rem;height:24.85741875rem;top:27.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:block; }
 }@media only screen and (max-width: 763px) { #VrUupQU8oTQxEvvIeWQR5igcwTGio2vg { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #mpFkxTH3rM2O4d8gNV18zDRGqX7J6haX { width:20rem;height:1.78125rem;top:23.875000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbmy9292SraX2fDTxaW4G3CpEGxo7h { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #pw3Twt4XmRuGumMFLx5AzOazS9h3JZmK { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JcqBkeLqutHh1TEJdJpldh9XKrJWMKQw { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #vKTVxK87cTBwmMc2JNEehJBnhTS4Ad6M { top:1.796875rem;left:0rem;width:19.9375rem;height:19.9375rem;z-index:15023;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eUkNbFCuPrMJZO71SbQlb32eIAUp6B1e { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #xooVpOR0SL3ttbCS0LoECwVhmiD6I6MP { width:3.75rem;height:0.060058625rem;top:45.21069921875rem;left:8.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #aseJgm1l5vaEFNnyA9kLZE26SyW6xvZV { width:20rem;height:9.4736842105262rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJttGqAIy06RENyxfCpS91gEKBmOaT37 { display:block; }#mJttGqAIy06RENyxfCpS91gEKBmOaT37 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0uqK848zhvJsJTeis4TUBp3obOS4k6Z { width:12.5rem;height:2.03125rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A09fZpUIydIpyN5xo4TFmURO2bpkmmto { width:5.625rem;height:2.125rem;top:4.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnMrBEzA6hWdlPQvctsCT5wOUX4El7FD { width:5.625rem;height:5.625rem;top:2.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgliPxB2Co204rVsK2WORJIJWI0DxTSI { width:5.625rem;height:5.625rem;top:2.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPlsF2KKFMFwJeCDrN4Eoz51d52sMRJ5 { width:5.125rem;height:5.125rem;top:6.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO20Tdn8Vcu2IRMGQIi9xRyTuNuo2VO4 { width:5.125rem;height:5.125rem;top:6.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh { display:block; }#TsDMhNiz4IznuT3SNVycIPDUu4EO2MZh > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSlbvoAJv6FpTy0fDUuGOz9wcV4b7PHF { height:10.875rem;width:19.375rem;top:2.3125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCiM9P965VS9U0JUdD5UCsPHMStmr6rr { width:19rem;height:4.0625rem;top:14.4375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExxcoqlGBFSZQguyywhAa4zTK9dZokx0 { display:block; }
 }@media only screen and (max-width: 763px) { #TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 { display:block; }#TWT6LqkNpBo93ZhVM7Hs6ngr3CIXc9b0 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxqlUsRHUiDEO4wNXldQ2dT0n6Fp89JK { width:20rem;height:4.0625rem;top:2.3463554382324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht { display:block; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht { background-color: transparent; background-image: none; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .row .container > .video-iframe-container { display: none; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .row > .video-iframe-container { display: none; }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .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); }#SAgPqQ2LNGMJuIdFPBnygNX6uqlA3mht > .row .container { width:20rem;height:0.9375rem;background-color:#f9f4f4;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I { display:block; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I { background-color: transparent; background-image: none; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container > .video-iframe-container { display: none; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row > .video-iframe-container { display: none; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .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); }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I { border-width: 0; border-radius: 0; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbzyzEuNOpBOpNTF91VHmBCtvxuFJt2I > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0x3vC2v60WoftBNREKk9Wr83z2K9ktA { display:block; }#H0x3vC2v60WoftBNREKk9Wr83z2K9ktA > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQxHHfZNhUNycS1ei1Kz9FcIxi4ldtGQ { width:18.125rem;height:1.62524375rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIQQdGlPiSxGx36l1qc0JZq7SShISVkK { width:18.125rem;height:4.142575rem;top:18.625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXTKeB42FMZiJMFcX6FQ6O0Sscy6sE4t { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCVOqo9SvXcHbJFwEOWNlgGyXDernIQ7 { width:4.375rem;height:4.375rem;top:9.1875rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0yzcycC4ez3f41wupwN1C1X6d6gUFc { display:block; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc { background-color: transparent; background-image: none; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container > .video-iframe-container { display: none; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row > .video-iframe-container { display: none; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .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); }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc { border-width: 0; border-radius: 0; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OE0yzcycC4ez3f41wupwN1C1X6d6gUFc > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr { display:block; }#fDEcu5u7btbEqE1bDTH92ZOZw0nKpnRr > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOPZKqNddfFVdvNBsKZqzZiFi9ZZg1nS { width:18.125rem;height:3.25rem;top:15.790092468262rem;left:0.93663197755812rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdh4G7B9Un8mq5wg6mre0At6ISEaXSUc { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5AZzP4tp6T9HXNEKO4Bxf7t5uPcxHkQ { width:18.125rem;height:5.5234375rem;top:20.118055820465rem;left:0.93663197755812rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6V1NpaoFqhMQZwwAMATkOoIXTp1kP4a { width:4.375rem;height:4.375rem;top:9.3281655311587rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki { display:block; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki { background-color: transparent; background-image: none; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container > .video-iframe-container { display: none; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row > .video-iframe-container { display: none; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .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); }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki { border-width: 0; border-radius: 0; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZr0SK6p1d7raszVHmxZ2pFNJrGfinki > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frUkMRy3KJlS9txe0iyt6uSFQy81qAbX { display:block; }#frUkMRy3KJlS9txe0iyt6uSFQy81qAbX > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvU16rK3IzeGJhV7NkWuG7IWCfs0w3oQ { width:18.125rem;height:3.25rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOl28EQBO1CTTDa0dXLOuNTX086ucAxo { width:18.125rem;height:6.9043125rem;top:20.937500476837rem;left:0.93671876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwNEg8tfaKMs04fsyZ90wrDFubvIu7oZ { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUBwd9QddIXuDaaDXoOzg1yTnLEn0NaF { width:4.375rem;height:4.375rem;top:9.2110462188719rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc { display:block; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc { background-color: transparent; background-image: none; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container > .video-iframe-container { display: none; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row > .video-iframe-container { display: none; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .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); }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc { border-width: 0; border-radius: 0; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVadhstpLO0gQgQ6qM3RX7NsfaoefcNc > .row .container { width:20rem;height:6.5625rem;background-color:#f9f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtJh8oLTdBxoQEOX3T7ebb5ZDmI6fbef { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHHByCE8EMNUuk611hatS7omTElNmfZD { display:block; }
 }@media only screen and (max-width: 763px) { #FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT { display:block; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT { background-color: transparent; background-image: none; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container > .video-iframe-container { display: none; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row > .video-iframe-container { display: none; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .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); }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT { border-width: 0; border-radius: 0; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FM9lTmMpNaAzTqxniSZgR1ON5utT6RGT > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUnQhnfRV8x8u12OL8WthpsslTGEirOl { display:block; }#uUnQhnfRV8x8u12OL8WthpsslTGEirOl > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8PGn9NNWQqpAoXZXc1e0mJl4oTwak8b { width:18.125rem;height:3.25rem;top:17.414714813233rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqCPhUq1EToNt4tlUCMes7lUdcnD2J8N { width:18.125rem;height:6.9043125rem;top:22.0546875rem;left:0.93671876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DINAglr7kvSkb5r1kFyIyg22FIi8Vcsi { width:4.375rem;height:4.375rem;top:10.46875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7FsTT1sozW8RkE1h3OThJQW8PiDNen { width:20rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb { display:block; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb { background-color: transparent; background-image: none; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container > .video-iframe-container { display: none; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row > .video-iframe-container { display: none; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .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); }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb { border-width: 0; border-radius: 0; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6h0y2uqD6AlZpGs3dZQZiyw3AVdWuMb > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs { display:block; }#fQgPHg3sUFwv5F9iTyW8I1XxFgFbSkWs > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbmhzaf6mJfPX9oheoziGSH0WImgg4i8 { width:18.125rem;height:3.25rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmF4vT26V4msSaIibw4vvL1gOHD5mgzH { width:4.375rem;height:4.375rem;top:9.3828659057619rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC4BabRFKmx3uktGt6rKtz4SrJ5hZeug { width:18.125rem;height:8.285125rem;top:20.500000238419rem;left:0.93671876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTAAmFEJBglX9gPpAX6rviwQVqry7LH { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb { display:block; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb { background-color: transparent; background-image: none; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container > .video-iframe-container { display: none; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row > .video-iframe-container { display: none; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .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); }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb { border-width: 0; border-radius: 0; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfhxaCbXraIsC4k1XqlsfWEfy67IqKEb > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ { display:block; }#IbgdXHSeFPRrz2QsHsoTIoVxuyNnuOnJ > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPLFvTfaPCcS24MNW5V1pZUgRAaRykrC { width:18.125rem;height:3.25rem;top:15.790092468262rem;left:0.93663197755812rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafbtDvaG7I3aM4BmW0T7Cewpkq17EHx { width:4.375rem;height:4.375rem;top:9.5590276718137rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnb8c70biRbobOJ0NqyVBVOqwETctAnR { width:19.625rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MosryWWZreT4LpBo2dKvCtNMhgwI4g { width:18.125rem;height:4.142575rem;top:19.868019104004rem;left:0.93671876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO { display:block; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO { background-color: transparent; background-image: none; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container > .video-iframe-container { display: none; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row > .video-iframe-container { display: none; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .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); }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO { border-width: 0; border-radius: 0; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqxpXobeDwV9NbBHcSi5mfb0WhqvlBHO > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7y1TQOWTH6TQh5NPTWApphsPFKCEigF { display:none; }#B7y1TQOWTH6TQh5NPTWApphsPFKCEigF > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI { background-color:#ba7291;background-image:none;display:block; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container { background-color: transparent; background-image: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container > .video-iframe-container { display: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row > .video-iframe-container { display: none; }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .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); }#LpX5qw9WvFvnBKmgGe2qVfQumLz1aPoI > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHXa3QVJ9IdstB7GPGlRwiAKCbf6CgCL { width:20rem;height:1.625rem;top:22.671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2g8aJTZ97O0gmy9xa4EsF32VLuUJfCP { width:18.125rem;height:28.6875rem;top:24.89599609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2Byf3FnzCcotqWbcNgvoT5Nl7yu0FX { top:1.28125rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e0c3c6a-5f84-4e38-9301-767a637119cd/GwnenaMobileiPostnaInstaStories_SzkoaAjurwedy3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.adaptive-delivery-prevent-bg, #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.lazyload, #DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO.lazyloading { background-image: none; }#DM5pu7ylFoHk7m2Qsd9rq2aGbHBeGQyO > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LME5hUJTIotUTCNy7mPSLy3BG8FTle5v { width:18.125rem;height:33.46875rem;top:21.046875953674rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pOhqngJ9d8dX6Wx7muOLqZcT0qQPCgfW { top:1.0885410308838rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis { display:block; }#Xe5vFpXHLtmeLdNm8J2AwBEMLm5rbSis > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcDtkqiceO6FNsUthXUuXnngkfvtAiXp { width:20rem;height:4.0625rem;top:1.875rem;left:-0.03125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBLD42AdzEW7p0z5W09KIXUhCULbNRTR { width:19.999125rem;height:6rem;top:6.458251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #L67y6FEeXrzULxiEk7p3thATpaApg0Xi { display:block; }#L67y6FEeXrzULxiEk7p3thATpaApg0Xi > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpgzQ5AIzszicno8WhPg4JRpIUPuNC1t { width:20rem;height:29.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNFPAx8Cy2vsnZAUrJm75Z5TDN04xoXy { width:9.375rem;height:9.375rem;top:37.311279296875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlDGTUEoCHoGbLDSDLKUKDugNvKy08zE { width:19.998697280884rem;height:0;top:27.52880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XunyvbOFnLlLGor5UyN7yTPzJTI2TTLK { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQsbzOFzTBf4w71QICTFaN8IXqRQTOdZ { width:12.45703125rem;height:3.30078125rem;top:30.4375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFBZK496VNh9Ezs7sXcy8q9npTpMALc { display:block; }
 }@media only screen and (max-width: 763px) { #TxCvHEE2fkJGEZO758lJK1kRKsFFRSAT { width:20rem;height:31.4375rem;top:41.943786621094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53INb85yWaXhrUpXAhlHJUkrcXGfHnb { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ckkBGbO2LdPLgQ8goKlT8iRkMnOXJqgE { width:12.4164375rem;height:3.1609375rem;top:68.451562881469rem;left:3.7914065122604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTzr1sXs7pzThxTHcb9LaVSa0xAKJra { display:block; }
 }@media only screen and (max-width: 763px) { #lVrN2FguJPnXB7Klpc1P5BnbRHCq7oSv { width:18.125rem;height:0;top:48.008056640625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8tdNNuXnTqiWXJvp8bOmlevMGitQK3T { width:19.9973965rem;height:4.1425875rem;top:62.39453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfS9F8GGrqdtbv2kGtkTCfN1TFpxSLDi { width:18.125rem;height:13.80859375rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VoWCBhV8x1dmwRQuAmlpGqGQe1FKADy2 { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #nKUV3Ztu1zuRZ0y2208ATDeM6pumXXgE { width:18.125rem;height:15.18946875rem;top:10.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #tJmkoZRR0M2LduaEh6qHPqUSgTm6VUpS { width:18.125rem;height:15.189475rem;top:46.7265625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lJshZ38RiFKMKZ5k1lPL6CXimUfzxwNn { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu2TTy8McfIUnV2r47KXQddk1dEAiAMu { width:6.1875rem;height:auto;top:18.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #soJz3foynW5a6hnr48P8XCvaxRwKONv6 { width:18.75rem;height:2.761725rem;top:25.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9t6xgCmQCm3ZLVXfIRFAgEeQa5nuER0 { width:6.1875rem;height:2.58333325rem;top:10.748779296875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AquRbKbSBRCEleECCfWfexJDTOX2tbMQ { display:block; }#AquRbKbSBRCEleECCfWfexJDTOX2tbMQ > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elwXHnShUxKiNlMvvUhVcp99tPOrgqkG { width:19.9991875rem;height:4rem;top:4.4366912841797rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #koQBS3HUbncHry9uurCOCcpQV9vVmB6l { width:18.75rem;height:3.35rem;top:10.39804649353rem;left:0.62226560711861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhGnV6nhtwdgUUAh0S1MPkM5FCzUf8nb { display:block; }
 }@media only screen and (max-width: 763px) { #LOtmmw3pVTs1ByRlTEJe1R1EHOW1tlUn { width:20rem;height:0;top:4.0616703033447rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPRJekhuVOVzi8DeDbWTQ3dtApp6N4px { width:18.791667297483rem;height:3.2916665822268rem;top:11.64453125rem;left:0.58203125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teSl1IuGLScR35Ds3wcvHL26VOl9Nn7Z { display:block; }
 }@media only screen and (max-width: 763px) { #kTvLkLEa3oPq0m3d8Cq29f1Ne3quL3yM { width:20rem;height:6.09375rem;top:3.1859374046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15013;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw { display:block; }#ocuKHGcrlDUwHhxSTpukMvDS7NLaFtEw > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkqkOE6TLupOiTg733x0tCQAUOqThkhs { width:20rem;height:28.1875rem;top:5.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxEG0fMkexixQlTUgs78tHLeEflChGL8 { width:9.375rem;height:9.375rem;top:36.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X11aITa5lF0UoZBgMfK9T0gJFXX3tdPM { width:19.0625rem;height:4.14258125rem;top:22.78750038147rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsK2WbAkBbPD5kLew15kdSXha0a1yPWS { width:18.125rem;height:0;top:12.25927734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQQZKAHU80XDsLDoTXl54xnQnywk9khk { width:12.45703125rem;height:3.30078125rem;top:28.713623046875rem;left:3.7708334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiwsqCCKV1SeEHvK5J6MsE7UW1OGnDrs { display:block; }
 }@media only screen and (max-width: 763px) { #cChKiE9gtdPyh0yTTJMHQqchda0Kpbyw { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOD0MdVFm69M5P57gJPEr9WT5pTXdxqO { width:19.9375rem;height:25.25rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nym2acRRKRcbwSa2coxaFaOx0dLU2tc1 { width:9.375rem;height:9.375rem;top:1.23974609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Hi7XQJi8GCT7qE3oPwCWrn9q6HGmEFUT { width:12.41536425rem;height:3.16015625rem;top:60.79833984375rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD3iIzSJdU6sORPsEMUzd4QHiXXVZAfb { display:block; }
 }@media only screen and (max-width: 763px) { #dWNpxvOEsaTORXvfKkpFQAKVzWoahUFk { width:18.125rem;height:0;top:44.42333984375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa8HqMernC9vNiKmKnkvJ0UKUrm75MF9 { width:19.998697280884rem;height:2.761725rem;top:56.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNfVgPLWOkfL4vmTJX6hPelpxyZPhNnm { width:6.1875rem;height:auto;top:9.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgXZi1hLPLbggV5IMs2MZfWhLQioZpXU { width:18.125rem;height:11.04689375rem;top:12.25927734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #tGGAXspX9edf2yDVtHhz1hO919TKxqeL { width:18.125rem;height:9.6660375rem;top:47.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #DGkEzmJRMETKwz2dzhAziw42p8RR3JIm { display:block; }#DGkEzmJRMETKwz2dzhAziw42p8RR3JIm > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1N8qD3l1pqL93VtRFKOkLw3m9l0LQCM { width:19.4375rem;height:31.0625rem;top:6.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Lf5WxvXlr26e4XlUtfyy2w94A9VQ4D { width:19.125rem;height:4.14258125rem;top:26.75927734375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir9THRLHFJUvSk4RFx7ydxyC9kRJ6uTS { width:18.125rem;height:0;top:12.90625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrSJrsvNN0TXJeFTVrb5ZJc6k7Dsh1c6 { width:12.41536425rem;height:3.2591145rem;top:32.609375rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilgwEVtgc1BToPfmASbgQFmBx37RO3DG { display:block; }
 }@media only screen and (max-width: 763px) { #zDhKdJMyZXCOfMAEX33T8nhc2OPyU8Zt { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPIG9wXr3mXGdgHtyc2NsBs0LynZlNDz { width:20rem;height:31.5rem;top:44.312501430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS13Uyr8DVlzaBAfLAkuPI0XXgo7nt2K { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #FJ63OnqpsexnTzrDO4TWkNFDeOc2Ck7B { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtn2u8sesnPTq11Q0ap2kR0Lk2tmMrSt { width:18.125rem;height:13.808625rem;top:12.86474609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #OdfsTB7AsDpBtCaiyZhCusqddZddATke { width:20rem;height:auto;top:18.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6T5E4SKSkdQvAdofuPUiyDRZFipgHxN { width:20rem;height:2.761725rem;top:65rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3wpo9sPRCyETrKy6p0oQm8NTWxLzmPJ { width:9.375rem;height:9.375rem;top:39.62451171875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvevuzoX94dsS8MLzR576DofC2Pofz9g { width:12.5rem;height:2.9375rem;top:69.69921875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poQW0466aBzG02HpR6tg8zAeVVlPg6pB { display:block; }
 }@media only screen and (max-width: 763px) { #ETZb5uVe9oz5OoTWpIkhkfgLRuHGrlvo { width:18.125rem;height:15.1894875rem;top:48.999349594116rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 { display:block; }#Ce9ROALP0ksS74XF0FNDDlAouvcntWk2 > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV5maPJGtlR1SUz5sgK8RhkwZCSyrCeo { width:19.5rem;height:28.8125rem;top:6.6843872070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNFUyPdnaGn4f5aD3UO2mvKItMCyrM9 { width:9.375rem;height:9.375rem;top:37.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xteSa8mGxh5St2zQx3wyqVI7aasTmK33 { width:19.998697280884rem;height:4.14258125rem;top:26.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzfclT6CVdqZBSNu0QZHTB7COX9TFiIM { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOuJQNRN8iG37KcUaAW3fsvtxEZ4Ns32 { width:12.4578125rem;height:3.3015625rem;top:31.38125038147rem;left:3.7710937261581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxItOxUwWTzbelo4Myp8f5vJ0hGcnaG { display:block; }
 }@media only screen and (max-width: 763px) { #pVQ29syFx9oRUTKFB87G1UJZXf3vcNb8 { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESpk9wwa4cC9IRFl6ybDJzIZEPMb1Qgs { width:20rem;height:29.5625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERs5VIyV6qe4nBzfIg14cA1uK8quJ7wU { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Z8GVM8nrUTNTyTmHipWaz1WIlLP71vUA { width:12.4164375rem;height:3.1609375rem;top:67.1875rem;left:3.7914065122604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgqNOZZ9oKMTP9GhuecruV6ZyKmRAqF6 { display:block; }
 }@media only screen and (max-width: 763px) { #zdgaKhq4anIQL1P1qSFvHglo7dkfRo1E { width:18.125rem;height:0;top:46.7578125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xl9RET44z77zdp2O6fequgLkRGwQIK3G { width:19.998697280884rem;height:2.761725rem;top:63.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm86BwaeNIRBzK9GKQVkDxA4xq45Ko3M { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #MUv89f6VclfQ7D16ZP4sV5E92uGHSQ2M { width:6.1875rem;height:auto;top:9.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsD88BnCQ3uGlwfqRymdLP7t3ngRDiGN { width:18.125rem;height:13.8086125rem;top:12.86474609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Xb3K769iNUcSpWntcOgMyAdVyPV91FA9 { width:18.125rem;height:15.189475rem;top:48.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lUDKognHOGVyJ4ggK5CwEi6bDFluq22n { width:18.75rem;height:auto;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgTmaCBvs3HiwL3FZTMBSZ0NW8szta4t { width:18.75rem;height:auto;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4g0n2axvnM6VB968l47DOxRzsEPC3xZ { display:block; }#c4g0n2axvnM6VB968l47DOxRzsEPC3xZ > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l07IkPEXdKxQnbp2ISvGxA5IfPMlLO51 { width:19.4375rem;height:27.9375rem;top:6.6843872070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr6yEU5PRDRTXS8zZ2ofiTWLyvfMwDK6 { width:9.375rem;height:9.375rem;top:38.811279296875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzbqZCyzBvKVo5lzGESgLHgepdZqO0JS { width:19.9984375rem;height:2.761725rem;top:26.714841842651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nygi1QO4eSfv80fGiVV5621CTUkAETnM { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOxCCJU4l98Vlv69J7fuPXc5Lm4T9L57 { width:12.4578125rem;height:3.3015625rem;top:30.110147476196rem;left:3.7710937261581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKAkBBW5Gwuu6n2eHAktTNmOskXifTFz { display:block; }
 }@media only screen and (max-width: 763px) { #XTZNl2g4TbngaQi3mgBAwnJ0ZB3JxR5q { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBK5yznelUXKEXOxOlNs6u4K5ZQ0XLwC { width:19.9375rem;height:28.8125rem;top:43.354248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sElvM23w2kiBuqZkL3MuB4bCemOxGu0M { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #UUx4U9to08CC3pOTgxcB6b3B0Q6oZL3p { width:12.458333328366rem;height:3.2031250745058rem;top:67.65771484375rem;left:3.7708334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2W8fwpa2CU9KkHlViU7KN8k5EW9Tnw7 { display:block; }
 }@media only screen and (max-width: 763px) { #TBxlwSE1Oy91b243EMNDwbvLsFzDt3DG { width:18.125rem;height:0;top:51.07177734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcmgqhJ33GRspoCqldVhqZUcoPOoVlQv { width:19.998697280884rem;height:4.14258125rem;top:62.96630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXV6xMT8bw0yXM8QrBFiBvWtvg73vxDg { width:18.125rem;height:13.80859375rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Uc10XBFq1Tqt8xyZuLOQ1nQty1KFxVNo { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #oXih3ZyW6OCQrhbO60Wu9fRXTMkOQscV { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzL0GlVFhkZ8g7et5cUzIpqqEsdH6ZQk { width:17.5rem;height:13.80861875rem;top:12.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #TXotAfMZzSZZc8LtoTQftEfPV7Z1Ptzp { width:18.125rem;height:13.808625rem;top:49.375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #HryXsEOPftqT0FybS95DH8UAuHTkhvi4 { display:block; }#HryXsEOPftqT0FybS95DH8UAuHTkhvi4 > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCQB75J5wu94U1TfKsCzImIn3EbAAe3M { width:19.5rem;height:27.375rem;top:6.6843872070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqaTorhuzH3ZlFGh9b4TgyL5sQSf4wcr { width:19.998697280884rem;height:2.761725rem;top:24.822998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTgrvXTAabeI3Uh1u8hhuvNX0wdi43v { width:18.125rem;height:0;top:12.86474609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLViId7dfdThNbPHaqxX8NTXlw6VLeEc { width:12.4578125rem;height:3.3015625rem;top:29.63125038147rem;left:3.7710937261581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWgB87636pmDxzzh9edbcayMtLALoXL { display:block; }
 }@media only screen and (max-width: 763px) { #noqig7PG9wUKxOi2fttL0sCMK1iTdxuO { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMH8ucwu2vPENsQuscUyFzfDoOxhwdeB { width:20rem;height:30.9375rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLkRBC3N9QOfpSmKfBEt5uUySuor17ZL { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #aTWI4Udb5pNq6D3gsOOsRSc9T4cyTtQT { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #sJ4Dw8SRF04eewTu5oc3sgDpnkv9dpkp { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzyvkTXyixXhQfXKWutkyLt3c3TUbAOu { width:18.125rem;height:12.4277625rem;top:12.86474609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #DkFVBqI6Bm9g1mBnXliHu1VG0SiyhJO3 { width:18.125rem;height:15.18948125rem;top:46.811199188233rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #HJ0pMHJGCdB5keTzizFah6THeeGXyyyV { width:18.75rem;height:auto;top:14.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwmW4IsnB9nmyPcIsuAeLf2Mge8DsTGk { width:9.375rem;height:9.375rem;top:36.311199188233rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuZmkPZymT3XMdtKNSgteDJ9TeT08HlG { width:12.457rem;height:3.0403625rem;top:62.500816345212rem;left:3.7708334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLk2MvDqHAtLkrTW51kn0LEZBDVWJrlu { display:block; }
 }@media only screen and (max-width: 763px) { #sCILLhrcNocZBG4yEs8nkEKWaxGaAWOz { width:20rem;height:0;top:12.979248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oATFCd5g9xudwFmxVI2xmPmR83gSfgtr { width:20rem;height:2.761725rem;top:66.958333969119rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK { display:block; }#AJzNMIUubfIhiJBlFURwTK6uS3AvkeeK > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1knwkItyagJ4qtdnl11LDChCQ2oIDbH { width:19.4375rem;height:31.1875rem;top:6.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv4TboHToFzkfg9JpTNcFq1V9IgP504f { width:19.998697280884rem;height:4.1425875rem;top:27.52880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqcE9Pm4VgiFsIA8NfsxKCfPrHNDiBKe { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDimcHR1nhJwo3K6SRUIQTV3tdTtndI1 { width:12.45703125rem;height:3.30078125rem;top:32.71630859375rem;left:3.7708334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOClAhlruZs9rRfBA77CxvS2fRK6R354 { display:block; }
 }@media only screen and (max-width: 763px) { #rrQL0BnZZ9V3xn3dTWbTmTfa4gQBSc8y { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvrPNOAgEUbuaOHucEb0SR8AA5fX0O72 { width:20rem;height:31.4375rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwAurVOc9sVrbxD4pBrwU02p3dnmLXk { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #g403aX0CDQo2uVreX8TzOV1AgBfbttnL { width:12.41536425rem;height:3.16015625rem;top:69.8125rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knWxUxcZFflnoDhiplWi9Q0mGzngJxtb { display:block; }
 }@media only screen and (max-width: 763px) { #QOfhxE9vKyxzsg5A6iGrr7N7iFk32T1D { width:18.125rem;height:0;top:49.006591796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL3ivyBhQdeTluuLR07yG4w6BCoHoGqI { width:19.9973965rem;height:2.761725rem;top:65.35302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKm0nTqKRxEh9rgq54ddDNEE9flbLow3 { width:18.125rem;height:13.80859375rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #GTHiCLwH6IVMi21im4xw1Tz4z0tfHNXQ { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #iFcSZ82ZG1TgQdfZLo9L2pRJ6pfDTPLG { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0mCumTXS6czn3aNe7IVChyMGckAiNOm { width:9.375rem;height:9.375rem;top:40.394775390625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyAsP217WZrPJTO86TiT183WPmDBXAn { width:18.125rem;height:15.18948125rem;top:12.5625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #AkOKQQSwUhUfCZqHZadySXCa3xvPguRn { width:18.125rem;height:15.18948125rem;top:49.811279296875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #KGEDxnzzETE1fwu6w5krMGHxSvL4XkQg { width:18.75rem;height:auto;top:16.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rwvgs9US2M5xpMWc9mgBkdq5yge62q6f { width:18.75rem;height:auto;top:16.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX { display:block; }#LvgdoLMZ9iCeFlUTh1ZzGD7ISU7UThrX > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdHzitQ1ZWhoGeVRt2FTL7V3nBo7zI55 { width:19.4375rem;height:29.4375rem;top:6.68505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7X0PgpELJbWyWKRrI93ZxiXT48D4dc { width:19.998697280884rem;height:2.761725rem;top:26.1953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDGETuywpnke2fTPudJZQOnxuRTGhVmr { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRnOvtI0NfncvoPrpoUNQidLmnDy68x7 { width:12.416667rem;height:3.26041675rem;top:30.508056640625rem;left:3.7903647422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6CgrOd0cnPcifm07XOUo49nV1FP9T9 { display:block; }
 }@media only screen and (max-width: 763px) { #DSEv2XxXFGxSDSgyWhQxCwTc8bVeTtBU { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pg3fZqaqHT3gh9Ce78mxVlhXdqktHOSk { width:20rem;height:28.125rem;top:43.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuoVSTTdgNsbLqTJh1Uf1aQOkidxaSkM { width:6.1875rem;height:auto;top:9.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmIvnTdcZBEpNvKgTU5TwoS4dtGCd4Bm { width:9.375rem;height:9.375rem;top:2.08984375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbLp8NxAET57atLJElvlxRxUGHevTLi4 { width:18.125rem;height:13.808625rem;top:12.5rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #uxdP1EmBnNsPWhgVwACNCci8XLotiUdC { width:18.75rem;height:auto;top:16.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e236crJ0rTyTrWbQ8ZVZIuT2uAbTowqE { width:18.75rem;height:auto;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJqIUTImZ96NaRC0iot1dOL0serSZ4T9 { width:20rem;height:0;top:68.234213829038rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PALRd4sgce5OBJey1PWLGs3MNuMFq02E { width:15.875rem;height:4.14258125rem;top:59.493492126465rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvGTa6P4vvfGomqQQ3BkyMwmdH69aBOi { width:12.4375rem;height:3.125rem;top:65.448570251462rem;left:3.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXV6IafZZhAz7yH6FJZKpbawhfcouLqG { display:block; }
 }@media only screen and (max-width: 763px) { #LZV9kZzsgEXCItIxZiVsN6Wl9vcq6x6w { width:9.375rem;height:9.375rem;top:38.359365463257rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA76dDNPgTdyTwFDnznQ4Vdt12sRMaAq { width:18.125rem;height:11.0469rem;top:47.733726501465rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #TK31ovh4ASuA5HcxZLIonRallKKO7L3Q { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q.adaptive-delivery-prevent-bg, #TK31ovh4ASuA5HcxZLIonRallKKO7L3Q.lazyload, #TK31ovh4ASuA5HcxZLIonRallKKO7L3Q.lazyloading { background-image: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container { background-color: transparent; background-image: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container > .video-iframe-container { display: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row > .video-iframe-container { display: none; }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .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); }#TK31ovh4ASuA5HcxZLIonRallKKO7L3Q > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crP7e4QG0yW8LqSBzbTccNvpCfN16Akp { width:18.125rem;height:4.1425875rem;top:29.875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVg4tTSnuBAyZHgQR41R4ubG0kTN5af9 { width:18.125rem;height:0;top:19.52099609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTX4daLyqdoGXxe6rnlU085qETTa6GcT { width:20rem;height:auto;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #snW8JUDTdVtk0RBHT3VsgEieIJJyUDTb { width:18.125rem;height:15.1894875rem;top:14.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VpDSGEnMgoSa3oT95FdCzgq8x6kySUGL { width:9.375rem;height:9.375rem;top:2.7484264373779rem;left:5.3124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzo1TFJsy0v7ZTG8SNRGCnSXg0gB1Uxu { width:18.125rem;height:3.375rem;top:35.562501311302rem;left:0.93663197755812rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssWekAeRkazTFKmZCKZuaKf2fukkJTuW { display:block; }
 }@media only screen and (max-width: 763px) { #Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN { display:none; }#Vfq6ybAi6dWsPMlPIFUO4TBo9DTubfSN > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h6Z7cKzKEPwwofBTyEX6q4CTDCTxUkvV { width:17.375rem;height:4.06055rem;top:2.875rem;left:1.3125001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5tQkv50IPeW5D3gBrQMeTXmTZXfImM2 { width:17.125rem;height:20.9375rem;top:7.9624999761581rem;left:2.7536522633745rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dQoImrwQvwaaqvDIVmcRabRFdVNnOgiV { width:17.5625rem;height:14.25rem;top:26.312499642372rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf3x1HBpv56LokF4IHALNcSUiVSz8Ags { width:16.0625rem;height:0;top:27.424987792969rem;left:0.53125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bc2ph55fwa7Pc9xXIFRztSOHqW7syDvk { width:15.9375rem;height:7.795875rem;top:36.443751335144rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euAEkLF91DFwPsnZhbpaPnJGkz0vgGPT { width:20rem;height:4.06055rem;top:48.800000190735rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGS8ss2G1ObE3GgQP1oWi2Hav0J2Eu7X { top:26.312500953674rem;left:0rem;width:17.5625rem;height:19.9375rem;z-index:15000;background-color:#7a3855;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) { #orFCWfyxUzakEILdTSfErgpZEHaKMD22 { width:16.0625rem;height:8.12621875rem;top:27.42421913147rem;left:0.5rem;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH { display:none; }#kET2WDReylqqmU8WVJeJoHV3Uc4TCgoH > .row .container { width:20rem;height:75.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IS7hSxKulJkQVh3TIcrdzoNFUUDKFhl0 { width:20rem;height:4.06055rem;top:2.3742742538452rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUqAfq6uSkr18kQFtp1GyhA9Vmthafxa { width:17.5rem;height:53.98685rem;top:21.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqkd1lstlAJ4dQSTGeQHRM1WggdHRnF3 { width:1.875rem;height:1.875rem;top:21.22900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWnrnuv26T08ES3nWcCqxq4PlqDWcNRo { width:1.875rem;height:1.875rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupGymkn4OzmTmGAyIbio021mGBC3sZr { width:1.875rem;height:1.875rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tby1uVH6Vi5xCkhUoch5SmLUPsXqSHsV { width:1.875rem;height:1.875rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M53kpHo6af90SPhuJ6kirCxwJGSo3tko { width:17.499625rem;height:0;top:14.88046836853rem;left:2.4363279640674rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #DmvnLhyihVqEOyEbQwBsAMaWV65OhTtT { width:3.12421875rem;height:2.25rem;top:79.558959960938rem;left:1.9375000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #VshzE9EWxiFpeCeJziFaBdtqE5RdZ4oz { width:3.12421875rem;height:2.25rem;top:88.547668457031rem;left:1.9366319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlgsFKhhpgZN3fHgrzTO3uWi5CRyw1BV { width:1.875rem;height:1.875rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP4JL1CI9TcvlLiZwFQvn4rCzxHRLSlD { width:20rem;height:13.015873015873rem;top:7.458251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghNIl9riMKdnRCqBafuh8EKw1118LI59 { display:block; }#ghNIl9riMKdnRCqBafuh8EKw1118LI59 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV0Ff4FKEiwdyFgXi3WDRN1LFZtRopkl { width:19.6875rem;height:12.75rem;top:0.68729972839356rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCfOpQEJpM8t0ADBzeSNo1aT4a8rpQQG { width:19rem;height:4.0625rem;top:54.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBtPupRCUEqa3wm3SxlQ2VyU7RMpbUTC { display:block; }
 }@media only screen and (max-width: 763px) { #yg6tC8QFFHb2zUQwkaU6aekTFFuqN6ZV { width:20rem;height:8.75rem;top:15.5rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tLZ4EQNE4sI2f9MOLENbZgvWKBTDtmMT { width:20rem;height:6.09375rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 { display:block; }#H1aMf1cNPpPU58MmWVgUvSbDySmmrtV3 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p46h57VJzcx12hBGGU0VKIci4G9FpItz { width:17.5rem;height:0;top:14.31093788147rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Rz7vHBzJOWOs0yxwRXskykb4KiQamuGT { width:16.875rem;height:4.4625rem;top:1.375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R370vnmmJdoZAPPhd9XTBUd8mr6NZJ4S { width:1.5625rem;height:1.5625rem;top:1.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuQPGWBGwei5vJnyu9aH1t7r5x7HC4Qd { width:1.5625rem;height:1.5625rem;top:25.972658157349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbP9fawN7JN0on3mlFDbKAXQDelwTAMo { width:16.875rem;height:7.4365rem;top:7.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQmczzruyNNybTkS2hZ9cDTNtSGT1OT { width:16.875rem;height:5.95rem;top:25.972658157349rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUK9OV61dt8vaZ87BXqWBsQST1xRsU8i { width:1.5625rem;height:1.5625rem;top:7.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slGpyg1cl5AVmI4BTu2T8baqbNhk6dZi { width:1.5625rem;height:1.5625rem;top:33.639486312866rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrkufDeZ2TigFuRZEId4KDZowem5Pa7G { width:16.875rem;height:7.4365rem;top:16.750001907349rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW2q60MQT9Abvdc5aLlyG3O7shzZ4ZMK { width:16.875rem;height:4.4625rem;top:33.639322280884rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqc5EOFPNtzsuUUgG0FyTrTyMKtJhib0 { width:1.5625rem;height:1.5625rem;top:16.750001907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGNVI16gdV7AAflTXUqHIQDcNW9MEu3d { width:1.5625rem;height:1.5625rem;top:39.813802719116rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0G9hb2QDH79p3cSmfBqahM9JfKtcZ7 { width:17.4375rem;height:1.4875rem;top:39.751302719116rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGAolsdi2nZDpAES72RxxRicFclKwixW { display:block; }#CGAolsdi2nZDpAES72RxxRicFclKwixW > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzX2RfktkmLNm22XZp3TdLXUAUiSorqO { width:20rem;height:4.0625rem;top:2.2496757507324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ts43RyxzDLuKSCvgrthF7TuAPP6DKKX0 { width:18.75rem;height:13rem;top:9.4016933441163rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #caQpJ1JmSsIVQgvUQhkQrkDq2noQqfGn { width:17.5rem;height:1.38125rem;top:54.750003814698rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bddeIhg1QowvOtvb80nBTikuOW7VssvZ { width:18.75rem;height:15.296875rem;top:58.686851501465rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #Dm27SIqxHTCcpPicaciVlpTm2SvSHX5s { width:19.9980625rem;height:2.03125rem;top:7.3704433441163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRU7pTcfmvwMb3JS2rZFtypKDCLtTqgO { width:19.998046875rem;height:0;top:17.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #GdQF6RFcfICzP8bHpxlhtr4TCRIDT4LD { width:18.249625rem;height:11.874625rem;top:69.309371948244rem;left:0.84140625596044rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #mnTNimLLKcv1Tucy3WEXG5TqP0VLG0Rv { width:17.5rem;height:2.7625rem;top:24.4375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ERC4gt2SK5ClnXnWprlos5avn1aTsO { width:17.5rem;height:1.38125rem;top:29.687664031983rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPbVOo28LGBFJcb43y8NIEtEQP8kP43 { width:17.5rem;height:4.142575rem;top:32.5625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVWxxQaOR2ITJzmBJrx0mTrGI9O1ZCRF { width:17.5rem;height:5.5234375rem;top:38.625001907349rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP66pGh2rIJVM6EPLRs6H1d9VuidAWX4 { width:17.5rem;height:8.285125rem;top:44.687501907349rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m35qSPucXiGs6cc2lTqkcVwQ7pKCxJIL { width:1.5625rem;height:1.5625rem;top:24.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5XpG59W8d5EySUDnm8TWKikoqJK8AtC { width:1.5625rem;height:1.5625rem;top:32.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ArZxEkAQ3TiRLm3REnpk9h9xNnsD72 { width:1.5625rem;height:1.5625rem;top:44.687501907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7yCNFzTnRFTfGLbmD6h1tINlHQJNvT8 { width:1.5625rem;height:1.5625rem;top:29.596356391907rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeuNg9PLhVQySZNVhlbvG0WHFd028o8w { width:1.5625rem;height:1.5625rem;top:38.625001907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwunhDrdqhCZVIf0qLHzXiWLXXkdCQx { width:1.5625rem;height:1.5625rem;top:54.750003814698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container { background-color: transparent; background-image: none; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container > .video-iframe-container { display: none; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row > .video-iframe-container { display: none; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .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); }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container { border-width: 0; border-radius: 0; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIzgahorLEsvDW9Qi6Wd0CTvi1lBItG5 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nM4EzWqfvk8JXoDeuQwlrqgN9aLAoTCy { width:18.75rem;height:25.375rem;top:2.560546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi2iqS5DpazSddRKOfdiLyxfGyS3tBJG { width:17.5rem;height:4.375rem;top:22.653646945953rem;left:1.25rem;font-size:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#4bae16;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) { #GnMbJVHe26t8Sp4RZqnOrbVIREiRg9mV { display:block; }
 }@media only screen and (max-width: 763px) { #TPO2aK6ycAixk4n5kkbX0OlCTWKpQepo { width:17.5rem;height:3.375rem;top:8.541748046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q7qtgZyZWsATO2tiVpBoAIhEBth7xCE6 { width:17.5rem;height:4.375rem;top:52.437502384186rem;left:1.25rem;font-size:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#4bae16;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) { #lucCMGJHxMvwkmmXT78cHQxcD1a1GICq { display:block; }
 }@media only screen and (max-width: 763px) { #e0imz0brbAcTLN8LgpcwxDLS1y6XBRT3 { width:17.5rem;height:2.8125rem;top:18.729166507721rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zvwi5eqO1T3Idx5fT2ivGg0c0yEwNuT3 { width:18.75rem;height:27.8125rem;top:29.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5qaIQTdUzcLEILKotgg1XUMhZqI2CxL { width:18.0625rem;height:1.6875rem;top:36.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZbRGMKUKXpnccSZ1gtxc7XIDEzLpsMUF { width:18.75rem;height:2.8125rem;top:48.312502384186rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qV6Voqb2FaRTrbIhbR8zOQKuxcDEMXWC { width:17.5rem;height:4.375rem;top:3.08349609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkbTFUpvJFf91oyv6qsOQygOK7uhBre2 { width:17.5rem;height:2.53125rem;top:4.385498046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #abFEyi68cwkDkCvgKPxq20Iq3nt1cdJb { width:17.5rem;height:4.375rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT0TzJb9sMn0mEI7w0JVK40rCMkBq7mW { width:20rem;height:2.53125rem;top:31.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BtQrD3mWtd9qeoKHe7XTsiwpMZRWRgnE { width:18.6875rem;height:6.75rem;top:39.854166507721rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeHE5WkDQMx36JkZrTbht21GKU3tQJFd { width:13.25rem;height:5.0625rem;top:13.716406345367rem;left:3.3750000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA { background-color:#f8ecec;background-image:none;display:none; }#cN65Tauks1pXXZ81pQQWr4H5T5mTF8dA > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lgie3gLM1uKHPx72RJU6PMckKQWAazxD { width:18.125rem;height:6.46875rem;top:3.736572265625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDbAhMAdanLgPthnXyPX7QsdcwrImO9 { width:20rem;height:7.9375rem;top:2.22900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo { display:none; }#ZRS6iQnENaKKDtaz34NkNU1UqVS5mWDo > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fv5O29HTvPBmNBXeDzlrNsuio7BTywTQ { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N { background-color:#f8ecec;background-image:none;display:none; }#sSbXGBqKzy6siIueUUZpo8fnQ9PdOL0N > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Col5J0OeLqPb3n9g30FDaaAiLF92H7BW { width:19.99875rem;height:1.625rem;top:22.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVRvVWQ3m75EXnX33gxpywEtpGxA7BEP { width:20rem;height:21.9375rem;top:19.561767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNl5lfA0CVNd3TCCKltHmHX2wJH4C9mu { width:17.375rem;height:12.43125rem;top:25.187377929688rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKoW3p14WCbte1yGzgChafrGh5SI9Ka3 { top:1.182861328125rem;left:0rem;width:19.8125rem;height:19.8125rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N5SnfoRqggTHQOfTbQliovTkyEwieGh9 { width:19.9981875rem;height:4.87426875rem;top:38.906860351562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUcs6SHzSKxVTCblIJTzWXDsl2kRgz1K { width:19.9981875rem;height:1.875rem;top:40.406494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtuXKCwTC5ase8aanJPiHFJkUcQheouA { display:none; }#JtuXKCwTC5ase8aanJPiHFJkUcQheouA > .row .container { width:20rem;height:5.40576171875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oCRxrorR8hFsmCP89Al4SLEdRGApFL6T { width:17.1875rem;height:4.0625rem;top:1.3431015014649rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GspptqOJqk349DB0WATg4PPZ1ZTlEPy5 { width:19.999125rem;height:6rem;top:6.458251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS { display:none; }#e68CtT6NO6WoK82A0ZJBX5fUqSS8QxrS > .row .container { width:20rem;height:112.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uXihbbzin1UFiOa0aFJduxC07LdEWI8o { width:20rem;height:19.0625rem;top:31.312255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNLxtM97Ti4M6Ax9JRL1qRB0Br8NsRQ2 { width:20rem;height:19.375rem;top:57.686767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VuEb0agVzqxclIth5H3x5huLrpWoPX { width:20rem;height:22.1875rem;top:81.499633789062rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ofRqyV9Vestgx5AU0FAsUptBiyHOflTZ { width:18.75rem;height:3.375rem;top:44.580078125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XpKCK8hb4o5798HQgBeC4gaaAOAtEBKz { width:9.375rem;height:9.375rem;top:27.249755859375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH3URyAEIe2cButcZw9TROXRivcTzcXE { width:9.375rem;height:9.375rem;top:52.62451171875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4u9ayioCd4BXBweQaeglLonAEHEUSIF { width:18.125rem;height:4.14375rem;top:13.519287109375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB04hk05dc4iek14cVAcg2zTcWxQrIGi { width:20rem;height:17.875rem;top:6.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUbfA4HbBlWIARzveraM2Ty7XEVM0va { width:18.125rem;height:4.14375rem;top:38.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPgsVKoAMX25uflhgH4KRrJ9qo1BdppM { width:16.437375rem;height:5.525rem;top:63.999633789062rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eevqRCbA8QORTqgBW8xFHC8Dh9b6o5FT { width:18.4375rem;height:3.375rem;top:71.312255859375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #koZVntJIiL8gabx8JATdrhNbnfvllIaO { width:15.874625rem;height:5.525rem;top:90.686645507812rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqfALoBDv0mpsTeLcMReXEByvpCnCwKN { width:18.75rem;height:3.375rem;top:97.999267578125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GuuZ6nVWpCvMxPKOSKmMJtsUBZ3dI8kq { width:9.375rem;height:9.375rem;top:2.060546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9UNTAPXcQkzv3sPCJDudlaouNbekZ7 { width:18.640625rem;height:3.828rem;top:105.93627929688rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIbn52eTmJKUcXHCbrZUQJ51RSmbQzbx { display:block; }
 }@media only screen and (max-width: 763px) { #qOVtKtor1q8z47IhDHTTTbxq1StfMObS { width:9.375rem;height:9.375rem;top:79.3115234375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cILkBAd2QFDMzHy4C8UEiUgsvhPfyAdA { width:15.748875rem;height:5.0625rem;top:17.623901367188rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn { display:none; }#ssvMleM5kzzqOc9DMZfp63Ko0PVwbTsn > .row .container { width:20rem;height:71.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BcJCoelpizIxOpd4CA8mQlM8T4sRieDA { width:19.5625rem;height:64.375rem;top:6.995849609375rem;left:0.1873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khEOTMRBsNELPThNe8DMvCZg8VNEU1Kc { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LLR1HFrhFySUlTtPnzG6kJpInqcVcQiU { width:18.125rem;height:45.58125rem;top:18.828735351562rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTPGZCVfCEpi9AgQaOBNcTq1W2PFaed { width:18.125rem;height:5.525rem;top:64.938354492188rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMMrO1ReWV5D1GSVECSFSFyJQB9o0x3u { width:18.125rem;height:4.14375rem;top:14.104614257812rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ghZV74pBk7wrV958zd2ICrvycvdE1K { display:none; }#t4ghZV74pBk7wrV958zd2ICrvycvdE1K > .row .container { width:20rem;height:63.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kFQe6D3TSNN5pTJSxxhNPuFcgn7SnUPe { width:19.5625rem;height:56.25rem;top:6.995849609375rem;left:0.1873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgcHnvwXsPhBLll6RbpVFMTk1NhtiyrV { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #RIADNo658CxDDpSbOEU7mDd2pQLO0E6g { width:18.125rem;height:38.675rem;top:18.828735351562rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ub4pVioekl5MvBLKuTpHARadTVT80G { width:18.125rem;height:4.14375rem;top:58.250732421875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur9lpBezlXJ3cuXUciHex8FszydoZobR { width:18.125rem;height:4.14375rem;top:14.104614257812rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn { display:none; }#v2d2dlGdlcBS9DqDc9UrpAJOxnq4O5Bn > .row .container { width:20rem;height:63rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qM4stECCfpF3ObezrNmbDSOeeHzBo68k { width:19.5625rem;height:53.75rem;top:6.995849609375rem;left:0.1873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLZfhyoNM6FZIFd1pxqhDOLUeKFG1HQc { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #iAHxQrZmQnPyfrAdsJMyQ9cXgZRI02uI { width:18.125rem;height:34.53125rem;top:18.953247070312rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3TcsCdbpmmc8skSRcBPQ7bOVPo4sxMS { width:18.125rem;height:5.525rem;top:54.251098632812rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyThDdk1RpTXCiF6o8uKxctfEfVHQgRs { width:18.125rem;height:4.14375rem;top:14.104614257812rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ > .row .container { border-width: 0; border-radius: 0; }#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADfeEWt4yAH31OipuEI2xPA0gZPJE7qQ > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BAz56IaUTFTCbZM8cTSVFAGlbsu43s5d { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdeArBz1al0qD8oyg1RPSXFgE1kSOesb { width:20rem;height:25.5rem;top:7.542724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6iG7i8oSZzCA4zK5lXn9WI2hxXeT2h4 { width:13.8745rem;height:4.24926875rem;top:8.968505859375rem;left:3.0615234375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgdKVUT63H22eoJIMaiM3AJLTuXRgRx { width:17.5rem;height:17.2100625rem;top:13.841552734375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKDPwlKnuF0rxcOSIJDVccZhIXTKsglP { width:20rem;height:5.361325rem;top:1.312255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MVEHCuw6kQKTND72TirwQiRhynkyvpNz { display:none; }#MVEHCuw6kQKTND72TirwQiRhynkyvpNz > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IQoD0ENZdSGhlt0DC6Az0u0u1kI3gloo { width:20rem;height:4.87426875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acs2cc16gHd96g3w4lk4Kl0oPRwWAJWb { width:20rem;height:3.4375rem;top:26.936645507812rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCEQGSoSdaTZPKEcKxFnbOdzetRLuSW { display:block; }
 }@media only screen and (max-width: 763px) { #wocFOtcFnKmaiyfrggQ79VUn9hiTOHRT { width:5rem;height:5rem;top:8rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOluVyryqeZrKA52KJkoGy6naHTqobLP { width:5rem;height:5rem;top:8rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MxxrgRXWoUuGReMBx7bKrw4fBIDWiC { width:5rem;height:5rem;top:8rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7qZwbSf3EdrxJwGFurNRhPT6hqbqng { width:5rem;height:5rem;top:14.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5qchHUiwvZ6gh73iJSDKWEFVEN3wk4m { width:5rem;height:5rem;top:14.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA91IpqpM9DlvorL5Xmi22gommA5esyA { width:5rem;height:5rem;top:20.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2IhlylvGaZlDc8vL1xGyJTfvruPauU { width:5rem;height:5rem;top:14.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5TLQru0MBLrEBC2z962Gy0tTrAINZQF { display:none; }#I5TLQru0MBLrEBC2z962Gy0tTrAINZQF > .row .container { width:20rem;height:120.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gnZltfPlQdJ7HsGWZDdkbCwUm6cwKAi3 { width:18.62425rem;height:6.7480625rem;top:15.7470703125rem;left:0.687255859375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqvA2uo3dvwNkfKe4eRFmPkfNamMyck0 { width:20rem;height:24.5rem;top:34.562377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UscsTRgRer8qoWXakVW7skfd27iidzIT { width:20rem;height:24.74975rem;top:96.124877929688rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #voMsXbVrEnamMikgcwmiUhwZOBl0Ay3o { width:18.75rem;height:6.7480625rem;top:44.7490234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AxeBcAMhhwbvB2WcPsTdetnh05z3HQxi { width:9.375rem;height:9.375rem;top:31.3740234375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXJU0eaDxvpqK7SSUEcapA2Hyw7yAkfw { width:9.375rem;height:9.375rem;top:92.00390625rem;left:4.9072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdz8hDxSOhXbBw5PB4RTfTePESkwXlNE { width:9.375rem;height:9.375rem;top:61.662109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMH6oSznmOec67D4Zot6XVpDzd3NrLFG { width:18.499125rem;height:1.381225rem;top:13.558959960938rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd8O81mE7foW3DCJqpc01Xski39F5sIZ { width:20rem;height:22.5rem;top:6.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5K9iqPs4D4zkmApPIE3Hbc41nNO78XZ { width:18.75rem;height:1.381225rem;top:41.9990234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmzoz6zg3zfIWNCyhfTPify48CbmVB8G { width:16.435546875rem;height:1.381225rem;top:72.685546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcEMF74f8ec6vG16VIQrQVZm5QB8EWQn { width:18.4375rem;height:6.7480625rem;top:74.998046875rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r8dwK1oTvI3Q8lyyiMI8Lor5sVXR46eC { width:15.873046875rem;height:1.381225rem;top:103.8115234375rem;left:2.0634765625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub7o1Gnf55lwh4cfOH3FqwUn6z5tBBNE { width:18.75rem;height:6.7480625rem;top:106.435546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gDfBbgKB7NURId7ub5LPSB91Alem0tSh { width:9.375rem;height:9.375rem;top:2.060546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuAgXKifdroxTSVRGO6tvRXSS0BbEAVS { width:15.625rem;height:3.4375rem;top:24.222412109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTH7gzdy1geJEeXLUMCZLgSVxVQvT02 { display:block; }
 }@media only screen and (max-width: 763px) { #umXqoZAn0Bo69dpFenqPPC4aRQ8HbcDA { width:15.625rem;height:3.4375rem;top:53.4228515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBSI6rAqMeLgTTy9qkirgXyMdubTdKtI { display:block; }
 }@media only screen and (max-width: 763px) { #qgSrlNvUorNVdC7XpLDwMkyaimpdfla7 { width:15.625rem;height:3.4375rem;top:83.848876953125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDzoP0ZFaXoo8n1NTHWzKPXoLXaGgX3 { display:block; }
 }@media only screen and (max-width: 763px) { #epoa3ELMyJK8sIs973w92SIS0OEcrlr3 { width:15.625rem;height:3.4375rem;top:114.99755859375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMphS0Qx2Pw2MoQXXGg01K6bSSaUqd3V { display:block; }
 }@media only screen and (max-width: 763px) { #sp5TXh1tBcPu4gEi7V98duwN1xq7FB3x { width:20rem;height:23.1875rem;top:66.287841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb { display:none; }#kSRgzFl6gX9JGrdib9CqycpSwCgfT5Rb > .row .container { width:20rem;height:86rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VK7UcHlhSOsTUT9x4E1u2uUW287TScVT { width:18.6236875rem;height:3.374025rem;top:16.622924804688rem;left:0.6878662109375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48slWd4yEnKAW3pDbz3kZMkFb50TdDc { width:20rem;height:20.125rem;top:63.413696289062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q32RW9blLH5n0BTXzaqc4n1svh7tUpJT { width:20rem;height:20.6875rem;top:35.310668945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPRuZ4nwAQg1M9JDvC8AMuzzv4ZvH8rO { width:18.75rem;height:6.74805rem;top:43.7490234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GM9isyOnuewO6TSs4o0Eg0sAVT5b8353 { width:9.375rem;height:9.375rem;top:30.37353515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXNN1y8U6Ls9I70rQuTMI1l9LScMUE5R { width:9.375rem;height:9.375rem;top:58.53759765625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4EHCwsukcLePuOW8ur4UJVnwofquFM4 { width:18.49975rem;height:1.381225rem;top:14.371948242188rem;left:0.7489013671875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDC8wiOmA0FvXSo1oA669J4JqWo1SLfr { width:20rem;height:19.25rem;top:7.6220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMf4G2d90HImzOpVTOhL0aPfWxTAgOSl { width:18.75rem;height:1.381225rem;top:41.4365234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmJu4kfQo5mEWliS8NpPvzNnsB9I0JoE { width:16.4361875rem;height:1.381225rem;top:69.281005859375rem;left:0.6878662109375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5xT4xaZVS8Vke7FNsXcvklJxTDLgcwi { width:18.4375rem;height:6.7480625rem;top:71.3525390625rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bu3BTiRSGkqThBbwmzdTf5QmfCByPyQf { width:9.375rem;height:9.375rem;top:3.12255859375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgeopxtMmn7hfaT7BF9zZV3evQblSfzC { width:15.625rem;height:3.4375rem;top:22.1240234375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrnG3DtDucKTDZn6nqXNZdhE7eZPE48 { display:block; }
 }@media only screen and (max-width: 763px) { #T1GR62v2eastFam9qxTEqp2M3NvZDt73 { width:15.625rem;height:3.4375rem;top:78.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui7vuuiibt84pFH3EsCaoT9e4KXcbBrr { display:block; }
 }@media only screen and (max-width: 763px) { #mN2MPEqIWJ4TV5K7XfiNW3JiVfwLp7Bm { width:15.625rem;height:3.4375rem;top:50.4990234375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ockOZqb8tWrHqoT7JNCEBXxJ4fIOVSXB { display:block; }
 }@media only screen and (max-width: 763px) { #U9wzd36udx4S9Csq1aRazpXTF7B5BE9b { background-color:#7b3956;background-image:none;display:block; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container { background-color: transparent; background-image: none; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container > .video-iframe-container { display: none; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row > .video-iframe-container { display: none; }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .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); }#U9wzd36udx4S9Csq1aRazpXTF7B5BE9b > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Am1mGt3OppZ6AnfPioOt72G5nntSekKQ { width:16.0625rem;height:3.736325rem;top:2.5462245941162rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8AhPwnHPfogQIqfmtaM8DGEWwkFwwLt { width:20rem;height:6.125rem;top:1.3528652191162rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD { display:block; }#PGm8Os5ssUhoz70zAlKBBp6uNF4nhroD > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqrwMpsq2qxzbkt3vFpHEdXmtlhiXG2u { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7PTlv2BtT40tAXRaUgbX9qTzfhdaPno { width:20rem;height:2.76171875rem;top:1.234130859375rem;left:0rem;font-size:1.0625rem;z-index:15018;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u92crZfPVJWflATKw7cAfGkFAJdZ2G07 { background-color:#7b3956;background-image:none;display:block; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container { background-color: transparent; background-image: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container > .video-iframe-container { display: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row > .video-iframe-container { display: none; }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .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); }#u92crZfPVJWflATKw7cAfGkFAJdZ2G07 > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaNn0BP4BTXJAFLILeMQ7W6tcmJ5h745 { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i7SyM1B1FViVLhIo3PeAGGlMyP4toEEZ { width:20rem;height:39.625rem;top:19rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #L5R1fbKdDJ3ZREQgIq8CC5n6AwzKDouH { width:20rem;height:3.25rem;top:21.250164031983rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4R8CtNQTpJcLFNk2Xwk3gJugKX84g6w { width:20rem;height:1.38125rem;top:26.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3fFPIIPNu9iK6a6DDMeJv0VLs6woHrf { width:20rem;height:4.625rem;top:55.270833969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4vF4drUJ7PA2stx6AqRtS59kxS8X04 { width:20rem;height:1.875rem;top:56.791667938233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7AJMBsD8z2nnS9U4JceTq809TXm2H1i { width:17.3125rem;height:23.3964625rem;top:28.8623046875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo { background-color:#f8ecec;background-image:none;display:none; }#INyQ8t2iEyT4IpLT48Fl2BA0Flsf4LJo > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CPUR8gWermTqCE93DIvQOVaa5til3Qrz { width:18.125rem;height:2.15625rem;top:2.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSG0Hecr7CykBsqv9qK7C0kHBpWqlVy5 { width:20rem;height:5rem;top:1.1564121246338rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS { background-color:#f8ecec;background-image:none;display:none; }#TpgUSVNkxn1ZAIWXgHgHgEw46Mie3VJS > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ki3TCvkilML0TkWLhq5IswB1b6JRel3P { background-color:#f1a41f;background-image:none;display:none; }#ki3TCvkilML0TkWLhq5IswB1b6JRel3P > .row .container { width:20rem;height:61.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6R4kTRxI7r6XtkcLIlSJpzfUklHQJZy { width:13.31175rem;height:0;top:39.437255859375rem;left:3.944091796875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVgcPT8EDETl8inbwCnKkX0rhQCUovTZ { width:16.43675rem;height:0;top:42.76123046875rem;left:3.563232421875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHVVer8k6uhniettCvIBZX0yLJkG4TBZ { display:flex;width:1.875rem;height:1.875rem;top:36.8115234375rem;left:0.94482421875rem;font-size:1.3125rem; }
#pHVVer8k6uhniettCvIBZX0yLJkG4TBZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PAhqtthfbw9CIg3uSeK9UxKUUHXX4IS5 { display:flex;width:1.875rem;height:1.875rem;top:39.85107421875rem;left:0.94482421875rem;font-size:1.3125rem; }
#PAhqtthfbw9CIg3uSeK9UxKUUHXX4IS5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ISccGAcTCA0txAEZZFE13EIqzV0pGdE7 { top:1.2884521484375rem;left:0rem;width:20rem;height:20rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zptvh3KkWAPLQ85rpfcvtF9HLe34sv8m { width:15.625rem;height:2.12524375rem;top:36.68701171875rem;left:3.7890625rem;font-size:1.0625rem;z-index:15024;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #IK1mwsqQOn3CJP9qkTTW98zg1zbn0irz { width:20rem;height:39.875rem;top:20.435791015625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yURDI6qAPRL9V9ZnwT5du3uozBqFiG9y { width:20rem;height:4.562375rem;top:55.787963867188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UCqDwypozOLIkQwrkOg8fHvGpI1iWW { width:20rem;height:1.875rem;top:57.13134765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXB99MyASa97EBWSLzWNCX9ouczogLKt { width:20rem;height:3.2495125rem;top:22.597045898438rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbU1a8XJh7HKKqULz15XUBMWJHwKOS44 { width:18.75rem;height:9.0960625rem;top:25.846557617188rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3RaepvdhPf0Oyz4ATG50nZnEdhV4Jdc { width:18.75rem;height:10.412rem;top:43.973388671875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfB5nHrkM90LDC4dxAzKqbUJriRUiFck { width:16.4361875rem;height:2.97485625rem;top:39.301147460938rem;left:3.563232421875rem;font-size:1.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK { display:none; }#gMylbe6xOnERuCyDnPqo2xpAt9TIyJbK > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uFOA8q7r3DMmOVgFci1hcGpyGwOyTBha { height:11.244355555556rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgrD6znKbfOOAtbbKOrfnDqLvAMHmVy2 { width:20rem;height:12.797427652733rem;top:46.8664375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkJEfco4scUfL8tGgSZ9mpVipiZLfAUJ { width:18.75rem;height:33.4661875rem;top:12.493286132812rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#7a3855;display:block; }
 }@media only screen and (max-width: 763px) { #SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 { background-color:#a54870;background-image:none;display:none; }#SX8d63zptxKw9O7cJvJQAbQ14MJcuPL4 > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DISTHVwtPPiDdTmVCNywThMII1h0lh3K { width:18.125rem;height:1.3808625rem;top:32.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44rT3S77UUuWP2x4Wd6o6wFRFrJfxpe { width:19.999375rem;height:3.25rem;top:12.026042938233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #wHSOPCB5Z1zz1347qAaQrVFwCiFvTKLg { width:20rem;height:35.875rem;top:3.2779846191406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONG9gnSw4lzBPsk0vr6UKqrB0ghtvnu7 { width:20rem;height:4.625rem;top:36.5595703125rem;left:0rem;background-color:#30b1be;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) { #r1cvp9Zs2FywZLGqRGIQVbiQTpqbIqFu { width:18.499375rem;height:16.5703125rem;top:17.477214813233rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT7E89zDnc8BAoEQtonlq5bz30rMFND { width:19.99875rem;height:2.5rem;top:37.517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UCiOLf4bamV6b4Xfzk7FMkUlay3wVdak { top:1.3400077819824rem;left:0rem;width:20rem;height:9.5rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ { background-color:#a54870;background-image:none;display:none; }#tHRC6rvRuFDfeIfpEuFHQf1A1q1OZDXZ > .row .container { width:20rem;height:66.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gQBBaOn5fsORve9U7N3ymsxpCT4oHDcN { width:15.0625rem;height:1.625rem;top:15.187501907349rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMaL2rVIlQ4AT4LyyK2lzGOwypFefiqM { width:18.125rem;height:46.21875rem;top:17.770833969116rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0WLDVyIcrKCDaiEZuVp2CBcqaCNAbTs { width:12.5rem;height:12.5rem;top:1.3313808441162rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 { background-color:#f8ecec;background-image:none;display:block; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container { background-color: transparent; background-image: none; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container > .video-iframe-container { display: none; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row > .video-iframe-container { display: none; }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .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); }#QOr8fQ9uE1D7a8rAZx3GHXCtT6FkG3C1 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGkqBDKWw0tDnO0FhP7XmTURMRxNQroC { width:16.0625rem;height:1.86875rem;top:4.4153671264649rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cctvUKV6LWggCsTb4tPV1GigTzRgg9aV { width:20rem;height:6.1875rem;top:1.875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS { background-color:#f8ecec;background-image:none;display:block; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container { background-color: transparent; background-image: none; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container > .video-iframe-container { display: none; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row > .video-iframe-container { display: none; }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .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); }#AEXA2gZo3TJe0P96wloAlZUb5SPgpmiS > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 { background-color:#f8ecec;background-image:none;display:block; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container { background-color: transparent; background-image: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container > .video-iframe-container { display: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row > .video-iframe-container { display: none; }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .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); }#pyWvUyGgzNpasD7O6XpHcJFia7lrXnu8 > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2T0TcleOTwf36PqP7cUA87kK2cgrL4n { width:20rem;height:42rem;top:19.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxroT2ZQ2VkZEJqiPPiAMqo8kIJVsdiy { width:20rem;height:4.62463125rem;top:58.309936523438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcP6D76ht9NeQrHBgPwKTr0eRroMPyln { width:20rem;height:1.875rem;top:59.684448242188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhIWqSVKnB06X4FfN2PXMA02ugpTOocb { width:18.75rem;height:16.5703375rem;top:29.30419921875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvdOhaHuSMsek9ufuT6thLiquAiZpvKJ { top:0.7705078125rem;left:0rem;width:20rem;height:20rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IMHPSDXqko1JHB0EciIH7rnweGLqUJ6y { width:20rem;height:3.25rem;top:21.749267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bFrUpVQlCkvExzFlrlPeW5qmW9TTL02T { width:20rem;height:9.5625rem;top:46.627807617188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxtJk6LpPCx5WUXw9xnG6DDq1Rh6CXNE { width:20rem;height:1.7875rem;top:25.69150352478rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgym18D8Wemf5fnGpUurdybZ3J1AD8f { display:none; }#IRgym18D8Wemf5fnGpUurdybZ3J1AD8f > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tXRTkUeCh0QpvtKGgCsXX4y9bVw1Uoiv { width:19.4375rem;height:26.875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9adB4XDFBTn22o0209NpPEbh2SuE8sC { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #dWLiKsLWCc3aHI96VVAPeNqWestTdGLl { width:18.125rem;height:15.19375rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVVcgFKhHvfMpO1x1CB7D9FlifpgNRN { width:18.125rem;height:2.7625rem;top:30.34609413147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM { display:none; }#pJDH7CVSJL1zho5gW2CHddBQCuCBr2oM > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2yPpoqoGQCU6VgiDiM51Ug8qAdEfDde { width:19.4375rem;height:40.3125rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuXIwIei7m52Pb5cvz9LRdsiDJyuSrSd { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #yrzZeHBdx9JHns4NknQhH6vDilnOUToD { width:18.125rem;height:27.625rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXNaVgAn7IOgeaGF8hy4gNnzm5au3FLD { width:18.125rem;height:2.7625rem;top:43.158596038818rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc { display:none; }#BqzqBCAB8yhc0ZSuFww7pDQ1ISG6IqKc > .row .container { width:20rem;height:48.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyT9o4U3tFzXZ8xXw8ZxO3HTfTeZRhSl { width:19.4375rem;height:40rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQyOhpGe3WFuuCQiGvdCRl6s8xiUsV9w { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #qimmZ2qGZ1XFUlG2Q4qGnq4UhPVmVDLb { width:18.125rem;height:27.625rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyeHNxk1sngfQ5MPEm43X0TzqdHRWHp { width:18.125rem;height:2.7625rem;top:43.971095085144rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCvr0f3AVV086zbq2RWShtBZJTmSOFF { display:none; }#MpCvr0f3AVV086zbq2RWShtBZJTmSOFF > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK { background-color:#e84c84;background-image:none;display:none; }#SxbSBXDHvcpBEsRODVGxE47eZQRUdcEK > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QrhARLpfJKmbQVW0NVfhdGSDdWbSwPKT { width:20rem;height:2.8684875rem;top:2.95703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:breathing;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xIKra6CcrMOOmzF5meAaZADS6opkyUNa { width:20rem;height:4.0625rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBUskFTNfcvwGXl6kaP4Av4rg3PgzeZ8 { width:20rem;height:10.2356625rem;top:35.93505859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETmXyMh58CHQpv0c4nDKlSmK75VHwQ4 { width:20rem;height:2.03125rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plb8lhNv4Wa686mkI06GT0xsVczOcA9O { width:18.8125rem;height:1.4622375rem;top:47.7890625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9kIhspJ2O2OpzMx4w5GJDTtVvlAr6a5 { width:8.1875rem;height:8.1875rem;top:1.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUaQergF7l1KRr67qp0zGTzTkTvvCE7i { width:7.9375rem;height:7.9375rem;top:2.936279296875rem;left:0rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ykSM0sbEsRf5GZDAdiFnkdnerOchuci3 { top:14.9375rem;left:0rem;width:20rem;height:19.8125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ { display:none; }#nkGIT3f8cyPEBTSZ8Gfw0H6Nw3XIHJtQ > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mpm5crwyPMCyzlyfeiqRgcGwtyRKtXWn { width:18.4375rem;height:23.79816875rem;top:3.936279296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUAC04PrxoeBGxEolLXfRaPA7F8ymGh { width:18.6875rem;height:2.03125rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq8dsPis77JMn6IPsho9kEf1CE7ng0kQ { width:18.541666625rem;height:3.979166625rem;top:45.75rem;left:0.72786462306975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0ZcgKJZENuZGtAG6iDZwOdE6T0Jvoh { display:block; }
 }@media only screen and (max-width: 763px) { #AwUEcQGcg7FZQQLHWaoo3NPFhNtPifHz { width:20rem;height:2.924475rem;top:42.041748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG3DXLCQHLHnDOtUqkoemZvdy6f8PcyU { width:5.6875rem;height:5.6875rem;top:28.42578125rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3v6hICKhSbnxOTzUn90NU9wClIFy3v { width:16.1875rem;height:16.1875rem;top:7.48828125rem;left:1.90625rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NM7waA7V7IIVM83ViufLRcE0Hoihfvc8 { width:19rem;height:4.0625rem;top:34.92578125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7hKf5CFNh6LrOPg8nykym6Cf8fRdlBt { display:block; }
 }@media only screen and (max-width: 763px) { #ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 { background-color:#fff4fa;background-image:none;display:none; }#ZN9wzEe4KKLeazhBTERGl7vVHWiqyo66 > .row .container { width:20rem;height:19.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RXdANBIWGzH65Fz5OHZyo9Px8GJ2wtSp { width:19.4375rem;height:18.375rem;top:1.25rem;left:0.19661462306976rem;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #faSPWRthTmTkUNwBzVzDNKyGSr3Pb1Mv { width:18.1223965rem;height:1.59375rem;top:15.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Qnu6PRzcR86RoawGEw5XsAoUiehWzBKy { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEaILB1RQDltHOfR5uSLGhboft6PamFa { width:17.5rem;height:12.4277375rem;top:2.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVXIZJLPMa0bmOTp8iV6gaP8UwFE2vCX { width:8.125rem;height:8.125rem;top:15.432373046875rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqbTEVedZSuXsADmpTFCiI3dbDAvzC17 { width:4.9375rem;height:4.9375rem;top:14.5rem;left:15.0625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB { background-color:#fff4fa;background-image:none;display:none; }#KtIcJQ33Fy7TIhvfQnPI9nmvHbHdvKSB > .row .container { width:20rem;height:28.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #inpcvMo93L4GI7y1eCXAf3pHJdA72Tp0 { width:19.4375rem;height:27.3125rem;top:1.25rem;left:0.19661462306976rem;border-top:0.1875rem solid #e84c84;border-left:0.1875rem solid #e84c84;border-right:0.1875rem solid #e84c84;border-bottom:0.1875rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #cb11PJV7ACntJlJTOAc51Pr4VzTK9nXv { width:18.1223965rem;height:1.59375rem;top:24.479248046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZRlKxpl9dTCpFqSGcTsRiAV4aRwOuP2W { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTWS3lSFmC32MKxAQru0ScvKve1CNp57 { width:17.5rem;height:23.47461875rem;top:2.375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v { background-color:#fff4fa;background-image:none;display:none; }#fRBTMOyUaMkFU7Q1FgQl7ClTkAoOWl7v > .row .container { width:20rem;height:23.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uzOTIV0EgQOU1SnkxIasHTeeulJITTwy { width:19.4375rem;height:22.3125rem;top:1.25rem;left:0.19661462306976rem;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #F06lRJBEKw4VZ7Oxh32JV4dKeiJaL7Ve { width:18.1223965rem;height:1.59375rem;top:19.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VsToap26lvvTfPEcd8OwN3X8adPe4NPc { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShLShdkld6T7Q8nHRFL7pDrptiBXTGaT { width:17.5rem;height:15.9375rem;top:2.5625rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmLPBzcKMGlZVuTZwlRFv6qMX53MnaBx { width:20rem;height:20rem;top:34.541666625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4AgDzOFpPUze5Qb0fgHnV8FrmepvTQz { width:4.9375rem;height:4.9375rem;top:17.67724609375rem;left:14.946615219116rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 { background-color:#fff4fa;background-image:none;display:none; }#A2NWKAQHtSqRQHK2d0CgLaq6fpKRtoE6 > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHmTEQz81G7lr0pQwLF75NHwBVvHM9QZ { width:19.4375rem;height:29.125rem;top:1.25rem;left:0.19661462306976rem;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #L3Bud93v64o6uOarRQetD5P14Qd8ZfcR { width:18.1875rem;height:1.59375rem;top:26.01953125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TsyOlAu3XrTp61XUyyMZx0v6537pTQoM { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGwSwsrtlIqu7UqqwMaSOf6TR7eUb51d { width:17.5rem;height:23.47460625rem;top:2.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVABGSumKnyx6w96MMtxribvGCNLbSa2 { background-color:#fff4fa;background-image:none;display:none; }#BVABGSumKnyx6w96MMtxribvGCNLbSa2 > .row .container { width:20rem;height:48.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XI0t1n1UTMQD16e1q9ooEQs4upekGSAH { width:19.4375rem;height:26.625rem;top:1.25rem;left:0.19661462306976rem;border-top:0.125rem solid #e84c84;border-left:0.125rem solid #e84c84;border-right:0.125rem solid #e84c84;border-bottom:0.125rem solid #e84c84;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9Ky3llE1TGgtVBpULmiO1GtGmiXb83 { width:18.1223965rem;height:1.59375rem;top:23.13427734375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Ux3w3ZAoAMFAnkowKdmU1WscFTSBHBNi { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOZueBZv1q4hn2U6ISqAHATeUTfRy2LQ { width:17.5rem;height:20.71289375rem;top:2.389404296875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDXOWGRLVCiKRU3dTAP6XBty6JRvLT0F { width:19rem;height:3.4375rem;top:30.26953125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ishatnsDq9xippIglZw4AEybrvlUTkUM { display:block; }
 }@media only screen and (max-width: 763px) { #Cy5SCTd0k4OFblMJTmxWLqua4SV4LLrz { width:20rem;height:2.65625rem;top:39.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aA2rTfIVbeHcxBVDmdWvTXkxnJNhTpkR { width:4.9375rem;height:4.9375rem;top:22.3896484375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMvz3fT92bdzTBEDkO0BWLilrZp10q5q { width:20rem;height:20rem;top:34.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqT2HTv2ua2bQZ7FM6siuMFlCD12UDep { width:20rem;height:2.125rem;top:35.97802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uTszkBx3i0z3bla1PyIliAnMEGQMsOFM { width:20rem;height:2.3372375rem;top:41.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dWrkIvMLV3IgDTcKF3X2f7WQsUewFgh9 { width:5.4375rem;height:5.4375rem;top:33.70703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTFfzAoLBVWeJvcp5ioIsAFygwgkTSf { width:20rem;height:2.125rem;top:44.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK { display:none; }#vDUrhbzbuOHF8h4CTgJcLWtrbiUpAtTK > .row .container { width:20rem;height:136.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zFfKFciHZvomBpqSsaD2Gdld9KifE4E0 { width:18.75rem;height:23rem;top:2.561279296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHccc1LQAesaSxaaETP1tvRNw0x7NOUl { width:17.5rem;height:4.375rem;top:19.56005859375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeShSS8TZ0bEEqQyOC7366pxQeu217iq { display:block; }
 }@media only screen and (max-width: 763px) { #utLDk7egKSF3uFfBDvFLoXcRy3vqvG0H { width:17.5rem;height:3.16666675rem;top:8.541748046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6n9xJLLsc19JUQwwTWt6Bie6QaRhRT { width:17.5rem;height:4.375rem;top:45.3271484375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMwBLoNtUq8odDVCnUTZAsMuFp5PBW2Q { display:block; }
 }@media only screen and (max-width: 763px) { #DuTURfXOGAmvqJ2tDJXQeApkzrQa7eC0 { width:17.5rem;height:2.33333325rem;top:16.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfXWDzPO3Q1S6CDG47KThZILH4zv9oWK { width:18.75rem;height:25.1875rem;top:26.333251953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1w37eWMZdtKDVD4JCRk9D66M8nqyTk { width:17.5rem;height:1.583333375rem;top:32.604248046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDovbKmHhDTzyhNfIuGC4JONPFK0XTX { width:18.75rem;height:2.33333325rem;top:42.1640625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Oik9rTQKNogq19HnsvcVor9KamotIl { width:17.5rem;height:4.375rem;top:3.08349609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2w7N92h2aPOTLHJbpbiTQPZlTHTGct { width:17.5rem;height:1.833333375rem;top:4.385498046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naRMSEW3fOV1SSnnt0oEUTkRq96emD63 { width:17.5rem;height:4.375rem;top:26.979248046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxZzuRUeOo5QKm275FwhmIXtugTSCKlV { width:20rem;height:1.833333375rem;top:28.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QywT8SVN1PPT3vKgiDsMKO3OSK5TPh7O { width:15.875rem;height:6.3333335rem;top:35.078125rem;left:2.0625001192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v2Pd2QizFJRpsQuxvkF491J6gGQrhE { width:10.25rem;height:4.750000125rem;top:12.666748046875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0uw3bduR595uaGvDHGurslPG2L2r7qG { width:20rem;height:9.5625rem;top:53.39453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flt8J6u0cGQUBDA1nsCOJlBdG6HF2ngb { width:20rem;height:0;top:59.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi145EvSZ5fuJ74XRyxGKqzIoWgLhtJO { width:20rem;height:0;top:64.127685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubhgTxZv7Bg05lJFRTuw4NDvybm8egIE { width:20rem;height:0;top:64.127685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJSnR9MMuuVTVgKdkG8koNOTXC9sxW5 { width:18.75rem;height:4.375rem;top:74.26953125rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGCASZzBJrTLNaW9pxqaqQmR5CwLcTcP { display:block; }
 }@media only screen and (max-width: 763px) { #J2U6HzF2qzXh86VZm939eg5flShfDFzn { width:18.75rem;height:4.375rem;top:94.33203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2aBbx6edfDedImmZHBGPA4MlmvL7p8M { display:block; }
 }@media only screen and (max-width: 763px) { #KwxvBDkPCR99mT9metrSow84TvqAIiAT { width:18.75rem;height:0;top:69.58203125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBswK08QQ8Ny4f8lqI9spHZSyJxwkMuK { width:18.75rem;height:0;top:90.33203125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THonBrXgeyVXbRFt1qQkO6Gb1lXN3Luf { width:20rem;height:36.3125rem;top:52.76953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0BTxbD5ctXVz5vBBMFzwMZ6I5cLPoX7 { width:20rem;height:0;top:54.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC8bvascqMd4MnRKFoIHIvGFeqAbny0R { width:20rem;height:17.110609480812rem;top:99.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSrezTHzyTvuGyXS1IWNxhSVS1HdOGyH { width:20rem;height:0;top:59.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 { background-color:#f2ddd4;background-image:none;display:none; }#vt1xQ0yvl95KwgMsR8oSsqIkUFMSF0A6 > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ncuSQTUKSJe5OKvbWAqNlhEObTVBichh { width:14.1875rem;height:11.6875rem;top:13.890625rem;left:0.62369799613953rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #tlNgyfKFBXx52akUu5fZzXTkxkIJUp7O { width:19.9973965rem;height:3rem;top:25.578125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ef08s4lwba0PNKlFq9B4sqk4WQUvOa { width:18.75rem;height:4.875rem;top:30.223388671875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFHEoCoQXMV2TRJLaTdn6tHpRQib0GB2 { width:20rem;height:0;top:28.778686523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #B43Rqt0nuUF0PyAv3KN0Niy7C1Q95SxJ { width:20rem;height:6.99999975rem;top:28.578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftfQ9nqWLVRFLTs1we4xnT1LVTRQ8wuk { top:1.1875rem;left:0rem;width:20rem;height:19.5rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X { display:none; }#WoAhJTb0TOLfBVXpfS4udSpnOIqNHV6X > .row .container { width:20rem;height:72.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rtaTSBr4LgNVIowkMz9cbgBlq8mL7JKv { width:17.4973965rem;height:42.666668rem;top:20.1640625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEMp36rcDRITpdE6mJfdW8IdlvGKpWS4 { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAoRarOVPv0Q6Zg4L378ApFQWEZDpNNR { width:20rem;height:0;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #wIOpFVlFboTdyXP8Otb2aZpf5u0vqyVU { width:17.75rem;height:12rem;top:3.27880859375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6W27dq9C1gJrvgpAClln9Cz2WZNmsm { width:18.75rem;height:14.6875rem;top:2.1015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHJzsvPTPhS6svEmh5Q9Cz0nalpNZCM { width:18.75rem;height:47.8125rem;top:18.90380859375rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mw67i8Vstghs72gR28N8H5o2y2CA3Ter { width:20rem;height:2.66666675rem;top:70.14453125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ { display:none; }#uDEvWBrvO5Q5RFyUn1OXAbS9pJAP9iXZ > .row .container { width:20rem;height:114.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HIZMl5NVTyXFLQ1q1Of5Fq4XKMfbenQ1 { width:17.9375rem;height:12.8125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6pHuSmV4gJNPSTaNhviJoEi0f1fkazw { width:17.8125rem;height:12.75rem;top:15.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQNkLAVATLvEZMTg1PM8msqQGOmrXVP { width:17.8125rem;height:12.6875rem;top:29.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIz1oioVLrWtSAoIDEfFTBAymz3wrRbq { width:17.8125rem;height:12.75rem;top:43.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGHZHEiyu2FWSsn6sDcDlpp3Zrf0WXO0 { width:18rem;height:12.875rem;top:57.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAbvZDLhFVTXdUn9KAQ7W1uCxeTIsJ8 { width:18rem;height:12.875rem;top:72rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJb2FpBnHENvvA7xE7CK8og5UrKT5ySD { width:18rem;height:12.875rem;top:86.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUxyz7WMm8RLQOu5SUVTF7RLRisTfTV4 { width:18rem;height:12.875rem;top:100.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW { background-color:#f8ecec;background-image:none;display:none; }#gs8lMrzHbalPtMTV0xrAI58qXPtwTAwW > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JTkrqQKHTyMoFs5lZucSw4UfpPGfQl28 { width:20rem;height:37.25rem;top:1.25rem;left:0rem;background-color:#f8ecec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #DzeBXRo2rRlwcuD3sR6JBObA9grqkTNG { width:16.6875rem;height:1.583333375rem;top:2.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz4WmUUevnnH4T848fM7fTVfGZNPu1uT { width:18.125rem;height:30.0833335rem;top:4.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/3bd5ac23-4f67-4e3b-9ad2-2a05ee2ad3a5/TenKursBackground.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.adaptive-delivery-prevent-bg, #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.lazyload, #RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL.lazyloading { background-image: none; }#RxZly3XOyBScvvDiTd7eGCqaA4SWu0PL > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G2wXuNyc8uZnwdqTg5uCc3MPDUytEQJx { width:15.25rem;height:3.66666675rem;top:11.48974609375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L3CGMIKSrLpdq02IuJHR48BUODMr9TPt { width:20rem;height:6rem;top:2.251220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvVTrtQ8Wv1E2d3MhiikL8DmhaHOUuz { width:19rem;height:3.4375rem;top:17.1640625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hHKHITzurGf7O79tkEQC0WXUUULzyE { display:block; }
 }@media only screen and (max-width: 763px) { #e8bxWllECmh73TqPxPBPUrA0npTzVtUp { display:none; }#e8bxWllECmh73TqPxPBPUrA0npTzVtUp > .row .container { width:20rem;height:5.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DkXFBKlzgpUkaZa5p5TtlamASWzk8p9S { width:20rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OagiAozOppdrNTNzJQ5VJ78bbTE3PtVk { width:18.75rem;height:2rem;top:1.80224609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES25enRO981RzvOPUKspyQK1asZx2BWW { display:none; }#ES25enRO981RzvOPUKspyQK1asZx2BWW > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMEHqCL702oIHqoUnfqvTUbax4po6TfK { width:14.5625rem;height:0;top:1.25rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJlGq4UqT3DDPNzqkZG7gTBAJbmVKxVG { width:20rem;height:5.3333335rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L63IzyUuF9m7zPxZuw2PsxV9s7tFSTrV { width:18.75rem;height:8.00000025rem;top:16.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zePUolaq08wqOlvv6pxTrzboSLHuq7G1 { width:18.75rem;height:7.999999875rem;top:25.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9KBJIU11qCVldeUMhvHV8kEwAKuLRQ { width:18.8125rem;height:1.416666625rem;top:35.625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyEOmtTfTuOKVCgZn9H78VCB5aXDxtXp { width:5.4375rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaEWsHWATMrlqz91MZPwWrRRrQ1QGQAw { width:14.5625rem;height:7.083333125rem;top:2.18505859375rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sVyFCc97oEJcJ32x7zHH7cQWlNVz3GTm { width:19rem;height:4.0625rem;top:39.04052734375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNuVTmT5EeFXJk9m7HHIm0lggEGPDedt { display:block; }
 }@media only screen and (max-width: 763px) { #eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV { display:none; }#eQy9IcHLMa6nuhsNbhP1TGXGsTOcpKZV > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XBazoAlhKw8OZuf65nFaymJgBhrOQTz1 { width:9.375rem;height:9.375rem;top:2.499755859375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Is0bVxQwnwXc6qa2suur3S5TTTQbwL { width:19.9995rem;height:1.583333375rem;top:13.292724609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igxe6dXd7FEpUFpiMc48qiVOUZPhE13c { width:20rem;height:18.5625rem;top:7.28271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq7KT3QwF3MlWboe30DBbIOkFIy79ZLv { width:19.99869725rem;height:2.83333325rem;top:15.770874023438rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIltvTOpDf4bwvSRB4Fdz6IhxWkwHUxP { width:20rem;height:3.4375rem;top:20.35302734375rem;left:0rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #pO4dpTSMvULhI5W9WDWOkUJJx8ABQuyc { display:block; }
 }@media only screen and (max-width: 763px) { #b1Ekam3GDzescR8vE7pwtTpv6QJ4A4yc { width:18.75rem;height:3.4375rem;top:20.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB { display:none; }#wLb42g6AfkaPsAeka0uhsQIUXg5Z7gxB > .row .container { width:20rem;height:171.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BIBB5U360RIAHcibfGFaPNPzfMANwqk0 { width:18.75rem;height:164.5rem;top:3.7904052734375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNloPCAas1RFuKZWJsGMuRipqGd78PNv { width:18.25rem;height:1.583333375rem;top:1.3740234375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT { display:none; }#T0tQdrMGJAN7o31Hcsa1T6iKQvpwkDrT > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nXXPUk04EoWklLgpCXyd7cRySBzCThgW { width:20rem;height:18.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4t0xpNEKTi3nefBCc58T53NvdhcROXd { width:16.6875rem;height:1.583333375rem;top:2.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtE7clhxvLsAVrysaQ283iQ0SdvTnaA1 { width:18.125rem;height:14.250000125rem;top:4.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk { display:none; }#kFTxLyGoTl2l5ucerKhOwmg4JLDkzcrk > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX { width:14.625rem;height:5.4375rem;display:flex;top:8.41650390625rem;left:2.4830729961395rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #o9EkdzviPHG9lsC2whEnacOvgbuU0qln { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #QRxSdvbcRVfKGrTdRPsTCpJTZPFEM0xA {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #i6XTuV4vepCod3ByP0dcAf2uikESBEFF {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #B6eHUeKcGiSmkbDgSkaO7yoTlFlNsowo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Kg0O8CoiMv42yzdMvBJL45DTxP98Lth7 {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Zt2JHO0QthcH23UetTy178ZbiaxmOtfF {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #BmsIgKRZgtlOlkXe2vKFq3m4vqAbS2Ae { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #MEaC1Q0Zc6rbvRoGMRdmAFogrDVBW8bN {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #T1pDTILpLk8M3TeNWv8qpqfWspUwLF3e {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Gtv1U4AFpoIns6Q75IGpJg3qrwCBcGqA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #ao9rbxvyOpgAwaCmDxc8DEm1ewGHpDDO {  }
 }@media only screen and (max-width: 763px) { #UGvMZMzxpfZMTNzIlS7SimGtpb32OTXX #Rb4oQ2XekM7tmwgB8f2EW0R2SP4A3Qty {  }
 }@media only screen and (max-width: 763px) { #UHM1hHrVnAlwokDWeLhhRoQTcPqAH4c4 { width:20rem;height:6.3333335rem;top:1.07568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXzZyPZJTF4zOl0I4nvRagdRik96cqo { width:19rem;height:4.0625rem;top:15.8125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLpqSy7T8cuDV3CT3TLHNrsXxBwDFyX { display:block; }
 }@media only screen and (max-width: 763px) { #Fn1hcgdRZPoMGFOG3SBrA7PAXMxOb0D4 { width:20rem;height:3.5rem;top:27.23974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b8TLRBmrlD3kNttIEQ6c1rCkXK75VCBL { width:20rem;height:0;top:16.47900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #LqTI99SgEBfd0GlPItXy94TXfZXcicoh { width:5.4375rem;height:5.4375rem;top:19.83349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #en2OnzvCXquMub4c77dVxr4ts6Qc627H { width:20rem;height:2.08333325rem;top:31.34765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FXaOVVX9fqlfXHsbezT9n0EuBT43eE4u { width:20rem;height:4.750000125rem;top:21.36474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #bl6whI5QDNCh5esybeWGC6WAfCGtxOZo { background-color:#f8ecec;background-image:none;display:block; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container { background-color: transparent; background-image: none; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container > .video-iframe-container { display: none; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row > .video-iframe-container { display: none; }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .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); }#bl6whI5QDNCh5esybeWGC6WAfCGtxOZo > .row .container { width:20rem;height:7.916015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekCbfyAVITxlq4ZL9AXec8KwxiemI1Ge { width:18.125rem;height:4.3125rem;top:2.9166679382324rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbOdG0Q6Koz8EJHS52bM9oNphwFkNgX { width:20rem;height:5.6875rem;top:2.2291679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcqSMb21DK6Df7r7uCEHPTcOEzx40cID { display:none; }#zcqSMb21DK6Df7r7uCEHPTcOEzx40cID > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF { display:block; }#In0BQ6dpzEHqZgStZRSpyJzqoEWTh8SF > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZlL0a8XHwZRq6wIzl8iequmsFHCV3N8 { width:18.625rem;height:11.25rem;top:14.12109375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlh1KyDM9cxPuWQv1J9S1F0321QTtkwP { width:18.125rem;height:6.5rem;top:0rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFHSOxUgkCCP4zUtePvJdMKv9E3RSTd { width:20rem;height:6.9043125rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTp4316boWWHK4wI35CSHWLnGAfdsRV { width:19rem;height:4.0625rem;top:29.946617126465rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGuLeJHzxtmmctEytFtAV8G2CCisvvf5 { display:block; }
 }@media only screen and (max-width: 763px) { #eBRIy59koNhTT2WmKRtvs9AqbutArGTe { width:20rem;height:2.125rem;top:41.781902313233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gG7zHad98RFdpfE11tNOkakM9MuI7ITG { width:20rem;height:2.3375rem;top:39.4453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xHtAL9Aw9VbGnVTBctMf8scnPbya0Mmg { width:5.4375rem;height:5.4375rem;top:34.00838470459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ty3c8KPJb3VBKuyKuKTSSfxLCfpbNZ { width:20rem;height:3.824225rem;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TTTpINcfWUkLqGrNgwuN1b6FkUTRoxT4 { width:18.8125rem;height:1.4625rem;top:26.591796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 { display:block; }#TQwX3NFB05nXGLV8Enhbn0Uyw8WhxLe3 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZlKkNXsVMwSBF0bv82kRUTndCv1WUim { width:18.75rem;height:7.1875rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sveiFr2fwAJWDwJE1eu17dyR80OLu3Nc { width:18.75rem;height:2.0625rem;top:3.1125001907349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0L5zkELnM5wBa09S3TdxO0C87vu8e4J { width:18.5rem;height:2.7rem;top:5.11083984375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miy4LoDXPv7emtvQ8fGPTZsfES01DOFa { width:12.9375rem;height:6.796875rem;top:9.95849609375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCBorTysS1P4bllJVQstU3TaWudER8t { width:2.1875rem;height:2.1875rem;top:9.9375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClpPgJaClTBDDfFAdu8B9tD4QRPtDRMu { width:2.1875rem;height:2.1875rem;top:18.031250953674rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTOJR4rphy02Z7eCpoUmI725rddr63e3 { width:2.1875rem;height:2.1875rem;top:30.729818344116rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2IaZhTMTuar4bf7JJ13i82itFNoTHAO { width:2.1875rem;height:2.1875rem;top:41.53125rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g995HJJqEAycxaJQdQytKzuSmZyqEdOK { width:20rem;height:50.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQuusO2U3TH7wT4rwf7CTRmAVWB2VMS { width:2.1875rem;height:2.1875rem;top:44.6875rem;left:16.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQv7zJhE0a9AXyBuQUET1yH8TTK4G3hp { width:14.9375rem;height:10.1953125rem;top:30.729818344116rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvCCqSS8u1ILt8iHKyHTTORE7ByL1RK { width:15.6875rem;height:11.8945rem;top:18.031250953674rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16t8IADR9vfc1uZkBiiZUNMwh1EvIbv { width:15.125rem;height:8.49609375rem;top:41.53125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyzxwodawGcnZeKOH6LeiXshsnbgtiWl { width:2.1875rem;height:2.1875rem;top:46.218913078308rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc { display:block; }#Np47K8b2y23I0PMCRTy8Dc0KLotz8XQc > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAkPw90x70BTTmTm7vJLoBHg6xvgZqAa { width:18.75rem;height:6.5625rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgKQgwOg6JWzz66AepRvrxNyJhTnlid { width:18.125rem;height:2.0625rem;top:3.5000009536743rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d45gRzqQJyFFAtCrVgQqusAiXl7yZfQt { width:14.125rem;height:15.2929375rem;top:9.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgFytgkQWS0BO4Hfo7usoukqFpsDAKpN { width:2.1875rem;height:2.1875rem;top:9.75rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFfcGCno8ler9dhx5aVtSnZxTrJkkgt { width:2.1875rem;height:2.1875rem;top:13.083333969116rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXTyxxZXNRbWNkBfwKpBIdpumcug677E { width:3.125rem;height:3.125rem;top:24.375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pV8WpvbBoRTCGgcpmlxfnrrXB7QnT6P7 { width:20rem;height:24.0625rem;top:1.311767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5rh8OV5wRnrSRu4T7bxKq8lMzDwrczP { width:2.1875rem;height:2.1875rem;top:17.974933624267rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPG7hefrK9TrMKdFI2RTM5mCHIAaiuAq { width:20rem;height:1.35rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 { display:block; }#VTk714AoMTx2VpdlutQ7pCSBsiX5whm8 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT40MGSK0L3I4au6ynHGbmRvPyVSwTDg { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EV4oPXP6xJrQwo6lCG3GZiaIWHDoJ5gn { display:block; }
 }@media only screen and (max-width: 763px) { #ZpEkeWbHNtk8ePDA9stH0uqe8q3ObeFu { width:15.5rem;height:1.3rem;top:5.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX { display:block; }#q2AbXrDSxy1XnT5ET6JC3BNzIlk1GMRX > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNe3BDpsDbn0bZxNllG1wkWa5S1oPcQM { width:12.9375rem;height:25.48828125rem;top:0.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1uQq8046nsEnIUg5fqolZmAFER8CoM { width:2.1875rem;height:2.1875rem;top:0.8125rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTb0S4BOzeUIEDZiBA65rIZN951QsSEM { width:2.1875rem;height:2.1875rem;top:8.2076826095581rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUmN1kssiwJvQXmpKiEFk2V1QSirgymQ { width:2.1875rem;height:2.1875rem;top:13.437500953674rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTwTpMAgSma2twCeDRDLIrVLGBBMJbA { width:2.1875rem;height:2.1875rem;top:18.375000953674rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9IXtuX9FlWIQxLy4AbJTxk5OMBR9U1H { width:2.1875rem;height:2.1875rem;top:23.937500953674rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuzgOTfpb8lsRiLiZDaWc68K751ZxNUE { width:2.1875rem;height:2.1875rem;top:41.625000953674rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrTZAL9pMAcsaLddS2QAE7vw7hcmUC3 { width:2.1875rem;height:2.1875rem;top:27.947918891907rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH0L9IUz67HAo2Ux9EeMi8Tmoy5GCrIi { width:2.1875rem;height:2.1875rem;top:32.937500953674rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxK3nl1TUdNSKXRl6vB1btW4l13XxKDF { width:2.1875rem;height:2.1875rem;top:46.603516578674rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHDhNGHCIZkA12CPNO7qIfIC0wK4MTgs { width:2.1875rem;height:2.1875rem;top:37.227215766907rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR3ENP8mfqQ4DEX12CpVkogleTR5HgWN { width:14.375rem;height:22.08984375rem;top:27.272787094116rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNiffOFkndAV7rKTO3LaFWB4leqyldg { width:20rem;height:50.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm { display:block; }#ekAh7bAPAwcfl5bAQD2sOieZ4lAVUiHm > .row .container { width:20rem;height:21.1455078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5LXJHGdEcE0qU32hyyBkFmsHTx85zXI { width:20rem;height:5.6044875rem;top:1.33349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WGNzeIaA9ZKTRcgLsbwpvvaFaEbaHJ { width:17rem;height:1.725rem;top:11.520835876465rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWdmHpKSVTP9T9aOdDiCc9WsJzrPMQG { width:18.75rem;height:11.125rem;top:10.020835876465rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrsXbSOcd7CnpvVoxiMXnlR3PT39FpFh { width:17.9375rem;height:2.4375rem;top:13.8125rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUx3u2szoWnTkd9CH5dWr5Lmv9ucTkw9 { width:18.75rem;height:11.4375rem;top:0.08349609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6bEPxUFdUZBOCHClF0JZUWTrRtzZLXM { width:17.9375rem;height:2.4375rem;top:6.9379844665525rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU5EcKz6s7AJLq5WHE5vx9lC2iu4iLnl { width:3.125rem;height:3.125rem;top:16.770835876465rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe { display:block; }#ML9wPLGN5Vc8syqakmGC9SFHgHAiHawe > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1yHoxSyJcwFU7eq0vCJsaHo48NSPl7M { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMLkJkTfJg19IQmu24RDyl5TswR2tBJo { display:block; }
 }@media only screen and (max-width: 763px) { #c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX { display:block; }#c2x6Q0p33FBbAVrQGDO53VdOp4G9XuCX > .row .container { width:20rem;height:8.203125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBuJThVXdm9wGSuqJLbGRc4QVNrPgQm5 { width:17.6875rem;height:6.09375rem;top:2.109375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd { display:block; }#pXxxlzTxpqEc7fVxTVizpEKqS7lg4lhd > .row .container { width:20rem;height:121.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h91JTzuTZrMeFkxzFOidFezUs25DLGpG { width:20rem;height:26.3125rem;top:7.6250982284544rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDHHlnG1G448vc1AtisWKzXvfJxwAKV { width:9.375rem;height:9.375rem;top:2.9992187023163rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQNununBBus1Dc5ppLvO8oFlZ4MM3Nx3 { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKV4U53TgtZRoJRphSpBPlZvyORODdf5 { width:18.125rem;height:8.28515625rem;top:14.450879335404rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcc7USxWgVESTyLJmDrtZyNCsOkUIR6y { width:18.1875rem;height:7.3125rem;top:23.750780582428rem;left:0.90546876192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mavT2BFWCAKVA2W5D6vWTN19q0bUa45F { width:18.9375rem;height:16.5703375rem;top:49.625782012939rem;left:0.53046876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdVHlau1J9V5AueIJFALAZwyWEKT2xWe { width:20rem;height:34.5625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN87TSfk30Iav6quMMH7NZAEoCPGeuD5 { width:9.375rem;height:9.375rem;top:38.061719894409rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrN1m19dTDdBlzMEeT8pnsX6gaMOez0P { width:6.1875rem;height:0;top:42.499218702316rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLCPiuDIwMRK9vh6ZXnvI2zDHxLw8pi0 { width:18.5rem;height:7.3125rem;top:66.874122619631rem;left:0.74921876192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6xteL2rAuDNZPfZOkmN3Pdh2fAy4rNG { width:15.5rem;height:16.570325rem;top:92.157032012938rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBL7QTFagMlSTTzTk1dgOMISfGcVhZ12 { width:16.9375rem;height:6.09375rem;top:109.81357431412rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIoNyllnPqqCUvesepcn3A7uVehgnBrA { width:9.375rem;height:9.375rem;top:81.312309265138rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N58ckMONLgb20L9M7EBnGdZPucwsvDck { width:20rem;height:34.125rem;top:86rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usRsVyqrCXXlVhGT0tTJa9bn1ds0UnT4 { width:6.1875rem;height:0;top:98.500878810881rem;left:0.20937347412109rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4rimid49vgtlOAwGhVR3CSeuWM62yEW { display:block; }#Q4rimid49vgtlOAwGhVR3CSeuWM62yEW > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HI9GV0ROibTzIgyTwqL27n5xEe67ldle { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #so8WZiPsiBTPxBeuRh0kF3iwivFgPg6r { display:block; }
 }@media only screen and (max-width: 763px) { #TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc { display:block; }#TXSbTNn2HLsDSlvFXvR0USpdPAiMW2oc > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSP9rZMGbgLiJBXMZWKPXb8kfzLDhLdG { width:20rem;height:30.4375rem;top:1.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW8iIZvSi8dsXgnxIQNVxyFmpa5Zrohx { width:19.9973965rem;height:4.875rem;top:25.77099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Ah6TmVoEFEHiEfpbVn0WBX2ogxxkZW { width:16.875rem;height:11.04688125rem;top:13.83203125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq9V9IB55md5nQqM2pm3lCAJlzapfvpf { width:9.375rem;height:9.375rem;top:3.12255859375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE61hDmZ7M8RKTBDb5AwrXxzKra7DB4A { width:19.875rem;height:33.3125rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTUo0SMUEMfIVm4zedZGZ1C2bGoSo03 { width:9.375rem;height:9.375rem;top:35.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfJPxWvgDpBAdlgbfl6SeTiTb8wDMk91 { width:6.1875rem;height:auto;top:11.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpZX0EQW1sMHhSGzDWuGJ1a4elh33QlV { width:17.8125rem;height:13.8086125rem;top:46.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIC4thLFsaQEZ9qWZLuetP835Wpo739y { width:20rem;height:4.875rem;top:61.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MriR4zMs4ZkSApgxtiKvpebduTCH5gUQ { width:6.1875rem;height:auto;top:11.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe { display:block; }#cU3HUAdcSR860TyaMCQUNqdeB2uFMZOe > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEBaxLmIz4IeA4kzqns4MUfSIxcXmJAV { width:20rem;height:32.5rem;top:1.93505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVyWkqrlA3ZKS44I45W2MTQwlMb8d8ZC { width:17.6875rem;height:8.53125rem;top:24.18505859375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4KFbi0CB7QhtNgwutPo2Fn78lWQavn7 { width:18.125rem;height:9.666025rem;top:13.64453125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVQ8vRNpPOJHOBTDbFJAV0OlTk2bZNb { width:19.875rem;height:31.875rem;top:35.99755859375rem;left:0.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S8SGepm03MHFQDMtsu7UTDsDke09fhOP { width:6.1875rem;height:auto;top:11rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNHlZtdT0LnKMqBgSxyxl3Kl3P8MTn6G { width:20rem;height:9.6660375rem;top:47.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNhWPXqO8D556AaCqHT3DIo0FEldMsFX { width:20rem;height:7.3125rem;top:58.65380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMp8d9nDsAXF0BAMCEwE4bwrinVFm5WJ { width:6.1875rem;height:auto;top:11rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMc6sLvJimzlzuSQT2bufkgWosk6tqxK { width:9.375rem;height:9.375rem;top:37.12255859375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVGPGQbVQ0HTLpwQmCJVVvKOHd2n6o9 { width:9.375rem;height:9.375rem;top:3.12255859375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqs22UQaF95xASI8nE3DE93DyDLeVER { background-color:#7b3956;background-image:none;display:none; }#SRqs22UQaF95xASI8nE3DE93DyDLeVER > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mgzb0Bltoen9VEeAsT47zeBoKXv9fB6W { width:16.0625rem;height:3.7375rem;top:2.5774745941162rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZJZWnkDcPidTedncNKFkgXk80TuI7eT { width:20rem;height:5.875rem;top:1.3528652191162rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 { display:none; }#DCnbwTUH5kN1Uo3diMgBk8TubF9GTlK7 > .row .container { width:20rem;height:0.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xIzcDscdIOwJ7m94mOFBN34xkQbadccp { background-color:#7b3956;background-image:none;display:block; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container { background-color: transparent; background-image: none; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container > .video-iframe-container { display: none; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row > .video-iframe-container { display: none; }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .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); }#xIzcDscdIOwJ7m94mOFBN34xkQbadccp > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJTv7Au7U3gkdqcv4JI7GR77rNkXbcoF { width:18.5rem;height:7.30956875rem;top:26.591145515442rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #vJcpgaU8PFdTX8vPDSszRx7gbCJPeT7O { width:20rem;height:1.875rem;top:67.4033203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdmIFLnn8BBkkDsi8D3hbiddr9vDP2 { width:20rem;height:41.875rem;top:25.52880859375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tkLOJ0gJX137vLprXncr3BwUGsNfBt0V { width:20rem;height:6.1875rem;top:19.3828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfMx55cGizzAlzZBgwCNzFKICaT2SgAL { top:0.0625rem;left:0rem;width:20rem;height:20rem;z-index:15002;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Nb6FeUSoZSnfPokIXTCKgFUAZgVI5WT8 { width:20rem;height:3.25rem;top:20.851563453674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHqcgTxKc2iesz2Vc1Shoybz33IeJtKh { width:17.5rem;height:1.625rem;top:51.562503814698rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BM8PWeWZPXdotxNf83OlvgxxtklGSmng { width:20rem;height:4.1875rem;top:66.0126953125rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #oa2Q8THTUHA0xyKaOIdd6kcAig45xp8G { width:18.125rem;height:1.625rem;top:34.187501907349rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fy4GGeOAlGtEt3EcafQBITXk39XLRpPC { width:18.125rem;height:1.625rem;top:42.757814407349rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lxxgbkVFcs05mOZTRX6qq07d9uwzdwWQ { width:20rem;height:1.4625rem;top:67.1328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVfL3mSHwxyZSsKmwlkSWiNRKiJxImhN { width:17.5625rem;height:4.14258125rem;top:36.687501907349rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VVslqcxIvArT70taGJU0B3wion75GV { width:17.5rem;height:4.14258125rem;top:45.312501907349rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJPDiO348918unqGrPpSULMI6rrfpSW { width:18.125rem;height:11.04686875rem;top:54.179691314698rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 { display:none; }#ReTcyL680uBwu0ssFIRa6sIK6dDnmIU7 > .row .container { width:20rem;height:0.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mAWrI55SV3abLME4SVvDidT4VtsTCutJ { background-color:#7b3956;background-image:none;display:none; }#mAWrI55SV3abLME4SVvDidT4VtsTCutJ > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdElUzVbt4ImrMdmh5WVmLPNbftPpZPl { width:18.125rem;height:29.333334125rem;top:31.86328125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0p0PJsBLv5dfq2DJosXVHCexfdvZUKp { width:20rem;height:4.750000125rem;top:22.12109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QuJVQy95keNw92PJWelTlvrfAbTEuoZy { width:20rem;height:1.833333375rem;top:64.22802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tat5TrXWvsHTyAcsPPzR5aBwnXqvwWgo { width:20rem;height:48.4375rem;top:18.4794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvn3vamT3KeGAbeNwygkz8CpySgyf8o { width:20rem;height:4.625rem;top:62.80078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztMDBF3a3KZtxRKJZU6sDz9ScTtpyfVM { top:0.8515625rem;left:0rem;width:20rem;height:20rem;z-index:15026;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KzRfkORX9hfOXncqb6mBOTakU6yGSR7Q { width:20rem;height:7.1875rem;top:20.76806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXGR4Fl0PQ7PdVM8qPEAntSsZuawU1E { width:20rem;height:1.583333375rem;top:29.5927734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b { background-color:#7b3956;background-image:none;display:none; }#BGGk5sblOlr9Bbt97vPQkSF6iwMmM37b > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDw703WxBBeRGRykHHqkZcQU6yLpLyIX { width:18.125rem;height:22.666667375rem;top:26.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTiJ6LGTzU08ZFIVxsOcKoHwbxGRSwim { width:20rem;height:3.16666675rem;top:22.20849609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrtRiIzoo70umn52EKmJm4zQTE0VcMN5 { width:20rem;height:1.833333375rem;top:52.48583984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8RUMP1bxbN6g2LdSIH0SIBuVARuSRca { width:20rem;height:32rem;top:19.87255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0L2hdQCRkUdyS4gK5PyPLkWUGMgZa3q { width:6.1875rem;height:6.1875rem;top:16.14599609375rem;left:12.989583969116rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #PFKE4ysttaCMrOxLqS3fF8d56lO8MHMF { width:20rem;height:4.625rem;top:51.06005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbCaf5T7S4GfVSVJaQStv4FxqxO3N4se { width:20rem;height:9.487603305785rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcvEGf3XlmnEEwT5TLlTzRT8UFnTU2WB { top:0.83740234375rem;left:0rem;width:20rem;height:19.8125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A { background-color:#7b3956;background-image:none;display:block; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container { background-color: transparent; background-image: none; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container > .video-iframe-container { display: none; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row > .video-iframe-container { display: none; }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .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); }#wvMzoWXPEDQMT3UHBGzcb9D6eJkBzg9A > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSkBlQpU8h5qDIUKiwQuWhVdSOSe0uf1 { width:18.75rem;height:2.8125rem;top:1.20703125rem;left:0.625rem;font-size:1.0625rem;background-color:#f2a51e;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) { #VN4daCkLAn2GJWRJ2b05SWCRt3HCdvUB { display:block; }
 }@media only screen and (max-width: 763px) { #IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN { display:block; }#IeTZG8RX2T0XPFI9TEVaO5OzLIDQ5hAN > .row .container { width:20rem;height:22.904296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmdXfwo013fDIyinyMsEeh10TU0RL98F { width:19.4375rem;height:21.5rem;top:1.15478515625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ndr4Xp6S7wiCpHeWcs1p9bocrTctlB { width:18.125rem;height:12.42775rem;top:2.375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWh0SRy6qPfTKwWFr6BV1NxN0Mypn11 { width:18.125rem;height:2.761725rem;top:16.90625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOT8a67k9VTil0N5JU6tlf8V7cIkazSt { display:block; }#pOT8a67k9VTil0N5JU6tlf8V7cIkazSt > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w31TFL8Tl8IRAvWoMBPwyeGv4GhhGm9x { width:19.4375rem;height:22.125rem;top:2.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrrmM0p9FmaMWfxPvbqUaUgVJgVkP8f { width:18.125rem;height:13.808625rem;top:4.5625004768372rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv3XaM4b2SqxCmoG0OIbuSNRrQqCtpfk { width:18.125rem;height:4.14258125rem;top:19.157812595367rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTft3bpECM536DrlWb2fTmsRTVf5HSfM { display:block; }#VTft3bpECM536DrlWb2fTmsRTVf5HSfM > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmC5Gl0aG9n66JwrdOVU7g3iVxMU0w0g { width:19.4375rem;height:22.1875rem;top:2.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEct4A13i35HUTG5rM97HJSKmI3lR5VQ { width:17.3125rem;height:12.42775rem;top:4.6875rem;left:1.3437501192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6o0yH7dG0P4plPkD0AFL2bJTOnH3L0f { width:18.125rem;height:5.5234375rem;top:17.845310211182rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVecyK38rIgFzUti4GFTkdlVdzT7WA6V { background-color:#7b3956;background-image:none;display:none; }#yVecyK38rIgFzUti4GFTkdlVdzT7WA6V > .row .container { width:20rem;height:66.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HKWhD7CAvDLBhuv3fHytwznVoVrOwq1e { width:18.125rem;height:24.00000075rem;top:27.3125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnyCbNF36CmRVtPMSGa9nAoaKk7XiZhX { width:20rem;height:3.16666675rem;top:22.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdemhqFe3FLOvVcKphzFaPBdq2SVNRzO { width:20rem;height:1.833333375rem;top:54.98974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpkm8Dd0KvUOJB9TduasyLiaklAAQx6r { width:20rem;height:34.25rem;top:21.79052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abpNAeCL1mbaSE1Vp2TzfJmetJkWMeU4 { width:20rem;height:4.625rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhowTgNGiFVnvUPtWPdMhu4c3vZXNKbO { width:20rem;height:9.487603305785rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6XcEKJTdoK9VBohpCgwCyW15wbxnfJE { top:1.39990234375rem;left:0rem;width:20rem;height:21.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V9ZZJkxyw6mqNycrPmqHUehuLWDydHuN { width:6.25rem;height:6.25rem;top:16.68701171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX { display:none; }#Vmb9TDrMGMoZvWnyvfLzmy3iGKAd7xOX > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eoHeb5Te2ienm4afoNzUnNgoUROETiTt { width:18.75rem;height:2.8125rem;top:1.22802734375rem;left:0.5rem;font-size:1.0625rem;background-color:#f2a51e;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) { #vAKLae5uy5cSGbDsJE9EyhUJFNdcQb0o { display:block; }
 }@media only screen and (max-width: 763px) { #TgLnM2dacWow5brbF8m0fh5tf1qytRXD { display:none; }#TgLnM2dacWow5brbF8m0fh5tf1qytRXD > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oe6JfboIELizMTIfTfanLZgIrHtW0n5N { width:19.4375rem;height:21.5rem;top:0.71728515625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTL5vNAT2QbhV0Vn4436POqHG3MvROqD { width:18.125rem;height:12.42775rem;top:2.0625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TodOzs8mZ5Ry8zfsSF8wa9ClAZd1AKSD { width:18.125rem;height:4.14258125rem;top:16.03125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfRhDCQBab56cLuwLlHvErTXG1zxqfLg { display:none; }#rfRhDCQBab56cLuwLlHvErTXG1zxqfLg > .row .container { width:20rem;height:22.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PIsVa6TiaW0Ton2936eerTZO06USR6c5 { width:19.4375rem;height:19.625rem;top:2.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVg4Xb9BKGgMT0d9fy3I0KaRFRn3akhy { width:18.125rem;height:11.046875rem;top:4.5625004768372rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNgU5ns9cLkafzgqHHKHnFStfU59Tpf { width:18.125rem;height:4.14258125rem;top:16.78281211853rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIMyNbOT1aEaLl8QBJ041knMTviW1IpA { display:none; }#FIMyNbOT1aEaLl8QBJ041knMTviW1IpA > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PaEXNZWEyKbWIQgaqw4E3SbNZ3g3An6C { width:19.4375rem;height:22.0625rem;top:2.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHu3yNNGtCaiHezTPWU6tpCTBEbSRDP { width:18.125rem;height:13.808625rem;top:4.5625004768372rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwgfG11m2zRGs5i38JqDx2qT5mqTPx0G { width:18.125rem;height:4.14258125rem;top:19.09531211853rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U { background-color:#7b3956;background-image:none;display:none; }#vpvEpSmt1H2MAx8XLPKGRMDlWQ4lWR5U > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C2I7dIVJmxggnLOVI80e5RKtpFPxMwF1 { width:18.125rem;height:11.0469rem;top:28.35693359375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwd2696gA2Q9lHJMWM2X9kGnwZ3bMTke { width:13.8125rem;height:3.2504875rem;top:23.55224609375rem;left:3.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7HaTSiGHVASbuynIpTZitimB7snOQUJ { width:20rem;height:1.875rem;top:40.48974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSif2yIIuQPSqGsrnAHGvc8oBqliXRG { width:20rem;height:21.75rem;top:19.9755859375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Xlco3PsJHwutwirBmnUMKsMPhmIruiy2 { width:20rem;height:4.625rem;top:39.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfWV6L7Tu8rkpJ7zTeeXwKMFcyKRLk7 { top:1.29052734375rem;left:0rem;width:20rem;height:20rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zTvpmtHa9SLXMv7bXnDVKhut5wTeuTQ1 { width:6.25rem;height:6.25rem;top:15.16552734375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI { background-color:#7b3956;background-image:none;display:none; }#MIyDf1ZraEZIXXwwyyUFmRr6BUmMD2zI > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZizivcqfVyiwpXg8HO1z8CwlznZs4sS { width:18.125rem;height:25rem;top:27.33349609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtBXx85vt3bcOP46urTJ0U433rxkeIyg { width:20rem;height:39.0625rem;top:19.3125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #WQG90WzpqGA8AoHFIV3d57b4xKeZm7fB { width:20rem;height:3.16666675rem;top:22rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBPGOgEseDtaf9JbueVN9U8hcPbpueBb { width:20rem;height:1.333333375rem;top:26rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs4BlZW36hyXn4JINkVIMAVxnRIv7IFS { width:20rem;height:4.625rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwGqQT2TO6NgeXqNcohKBKMf7ykAKOTI { width:20rem;height:1.833333375rem;top:55.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT8togxsTc6DD8JRo6X8w5yHqKf5aoTI { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP { display:block; }#hQGEnTgdWtaNioVmzkGCvTSrAPfTITdP > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRfiA6NToVi6vOOti0uqR76KDMDohgRy { width:20rem;height:5.6044875rem;top:3.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69IskkKsEh9D5f3zepU9qXJ3tDkPcll { width:20rem;height:8.1875rem;top:2.22802734375rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA { display:none; }#Cc9V69qsmd41gHDUTzi1TtLoLip1ifKA > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hWKvDUIkvlyukledi8tasAwrUI7nvgWd { display:block; }#hWKvDUIkvlyukledi8tasAwrUI7nvgWd > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpLJ2lHyp52ufM9w0n9bt2ezu8SKqTVH { width:19.99825rem;height:1.38125rem;top:3.3090286254883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGrIsLaqOpuxRtXUmkRoEVesTUP4tuP { width:18.125rem;height:3.8125rem;top:2.09375rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 { display:block; }#tsNX8CSJ9T1V2QApcxeAzRGt7WTZI5e2 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxsF0ohi9FGP0bBlx4B84veqzUw8ApWn { width:18.1223965rem;height:11.15625rem;top:22.21875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfC8cIWGT2UROZH0Nk9mfxSNXuMiaf1Z { width:19.9973965rem;height:1.625rem;top:17.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSUuSRhnbTtC7G8vuBvbEUReKa8eGzai { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #QfxST2Zl0eSAy2EEyioTnHsqGd4zTU2B { width:20rem;height:27.25rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgU2cxSnLa2sJFDKPI36LwIMspzXKMTf { width:20rem;height:1.62524375rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1DZoqb5nzDWrpWylIttmCN8NBDFctn { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuhgQyW7sLTBAvKTKyfgOu4xOo9vmTSU { width:17.4375rem;height:9rem;top:33.30224609375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oM1bKEhamHPiPiMDOZCUdtR9zILofoOD { width:20rem;height:1.59375rem;top:21.14599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeH4V7FNXSskOCMmrBgvlkX95kQXewb { width:20rem;height:12.877906976744rem;top:1.3515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma { display:block; }#nZO4pwvSUSn4UlCvnBhMths3PNsPf3ma > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w { background-color:#a54870;background-image:none;display:block; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row .container { background-color: transparent; background-image: none; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row .container > .video-iframe-container { display: none; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row > .video-iframe-container { display: none; }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .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); }#EWOWawtEPFhyk9LJRWOM4luRIUfA2C0w > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ND2uChCTSJvrhQqxfdf6438seO6EznLZ { top:1.3125rem;left:0rem;width:20rem;height:10.875rem;z-index:15020;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 { background-color:#a54870;background-image:none;display:block; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container { background-color: transparent; background-image: none; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container > .video-iframe-container { display: none; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row > .video-iframe-container { display: none; }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .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); }#kCIW82TFwZ4ZBwlLDpmiGWBIoCuOUIw1 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJQ4THfQf1LoSzXI2OudNtQAziRbaDPd { width:20rem;height:44.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7h5awSJQRQWzOODP9etaQxOVHGJh1mU { width:20rem;height:3.25rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQk5thko3CmvhSZVVKNb0vi6NEoCn4Zf { width:18.1875rem;height:33.46875rem;top:6.4375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EydMyefCaFclHRBa34f7qD2Xb3IrA7Cb { width:15.625rem;height:2.8125rem;top:41.046223960817rem;left:2.1875rem;font-size:1.0625rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dTLn4su4Bc0uaFcEO8S8aF5Vm1pX6bJf { display:block; }
 }@media only screen and (max-width: 763px) { #amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm { background-color:#e5ffff;background-image:none;display:block; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container { background-color: transparent; background-image: none; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container > .video-iframe-container { display: none; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row > .video-iframe-container { display: none; }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .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); }#amiQd7KcDmcH7JE3pSr9ShBp0xQar5Mm > .row .container { width:20rem;height:22.0791015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwrcTv5RXsUqoz2knRk9Ggy3zw4pHc6 { width:19.4375rem;height:20.875rem;top:0.95458984375rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #HgBzsbwIBZys2DJGewMfGtSgFGChmTSK { width:16.6875rem;height:1.59375rem;top:18.95458984375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #b8e4f7UTqwzOtivLz3WZgPlweAmkeTZm { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4Z1a8lfLcTAo4iqZ21n5JKmF0ny9beQ { width:16.875rem;height:15.1894375rem;top:2.33984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fL0PynGO0kofadZvkTuLP7IPehsIMru5 { background-color:#e5ffff;background-image:none;display:block; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container { background-color: transparent; background-image: none; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container > .video-iframe-container { display: none; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row > .video-iframe-container { display: none; }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .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); }#fL0PynGO0kofadZvkTuLP7IPehsIMru5 > .row .container { width:20rem;height:19.3291015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUZPTlQz0LkKcnLG3eTidlSBxL0yE1Al { width:19.4375rem;height:18.125rem;top:0.95458984375rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #EWUNzGho8G8xh9XHXFxOEgV3xA8tLikl { width:16.6875rem;height:1.59375rem;top:16.14208984375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BefTMAlfI2LAVdz4roS64vpVaGNcelN5 { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViiUFithmDfSxEXm9Sz2qJFBihcl0Py9 { width:16.875rem;height:12.42775rem;top:2.33984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 { background-color:#e5ffff;background-image:none;display:block; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container { background-color: transparent; background-image: none; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container > .video-iframe-container { display: none; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row > .video-iframe-container { display: none; }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .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); }#ke9GKqsxpJhtw3cODM5lHTacaitDuLn9 > .row .container { width:20rem;height:17.2666015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhvWUc64D5ulgLkdSF2vBhtQzO5CNOT9 { width:19.4375rem;height:16.0625rem;top:0.95458984375rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #ExfuNkKm5IniczSDlhBiIWUlZ3X6gNTd { width:16.6875rem;height:1.59375rem;top:13.64208984375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HysziJgl63bHMpTRtg1wBpfL6lp1pzvx { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUe9x0TnAT28ZO9i6fLxiauzkn6LlzsM { width:16.875rem;height:9.666rem;top:2.33984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B { background-color:#e5ffff;background-image:none;display:block; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container { background-color: transparent; background-image: none; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container > .video-iframe-container { display: none; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row > .video-iframe-container { display: none; }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .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); }#QKQTPiL9WBfUti31wbyfG1vSoL4vNB3B > .row .container { width:20rem;height:18.0791015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyW9cskw7Xl8IfDyKokfPN3GWS0ELXl0 { width:19.4375rem;height:16.875rem;top:0.95458984375rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #BBNrN7Jql7EE75sL5MiXfcfTM5GGCdiA { width:16.6875rem;height:1.59375rem;top:14.933837890625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ncn3yIEK3oAfAVDZuzwOVMG96yb73UWK { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyJ6XvSufu8bJyreNUpDm1QzUeExTNPL { width:16.875rem;height:11.046875rem;top:2.33984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI { background-color:#e5ffff;background-image:none;display:block; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container { background-color: transparent; background-image: none; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container > .video-iframe-container { display: none; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row > .video-iframe-container { display: none; }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .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); }#Lvtg1KXDLqQeBnCAnReBz7RLM9mW3lNI > .row .container { width:20rem;height:18.1416015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBkD45sr3z6bqb7PEJFGxyNM4tIAf2S6 { width:19.4375rem;height:16.9375rem;top:0.95458984375rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #QUTuVOFol06v2pumMZb32b4E7gITM8bt { width:16.6875rem;height:1.59375rem;top:14.89208984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UFZm0r08MEIVuvrJnhCINk0mkwK83x2P { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BW1xW5BVRJQLlZCNo0DO77bB3ioisueo { width:16.875rem;height:11.046875rem;top:2.33984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xlKffnF6HOTks74KmTb5d7IVTbT664Ny { background-color:#e5ffff;background-image:none;display:block; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container { background-color: transparent; background-image: none; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container > .video-iframe-container { display: none; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row > .video-iframe-container { display: none; }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .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); }#xlKffnF6HOTks74KmTb5d7IVTbT664Ny > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UodoJz3yPDSJxUww3zMPy2vEhKGEM9us { width:19.4375rem;height:18.375rem;top:0.95458984375rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #MPnTRPTQiBHoUJ4s3vPuQtPS2tZVz7MW { width:16.6875rem;height:1.59375rem;top:16.20458984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #B6mhnbKbJVDJwW0oV3CoTXrMXni0yM99 { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDwOqWlWv0xBC3TPcXTf1Amrr6L3JLeH { width:16.875rem;height:12.42775rem;top:2.33984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qQg04tNQTmebOdUSWpQgs8gbqHxi5dPh { width:19rem;height:4.0625rem;top:21.87109375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI4qbmvlzDEqX7740L1i7ufKlOsnOAyw { display:block; }
 }@media only screen and (max-width: 763px) { #GMX3qWhcw1zCkHWtoAR9i5hSXiPdd0PW { width:5.9375rem;height:5.9375rem;top:25.725341796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOyvSZRkBe5m11CWq3UtSVnBoKp9vnHI { width:20rem;height:1.9125rem;top:27.01708984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV { display:none; }#ec4T4W3k6ElsX8Ix408fqFTmDS4eCSdV > .row .container { width:20rem;height:83.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zWJRXCmMBkZ3665zUeMqyXQTaXl76TRA { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #CiqR9IV6xnVSRxhqf37V2sKC6JqumNmR { width:20rem;height:1.583333375rem;top:3.9794921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zlrwm5IfVUK8URCUhJeqHoCDK9iPyMEQ { width:20rem;height:27.25rem;top:5.125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LS5evCXmSdqb77rCwpoNQ2488yJwh9vF { width:20rem;height:2rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;z-index:15008;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rOD9xIswytPqGFisZx75T6SmsH3yua7r { width:20rem;height:12.997198879552rem;top:5.56005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzT1Wqu2ElsTtISEuDLsaWPW1glpFARR { width:20rem;height:1.666666625rem;top:19.7421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15008;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NTXDmyxMzkBA654p7CMTE3TZLQm29XCi { width:18.75rem;height:4rem;top:18.55615234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGBC7uqz6T6rcbqJAFE3TuPHFwTEUE3X { width:20rem;height:0;top:26.12255859375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkeNXyF5U37ZLCgVEzqmPNhBvBO582qf { width:19rem;height:4.0625rem;top:76.9375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysLxcT1M90e8LTSEOoIGNX5Q7byQUGHV { display:block; }
 }@media only screen and (max-width: 763px) { #dlFQ92pkxVu3xTmBoCMw6FXRmf13vVio { width:20rem;height:1.833333375rem;top:74.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeILhWSTM8cr32uxIMTyTR79F5xgi0r { width:20rem;height:59.4375rem;top:24.18505859375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #w4nRMivmWiIVaHkVFbl23IlqBohvTqnS { width:18.5rem;height:44rem;top:27.06005859375rem;left:0.75rem;font-size:1rem;z-index:15000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SiOim2XioqulZSIcou09AZ1htSkfuVWF { width:19.9973965rem;height:1.583333375rem;top:2.88427734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG1zXS7R8W13AqXMOA3q5b9QCM2yacF4 { width:20rem;height:4.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k { display:none; }#r13WD7q0Qp9kEH2V3ymTeBN0lyOZrq0k > .row .container { width:20rem;height:6.67724609375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LdATIt5xOOuImPLx3RGDk1CHmi7xuSin { width:20rem;height:4.9375rem;top:1.73974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvTMOpkdOAZs4nG6iKwTHc5vCTB0Ohr7 { width:19.9973965rem;height:1.583333375rem;top:3.41552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB { display:none; }#AwenoVySwN6MzJPMPbMhJUGNyeRSN1zB > .row .container { width:20rem;height:89.43505859375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBH5TDusNF6VRHKTyQTWv0WyTkK22Nbl { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #kkTs9bTRdWpB8eV8lvFygpkPWlEIBzrz { width:20rem;height:1.583333375rem;top:5.27099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMOUQN7nf04PuOoqU6qJMNkeqnhVIw6F { width:20rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUiwDwP0vrXCJXGc44BinqTgx2TLHfT4 { width:20rem;height:4rem;top:1.27099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;z-index:15008;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ih8E0VkiTN03QDBS78sdO59OTrevkyBN { width:20rem;height:1.666666625rem;top:28.51708984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15008;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SBixnN92vzUaviGkfkdtzzGXiqdioNDK { width:18.75rem;height:4rem;top:27.37353515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0sZnmTlywTm69N6pbi2Auct9lMOFqh { width:19rem;height:4.0625rem;top:83.01953125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpmGd4CNxp4PZKen0VavdnrPG5w6foHH { display:block; }
 }@media only screen and (max-width: 763px) { #B0tuT4RfoK4FeVX64G022nsNniCqGThR { width:20rem;height:1.833333375rem;top:80.43505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pwdhGtTbNOxulcLRN6Jz66otEMs6yX { width:20rem;height:59.9375rem;top:29.49755859375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hwHUAeFiBWmL5Tx9e2MDXHbztbvVVBfC { width:20rem;height:13rem;top:13.69287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqORhmPwXRyWXpm9UqlbMcTb2dc58Oz2 { width:20rem;height:3.66666675rem;top:75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktdcagef1PCcsvGdCy5ksxzGf5dpBlKp { width:18.5rem;height:36rem;top:37.66552734375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raz0vu6Psy14Mwhhkiu5kb6IpuvU4ULD { width:20rem;height:0;top:38.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #euwdqVAtUUxC3ocHyALmtFFlbsxBvUbC { width:20rem;height:3.16666675rem;top:35.51953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl1cbu5TRVDpOvsy4VeEZmGbS1ThkSpG { width:20rem;height:5.833333125rem;top:6.85302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15017;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe { background-color:#f8ecec;background-image:none;display:block; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container { background-color: transparent; background-image: none; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container > .video-iframe-container { display: none; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row > .video-iframe-container { display: none; }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .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); }#g3oFugnxPtSRg4mUuvIPzmRcSC8KVgCe > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T32T1z2AXZ6Rnq4JzWEqVHQ2VusUC48o { width:20rem;height:0;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#7b3956;display:none; }
 }@media only screen and (max-width: 763px) { #fKS9FPBKihIWvrstVNvJVODWEr0xTIMT { width:16.1875rem;height:2.8125rem;top:6.0509338378906rem;left:1.90625rem;font-size:1.0625rem;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #WT3Nui8iwiG3qHTTzCr3XIIyMUXTtKyq { display:block; }
 }@media only screen and (max-width: 763px) { #VaTkyE0ibMvFXzbM37y7KO3P5hMXc4Xm { width:20rem;height:2.923825rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#7b3956;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C { display:block; }#Kc0sa4SMX4LCABBqBzwlL2gnSDgHMF1C > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJVVXy6ZkZAtnvh1rs2dQP0qf6nSZgKy { width:19.4375rem;height:23.4375rem;top:4.6875004768372rem;left:0.18046873807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Aa2vRLy5A8saxXB69edMWWzLdiVLQW { width:18.125rem;height:6.90429375rem;top:11.551562786102rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJTh8AkA665I3QzPSgXrt0Mxl0miTEv { width:18.125rem;height:5.5234375rem;top:19.720313549042rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ4MHlOxcX3NDTfMMQlUX96Pyu30q3sv { width:9.375rem;height:9.375rem;top:0.88749980926512rem;left:5.3124998807907rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 { display:block; }#H0OsGTnUybOOlSX8A0LtTTQlVL989NR0 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdJMRildVHuc1doWrL551TQ3RWdgx1Je { width:19.4375rem;height:35.5rem;top:4.75rem;left:0.18046873807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo8ht1WbV272H0iu9FRJvDJbpecfSTNq { width:18.125rem;height:19.33205rem;top:10.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmVRlu6zO2X6s3qzWTheZo6hko0BPPHW { width:18.125rem;height:6.9043rem;top:31.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLF7ugXq4BDgZAsqFTgcmJ1VZQAzz3Tg { width:9.375rem;height:9.375rem;top:0.80000019073488rem;left:5.3124998807907rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F { display:block; }#MCr86RuKqL2317T5ZeRDTfSMtN5Ieg7F > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTwNb52bZefAMHXgvEeZhd1wUk6b5nhV { width:19.4375rem;height:27rem;top:4.6875009536743rem;left:0.18046873807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7THBLetAZg5RGiQU1n2HK3pd8aDPfqr { width:18.125rem;height:12.42775rem;top:11.693751335144rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThU5RtphTgD7F1dcKKMgxVoOfkuz9luV { width:18.125rem;height:4.14258125rem;top:25.595314979553rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #havwnASFhMtJVExczSk29PqmMSNiHKCO { width:9.375rem;height:9.375rem;top:0.94999980926512rem;left:5.3124998807907rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ { display:block; }#do5HBTQ2JMHEyzBeByK0orkgLSthM1FQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm4Ah0ofedgJC7MHNwexVxc2bcxzb6Vl { width:19.99825rem;height:1.38125rem;top:3.3090286254883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITpt508tM8fIgtGve9Hw7p55oUXBe8cx { width:18.125rem;height:3.8125rem;top:2.09375rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb { display:block; }#AacX8V8vrJUWDVlasHcNdcTkxRnPAfAb > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1I9u0i0kXMCObGb5CygFimohy3Z9id9 { width:18.1236875rem;height:22.3125rem;top:21.187175750733rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFPNKhcX7lIU9fbM3huQMTyrfTQBHuMK { width:19.99825rem;height:1.62524375rem;top:18rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvWrTS4AEPHAHAgB16Mv1KTnEi6PIhwI { width:17.625rem;height:15.5625rem;top:0.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be60Cw7MAfvKMc9w27Bqr2cdmiXdl2OH { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #yZgGHRSJTMmOegOP7SDi6U1vF4CCVNrV { width:20rem;height:27.25rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tradw67Tkg7RhlB5N7FzyFT9dztXZF4M { width:20rem;height:1.625rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga19SMb6y9k8TlhvNaXyS1p1czydZdww { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfTPTeqoT2NesCWiDbORsThKq7WofhU { display:block; }#qWfTPTeqoT2NesCWiDbORsThKq7WofhU > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIP5xf16DRWots2fWyUiMtChM54VrP5b { width:19.99825rem;height:1.38125rem;top:3.3090286254883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNuPuN0QrvWXbJNprCoesFciLu9uByZ0 { width:18.125rem;height:3.8125rem;top:2.09375rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp { display:block; }#FL3aXsMt5HSUVK5pLGaTFJQOvoRFvGPp > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDptlHvZT4IocDAP62TyZsbJUO4fvqHS { width:18.1230625rem;height:12.75rem;top:21.187496185302rem;left:0.9381511211395rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03pTaDfEfMiJF3X6MQnk8ZRLlHwdyBm { width:19.9973965rem;height:1.625rem;top:17.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRqI5VDwC9AZv403AqA4R4HxPD5BtVA { width:15.5625rem;height:10rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTd2qtKLoF96AKrggNicZASf82AQ99p { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #tTmPxOKznQDlIf5qKpsmU6hLAxWn3906 { width:20rem;height:18.25rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0RBSPVvHbKdxfVWcuLuNPxpI3HNI0WN { width:20rem;height:1.62524375rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIKx1NmeKztW8UNnpp7oTlTbQl5MT5z { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxmHJir5e2DlrBucz7QuR1TTzKnsqJEJ { width:14.8125rem;height:9.5625rem;top:5.06005859375rem;left:4.3307294845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 { display:none; }#QmUSHyyTHg8zECm4AyEJgx8D2r5uMRN5 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NB9JMO50cToQQI2aw8yRp17qTpXUuZiT { width:19.99825rem;height:1.38135rem;top:3.3090286254883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8prIkZGUOoiyzhi3bQnv1hKQgrZ9Gru { width:18.125rem;height:3.8125rem;top:2.09375rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 { display:none; }#WvTFP0EZdeLbN4TCabpM5WvHFuo23o84 > .row .container { width:20rem;height:37rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FneOqhLtuNgtlE6fTH6b9LF52Orp71th { width:18.124125rem;height:11.15625rem;top:23.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGRv1IyS2Uz0Tu7ifDdUN9m6Ho2ULqZJ { width:19.99825rem;height:1.62524375rem;top:18rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHw0kuPDThwPRpQTBDTm9OEoxIMrCIFL { width:19.8125rem;height:12.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIQZVbi9bwXoUtT68x772RAD0Nl3WR74 { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #t4mBQgv8Ew46Hrc4Maetic7N7ZLOGsTO { width:20rem;height:21.3125rem;top:15.687716960907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deaQWoLJxB9TlMP91NTdr1rGq929MycI { width:20rem;height:1.62524375rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6xRlbg1aRsPNdhgTRvZLxdRqtWzwXP { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 { display:none; }#vxtuSnKoFTVtLNt7CXmrkyVqE4CZpmi1 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oEQin5AFFQnV4t511k4LNLPRXTmmlnQ6 { width:19.99825rem;height:1.38135rem;top:3.3090286254883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbUFHXdPGMVpkbaDpXpL2bWIW4dd9xr3 { width:18.125rem;height:3.8125rem;top:2.09375rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX { display:none; }#ZOtL2XpveEUZ3rsu6ys4P1OXRZHSvTsX > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o3mXhsefgKyRraQtIMPDXHTN87bPWeag { width:18.124125rem;height:15.9375rem;top:23.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ0lHQ6d9Ci83OIzaMDGtqBS2aEhdIao { width:19.99825rem;height:1.62524375rem;top:18rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8s2uadWRtdvTCbzRD1Pfbq4ccd5Tey { width:20rem;height:12.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLWA8XgRNbro1s5cU6RH4AFop7o0TCT { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #OuHtJyNiDp8uKktEAaX2BSucgMpy1lFL { width:20rem;height:23.9375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STBlwVVfgKQfFqfklWERPQ4THkXypcWq { width:20rem;height:1.62524375rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfm6zhZ8DrOQkSBfMvcbaI0uAfHMKDb { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08els45ttdEUL4evBvKEQtgfXwrEk0f { display:none; }#T08els45ttdEUL4evBvKEQtgfXwrEk0f > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tcIGZPFCmk8oRgTH6PTK5hvfhWGhDbtI { width:19.99825rem;height:1.38135rem;top:3.3090286254883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqu5fESxwt3fvl152dE6SDlBB3DHQPGI { width:18.125rem;height:3.8125rem;top:2.09375rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla { display:none; }#xm6mvV3RZSSqVKt84M1Db3K0pHCE5Rla > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pATp0olGoeOklzqN5mD6n63RiuTbeXV5 { width:18.1223965rem;height:19.125rem;top:21.14599609375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLS8SILD3O6kpDz8UxE4PaNXQygJkMJ { width:19.9973965rem;height:1.62524375rem;top:17.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrsIy7QFH3DkHqPO37J4ihLzvhBmvrd6 { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #vwEzcOpb4Gvt7Td1LvxmHqikDfsDbStH { width:20rem;height:26.875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6B3pQxXg4kgWZS41k68q7uIAyKotCCn { width:20rem;height:1.62524375rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWSQa5Doq6oPKIxfeZH9Vcc0a4zQfBDd { width:20rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8wQwct9vDCJT5VsysmsO4VJn8gMenRt { width:20rem;height:12.970123022847rem;top:1.4208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP { display:block; }#wtoqhBeffI1H6L3KrmfWlUnHxf1BgSHP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6BCAyQq8O5b8mzwMEieLSUQv4elRiqo { width:19.99825rem;height:1.38125rem;top:3.3090286254883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3TtMNygwxsofty87pzXEESPJ6Hzww8V { width:18.125rem;height:3.8125rem;top:2.09375rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x { display:block; }#tyd1L0zn5SaelzqdIsQMC7oh0oJrCh8x > .row .container { width:20rem;height:41.310546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhOAcVWTpE7dnDrG48BuaJCKpvVueMdx { width:18.1223965rem;height:17.53125rem;top:21.3125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvXqEFZpZxg4KFTUmV64PUFPaGc1GOQq { width:19.9973965rem;height:1.62524375rem;top:16.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytunh3JqHa1ZSefP4Pr7lZx5cb6Uh7PG { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #US93uDxJoxNuTgqDz7gdE6noJxuchs0H { width:20rem;height:26.875rem;top:14.43603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrE2VVzzGnT8uSXONUudmsMz31FdC8MQ { width:20rem;height:3.25rem;top:18.14599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX7beTwv0CSxusBweZyPgeT860I6CJcs { width:20rem;height:15.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV7F84VDkgUhrdPPVs1knpxGR4QHo1fI { width:20rem;height:12.874779541446rem;top:1.02099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn { background-color:#faf5f5;background-image:none;display:none; }#CLAP53BM7GSIX2SrPpfyXhE2WNSTlrFn > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oKv4PBZU4gs5ZupafSD3xWaDHewIukRR { display:none; }#oKv4PBZU4gs5ZupafSD3xWaDHewIukRR > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X3Fll97gF5JtfTlr3mned0qQFgRS76Rh { width:20rem;height:13.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD { background-color:#faf5f5;background-image:none;display:block; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container { background-color: transparent; background-image: none; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container > .video-iframe-container { display: none; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row > .video-iframe-container { display: none; }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .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); }#gWyPOTAdEG0zDN9IKCV9o5fkIV9IvsWD > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgLmGeaOUcdQBCa0apD78TfR2IepwMuT { width:17.5rem;height:9.5625rem;top:33.488159179688rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhGnhEmVPizuZlcidMTW1G6cITNnKVlv { width:18.3125rem;height:3.1875rem;top:44.2607421875rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOH5nek2xCnkmtZASuW5vgSSLBFigT8 { width:17.5rem;height:4.78125rem;top:49.009765625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvrbd845cgKUqMZAWmNKius6U7MVzhyX { width:20rem;height:33.5rem;top:21.5625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ruhd67uhV16Re1XR5oJtGeybPe6JScAe { width:18.75rem;height:2.5rem;top:22.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csk7m2ZGLERVgWJV6pKI2d6KSELrBeqt { width:17.937rem;height:3.5rem;top:29.356689453125rem;left:1.0302734375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTvLvrnRr3y3C2XMdixVZwxDq3UwKL7K { width:17.5rem;height:2.12524375rem;top:25.895183563233rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NeKm5LRoxQkonHBzw9LCbpRiPVaT0x { top:1.6051425933838rem;left:0rem;width:20rem;height:20rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RJVTf3ZupJNoTCvGevkuudHLycNmAs36 { display:block; }#RJVTf3ZupJNoTCvGevkuudHLycNmAs36 > .row .container { width:20rem;height:103.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBT3ueTycViFUKoFb6M1ng79cwGF3Wqk { width:19.9986875rem;height:5.36133125rem;top:3.7376308441162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UAy0g6BSNk8Vi8hpBzg6vyC3xnBAt2RL { width:17.375rem;height:17rem;top:9.1875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Vgk4iP6IIF6FUpvXAksTp9ntSvoFRa { width:16.875rem;height:6.375rem;top:38.937501907349rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biF00sTR9sqFLi9NK1hClM93Xs93hffF { width:16.875rem;height:12.75rem;top:45.312502861023rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpGTh8OuSxyzM7u8UhnmGNb3nsvcQPi1 { width:16.875rem;height:12.75rem;top:26.187828063965rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ6fVuynELykGeACTNaP5MTpJkhz7ARq { width:15.9375rem;height:2.12524375rem;top:59.875002861023rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4qVQ1SgKqvbAWDnyGVG8mAqaqHTxKTV { width:19.9980625rem;height:0;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VOb8zD3nGRBMN7UQ0SiB1aQAdZhVGqBe { width:19.997396469116rem;height:0;top:47.780029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #cFw0S495hpPbL3MFWI9GwFhOV7Jka15X { width:19.997396469116rem;height:0;top:24.049560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Cmp5oXZqkaOSRQTPDlZ96BFVsPvUnd7N { width:19.99609375rem;height:0;top:58.55224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #kXt46FcCwT3VUFiuBbExvAXGJtIsDLhH { width:20rem;height:2.03125rem;top:0.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UIriGNVTacibhILiXsHA7geHylXQtwOP { width:1.5625rem;height:1.5625rem;top:9.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SghTGSkFq6PJqzzXONnhQ4ioFIxPk0ee { width:1.5625rem;height:1.5625rem;top:26.187501907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DptllMw5cn5vIODwpg1QhxTKUDtGWbrk { width:1.5625rem;height:1.5625rem;top:59.875002861023rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS8FdGFGokxmDXBBBPgqFHhVCp4NVkON { width:1.5625rem;height:1.5625rem;top:45.312502861023rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSdPmlSdhVGA2nPiW41k3XXMvpZVTH56 { width:1.5625rem;height:1.5625rem;top:38.937501907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mikSNuSofBrDwJLwoKmTpqEecyFST93v { width:16.875rem;height:6.375rem;top:64.610679626462rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCWCVrePDeRqkUycr1KhUa6AHaq8DMJ { width:18.75rem;height:23.3965rem;top:72.546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW2TzCIDx6GEpcq6FlCNxPHk0PIrwFIK { width:19rem;height:3.375rem;top:98rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WnRgIMKVZnUKdfrBBb7Xmpxz1b5VWw { display:block; }
 }@media only screen and (max-width: 763px) { #Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke.adaptive-delivery-prevent-bg, #Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke.lazyload, #Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke.lazyloading { background-image: none; }#Hok8NT9x0EIHoAKZPElaUZQJE5iP59Ke > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WuC6J91Qkebv0ZqEzfvpXk1xrmtMsR95 { width:14.8125rem;height:5.525rem;top:37.2294921875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6qBnUh6R5o32MqEikOTkkGlH1E61mds { width:18.125rem;height:3.375rem;top:44.4375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzEZ7IgTG1EN0JuX23aaUygbTWFKeM6X { display:block; }
 }@media only screen and (max-width: 763px) { #EisuuvSwHKOwV4ryi6VagwybyLPeWBTG { width:9.375rem;height:9.375rem;top:2.4365234375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7E48SbUEBAtdtrori6OXQdn2iO6JRXq { width:18.125rem;height:22.1rem;top:13.9794921875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD { background-color:#faf5f5;background-image:none;display:none; }#kkyb2p9reOKl7mGQK1Vubm3KyonKeTxD > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW { display:none; }#OnBS7KanE9LMuyu5u4QNmP7aOZPkW3yW > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqZq4hzzUMee8vvIVpRx3dQ5uZ5u2C2m { width:20rem;height:2.03125rem;top:1.4371700286865rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 { display:none; }#pkb37rFPqmckNBWNUWXEDuq8QegVTnO3 > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dMrLAK17L2HTFgg8MU1OXAL5MaMP1gnu { width:18.125rem;height:15.19375rem;top:1.279296875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGUfqKEfLOnD8g0yfKw8ABltm15iMnZ3 { width:19rem;height:4.0625rem;top:17.405599594116rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhLv90vk7xOFV5Mr7KZicSZkUZNlbPcC { display:block; }
 }@media only screen and (max-width: 763px) { #otVkOeOq46KXLOfw7slfWv9QD845Q0Fx { width:8.0625rem;height:8.0625rem;top:14.5625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk { display:none; }#PcWvvoPbfQpwr7bfUSEHcGk7luMZNHuk > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wwr70FTJ0FGUFHclgEwFmxGcXmVu8iL5 { width:20rem;height:8.8068181818181rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJNKFd4KWBv6Sd4w6pXvSUKW02AIzX2M { width:13.8125rem;height:1.38125rem;top:11.306640625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK0C3qTmsRcCpuyEDfZu8o1pqAokkTcs { width:20rem;height:9.299363057325rem;top:13.931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKVyBnX74TEmCqNsChc5AKJoo5hUFk0q { width:13.8125rem;height:1.38125rem;top:24.48046875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 { display:none; }#RRqr18L9o6AImMxW6IRo2RQ0Phnwpfv3 > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RD4R6HtWcibruenrC22UIoGzGf7kwmlb { width:20rem;height:9.1863517060369rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6MxNF4wsN02G4ZCpBbTpu1WtTUASrMv { width:13.8125rem;height:1.38125rem;top:13.232421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsrplQwdSvafrt9XylOVV1nirHghBUSF { width:20rem;height:9.253112033195rem;top:15.857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XmLTg5aATIBKoAPe8PtV2POuIz2z1N { width:13.8125rem;height:1.38125rem;top:26.3603515625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX { display:none; }#y7v8KQHGG4xnRXLGIpwrP4Ti41IIi1qX > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DgGCJpNHsTBOVbm4oZhDFsNGCJhtT7JG { width:20rem;height:9.22131147541rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQWprycve3QTCq1A3cdIO5rEAnkmGTq { width:13.8125rem;height:1.38125rem;top:11.720703125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAMAy1UTtsnlS7T48NEAgWkDBfwST6v5 { width:20rem;height:9.253112033195rem;top:14.345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6xAZ27slF4u1w2aFDy5wBWqxRgSoT0 { width:13.8125rem;height:1.38125rem;top:24.8486328125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 { display:none; }#v3iT3SzbziNT2uxoismm9FwoCdZTdOK4 > .row .container { width:20rem;height:26.28320625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BRFAdAre34V41wFs3xFdhRPS4xyNp4O0 { width:20rem;height:9.3167701863356rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrCbtZrV8wmcxnM41XyrhGzmi5hkW77F { width:13.8125rem;height:1.38125rem;top:11.81640625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpRdR6kp50p5FM82Z4eo7v90s7VNpXM { width:20rem;height:9.2116182572613rem;top:14.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9yJyE6eh6seVmIQTcLU6ulgptEklH8G { width:13.8125rem;height:1.38125rem;top:24.90234375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL { display:none; }#N8nvwHL4TGEh2RZKgast0mP5D2mSdMkL > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JFMqN2VVk8m1wuV0M1VBxbyRwnNEMV7w { width:20rem;height:8.6875rem;top:2.021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA6ieGWQmUAva5k64bycyLPxyS04laKz { width:13.8125rem;height:1.38125rem;top:10.6669921875rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoEMXguGgvHg6fqPKQiqz6Dc5L0EqcwF { width:13.8125rem;height:1.38125rem;top:22.80615234375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFCt4JdECzfxorrZ5fAE0pTwlIEOFUHy { width:20rem;height:8.9743589743588rem;top:13.85400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq { display:none; }#QgK4UGwglP4xcPGWIuKTPyLgCcobz6Sq > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE.adaptive-delivery-prevent-bg, #ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE.lazyload, #ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE.lazyloading { background-image: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container { background-color: transparent; background-image: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container > .video-iframe-container { display: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row > .video-iframe-container { display: none; }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .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); }#ZmTH12k6Wl9CeHb8fUmbhMskS4vm7afE > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Gdfusi0CJ6Oz25PklOLiRqqgax0TAv { width:15.9375rem;height:5.52344375rem;top:30.8125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUxWmP4DP6rOrdlwUezl55pXpWkpn1XX { width:18.125rem;height:3.375rem;top:37.375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPQKK8pdXvlZiRFHeNLeVTpiTLfFMMGX { display:block; }
 }@media only screen and (max-width: 763px) { #iZhO3JQViKF2GIW8FA1GxD3vuXvDR7bf { width:9.375rem;height:9.375rem;top:2.29052734375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaNsTETBoO1sTZPliEwoqb0dkTE4MBR { width:18.125rem;height:15.18946875rem;top:14.30224609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdAcO63F4hHTvA511gDPsfDWEZzuJgJR { display:block; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR { background-color: transparent; background-image: none; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row .container > .video-iframe-container { display: none; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row > .video-iframe-container { display: none; }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .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); }#UdAcO63F4hHTvA511gDPsfDWEZzuJgJR > .row .container { width:20rem;height:1.25rem;background-color:#faf5f5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb { background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container { background-color: transparent; background-image: none; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container > .video-iframe-container { display: none; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row > .video-iframe-container { display: none; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .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); }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container { border-width: 0; border-radius: 0; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMT0MNlxne3rgsI9oZQMZoH8OR55pQEb > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6ZkO72qxgSQqvIEFIxZJgqLWVah5WMS { width:20rem;height:4.6875rem;top:2.2112531661988rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OVL1DiervblNcG1AfLvhRXiBaTPWhVTg { width:20rem;height:4.125rem;top:7.4609384536744rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Te7tS93Smmgp5s3CSx4x7uNXUJuJkT95 { width:18.75rem;height:3.375rem;top:13.023438215256rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APK43ad46EdWEeXm8T8C6RipnEoBUlbs { display:block; }
 }@media only screen and (max-width: 763px) { #HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA { display:block; }#HvgvcG3Cq9H3wSepAyH4hcVDi0mEtaNA > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN { background-color:#ffeac6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN > .row .container { border-width: 0; border-radius: 0; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Upe9izo7Z0wxoyu725vkk6ytvMGEdBMN > .row .container { width:20rem;height:7.8125152587891rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F2Wte6sbDQIw7Sb29coLDy5Z6E9F3FxC { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqH20qPeInwVGgIlITgBsXlNoZb3zvLo { width:20rem;height:3.25rem;top:2.927734375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsymFsn6KsKhZuzSSoLlfoRmzuu7zHOo { width:5.4375rem;height:5.4375rem;top:2.45849609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 { display:none; }#IJrZNAGAuBWQTINM4cfK4IHgAcyeLkR0 > .row .container { width:20rem;height:0.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq { display:none; }#ucUgW0WPbQ6FwSZr850E7lJ9uZXLtViq > .row .container { width:20rem;height:104.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OS8pcrErfMdmto8plVTqTLVutmFJuTnM { width:19.9375rem;height:31.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILDF1q4VyEyS9xmb80lwl6fM1UKWC4W { width:19.9375rem;height:31.5625rem;top:34.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XET3TnC9CRc7mu69ikr6xc8XT8VHJIRp { width:19.9375rem;height:31.5625rem;top:66.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tnTst2KIEyHm8Vu7PdcuBtLUr9dE0u { width:19rem;height:3.375rem;top:99.58203125rem;left:0.5rem;font-size:1.0625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ekGhJUT4Dw46JFecL6Rwn1Z9ARWCC2Lo { display:block; }
 }@media only screen and (max-width: 763px) { #wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF { display:none; }#wiZrlWR7u4dcUR6RqqXnWz5VXAymKkXF > .row .container { width:20rem;height:99.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rXAKANKQuOnzF54LQKu4QN7xxubkh7co { width:19.9375rem;height:31.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDqndNEiQ3p8fPhbGTyDwa8FVewL8sR5 { width:19.9375rem;height:31.5625rem;top:34.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpSizvVpoI61Q4xIyFbzLpIm0VQMJRbd { width:19.9375rem;height:31.5625rem;top:66.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzm43ekN6qwexoy8NXrmhEwmQq76shIS { display:none; }#wzm43ekN6qwexoy8NXrmhEwmQq76shIS > .row .container { width:20rem;height:104.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHB9DVTeEMDzhABEPGC8D7UowLmOy9E2 { width:19.9375rem;height:31.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em8TCOU0o443NA4aT5RireEniyoqJHP8 { width:19.9375rem;height:31.5625rem;top:34.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BNOw4vVAxBo3uaiaV0tBOS4qC4aXi3 { width:19.9375rem;height:31.5625rem;top:66.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMyMNbRsWJCxvff15iOOdmSAyJwINLxL { width:19rem;height:3.375rem;top:99.562175750731rem;left:0.5rem;font-size:1.0625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #JsRyVvTyc7Mxd4uGtEH60AtTu0gJmXn5 { display:block; }
 }@media only screen and (max-width: 763px) { #VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP { display:block; }#VSUBkvzZEvJvJJTy4N1CzNOht4GUfrSP > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRyFcdMiNwpT2v1aEapwDDN3VBoI1vTr { width:19.9986875rem;height:2.03125rem;top:2.1878242492676rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmuzfFF6gtaiZ0JJunQWhZr4XowDVOTs { width:19.9986875rem;height:2.6rem;top:8.4440116882325rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshXVG2HyelMuDQ9EDy0bdtoylI5y2zT { width:19.9980625rem;height:5.6044875rem;top:4.2194023132324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlXwox3XaWrfPh0X7iW3ANUAUC6IyMBd { width:19.9975625rem;height:5.6044875rem;top:11.041870117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX5bnOPfPm1WOwPvKSc4J8GIJAoibbiJ { width:19.9975625rem;height:6.49903125rem;top:15.394287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm6SkAU4PkIuMT3wiSF9T9UcuTAmR6dB { width:4.99921875rem;height:0.062109375rem;top:79.180068969725rem;left:11.123827755451rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJT2wE0oPo5rvkeOIeoFeUDRkehVSrl3 { width:19.874875rem;height:19.874875rem;top:22.714233398438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZ3222RIebF1T8WCxEJeJnaZNZnmBBt { width:19rem;height:3.375rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3mgXmUGcGMXP3IR1G99NvbHqhdumugx { display:block; }
 }@media only screen and (max-width: 763px) { #h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ { display:block; }#h4dRXLDQUaSUxd479KgQazAxyMGyd7dQ > .row .container { width:20rem;height:6.3095703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydyngEKRkX10z2n5O4yKTqdarZmrVpUJ { width:19.9991875rem;height:4rem;top:4.4366912841797rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWwMSCsB0vICDC0RygGNmMdURJC92FPh { width:18.75rem;height:3.35rem;top:10.39804649353rem;left:0.62226560711861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0TqA8c81mqkEHGFBJ037NmWuH5TFk8K { display:block; }
 }@media only screen and (max-width: 763px) { #JiipanezZpMGvevLNiHE9wdVw4bgorIn { width:20rem;height:4.0625rem;top:2.2473983764649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #noOv1cMCWxEKBtunvn35Kn3FUaar2tMP { display:block; }#noOv1cMCWxEKBtunvn35Kn3FUaar2tMP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1XTs3u4JTRPtTSWFaT4NozCp7nqgve8 { width:18.8328125rem;height:3.3328125rem;top:0.86406288295981rem;left:0.58359372615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odnwtiS3MQGz1DTZrWbxXcpR66PTRNPT { display:block; }
 }@media only screen and (max-width: 763px) { #WIPafG4XlpCkvoAOHh68cQWnqiFzhGlO { width:20rem;height:3.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deJUVeB4fxpxJaeHDvIbzanN4yEwSBw3 { width:3.4375rem;height:2.6rem;top:0.98958206176756rem;left:16.561631500721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh { display:block; }#ZVCptEM8JMl4VUvneyRXrVkU17OlkJPh > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhoTs95SNhKNufyolXPROsqQchDHHqgL { width:20rem;height:2.125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qFOOLGmcUpBz3DWZ2sCG5bJ63WhlAg { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm { display:block; }#oJRCmsX0ONBWJ3LXfTzhSnH8idTWgVbm > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFvrAaqTW1G9xB83uTVdgnZxWtAXhT50 { width:16.125rem;height:3.825rem;top:0.625rem;left:1.9375000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp { display:block; }#uZxWFpocNTF00TRhz3sTXdZvRhdoKJvp > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd485S8GxQBRlEaptNsKlXOZZ2BgVlN8 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PBIXiXZRGwdxWsizoHFeboNGwNVmPc { width:20rem;height:2.125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttc9GdARECGNpUT31wKwBShW804rJ9cA { display:block; }#ttc9GdARECGNpUT31wKwBShW804rJ9cA > .row .container { width:20rem;height:36.1445625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ttz7LFVye2aJzKPymkTgadoNuXLCOq2a { width:17.875rem;height:34.41796875rem;top:1.7273445129394rem;left:1.0617187619209rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG { display:block; }#l6Xr5EIC2CnZWQKmFBkUEUBDoy4Uf7GG > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1NSPmv2ioNkBSfvl4v0I1JKRHJ4rT5E { width:18.8328125rem;height:3.3328125rem;top:1.6453189849854rem;left:0.58359372615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgMGR6DiyPxpCHMDFumUOc0WsBkCbTB { display:block; }
 }@media only screen and (max-width: 763px) { #VW8y7oafWTF7AlkrN81sWWdl90bbfLUc { width:3.4375rem;height:2.6rem;top:2rem;left:16.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg4eHHT3VZ5o5Qp0lRg5mcZ33Vwmoxo { width:20rem;height:3.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn { display:block; }#JVWIVTQRsTk8HmzkQyPxo52z8GSMThvn > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJapIrV5J877PgbEUTzxZVL07erePS2u { width:20rem;height:3.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5OC6GTeyezOnHiAumpptKoxS1TLKD1 { width:20rem;height:2.125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 { display:block; }#sVqb5MmqtEJ2SJCXHM6OSU3gddqi0Zq4 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0fF2UbBqrXhZtvxtsRyqP3bx9cBJqFm { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASLpdTrIE5HJNU6O5nMPNyHlsF6CZDoP { width:20rem;height:auto;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpsoOVKk4TrxJJ4GTJVUvmNkcTGywWQt { width:20rem;height:21.0331875rem;top:0.92333984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #g1QTim9MmDT9gIImu2SoXPO45tvTwF9k { display:block; }#g1QTim9MmDT9gIImu2SoXPO45tvTwF9k > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONqn13q1i3PurLtCP6ZukxzbLH0DfGKF { width:20rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWVEbHvZ2FMQer6d2smghcAIzLNv9vSh { width:19.6875rem;height:12.75rem;top:1.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWRGeN2L9f3Zusa3xQmmF1yDciEgtNw { width:19.6875rem;height:0;top:0.91875076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb { display:block; }#Ew3T1qPbcRuBwdB6gvpMzBGVBM0f7wzb > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdPEozTOPSLlNGrP4SpEbWmwkDI3G8Ee { width:20rem;height:9.56055rem;top:0.1044921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa { display:block; }#h9iqkQMGNtnSVlKdt2BZDQGqeqZF5sXa > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmH00LGulvmWPVn1Z7lq1CJARJOBZ6G6 { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNqaI17M52FtnbQLmVrW1WA6o4uJSpzp { width:20rem;height:4.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJHCIGbdeuS2vOHTdasXXZClKySloFXM { display:block; }#nJHCIGbdeuS2vOHTdasXXZClKySloFXM > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX6uDP5a87OGo0he6bcVTyGFQxcLhSlo { width:20rem;height:3.825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx { display:block; }#VCGF4TvaXmmSxJrLeCLdt9e1kHFrXZLx > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qltoEfoRdsPW47sO1UIhx0T3K2ev3LuP { width:20rem;height:5.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaaA5nDOk3acS0UCuaswPdyDJ16O6iSE { width:20rem;height:4.25rem;top:1.8745670318604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J { display:block; }#lEEGU4kvDQ8V8NFlsbccVUfm6NrzJw1J > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gvl9HdyfFLf5NvAmGe1h97GZDSTEHy3T { width:20rem;height:9.5605625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR { display:block; }#Vy9smClKRV7m89O8rH2Eys94Xbb8ZPFR > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c47uydu5oJlT1Zkrxt3Xzs9T3TLef4ws { width:20rem;height:5.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgC4IXO7oXAcXw6dxxEfVAs8fPGvczNb { width:20rem;height:4.25rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 { display:block; }#gXxS5on3wI1u5FdWDS6PateRrsxp3wo1 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #no2C4lga0QLyg23WVGTSha7233TOlhh1 { width:20rem;height:5.736325rem;top:1.05224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i { display:block; }#P1unyPs3fbgQ9clF0dLrwM4g0HtCwf7i > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGbcSobFxfnfB8y1BPcehTgOWOUU1WuT { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFNMVUaT2OD4HuAFxs76nNoAhEza9iug { width:20rem;height:2.125rem;top:2.2190208435059rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHFM8z9UE0M2489mRwLmbT8ME6br78DA { display:block; }#qHFM8z9UE0M2489mRwLmbT8ME6br78DA > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xf0TyvEeSeLZgDaaXmgs5ZqlaSEtBOli { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqtEEGUZ62lxMTfvTELw7yhERwmW6c0o { width:20rem;height:19.1211125rem;top:0.9482421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH { display:block; }#nzqFWUVkKuV544o2uwbQS5mMWMEoSHNH > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWDaG2TJt5TfK1lTZD9nJ3ERL0uaodCW { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftF0u5uu8t499nk8TZxGNI1gPffTxSJc { width:20rem;height:4.25rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC { display:block; }#Q8RAib0lJNrpDFAPyJ3fTrR5myqtWPVC > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGWmGVR2wFBwX5GTpIobdm2L7WyWNWA1 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD4aaMAe4PiF8HaD1ERVgMmhstGSvyhD { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbbnVnKKDxPrEgAryZLtVQpyGT35XVV7 { width:20rem;height:13.38478125rem;top:0.94287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 { display:block; }#MOkzNTu4whkGEtGlCIA7uohaZMT3uQx0 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLJsQLKf15OaaT3AgpUqeVwTfvNIArLO { width:20rem;height:6rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVWQ62bsCypXoxUJNUd5xx1MWhORiNR { width:18.75rem;height:6.375rem;top:1.1875rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE { display:block; }#NC8ekCthMNpiLJENJzm0dC7JKhpW2EEE > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5miqFG83MEmuGrKfzFzGnBGO3hyU6ge { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfDGvnZ2SM0XhaiF20DgJDwS1zDH3Zpa { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFbedFmyd901O6XfXUD0tPiesT49eyHo { width:20rem;height:17.20895625rem;top:1.0125007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15019;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz { display:block; }#exA8t3hvUGpSvAH2vuGLU1My7HdXDPLz > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvikiewVrlgk229lWxd7PUyFmacIGMm2 { width:20rem;height:8.5rem;top:1.4998922348023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txRyGw9a03VmWgTMKHlPJkfTPeTtgF8p { width:20rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpz6NNq5l8L9fu2Zg2mLJTfDtK4QFesS { width:20rem;height:0;top:1.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s { display:block; }#G4aId87Wbnw7T8DkUrgP1CmLHdlLNZ5s > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3iIOf2WIarnLE0KQycOcMgbkKfMmioe { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOGRg1TThTaG4cTL62UHRdml4w5xfnA7 { width:20rem;height:17.20899375rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15022;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT { display:block; }#A1S93g08uJt9CVkkbVwNvFuq9LnIHhPT > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnbMPoTuCOEqce2kJcVV2E7fRWzLXTyg { width:20rem;height:14.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQH9RITSk1vAebRXzRyBONsASrTTADT { width:20rem;height:12.75rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8v3Qlh4GhIEeaG13Aqelf78vmg12kP1 { width:20rem;height:auto;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LP7IZ1bAKbNEaWR9DRhFAs5v1DRUbXIV { width:20rem;height:0;top:1.6687507629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #QN0K08itVBWbkMF9lHAygUTLPvpTE8a3 { width:20rem;height:auto;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S { display:block; }#nkKpXEGlnu3bVhRLcZa5dRvkNIaDVn1S > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JImMbVZQc8V5VsMn1QrkQy592Ec3Tk9O { width:20rem;height:5.736325rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 { display:block; }#EnMK3DgNcWlX0CrhFDsNwTfG1xkn6qk6 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5Rp97OCd379JuAcCxTSzLuJfzcqgZCq { width:18.8328125rem;height:3.3328125rem;top:1.6765534877777rem;left:0.58359372615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxSMEciSONSyWzCB8SMAA850LFMX1T00 { display:block; }
 }@media only screen and (max-width: 763px) { #pMSDMrGinWeVAIJyfBR5RGkdv5WPndqJ { width:3.4375rem;height:2.6rem;top:2.125rem;left:16.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxMO7rsUZJDVzKRCCDl9THc03PBTResk { width:20rem;height:3.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQKcJTknh2pyfg513Q4rJGfCbdWs16p { display:block; }#TwQKcJTknh2pyfg513Q4rJGfCbdWs16p > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yv4EX6E7N5dtxoqxR1vLAv14xT3pTPyL { width:20rem;height:6.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTaaXI5k0IrC895MDOdHfMTRRzLT3ffh { width:19.5625rem;height:6.375rem;top:1.3125rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP { display:block; }#tQHv0g1inr7CmbTSTn3vog2SfTCA1XWP > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCA2bhIa0ozTa6azylzLRO8MnTP4QTvG { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJSJQCiTT5LxOVWdVzRaJU30IzROB5M3 { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aankzgbQXKvzHKJW8BkJx7u7LvoO7Psx { width:20rem;height:15.296875rem;top:1.6375007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq { display:block; }#Rq06apbHBzqUTAsMqoSDin9O4U6PZ6Hq > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUWM18NadnDDMiJP5iIOQXGmC691MPZv { width:20rem;height:4.5625rem;top:1.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #dpPvKsh9MfupTcGciupXVe8t3RCei0rU { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSPXV4z3BoUt9OMxnffVAHT7wDLFXZpl { width:20rem;height:4.25rem;top:1.4304676055908rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp { display:block; }#UQhFVw5VOgBulAHqUGgdLiToOcwXz0Pp > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3KR7vcihIeVURpwUVXdWrqGkIwnL76z { width:18.875rem;height:0;top:1.21875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Esb9edEfCFsmvT81ZkbCovLFEN0Stv4Z { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCs0XlqwgZClOL2ZJFTTBSA1h2NO8kN3 { width:18.875rem;height:17.2089875rem;top:0.55078125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15020;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #RSoZGMXPBphsfElawGrfxuEmWpeSDVSo { display:block; }#RSoZGMXPBphsfElawGrfxuEmWpeSDVSo > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPK5qT9V7fTFFMbTMnXqItaxRNuKNWr3 { width:20rem;height:6rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0ZFmCd0fTnRI4rzSbTkv2yHK9aZh1R { width:20rem;height:6.375rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWwTOe6XGkaTD0IsbIM3skhNCFVShc1 { width:20rem;height:auto;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxgWxITy5Whq8EASqfM35SwdU21XpbOi { display:block; }#nxgWxITy5Whq8EASqfM35SwdU21XpbOi > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adA76qRyigzkT6HTTvfvHXTlVcGJxzDm { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHq8qynrdllR9S210cpweA3o9hCNXS2P { width:20rem;height:24.857425rem;top:1.4677734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15022;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO { display:block; }#ZhidGR82RuLWxwPRiqJHtnVXF54mWIrO > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vaoem4UEdlGmLtNEVOAz6BLgLEZKwQDX { width:20rem;height:6.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqKDU6MdncklPAfqodWmqBuggw5iipB2 { width:18.875rem;height:6.375rem;top:1.375rem;left:0.56163197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAWkP29GcPtGMLT2qSwiCkQdtECxLBbT { width:20rem;height:0;top:1.3875007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT { display:block; }#LPyKV4hcBOp6O1uvJp7rPCKpE4n2DfKT > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erSlg3zrULzTsT5yvDLfEBFfbFtQrM1P { width:18.9375rem;height:0;top:1.3624992370606rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKzJIXCQpKvCLmyXox8sRgIEtv3XcRnS { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUdcam4pV535UgucTZJEFvdvTZTykl0i { width:18.9375rem;height:15.29684375rem;top:0.85080337524412rem;left:0.53038197755814rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #APBfJADBazdDCLDLv474LbwrrWgqyVQS { display:block; }#APBfJADBazdDCLDLv474LbwrrWgqyVQS > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUPuqvao3pf0vh27IlxiTih4OtAWDm9V { width:20rem;height:7rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpOLbSBCLBn2LkLrQxfOwNTa1iaFvNnN { width:20rem;height:6.375rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK { display:block; }#O5U8MoUgx1tPEPuAadiiicOmW3hmxTGK > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih74rQ3vO7WMWVgX1C4ueMLuXrnrUmAq { width:18.6875rem;height:0;top:1.5rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRBm4BP0BQcgiNt7OerW9WIOV0Tbpypx { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGTxK3ZVg6RQH9NzFfr16sf6VEDzf3cQ { width:18.6875rem;height:17.2089875rem;top:1.6117172241211rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 { display:block; }#OKcWQ9Js5cA56edfz319FgzZ4e7cMfT8 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnnr86M89XXTia9ShQvdHdQ85cguHoTE { width:18.8328125rem;height:3.3328125rem;top:1.5523357391357rem;left:0.58359372615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxMx20J0lHSelwTX729QSN0Xqbf0zV3 { display:block; }
 }@media only screen and (max-width: 763px) { #pX5Xv9EWbOu5DKu4KV5CQP51yvOV6diE { width:20rem;height:3.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhrns8zXKi9Sbf6gUfdDFwSXsIRPJ2Z { width:3.4375rem;height:2.6rem;top:1.9375rem;left:16.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK { display:block; }#ztSMTTfWrtPSOJXHOqI3v0z0qiTVCoFK > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BffT9BPo2WFAz6EemIXgOlaQPBZN21LP { width:20rem;height:2.125rem;top:1.7499885559082rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlTAio41RJgyoHCT9XAnrWSRs3QECMZZ { width:20rem;height:3rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRDCg59cr1LPRA7s0g8lltEDVJpddf7d { display:block; }#RRDCg59cr1LPRA7s0g8lltEDVJpddf7d > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVzgp2rcbUigCzJBcwqbhkDKaWCyu0E { width:20rem;height:17.2089875rem;top:0.47900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgp6wmGFl0IruApaM8SiHlRBB60mlaxH { display:block; }#lgp6wmGFl0IruApaM8SiHlRBB60mlaxH > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #creGfmiBoXI8NxDCJJS9sOlASNXOrNcG { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUEittMHRWNWcoM1qDoIwaBzgzuQT75n { width:20rem;height:4.25rem;top:1.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 { display:block; }#KIMhvWg6H54I7S3yzoJ677hr0D40oZr7 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlL9dXGmySJRQNTTCHADavgLfI07MOQ0 { width:20rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukPmCJgs8yR2Te5Db4lnvaepTa0bca96 { width:20rem;height:53.5390875rem;top:0.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15022;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #XeQTywBRiNcg8q3L4f4LURfwGxur7Znq { background-color:#ffeac6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container { background-color: transparent; background-image: none; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container > .video-iframe-container { display: none; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row > .video-iframe-container { display: none; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .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); }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container { border-width: 0; border-radius: 0; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XeQTywBRiNcg8q3L4f4LURfwGxur7Znq > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Prdg7J5pklFlryedM0n71OMkR3HTrnZQ { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPZWhtwdkp4nJJLQT21cx5eAN5TzIed { width:20rem;height:3.25rem;top:2.927734375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMCNK86Xi24dRNeqwWPLer6wsFtzVaAx { width:5.4375rem;height:5.4375rem;top:2.45849609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 { display:none; }#Lq1wvMuRqWdQw09atq6KI0KeJs2x6LN8 > .row .container { width:20rem;height:0.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 { display:block; }#EmRQJhr4OmhQSDaPINdtqdUbg9GfzCC9 > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2QDLPH0TG1UZ136aQJ75akJv7P6Uv7r { width:19.9375rem;height:31.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7nZOxL7TMwEHvJPGsyTAgxCAshQt7q9 { width:19.9375rem;height:31.5625rem;top:34.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2IqcK7xdxhQ9cXWTVZ6ls5tlsyghoP { width:19.9375rem;height:31.5625rem;top:66.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECVGraiGEPtOsclO9C61M5AzzQ7zw5Wv { width:19rem;height:3.375rem;top:99.58203125rem;left:0.5rem;font-size:1.0625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #qu62mkNI2l0Og2ItAHwmI7IZ4ZpPHeJB { display:block; }
 }@media only screen and (max-width: 763px) { #Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL { display:block; }#Xia3aORP3vEuJKUdQcCZyFAWSWUbyKHL > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk6vvrtH7iuOHTRofq7Jpu9gAWtieUbe { width:19.9375rem;height:31.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLNgsFJxBMsl210QH89fGv0uKXaRZQd2 { width:19.9375rem;height:31.5625rem;top:34.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #am4ASGOnl7OTEag1exU2tRoXENo96Hig { width:19.9375rem;height:31.5625rem;top:66.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0xbTPlB8Je77Bc07LGDEIdkr12bOugz { width:19rem;height:3.375rem;top:99.562175750731rem;left:0.5rem;font-size:1.0625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Ok2h5yoLB2t85MV1ewnWeEBBF9H4EUpl { display:block; }
 }@media only screen and (max-width: 763px) { #Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI { display:block; }#Rrk1MOH3U7DhrKsBT1THXIOES5b4MtDI > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkPIgruuE0NsWfxovS96und11xdhSlaI { width:19.9375rem;height:31.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K79PBNxciBoIcOE4kTpleG2ou87kfqmk { width:19.9375rem;height:31.5625rem;top:34.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBbtLdGhv1XTGS8rc0WoRFSUQzzz6tT { width:19.9375rem;height:31.5625rem;top:66.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr { background-color:#f2ddd4;background-image:none;display:block; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container { background-color: transparent; background-image: none; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container > .video-iframe-container { display: none; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row > .video-iframe-container { display: none; }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .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); }#a2HBv59VzWR9DOln6wlzb7xsn5sRTkcr > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D33pH0lTBCtrocTrvOIOo72K7Lqqw8vS { width:18.8125rem;height:3.575rem;top:14.114585876465rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgRccsAKSlgTg3wVXqb687MT9hZ1WdHA { width:19.9980625rem;height:1.86875rem;top:20.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL { width:14.625rem;height:5.4375rem;display:flex;top:23.125rem;left:2.4837241172791rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #vesgSlJ1C2KhaOLpEoVgtX8pVDMUlAEU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #w6eRQ0hhECvzCozySGd89DN8MCiNuIqA {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #FN08m2a8JOV4a5Lvkw8RNRfKaJt2Vqxx {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #VMdJQadSW5pXFWBAHdiDnMF4zDCpVdBK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #CUbiyhzuKTASe7rc5cZ9aeL5XDmgEPJk {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #vt34KD8FcnIhdSk2Jr1OlvEvATfSWFFO {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #O6TNTqcB59OICWqsnylt7Rx2oJy0tXV1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #gi4mLBkKLXSEvZPy2Kqt3DDpXbeVh91L {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #Dkm3dlR8ll25zbBx9m1GN0zNTEn43Qwd {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #kzaUEZmBGNtZowRRKW3cGC2BaXrGb678 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #nHmkoDux9V1QzXOtf7c1EMDXHaOzxbac {  }
 }@media only screen and (max-width: 763px) { #DzXJflkxL6r2DLp1XzTcu9S0zoQJ9oxL #MpVM2eXKkJ7u3x9s8b1Gyazs2AVwBmZZ {  }
 }@media only screen and (max-width: 763px) { #VyI3v0XR3CTm6eKieTHkhi7lIgGdKqRI { width:19rem;height:3.375rem;top:30.697917938233rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoFoq5oQU5OrB3z4eoqKnWRqgAd5ls0t { display:block; }
 }@media only screen and (max-width: 763px) { #BpyMyC045txsbgBoc27mesBHxRutA2oV { width:18.75rem;height:0;top:3.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #rX5pG1eO8h9uoNKz0bVFFeCl6aeFIb4F { width:19rem;height:3.375rem;top:42.500000953674rem;left:0.49913197755814rem;font-size:1.0625rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #NQDZIgZHJSgSo0q9Ag4lDlSPUiiT1w2t { display:block; }
 }@media only screen and (max-width: 763px) { #owT9GTwRZJD3Rh0nlOzsgIGUhzUMDZf1 { width:19.875rem;height:12.875rem;top:1.2395839691162rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 { display:block; }#P0F9oy1zJWy8iQEayfTL5f72MBSUJD69 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTC71AP4uyQELPPzZCMHb80uiM7LkNpO { width:6.25rem;height:2.5rem;top:34.3515625rem;left:6.875rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sthHdLqbrOEAkNcsPJtZfseVROK0oRCQ { width:17.5rem;height:30.28125rem;top:4.40625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1gRQ8kRlHzApekalkOPbmuBJlewfzF0 { width:20rem;height:2.03125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEMI6onZQmAly486awZxtr8JP9UHa8MZ { width:9.375rem;height:4.0625rem;top:34.687501907349rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx.adaptive-delivery-prevent-bg, #mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx.lazyload, #mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx.lazyloading { background-image: none; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx > .row .container { border-width: 0; border-radius: 0; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtyG0cHCdgV10ohuMBTpf1UJL8JggsSx > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ns0msfJhkpSyJIk9yOrM0azZwHmwwx1s { width:8.75rem;height:0.125rem;top:33.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1BXicU4sIpvSBQk9yvEtcaWri4FS5O { width:20rem;height:2.4375rem;top:29.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K82z5AnTckCz86A2XhdecQM9Fhizdpbu { width:20rem;height:2.6001rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwazO7I0JVw1OExFWsWXsdeXm9nhH6k5 { width:8.125rem;height:4rem;top:22.5rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Hmk2g51gW15BQ5FgMpiODa98LACeBP { width:19.9973965rem;height:4.875rem;top:37.708335876465rem;left:0.0013021230697632rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvOGU1yz71na3OAeES00iy9PP6w76Sse { width:16.875rem;height:12.8125rem;top:45.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3fbIcZM37WWTCZUD9FReSvCvPVgoxi7 { top:1.7216796875rem;left:0rem;width:20rem;height:0;z-index:15000;font-family:roboto;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aUWkozbvgN3gE6VHiPeLWdHu9Blnl62V { width:1.3125rem;height:1.21875rem;top:22.5rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykP66GVflns9wcC0VvEW0PBc5T3mWkT3 { top:1.1770834922791rem;left:0rem;width:20rem;height:20rem;z-index:15007;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #N6u1gQ6ikMuiU1HkGyCxWE6ceONNTows { width:15.625rem;height:10.125rem;top:46.406251907349rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15019;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bId4tK2Xtn6QRJoK8zL4B3TW1cQmecwT { width:4.9375rem;height:4.75rem;top:54.874351501465rem;left:15.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #omKQQDmT0twd7SVy2TfbJn864RXi3MGr { width:4.9375rem;height:4.75rem;top:43.124351501465rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy { display:none; }#l6Fkuy3sNTyKoETyhA3aaA3sip3pdTcy > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(122,56,85,0.9);background-image:none;display:none; }#QA7saBWhbDkkgoCHw2wIglBTRV7zvcX5 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.310625rem;padding-bottom:0.351875rem;padding-left:0.310625rem;width:1.865rem;min-width:1.865rem;height:1.8925rem;font-size:1.408125rem;line-height:30.28px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.48625rem;height:0.748125rem;font-size:0.528125rem;line-height:11.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 { display:flex;width:13.9375rem;height:3.564375rem;top:43.625rem;left:6.29296875rem;padding-top:0.403125rem;padding-right:0.446875rem;padding-bottom:0.403125rem;padding-left:0.446875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #UiTnB3Xn6GX8xXT56vBlZWlKy8bXMnG0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #nsTkVK9p1CVdH09Cc7HN3f4b9VocuJH5 {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #oGWOaFm1Pw81n1Mw9gSz9SCLBZDaS1RK {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #LreJuHLJNITPQlqax1lrgAMNfa3vEIJ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #HZ4QpnQi5651JMCaeqAcCnuKtiv9TtGE {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #WyCXvSEFxU0tBJ6vcNMNAaZmffBledin {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #CpKVenAfDvKHl3IQB3lcFZzgOOpNnnHo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #l3M1Q7ByKQKx2Ge2Tf5wRs5D509qn1UZ {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #v38gDkatpDhibG6THwmo0mepz9xtQgfm {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #UhNUQMXvae39FOX5t8FqAFnbskudEDLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #L5isThiw3oOCirX2n0Ihi0sxPUs43pzK {  }
 }@media only screen and (max-width: 763px) { #axyUvumpwHHIsiQ1HKJp5EQwN5zy1pd4 #J5MVOez579D6JpXhZv9Iihx8LqVHfJuT {  }
 }@media only screen and (max-width: 763px) { #ZyQ6sghk7Gr5MhZvTR5yBiFhB2dvlPmN { width:20rem;height:0;top:34.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvhvOtxXoAEsKXhW8TAdL1PZv8K7ydBf { width:20rem;height:0;top:24.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5mZbkZL7ue3ONyftDpZlGUoHZrEe8pN { width:20rem;height:1.166666625rem;top:0.99951171875rem;left:0rem;font-size:0.9375rem;z-index:15022;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.265rem;padding-bottom:0.28375rem;padding-left:0.265rem;width:1.589375rem;min-width:1.589375rem;height:1.50125rem;font-size:1.13625rem;line-height:24.02px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#f39c12; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.11875rem;height:0.599375rem;font-size:0.76375rem;line-height:9.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ { display:flex;width:9.375rem;height:2.845625rem;top:2.125rem;left:0rem;padding-top:0.324375rem;padding-right:0.38125rem;padding-bottom:0.324375rem;padding-left:0.38125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15021; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #uMavLyoxIm7eJcfSIBHOV1xcB6K2QEo6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #qc5q0Gdgv50HINDhQrfc0ngTuT1KkS6W {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #vFEAKMtzE285G8hEVaeZlIcKRlWep5vN {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #IwyLTa7ax2L30gEouS5dxE2gtnH2RkPU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #VhqBCtLLnZ5LnJlt4fODh7X4VMO6PAgZ {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #J5QBEEPGu7haVBarDquT8KJXwvWQkAO2 {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #GNg5y1wCKkXITbykBAGFAF6vSKClKWcP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #pnkd6W2TrynhIkxE3MZJpAep18Hsz51N {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #ixoJl7s3ZDNqRZ6PhtCQPA7Tqri7ss11 {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #WbRmxlsnINEX4sNuqHeLXEQeX8zW9e0z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #EnSexmu8b8xvpc9Q6u7MeSfPF0aulik1 {  }
 }@media only screen and (max-width: 763px) { #xAbbfVVI6KTkT7txU14cM4eiH3nT9PIQ #bJWABaxa1xkZ55k17SlZQDCBLWJJofm3 {  }
 }@media only screen and (max-width: 763px) { #HIRgZW9VPvyrIUwIebvgS02qk2WEfQzm { width:10.6875rem;height:0;top:6.3125rem;left:3.4375rem;font-size:0.8125rem;z-index:15023;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tJAOqplNUIL30WwqpJILrgEhG7k3JEvK { top:5.0625rem;left:0.625rem;width:2.6875rem;height:2.6875rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cA16Nw4EL0f4wTPqGipq7zvQVh3RId0a { width:7.6875rem;height:7.6875rem;top:1.75rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFC0c4529ayEf6E2BFrgxf4EFP456Xfe { width:9.375rem;height:2.8125rem;top:2.79248046875rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ih11t6T9oTFTFATVQaTairJDW9KCNeHc { display:block; }
 }@media only screen and (max-width: 763px) { #zKgnJgVDGoO2olnqrkZ7Hb6uKvWoCyGw { width:20rem;height:0;top:48.87109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqFVJVdR0sxXV2q8URtv3KrQQf5TB3dB { width:4.5625rem;height:4.5625rem;top:6.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCwns37Oa2TUk6NGiTv0TXCIKGI7gET2 { width:9.375rem;height:2.8125rem;top:2.8134765625rem;left:10.625rem;font-size:0.9375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #qNQRBXqVuNQ9KNWiCN4TGLlgivfQBDgl { display:block; }
 }@media only screen and (max-width: 763px) { #TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(122,56,85,0.9);background-image:none;display:none; }#TT2GE6Wn9vC8Ka0aGHT8Pq8ESR778MR8 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #molk0cGyGE4ZCTeTvKTUqB4aOuKL32GT { width:20rem;height:0;top:34.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfyWZIwGkbAZgEPEPT4OE1K2XCZ063dt { width:20rem;height:0;top:24.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r78lX5NUP0bAyRoGTS4W1eFl6VKxnskO { width:20rem;height:1.166666625rem;top:0.99951171875rem;left:0rem;font-size:0.9375rem;z-index:15022;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.265rem;padding-bottom:0.28375rem;padding-left:0.265rem;width:1.589375rem;min-width:1.589375rem;height:1.50125rem;font-size:1.13625rem;line-height:24.02px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#f39c12; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.11875rem;height:0.599375rem;font-size:0.76375rem;line-height:9.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xVQ23SO2yimoryeolJoOaI7419ZJhiiS { display:flex;width:9.375rem;height:2.845625rem;top:2.125rem;left:0rem;padding-top:0.324375rem;padding-right:0.38125rem;padding-bottom:0.324375rem;padding-left:0.38125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15021; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #bNZb0UFDVdS8Olgbi5s3tLkUZOvy3L9J { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #pf8HWZRpEsygMTAJaSHTFRp3ColWMlFh {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #wWtaJghzgdagTMDnAhXd5pXMViS4lFcK {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #C0BWTvEJyC0hOgl5a0X5cSPDzNkhlXGo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #nARbtR8SIwFhe3mA81W5IJtorJRiL5mC {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #ov2nXyJURCdX3KW76dX6I6QfzJNTITcF {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #phzDqKofdfG01faWoAqOTIaJIm8xTQFg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #caIFNmXpqwE8ysPdLnSLPoXAZ2LRVoUB {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #TSnB9QiAaN7R2pfdO1KfzG3Gw622acJM {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #BRk004h0JSF5ECWThUPVWl57miaGNRgW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #X7SdtW5Z7uJ4z5H0ohrukh0Ov41aHZJ4 {  }
 }@media only screen and (max-width: 763px) { #xVQ23SO2yimoryeolJoOaI7419ZJhiiS #BEbEP2QfVqWPTKyU6ZsagxudFox3y8V1 {  }
 }@media only screen and (max-width: 763px) { #Z1szltJ7KPbEEDknp1NtRTy2K5T492w7 { width:10.6875rem;height:0;top:6.3125rem;left:3.4375rem;font-size:0.8125rem;z-index:15023;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sxSpOp848feGcDUqvQXPkf3PxZmb1TbZ { top:5.0625rem;left:0.625rem;width:2.6875rem;height:2.6875rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Cldnbirvy5HrcbTeBo6Im8E0L6MJLwHc { width:7.6875rem;height:7.6875rem;top:1.75rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTUdUctdpFoPhcWTQbXrokqLD4CXLamR { width:9.375rem;height:2.8125rem;top:2.79248046875rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSa61myIdELTEGin7lmnLzA8tBX6r2gz { display:block; }
 }@media only screen and (max-width: 763px) { #RXrKHUwTTTNemlC3SnLgC8RTzsGRZWU9 { width:20rem;height:0;top:48.87109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxi2OcoTNGad0Ow93TTHTq3F5gOdRg5R { width:4.5625rem;height:4.5625rem;top:6.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCAiSpe9PaZVaLO6NhAg4WDAmxi2iZ5x { width:9.375rem;height:2.8125rem;top:2.8134765625rem;left:10.625rem;font-size:0.9375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #wmF6xTov6tNksNFNQ4SPtDErGhAWzkMq { display:block; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.310625rem;padding-bottom:0.351875rem;padding-left:0.310625rem;width:1.865rem;min-width:1.865rem;height:1.8925rem;font-size:1.408125rem;line-height:30.28px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.48625rem;height:0.748125rem;font-size:0.528125rem;line-height:11.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a { display:flex;width:13.9375rem;height:3.564375rem;top:43.625rem;left:6.29296875rem;padding-top:0.403125rem;padding-right:0.446875rem;padding-bottom:0.403125rem;padding-left:0.446875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #k7AdT42h13oUeDpau5cvAJnukGTd7H1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #og6UIEyLJhZlkfTmCf1fJAGL8KUsNML4 {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Nu84i7nBAxtXAerDRZuFkviLm57QR65J {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #odhLdfvpuZ5JITkP39rZ8IXInueneSBQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #GhR4qxgImkInNsaOz1yxRtdPk8zsKJam {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #vKg6oxW6vcOMVNPfNbx0zn0BMiRiincW {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Zr7ctlokrNySxLJvH3Jc4lxFUJbUsMGQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #gRdirEnMev3cTfQOPptq2090xFwm2ioZ {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #Mn6a7kgu2Gf2oRTZDFDBBt5KcrdRP6UN {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #br4Be7ekb6Ib1EEJb122ErW4DVumkWXE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #g2pSwc6J5kZ6q3Pzwg3tgpXTRH0GmlSc {  }
 }@media only screen and (max-width: 763px) { #ZUf8RmTgFybM2vIG5FdGv0i8xZQo2O2a #vGilTTqMU4X0zGutyEe7B33ItgF7mJGr {  }
 }@media only screen and (max-width: 763px) { #L6upMAhPCXdUG1fBGXmg5ollNZgX26yV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(122,56,85,0.9);background-image:none;display:none; }#L6upMAhPCXdUG1fBGXmg5ollNZgX26yV > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m0x6q2GHrdXhGJu9pvEqFpJr10XNhCX2 { width:20rem;height:0;top:24.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dcxx7BO6Q5BbeO6br8UwbAvFaD5ImC44 { width:10.8125rem;height:1.166666625rem;top:0.9375rem;left:0rem;font-size:0.9375rem;z-index:15022;font-weight:700;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.265rem;padding-bottom:0.28375rem;padding-left:0.265rem;width:1.589375rem;min-width:1.589375rem;height:1.50125rem;font-size:1.13625rem;line-height:24.02px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#f39c12; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.11875rem;height:0.599375rem;font-size:0.76375rem;line-height:9.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 { display:flex;width:9.375rem;height:2.845625rem;top:2.125rem;left:0rem;padding-top:0.324375rem;padding-right:0.38125rem;padding-bottom:0.324375rem;padding-left:0.38125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15021; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #zfxCGFBm2k5hQdVb0KzsxTg8GQ4gBtLw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #oHAn5T11ww9WDyyRvvb1oq6IZzeFTUfZ {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #foBzg22pLZNO8rC8rVo8iA09J8U7pnWI {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #xAgiSPQTHz9wuasoka1UUozN7kt5PUiT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #pzUEUrTZ5wulR9dz9909vX1MQd2SitwP {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #KRzfTJvcFq1X0aDIOz57bPGmsGUoVKAv {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #zZEQLh7n70TT10dtVqHn2mpJhL7RzRRv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #FVDfT8f79c9Olk2hPVErDQ7umL0Gxt4b {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #fmKuhGNAfuDf04mdMbTi7EGXtvh2E56h {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #hnTO22MbidcUqO82iPhJXb3TdNBqmbZ1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #n1OB21ni9kwUdGyuZXVxEpmeNJ7LI4p2 {  }
 }@media only screen and (max-width: 763px) { #aCksX3qlB0xdLGlf5dZRyKJq96eweVA4 #P91xDxMJ1MO9qAiiRdNHmoGqQEtoUb99 {  }
 }@media only screen and (max-width: 763px) { #RQ6y8Fy3a4sL6CST478hJMV1a5iEcN7t { width:10.6875rem;height:0;top:6.3125rem;left:3.4375rem;font-size:0.8125rem;z-index:15023;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K9i5i4q4u6OCAFkA1uSNxxvXrN40Ft1i { top:5.0625rem;left:0.625rem;width:2.6875rem;height:2.6875rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cRUbzoiG5Ku1F2daJK0rNuduUhkasQJk { width:9.375rem;height:9.375rem;top:0.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxJXO3vSpWJNXGzP2moriOW3lBbUDJQC { width:9.375rem;height:2.8125rem;top:2.79248046875rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kA9BEqobBSSWc28rH0An0rNQzBX2N4uz { display:block; }
 }@media only screen and (max-width: 763px) { #t3cPOCIdNRfXrcsTqsFAz6ZHL877Fl48 { width:4.5625rem;height:4.5625rem;top:6.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9HaUtlDy4gQS75S7plcXTxTntu32rVT { width:9.375rem;height:2.8125rem;top:2.8681640625rem;left:10.625rem;font-size:0.9375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #sMR2N2VWvXAJoWNmhF6b4p2c7ZRTwCUL { display:block; }
 }@media only screen and (max-width: 763px) { #EsGIiPCAktdZeN8fgm3QoxVgWEaNFN9E { width:20rem;height:0;top:34.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.310625rem;padding-bottom:0.351875rem;padding-left:0.310625rem;width:1.865rem;min-width:1.865rem;height:1.8925rem;font-size:1.408125rem;line-height:30.28px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.48625rem;height:0.748125rem;font-size:0.528125rem;line-height:11.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 { display:flex;width:13.9375rem;height:3.564375rem;top:43.625rem;left:6.29296875rem;padding-top:0.403125rem;padding-right:0.446875rem;padding-bottom:0.403125rem;padding-left:0.446875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #AnsH5dBnbQqmOEzElbTlcV4nBaWH4Iff { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #gFRkTUh5rldq5cUm1lLoolPFylZkQiuR {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #fUehrb0bZTW442syts4A4z3uifrdqP9U {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #dP5y6oLmAXdcGxfDz8wS6ECOe7Xb84HL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #TIDK32O3HbZCT7SI573TqczpB4y2bk6J {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #LqgPaQC7NPnBA3HITVrmNDia7NsmJEBx {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #I0wXO4vZFkMHIL2SRkbNBJDhSsyKSIxs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #fNEiNtWQT0yoFdz28ggDF7JN6SEnDQmn {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #T9Rux90F9xCGoq9DPz7HdBccMpSeETuT {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #yaX6TcGLFFHD5WwCFIkkMQ6uEe0ggfrD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #SZnXUEVU9zHWRKs2qaJ1zUT13q00GKH3 {  }
 }@media only screen and (max-width: 763px) { #Q4ycWkQQ2CKpOCoCWT0aaIpCNT9owXS6 #VgRIe9LwwBdlvtKiOng9iJGRo7IsBWOS {  }
 }@media only screen and (max-width: 763px) { #tNXq1BQpC8vDTlwya3tzarFl8TRlzfTR { width:10.0625rem;height:1.166666625rem;top:0.953125rem;left:10.625rem;font-size:0.9375rem;z-index:15023;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }