.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:218,231,242;--color-primary-1:131,175,211;--color-primary-2:6,94,166;--color-primary-3:3,47,83;--color-primary-4:1,14,25;--color-secondary-0:227,244,231;--color-secondary-1:170,223,184;--color-secondary-2:113,201,136;--color-secondary-3:34,160,56;--color-secondary-4:19,165,56;--color-tertiary-0:255,255,255;--color-tertiary-1:163,196,223;--color-tertiary-2:102,157,201;--color-tertiary-3:6,94,166;--color-tertiary-4:0,91,165;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@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:rgba(var(--color-tertiary-0),1);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); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { position:relative;display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { background-color: transparent; background-image: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { border-width: 0; border-radius: 0; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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:7.5rem;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; }#cpA52TkrITT2HxhPx1BiO1hLmTcaykOo { 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:3.68706875rem;width:16.5625rem;top:1.8109810352326rem;left:3.6295566558838rem;overflow:hidden;display:block; }
#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/909a5e04-520c-4c0e-b331-51f7e94f2775/kopia5100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.adaptive-delivery-prevent-bg, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyload, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyloading { background-image: none; }#KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { position:absolute;display:block;z-index:14999;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-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:14.75rem;width:31.1875rem;top:3.6866331100464rem;left:5.341796875rem;display:block; }
#ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { position:absolute;display:block;z-index:14998;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-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.9375rem;width:31.1875rem;top:13.712023735046rem;left:5.341796875rem;display:block; }
#xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { color:rgba(var(--color-tertiary-0),1);display:block;width:27.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:6.1100263595581rem;left:7.1527786254881rem;height:9.8990625rem;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; }
#pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { color:rgba(var(--color-primary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:19.685330867768rem;left:7.1527786254881rem;height:4.04948125rem;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; }
#JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { 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:7.875rem;width:15.3125rem;display:none; }
#xwGwr9LC7TImUKed42uPMJ9mTWQi9kXo { position:absolute;display:block;z-index:14998;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-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.9375rem;width:31.1875rem;top:13.712023735046rem;left:5.341796875rem;display:none; }
#Iz0rFykbQbmZuUzXNA1elWgTi354TbDc { 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:3.68706875rem;width:16.5625rem;top:21.031901836395rem;left:34.713542938233rem;overflow:hidden;display:none; }
#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { position:relative;display:block; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { background-color: transparent; background-image: none; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container > .video-iframe-container { display: none; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row > .video-iframe-container { display: none; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { border-width: 0; border-radius: 0; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .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; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .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.0625rem;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; }#BHmHrxzPWWU7HqIAAIgi1d4JyBbhqo2U { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#CNCNhKaJnmH7AySn9BuoKkyECuWDJ4s1 { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#PKIk3rspuDnWvSey46TTdKyJT5sGJdfb { color:#015aa9;display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.578125rem;left:5.5598945617676rem;height:10.15625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lyt5fB8yCgd77t8G1GcGu53cGkqlzQx3 { background-color:#13a538;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.0623125rem;height:3.31163125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.590930938721rem;left:23.058811187744rem;display:block; }
#T5cVGxPBvkaR7l6Fgwa50usNBSCmAyBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { position:relative;display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { background-color: transparent; background-image: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { border-width: 0; border-radius: 0; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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:55.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; }#X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:41.875rem;width:75rem;top:11.185981273651rem;left:0rem;display:block; }
#ITUclR26DKunFC1efkaXKMVf6bTqffBv { position:absolute;display:block;z-index:15001;background-color:#015aa9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:19.375rem;width:39.9370625rem;top:2.5748696327209rem;left:0rem;display:block; }
#XJhBIJmRVhqp5IRESoT21bMzC0RnrofC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3522129058838rem;left:2.0670566558838rem;height:2.24935rem;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; }
#CthR31vl6ygmCd2erlNh4HtwIRf2NXag { color:rgba(var(--color-tertiary-0),1);display:block;width:30.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.6004791259762rem;left:2.0638027191162rem;height:2.0247375rem;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; }
#nmOCzy0FyEAGhT9Py8gHUWNzccoIbFod { position:absolute;display:block;z-index:15002;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(143,144,146,0.75) ;height:41.875rem;width:10.5625rem;top:11.185981750488rem;left:0rem;display:block; }
#FDSrAWZtiCnTrmFRXxG0azAus8p95N0o { color:#2a2a2a;display:block;width:39.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.657335281372rem;left:12.498916625976rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#DlOLhoPGLq6IAtUkW3e2Vl0nu7CGhHh5 { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15011;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.853733062744rem;left:2.0638027191162rem;display:block; }
#r81Jhuvc7E3VZyaKiPIfbhg3UFTwg7lh { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15013;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:2.0625rem;display:block; }
#R6Ap4fnBheNburUUH3eGEnRXc2F1EqRn { color:#2a2a2a;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.625rem;left:12.5rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#kwP0qZ7HsnAmKBsS6f1EKbWCsxc2rVTs { color:#2a2a2a;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.125rem;left:12.5rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#ZDe3MAzi0BOcrIqRvPFIvwgGXWFSkcuK { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15015;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:2.0625rem;display:block; }
#CoQho4uZgs9TM72Ttu1zzx73H0XS3VRv { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15017;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.874567508698rem;left:2.0616321563721rem;display:block; }
#WwRgy7PpKsWb5tOUKVR35RXro2QunuTF { color:#2a2a2a;display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.686850070953rem;left:12.5rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#G0dlya8FMBUG2140vvx6c5TN4WfCL1NS { color:#2a2a2a;display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39.0625rem;left:12.5rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#gKkTpmBNoPXgH1kTepgsw0BxFr20CBeh { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15017;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.25rem;left:2.0625rem;display:block; }
#SZrrzKlr4xcNt4WRocLRNrRktl8l2fI9 { color:#2a2a2a;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:45.5625rem;left:12.5rem;height:5.60546875rem;text-align:left;text-align-last:left;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; }
#EsTLHrT1Fu59aJpaNG8nQUWf0RtJbnWc { 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:4.375rem;width:3.8125rem;top:12.657337188721rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#SgIKqvgofTOORAhcMeTwHXOmEa39KNG3 { 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:4.125rem;width:4.375rem;top:19.305556297302rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#TF0l0da9mSsNfWlf46nS6WbHmx83Lur6 { 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:4.375rem;width:4.1875rem;top:25.717230796814rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#FmLiGv6MpVBKXJhN7q2iQ3v2DXOXb5q3 { 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:4.375rem;width:4.1875rem;top:32.367623329162rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#uoRNzeTTtHhXFnRMiTGTAUo2x6lxHqbf { 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.375rem;width:4.1875rem;top:39.062502861023rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#ZQbWIGMoyFotk3NBWb5rWinBNQgUPMph { 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:4.125rem;width:4.375rem;top:46.177302360534rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { position:relative;display:block; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { background-color: transparent; background-image: none; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container > .video-iframe-container { display: none; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row > .video-iframe-container { display: none; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { border-width: 0; border-radius: 0; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .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; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .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:23.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:block; }#XKW4FHWBpVmhoKMIL0cOW7A2w219Ur6c { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:15.499125rem;width:75rem;top:5.1540842056274rem;left:0rem;display:block; }
#RbBKqyo4nJZGwHbvlioiJppylpw0tKP8 { background-color:#13a538;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:3.31055rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:14.5625rem;left:54.8125rem;display:block; }
#zlVXmD0VqRuFiLg5ng8Hnm8LgtdVoTGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOIIeM3zlqfv0s0M3DOoA62JuToOOvDe { background-color:#13a538;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:3.31055rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:14.5625rem;left:29.8125rem;display:block; }
#LdP9tQEQdWKppJ4p9dfgAuGJv2s2fmvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QswTmfGhyStCWnF1MhVQhusIxrnmNAe1 { 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:4.375rem;width:4.0625rem;top:9.75rem;left:30rem;overflow:hidden;display:block; }
#zW9o5ceBeTuU1QSmMFgInaOo14TMD5bR { 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:4.375rem;width:4.1875rem;top:9.25rem;left:51.9375rem;overflow:hidden;display:block; }
#s1ZbIRfdNJp8sTn6wQzG47aK1HWkmSwK { color:#2a2a2a;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.75rem;left:34.375rem;height:3.73698125rem;display:block; }
#ULoGBeLgOspf1ayOe9EMrWCCJ6yTGhBE { color:#2a2a2a;display:block;width:12.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:9.5625rem;left:57.3125rem;height:3.73698125rem;display:block; }
#ucbz2DiFALxKt0ebJ7pkON7UssnkgQdI { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.375rem;width:75rem;top:0.875rem;left:0rem;display:block; }
#QkNTqDmw3sCcr1N0X7DXAgKOJcrxnX3W { color:#2a2a2a;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.125rem;height:3.73698125rem;display:block; }
#lgpaZBm0FuTpPQVnGRUlqkpHzlqJ5Uf3 { background-color:#13a538;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:3.31163125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.5625rem;left:6.125rem;display:block; }
#ZNrvJsoEozw3cUVtwzEMEAwaPpKCWoi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzMqbPtJTOSpSsPu1qxsaNvMT6OlBwyN { 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:3.9375rem;width:4.375rem;top:9.5625rem;left:5.1875rem;overflow:hidden;display:block; }
#dXGmqSL2yJFyRocMMAvmU7h5tnp4pJCI { color:rgba(var(--color-tertiary-0),1);display:block;width:49.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.25rem;left:10.125rem;height:1.875rem;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;text-align:center;text-align-last:center;display:block; }
#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv { position:relative;display:block; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv { background-color: transparent; background-image: none; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .row .container > .video-iframe-container { display: none; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .row > .video-iframe-container { display: none; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv { border-width: 0; border-radius: 0; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .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; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .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:43.9375rem;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; }#fd6CEwiTW8WOCDRp4BWMgJTUu8ik4SRm { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#u5zG0Co2HTx5yyocFZkGLuFRreNImZO7 { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#Dct2QiBXy8PkKydyhigdpAru5JPpu1X5 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:30rem;width:75rem;top:11.185981750488rem;left:0rem;display:block; }
#M4JIgoQtOwh4UWutEXcT3AUqkseHF6ek { position:absolute;display:block;z-index:15001;background-color:#13a538;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:19.375rem;width:39.9370625rem;top:2.5748696327209rem;left:0rem;display:block; }
#TkeyJzJJ2dOhXhPPDz1CmL2lXDZpdtMx { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3511276245117rem;left:2.0659713745117rem;height:4.4987rem;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; }
#QKh0kWFViT5EbNi6KuzlLN4JZQ8f6bJX { position:absolute;display:block;z-index:15002;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(143,144,146,0.75) ;height:30rem;width:10.5625rem;top:11.185981750488rem;left:0rem;display:block; }
#duklycylymZ52RdwBSBeheGc0ApmLl3G { color:#2a2a2a;display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.657333374024rem;left:12.498916625976rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#JQTPbf7vMwWcOHfkf1rVMXq9mPF7mqAr { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15011;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.853733062744rem;left:2.0638027191162rem;display:block; }
#pToCN5nhP1f47HBJPxuS1Mv9giLr1dMo { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15013;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:2.0625rem;display:block; }
#SwRS3famTaxyMxOzKnu61bNI7JGpTSJw { color:#2a2a2a;display:block;width:56.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.150825500488rem;left:12.498916625976rem;height:1.8684875rem;text-align:left;text-align-last:left;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; }
#T14sXBCgmneub4pfZtySk7eVDR15qilI { color:#2a2a2a;display:block;width:56.186rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.783409118653rem;left:12.498916625976rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#bJuAm5MKSxGUNmtEvH02iWp0s36Pbds8 { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15015;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:2.0625rem;display:block; }
#R5ZwyLl18y7ruC6dJh3SBI0lqE9kHAll { color:#2a2a2a;display:block;width:60.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.936201274395rem;left:12.498916625976rem;height:5.60546875rem;text-align:left;text-align-last:left;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; }
#xv8UTCvkO5Ohpxobp1PGbz9XHRhSTRmW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.375rem;top:12.65625rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#QlemodRkZNS9vKwx4g2Z7KLJLTpG9aCi { 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:4.375rem;width:4.25rem;top:18.896484375rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#b350zIQ90WZCFNtx7BJwQx43rlFMLJnF { 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:4.375rem;width:4rem;top:26.314021587372rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#nMsG4A0T0PCdVoDpzon7KEPsAVKGh1vs { 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:4.375rem;width:4.1875rem;top:33.551433086395rem;left:3.0913619995117rem;overflow:hidden;display:block; }
#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { position:relative;display:block; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { background-color: transparent; background-image: none; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container > .video-iframe-container { display: none; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row > .video-iframe-container { display: none; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { border-width: 0; border-radius: 0; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .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; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .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:34.9375rem;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; }#faLoudRK5OqHkzn6GNgoX0frFPZa5UXZ { position:absolute;display:block;z-index:14999;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:25.625rem;width:75rem;top:1.9672241210938rem;left:0rem;display:block; }
#MoLVxTO56ftlhc0fRVnzlo4orCDB2d1q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#ZtA0fTIUvAUW8Dd2SXlANbdLGkeJzKON { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#Nyo7FgplZPtxnD7uXT9tnZJ0eeoCQAqb { color:#015aa9;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0147571563721rem;left:5.810546875rem;height:6.0112875rem;text-align:left;text-align-last:left;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; }
#X0xPF8goxsvfTHp2RuHNqBPbNlFrhmvM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.875rem;left:10.75rem;height:2.03125rem;display:block; }
#hJcL97nngT76FLfuSLLvnpkNEFTFkw2q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93728125rem;width:2.99913125rem;top:12.995876312256rem;left:6.4984817504881rem;overflow:hidden;display:block; }
#NUlHyklHOhZs3xfDKrMGsVsfTdlkpxKd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:15.169271469116rem;left:10.748699188233rem;height:1.462675rem;display:block; }
#ZksJ5N7644JzOmg0Q3FME81LCkFHumG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.9375rem;left:10.75rem;height:2.03125rem;display:block; }
#TCn6qo8aT7gIQp89ffNy0TltrekT2eiz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:22.1875rem;left:10.75rem;height:2.03125rem;display:block; }
#vc2PUHTm6AEIdS7lVOMdmWr2z8Mvlpm7 { 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:3.06206875rem;width:3.62413125rem;top:19.937067031861rem;left:6.1838111877441rem;overflow:hidden;display:block; }
#VSVnD0lL6NIp9dT1WTPUT1SWFWeUNC6a { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.218751907349rem;left:10.748699188233rem;height:1.54296875rem;display:block; }
#ev80FD8woHMKZgmMIC6pOPk6tusRLhUJ { background-color:#13a538;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.0623125rem;height:3.31055rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.472652435302rem;left:21.967231750488rem;display:block; }
#Lvf0EqreEu98WavEpLhRaGEIOTxLCzTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mlSTpe9hQtAsgkEcwISAtAau5Qm68TXV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:25.4373125rem;width:34.9370625rem;top:2.0583763122559rem;left:40.062934875488rem;overflow:hidden;display:block; }
#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { position:relative;display:block; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { background-color: transparent; background-image: none; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container > .video-iframe-container { display: none; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row > .video-iframe-container { display: none; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { border-width: 0; border-radius: 0; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .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; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .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:54.1875rem;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; }#M26pmNqRLmGpf7Z9PWbSOdKxDV5PdD3F { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:27.375rem;width:23.125rem;top:15.1875rem;left:0rem;display:block; }
#U21E8SI9NcbUIZIV0zvOKxqCXXoz6D4F { color:rgba(var(--color-tertiary-0),1);display:block;width:18.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.4375rem;left:1.5625rem;height:3.45051875rem;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;text-align:left;text-align-last:left;display:block; }
#wLn4FJAZPLmG0Luk0Bk5bJK0Am2Jfu4U { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.375rem;width:23.125rem;top:8.875rem;left:0rem;display:block; }
#gGiaBbo9BWATMGmKgzMVRADTmvIDJTQl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#Vlo3ui1R0WMhXImKT9DyNrP0LUoLM6GK { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#U4WwbIWogwnz0wS7EUSd5KsM0boVgqRX { box-sizing:content-box;height:0.060763875rem;width:20rem;position:absolute;display:block;z-index:15013;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:1.5625rem;display:block; }
#rz2FvvOHc3y31fBMOtqDm35DksbHwd3r { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:1.6875rem;height:1.8684875rem;text-align:left;text-align-last:left;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; }
#OUCHw52Mza4yb08vFVpIJbFTTk1t6X3G { box-sizing:content-box;height:0.0596788125rem;width:20rem;position:absolute;display:block;z-index:15015;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:1.5625rem;display:block; }
#JFL4pvlqVnayD5Q68QkmviTunTr0knkO { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.9375rem;left:1.6875rem;height:5.60546875rem;text-align:left;text-align-last:left;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; }
#D0JBxvq1rwVShhW437huVhOAiu9KpxZE { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.0625rem;left:1.6875rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#AAK1FCcXbKTSweM7WnBsRTrdARCiFK3l { box-sizing:content-box;height:0.05859375rem;width:20rem;position:absolute;display:block;z-index:15016;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.1875rem;left:1.5625rem;display:block; }
#BLTpEcudAXmI9KoMurh5OhLO3n2DGHXG { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.1875rem;left:1.6875rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#UE15Dz3wpTfXM9RT4XD7CzfXkxGoz2Iz { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:20.25rem;width:23.125rem;top:15.25rem;left:25.9375rem;display:block; }
#SKfHaIdM9I1ApMBhTu5TPZR2nkSe9BPw { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.125rem;left:27.625rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#R25O9g20WdBus6u5qKwHBCWPBiDgnQ7m { box-sizing:content-box;height:0.0596788125rem;width:20rem;position:absolute;display:block;z-index:15025;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.875rem;left:27.5rem;display:block; }
#p6tJp0ySn7HqkEmEF7TN27ugzXTs4IIU { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22rem;left:27.625rem;height:5.60546875rem;text-align:left;text-align-last:left;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; }
#BIVTzChrpdFDzKf4Nd2hQvqLaETewUiD { box-sizing:content-box;height:0.060763875rem;width:20rem;position:absolute;display:block;z-index:15023;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:27.5rem;display:block; }
#SHwADVLy8OqLIhzeRMVDM83DGqAWP8Ji { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.375rem;width:23.125rem;top:8.9375rem;left:25.9375rem;display:block; }
#rgnW21CpKV5ICCoomaGwtlSd89bNztuX { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17rem;left:27.625rem;height:1.8684875rem;text-align:left;text-align-last:left;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; }
#G05vbcvz6yJnAmRzEqmvdJP2RSTdnnra { color:rgba(var(--color-tertiary-0),1);display:block;width:18.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:10.5rem;left:27.5rem;height:3.45051875rem;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;text-align:left;text-align-last:left;display:block; }
#d90NsJHlzD6BsgRNselFPeBMrukfSiVJ { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:13.5rem;width:23.125rem;top:15.25rem;left:51.875rem;display:block; }
#aMnZvX0JiINIEWn9uxQwD1PMMl70TD2L { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22rem;left:53.5625rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#dUeWs5mzFD4VUkIHLzwi6dcft2puWTwn { box-sizing:content-box;height:0.060763875rem;width:20rem;position:absolute;display:block;z-index:15033;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:53.4375rem;display:block; }
#af2PIi77uDdamMXNIOh8grsCxck3MciT { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.375rem;width:23.125rem;top:8.9375rem;left:51.875rem;display:block; }
#x4AWxAdOvePPwEWQiRT7DUPdtk1WzhkT { color:#2a2a2a;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17rem;left:53.5625rem;height:1.8684875rem;text-align:left;text-align-last:left;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; }
#XB9F906ddqBwzS6ta1hwFa24fZrT4rI2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:10.5rem;left:53.4375rem;height:3.45051875rem;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;text-align:left;text-align-last:left;display:block; }
#r5x4CHoBGlahuW4QXD2kdz7xGODX4Wtz { color:#015aa9;display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:45.5625rem;left:4.4375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqTEKkGrq9iPgTUdorMkUA4V4VpdnwkO { color:#015aa9;display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.0625rem;left:4.4672317504883rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E8ILVrAhlzK1mnc1HDZWEWEhKqob7WP3 { color:#015aa9;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0312509536743rem;left:13.935546875rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ { position:relative;display:block; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ { background-color: transparent; background-image: none; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .row .container > .video-iframe-container { display: none; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .row > .video-iframe-container { display: none; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ { border-width: 0; border-radius: 0; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .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; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .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:98.9375rem;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; }#eWwPcLsIHETa9ATZTfobXa3K0SBQVbGh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#yMVo8HXGoGdmTU2HgJskoo6Dpdeh2rok { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#yFQeUXcG5CG1thVJcsTqIUNerPEGANqh { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:83.25rem;width:75rem;top:10.812068939209rem;left:0rem;display:block; }
#hMQ2PsdSxDAk2wyMsfBHoGufefqWa5xi { position:absolute;display:block;z-index:15001;background-color:#13a538;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:17.3125rem;width:39.9375rem;top:4.5737853050232rem;left:0rem;display:block; }
#VQmHt0DxT37V0WrWuP2kcclUlX7hBlkD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.2250423431396rem;left:2.0638027191162rem;height:2.69965rem;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; }
#rtJ3E07vxyDCTrxt7gGLwrCld0REm6f8 { color:#015aa9;display:block;width:39.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.043620824814rem;left:9.375rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#W02AsRJ4uZnJ3DZuKz8nccztdNudUA4q { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15011;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.853733062744rem;left:2.0638027191162rem;display:block; }
#CHhERMGrQTVnF86DT7CVT0F21g5rmCPz { color:#015aa9;display:block;width:56.186rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.094619750976rem;left:9.375rem;height:1.8684875rem;text-align:left;text-align-last:left;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; }
#s5zDo3LtVnJp9I4ZRaArkx7wsCGeg3KB { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15015;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.435981750488rem;left:2.0616321563721rem;display:block; }
#DagLFdFDPZ1pUXsBaLes72qlGRZxIRyR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.337239980698rem;left:3.0891933441162rem;overflow:hidden;display:block; }
#TToLFkLoIapDbaZzdn75MWUIC9TzmTnb { 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:4.375rem;width:4.375rem;top:26.841363906861rem;left:3.0891933441162rem;overflow:hidden;display:block; }
#vrJWDu1C9szqn0fdf4CQ763rCmoUHa0A { color:#2a2a2a;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.651693105698rem;left:3.0891933441162rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#ODcSVHI33XiursermTeA03eGHaSxqqfI { color:#2a2a2a;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.668621063233rem;left:3.0891933441162rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#Lp19pridfcF5PtIrlv79PRfZveuRxP0Q { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15019;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.875rem;left:2.0625rem;display:block; }
#NlEORiqAV2PLFSaykyLV5DNL9ENEh0QC { color:#2a2a2a;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:47.125rem;left:3.0625rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#DomgXiqLfwcoTqh9Tcd6h6HO9w7QcshH { color:#015aa9;display:block;width:56.186rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.5625rem;left:9.375rem;height:1.8684875rem;text-align:left;text-align-last:left;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; }
#wuEcblspQzzfcA299G7UI4sEKOQfaDd0 { 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:4.375rem;width:4.375rem;top:40.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#VI7b0R20XO70yFvvG8iclPS67tTfpmtw { color:#2a2a2a;display:block;width:41.75rem;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:61.061851501465rem;left:3.0620651245117rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#xJFilyWk6lxun7bwTCdaowghNPgGwDDo { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15023;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.811851501465rem;left:2.0616321563721rem;display:block; }
#TXQDVaP84r31fOwslcnFhOpBRUaH5URD { color:#015aa9;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:55.499784469604rem;left:9.375rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#latZV7MVNlrbcWTA2MxCL3aFFFEyFCLy { 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:4.375rem;width:4.375rem;top:54.249784469604rem;left:3.0620651245117rem;overflow:hidden;display:block; }
#IvxaZRJUINVkKMT75NQo1cBWaD2VRzpL { color:#2a2a2a;display:block;width:64.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:74.9375rem;left:3.0625rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#D7F5x2mtORK34uUex6m8UXToe6mfNEqO { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15027;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.6875rem;left:2.0625rem;display:block; }
#L6uiNx4JepW1A03NtO2eRyierddNJds8 { color:#015aa9;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:69.375rem;left:9.375rem;height:1.8684875rem;text-align:left;text-align-last:left;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; }
#Eo21PsAlVaoD7FeGdM1a5QLWgZITqsqz { 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:4.375rem;width:4.375rem;top:68.125rem;left:3.0625rem;overflow:hidden;display:block; }
#N4mHPNoZqaRnaOEuT7WaT6ETxWbvFfDT { color:#015aa9;display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:84.125rem;left:9.375rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#Wg9DlLi9Lm92VEJk4sR9NA21uTDQBpm3 { box-sizing:content-box;height:0.0618489375rem;width:68.75rem;position:absolute;display:block;z-index:15031;background-color:#8e9090;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.4375rem;left:2.0625rem;display:block; }
#JlzxbMcEAFglHlWbQ4Xc42Toro2OFG5X { color:#2a2a2a;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:89.6875rem;left:3.0625rem;height:3.73698125rem;text-align:left;text-align-last:left;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; }
#OWhVRmUwhAGA9edGbeEexPKUORHAvoo3 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:83.804258346556rem;left:3.0891933441162rem;overflow:hidden;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#575756;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.2999125rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#575756;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:50.6875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#575756;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:60.8125rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpA52TkrITT2HxhPx1BiO1hLmTcaykOo { width:16.5625rem;height:3.68706875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { top:3.625rem;left:0rem;width:31.1875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { top:13.6875rem;left:0rem;width:31.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { top:6.0625rem;left:0rem;width:27.5rem;height:9.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { top:19.625rem;left:0rem;width:24.375rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { width:15.3125rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwGwr9LC7TImUKed42uPMJ9mTWQi9kXo { top:13.6875rem;left:0rem;width:31.1875rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iz0rFykbQbmZuUzXNA1elWgTi354TbDc { width:16.5625rem;height:3.68706875rem;top:21rem;left:21.088542938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { display:block; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHmHrxzPWWU7HqIAAIgi1d4JyBbhqo2U { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNCNhKaJnmH7AySn9BuoKkyECuWDJ4s1 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKIk3rspuDnWvSey46TTdKyJT5sGJdfb { top:2.5625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyt5fB8yCgd77t8G1GcGu53cGkqlzQx3 { width:31rem;height:3.25rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5cVGxPBvkaR7l6Fgwa50usNBSCmAyBT { display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { top:11.125rem;left:0rem;width:47.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITUclR26DKunFC1efkaXKMVf6bTqffBv { top:2.5625rem;left:0rem;width:39.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJhBIJmRVhqp5IRESoT21bMzC0RnrofC { top:4.3125rem;left:0rem;width:30.375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CthR31vl6ygmCd2erlNh4HtwIRf2NXag { top:6.5625rem;left:0rem;width:30.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOCzy0FyEAGhT9Py8gHUWNzccoIbFod { top:11.125rem;left:0rem;width:10.5625rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDSrAWZtiCnTrmFRXxG0azAus8p95N0o { top:12.625rem;left:0rem;width:39.25rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlOLhoPGLq6IAtUkW3e2Vl0nu7CGhHh5 { top:17.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #r81Jhuvc7E3VZyaKiPIfbhg3UFTwg7lh { top:24.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #R6Ap4fnBheNburUUH3eGEnRXc2F1EqRn { top:19.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwP0qZ7HsnAmKBsS6f1EKbWCsxc2rVTs { top:26.125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe3MAzi0BOcrIqRvPFIvwgGXWFSkcuK { top:31.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CoQho4uZgs9TM72Ttu1zzx73H0XS3VRv { top:37.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WwRgy7PpKsWb5tOUKVR35RXro2QunuTF { top:32.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0dlya8FMBUG2140vvx6c5TN4WfCL1NS { top:39.0625rem;left:0rem;width:46.375rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKkTpmBNoPXgH1kTepgsw0BxFr20CBeh { top:44.25rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SZrrzKlr4xcNt4WRocLRNrRktl8l2fI9 { top:45.5rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTLHrT1Fu59aJpaNG8nQUWf0RtJbnWc { width:3.8125rem;height:4.375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIKqvgofTOORAhcMeTwHXOmEa39KNG3 { width:4.375rem;height:4.125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0l0da9mSsNfWlf46nS6WbHmx83Lur6 { width:4.1875rem;height:4.375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmLiGv6MpVBKXJhN7q2iQ3v2DXOXb5q3 { width:4.1875rem;height:4.375rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoRNzeTTtHhXFnRMiTGTAUo2x6lxHqbf { width:4.1875rem;height:4.375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbWIGMoyFotk3NBWb5rWinBNQgUPMph { width:4.375rem;height:4.125rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { display:block; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKW4FHWBpVmhoKMIL0cOW7A2w219Ur6c { top:5.125rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbBKqyo4nJZGwHbvlioiJppylpw0tKP8 { width:15.3125rem;height:3.25rem;top:14.5625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlVXmD0VqRuFiLg5ng8Hnm8LgtdVoTGq { display:block; }
 }@media only screen and (max-width: 763px) { #cOIIeM3zlqfv0s0M3DOoA62JuToOOvDe { width:15.3125rem;height:3.25rem;top:14.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdP9tQEQdWKppJ4p9dfgAuGJv2s2fmvC { display:block; }
 }@media only screen and (max-width: 763px) { #QswTmfGhyStCWnF1MhVQhusIxrnmNAe1 { width:4.0625rem;height:4.375rem;top:9.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW9o5ceBeTuU1QSmMFgInaOo14TMD5bR { width:4.125rem;height:4.3099266379587rem;top:9.25rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ZbIRfdNJp8sTn6wQzG47aK1HWkmSwK { top:9.75rem;left:20.75rem;width:10.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULoGBeLgOspf1ayOe9EMrWCCJ6yTGhBE { top:9.5625rem;left:35.1875rem;width:12.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucbz2DiFALxKt0ebJ7pkON7UssnkgQdI { top:0.875rem;left:0rem;width:47.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkNTqDmw3sCcr1N0X7DXAgKOJcrxnX3W { top:9.5625rem;left:0rem;width:12.9375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgpaZBm0FuTpPQVnGRUlqkpHzlqJ5Uf3 { width:15.3125rem;height:3.25rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrvJsoEozw3cUVtwzEMEAwaPpKCWoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #XzMqbPtJTOSpSsPu1qxsaNvMT6OlBwyN { width:4.375rem;height:3.93663125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXGmqSL2yJFyRocMMAvmU7h5tnp4pJCI { top:2.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv { display:block; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fd6CEwiTW8WOCDRp4BWMgJTUu8ik4SRm { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5zG0Co2HTx5yyocFZkGLuFRreNImZO7 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dct2QiBXy8PkKydyhigdpAru5JPpu1X5 { top:11.125rem;left:0rem;width:47.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4JIgoQtOwh4UWutEXcT3AUqkseHF6ek { top:2.5625rem;left:0rem;width:39.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkeyJzJJ2dOhXhPPDz1CmL2lXDZpdtMx { top:4.3125rem;left:0rem;width:28.625rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKh0kWFViT5EbNi6KuzlLN4JZQ8f6bJX { top:11.125rem;left:0rem;width:10.5625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #duklycylymZ52RdwBSBeheGc0ApmLl3G { top:12.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQTPbf7vMwWcOHfkf1rVMXq9mPF7mqAr { top:17.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pToCN5nhP1f47HBJPxuS1Mv9giLr1dMo { top:24.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SwRS3famTaxyMxOzKnu61bNI7JGpTSJw { top:20.125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T14sXBCgmneub4pfZtySk7eVDR15qilI { top:25.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJuAm5MKSxGUNmtEvH02iWp0s36Pbds8 { top:31.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #R5ZwyLl18y7ruC6dJh3SBI0lqE9kHAll { top:32.875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv8UTCvkO5Ohpxobp1PGbz9XHRhSTRmW { width:4.375rem;height:3.9375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlemodRkZNS9vKwx4g2Z7KLJLTpG9aCi { width:4.25rem;height:4.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b350zIQ90WZCFNtx7BJwQx43rlFMLJnF { width:4rem;height:4.375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMsG4A0T0PCdVoDpzon7KEPsAVKGh1vs { width:4.1875rem;height:4.375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { display:block; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faLoudRK5OqHkzn6GNgoX0frFPZa5UXZ { top:1.9375rem;left:0rem;width:47.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLVxTO56ftlhc0fRVnzlo4orCDB2d1q { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtA0fTIUvAUW8Dd2SXlANbdLGkeJzKON { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nyo7FgplZPtxnD7uXT9tnZJ0eeoCQAqb { top:4rem;left:0rem;width:29.8125rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0xPF8goxsvfTHp2RuHNqBPbNlFrhmvM { top:12.8125rem;left:0rem;width:17.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJcL97nngT76FLfuSLLvnpkNEFTFkw2q { width:2.9375rem;height:2.8769209989976rem;top:12.9375rem;left:1.9359817504882rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUlHyklHOhZs3xfDKrMGsVsfTdlkpxKd { top:15.125rem;left:0rem;width:17.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZksJ5N7644JzOmg0Q3FME81LCkFHumG3 { top:19.9375rem;left:0rem;width:17.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCn6qo8aT7gIQp89ffNy0TltrekT2eiz { top:22.1875rem;left:0rem;width:17.875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2PUHTm6AEIdS7lVOMdmWr2z8Mvlpm7 { width:3.5625rem;height:3.0099958222746rem;top:19.875rem;left:1.6213111877441rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSVnD0lL6NIp9dT1WTPUT1SWFWeUNC6a { top:24.1875rem;left:0rem;width:17.875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev80FD8woHMKZgmMIC6pOPk6tusRLhUJ { width:31rem;height:3.25rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvf0EqreEu98WavEpLhRaGEIOTxLCzTB { display:block; }
 }@media only screen and (max-width: 763px) { #mlSTpe9hQtAsgkEcwISAtAau5Qm68TXV { width:34.875rem;height:25.392125438065rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { display:block; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M26pmNqRLmGpf7Z9PWbSOdKxDV5PdD3F { top:15.1875rem;left:0rem;width:23.125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21E8SI9NcbUIZIV0zvOKxqCXXoz6D4F { top:10.4375rem;left:0rem;width:18.5625rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLn4FJAZPLmG0Luk0Bk5bJK0Am2Jfu4U { top:8.875rem;left:0rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGiaBbo9BWATMGmKgzMVRADTmvIDJTQl { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vlo3ui1R0WMhXImKT9DyNrP0LUoLM6GK { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4WwbIWogwnz0wS7EUSd5KsM0boVgqRX { top:20.125rem;left:0rem;width:20rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rz2FvvOHc3y31fBMOtqDm35DksbHwd3r { top:16.9375rem;left:0rem;width:19.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUCHw52Mza4yb08vFVpIJbFTTk1t6X3G { top:28.8125rem;left:0rem;width:20rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JFL4pvlqVnayD5Q68QkmviTunTr0knkO { top:21.9375rem;left:0rem;width:19.6875rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0JBxvq1rwVShhW437huVhOAiu9KpxZE { top:30.0625rem;left:0rem;width:19.6875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAK1FCcXbKTSweM7WnBsRTrdARCiFK3l { top:35.1875rem;left:0rem;width:20rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BLTpEcudAXmI9KoMurh5OhLO3n2DGHXG { top:36.1875rem;left:0rem;width:19.6875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE15Dz3wpTfXM9RT4XD7CzfXkxGoz2Iz { top:15.25rem;left:8.625rem;width:23.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKfHaIdM9I1ApMBhTu5TPZR2nkSe9BPw { top:30.125rem;left:12.0625rem;width:19.6875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R25O9g20WdBus6u5qKwHBCWPBiDgnQ7m { top:28.875rem;left:11.75rem;width:20rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #p6tJp0ySn7HqkEmEF7TN27ugzXTs4IIU { top:22rem;left:12.0625rem;width:19.6875rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIVTzChrpdFDzKf4Nd2hQvqLaETewUiD { top:20.1875rem;left:11.75rem;width:20rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SHwADVLy8OqLIhzeRMVDM83DGqAWP8Ji { top:8.9375rem;left:8.625rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgnW21CpKV5ICCoomaGwtlSd89bNztuX { top:16.9375rem;left:12.0625rem;width:19.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G05vbcvz6yJnAmRzEqmvdJP2RSTdnnra { top:10.5rem;left:13.1875rem;width:18.5625rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d90NsJHlzD6BsgRNselFPeBMrukfSiVJ { top:15.25rem;left:24.5rem;width:23.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMnZvX0JiINIEWn9uxQwD1PMMl70TD2L { top:21.9375rem;left:27.9375rem;width:19.6875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUeWs5mzFD4VUkIHLzwi6dcft2puWTwn { top:20.1875rem;left:27.625rem;width:20rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #af2PIi77uDdamMXNIOh8grsCxck3MciT { top:8.9375rem;left:24.5rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4AWxAdOvePPwEWQiRT7DUPdtk1WzhkT { top:17rem;left:27.9375rem;width:19.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB9F906ddqBwzS6ta1hwFa24fZrT4rI2 { top:10.5rem;left:31.75rem;width:15rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5x4CHoBGlahuW4QXD2kdz7xGODX4Wtz { top:45.5625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTEKkGrq9iPgTUdorMkUA4V4VpdnwkO { top:0.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ILVrAhlzK1mnc1HDZWEWEhKqob7WP3 { top:3rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ { display:block; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWwPcLsIHETa9ATZTfobXa3K0SBQVbGh { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMVo8HXGoGdmTU2HgJskoo6Dpdeh2rok { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFQeUXcG5CG1thVJcsTqIUNerPEGANqh { top:10.75rem;left:0rem;width:47.75rem;height:83.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMQ2PsdSxDAk2wyMsfBHoGufefqWa5xi { top:4.5625rem;left:0rem;width:39.9375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQmHt0DxT37V0WrWuP2kcclUlX7hBlkD { top:6.1875rem;left:0rem;width:28.5625rem;height:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJ3E07vxyDCTrxt7gGLwrCld0REm6f8 { top:13.0625rem;left:0rem;width:39.75rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W02AsRJ4uZnJ3DZuKz8nccztdNudUA4q { top:17.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CHhERMGrQTVnF86DT7CVT0F21g5rmCPz { top:28.0625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5zDo3LtVnJp9I4ZRaArkx7wsCGeg3KB { top:32.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DagLFdFDPZ1pUXsBaLes72qlGRZxIRyR { width:4.375rem;height:4.375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToLFkLoIapDbaZzdn75MWUIC9TzmTnb { width:4.375rem;height:4.375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrJWDu1C9szqn0fdf4CQ763rCmoUHa0A { top:19.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODcSVHI33XiursermTeA03eGHaSxqqfI { top:33.625rem;left:0rem;width:41.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp19pridfcF5PtIrlv79PRfZveuRxP0Q { top:45.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NlEORiqAV2PLFSaykyLV5DNL9ENEh0QC { top:47.125rem;left:0rem;width:41.6875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DomgXiqLfwcoTqh9Tcd6h6HO9w7QcshH { top:41.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuEcblspQzzfcA299G7UI4sEKOQfaDd0 { width:4.375rem;height:4.375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI7b0R20XO70yFvvG8iclPS67tTfpmtw { top:61rem;left:0rem;width:41.6875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJFilyWk6lxun7bwTCdaowghNPgGwDDo { top:59.75rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TXQDVaP84r31fOwslcnFhOpBRUaH5URD { top:55.4375rem;left:0rem;width:38.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #latZV7MVNlrbcWTA2MxCL3aFFFEyFCLy { width:4.375rem;height:4.375rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvxaZRJUINVkKMT75NQo1cBWaD2VRzpL { top:74.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7F5x2mtORK34uUex6m8UXToe6mfNEqO { top:73.6875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #L6uiNx4JepW1A03NtO2eRyierddNJds8 { top:69.375rem;left:0rem;width:38.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo21PsAlVaoD7FeGdM1a5QLWgZITqsqz { width:4.375rem;height:4.375rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mHPNoZqaRnaOEuT7WaT6ETxWbvFfDT { top:84.125rem;left:0rem;width:38.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg9DlLi9Lm92VEJk4sR9NA21uTDQBpm3 { top:88.4375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JlzxbMcEAFglHlWbQ4Xc42Toro2OFG5X { top:89.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWhVRmUwhAGA9edGbeEexPKUORHAvoo3 { width:4.375rem;height:4.375rem;top:83.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:43.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:37.0625rem;width:9.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cpA52TkrITT2HxhPx1BiO1hLmTcaykOo { width:16.5625rem;height:3.68706875rem;top:1.25rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { 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;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { width:20rem;height:9.3125rem;top:7.4142799377444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { width:20rem;height:6.4375rem;top:12.061632156372rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { width:16.7480625rem;height:3.16189375rem;top:8.3526477813719rem;left:1.1254342198372rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { width:17.5rem;height:2.847225rem;top:13.946397781372rem;left:1.2500000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { top:0rem;left:0rem;width:20rem;height:10.1248125rem;z-index:14997;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwGwr9LC7TImUKed42uPMJ9mTWQi9kXo { width:20rem;height:7.25rem;top:15.937501907349rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Iz0rFykbQbmZuUzXNA1elWgTi354TbDc { width:12.7495625rem;height:2.74956875rem;top:19.435765266419rem;left:1.1252171397209rem;display:block; }
 }@media only screen and (max-width: 763px) { #orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { display:block; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHmHrxzPWWU7HqIAAIgi1d4JyBbhqo2U { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CNCNhKaJnmH7AySn9BuoKkyECuWDJ4s1 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #PKIk3rspuDnWvSey46TTdKyJT5sGJdfb { width:17.5rem;height:17.9426875rem;top:2.7853736877441rem;left:1.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyt5fB8yCgd77t8G1GcGu53cGkqlzQx3 { width:18.9995625rem;height:3.24978125rem;top:22.112630844116rem;left:0.49913197755814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5cVGxPBvkaR7l6Fgwa50usNBSCmAyBT { display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { width:20rem;height:65.4375rem;top:8.5601158142087rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ITUclR26DKunFC1efkaXKMVf6bTqffBv { width:20rem;height:7.6875rem;top:3.3647994995117rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XJhBIJmRVhqp5IRESoT21bMzC0RnrofC { width:17.7495625rem;height:1.4236125rem;top:4.6365013122559rem;left:0.81271713972094rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CthR31vl6ygmCd2erlNh4HtwIRf2NXag { width:19.1873125rem;height:1.349825rem;top:6.0579433441162rem;left:0.81163197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOCzy0FyEAGhT9Py8gHUWNzccoIbFod { width:10.5625rem;height:41.875rem;top:104.28496231079rem;left:4.6875rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #FDSrAWZtiCnTrmFRXxG0azAus8p95N0o { width:13.75rem;height:5.52083125rem;top:10.174263000488rem;left:4.3177087903022rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlOLhoPGLq6IAtUkW3e2Vl0nu7CGhHh5 { width:20rem;height:0;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r81Jhuvc7E3VZyaKiPIfbhg3UFTwg7lh { width:20rem;height:0;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Ap4fnBheNburUUH3eGEnRXc2F1EqRn { width:15.686875rem;height:6.9010625rem;top:17.723524093628rem;left:4.3120663762093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwP0qZ7HsnAmKBsS6f1EKbWCsxc2rVTs { width:14.0625rem;height:9.6614375rem;top:26.5rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe3MAzi0BOcrIqRvPFIvwgGXWFSkcuK { width:20rem;height:0;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoQho4uZgs9TM72Ttu1zzx73H0XS3VRv { width:20rem;height:0;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwRgy7PpKsWb5tOUKVR35RXro2QunuTF { width:13.75rem;height:11.0416875rem;top:37.555773735046rem;left:4.3174913525581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0dlya8FMBUG2140vvx6c5TN4WfCL1NS { width:13.624125rem;height:5.52083125rem;top:50.860464096069rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKkTpmBNoPXgH1kTepgsw0BxFr20CBeh { width:20rem;height:0.124783125rem;top:77.437068939206rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZrrzKlr4xcNt4WRocLRNrRktl8l2fI9 { width:14.6875rem;height:12.421875rem;top:58.583988189698rem;left:4.3174913525581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTLHrT1Fu59aJpaNG8nQUWf0RtJbnWc { width:2.43706875rem;height:2.8125rem;top:10.173608779908rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIKqvgofTOORAhcMeTwHXOmEa39KNG3 { width:2.8125rem;height:2.625rem;top:17.723524749279rem;left:0.81271702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0l0da9mSsNfWlf46nS6WbHmx83Lur6 { width:2.6875rem;height:2.8125rem;top:26.499567687511rem;left:0.81271702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmLiGv6MpVBKXJhN7q2iQ3v2DXOXb5q3 { width:2.6875rem;height:2.8125rem;top:37.555773735046rem;left:0.81271702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoRNzeTTtHhXFnRMiTGTAUo2x6lxHqbf { width:2.6875rem;height:2.8125rem;top:58.582902908325rem;left:0.81271702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbWIGMoyFotk3NBWb5rWinBNQgUPMph { width:2.8125rem;height:2.6875rem;top:50.859378814698rem;left:0.81271702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { display:block; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKW4FHWBpVmhoKMIL0cOW7A2w219Ur6c { width:20rem;height:35.375rem;top:5.8441848754883rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RbBKqyo4nJZGwHbvlioiJppylpw0tKP8 { width:15.3125rem;height:3.25rem;top:34.96853518486rem;left:2.3437500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlVXmD0VqRuFiLg5ng8Hnm8LgtdVoTGq { display:block; }
 }@media only screen and (max-width: 763px) { #cOIIeM3zlqfv0s0M3DOoA62JuToOOvDe { width:15.3125rem;height:3.25rem;top:22.916450977326rem;left:2.3437500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdP9tQEQdWKppJ4p9dfgAuGJv2s2fmvC { display:block; }
 }@media only screen and (max-width: 763px) { #QswTmfGhyStCWnF1MhVQhusIxrnmNAe1 { width:4.0625rem;height:4.375rem;top:18.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW9o5ceBeTuU1QSmMFgInaOo14TMD5bR { width:4.125rem;height:4.3099266379587rem;top:29.433594465256rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ZbIRfdNJp8sTn6wQzG47aK1HWkmSwK { width:10.625rem;height:2.92535rem;top:19.3125rem;left:7.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULoGBeLgOspf1ayOe9EMrWCCJ6yTGhBE { width:12.561875rem;height:2.92535rem;top:30.12478518486rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ucbz2DiFALxKt0ebJ7pkON7UssnkgQdI { width:20rem;height:10.3125rem;top:1.0633687973023rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QkNTqDmw3sCcr1N0X7DXAgKOJcrxnX3W { width:10.625rem;height:2.92535rem;top:7.2949223518369rem;left:7.100694954395rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lgpaZBm0FuTpPQVnGRUlqkpHzlqJ5Uf3 { width:15.3125rem;height:3.25rem;top:11.625650882721rem;left:2.3437500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrvJsoEozw3cUVtwzEMEAwaPpKCWoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #XzMqbPtJTOSpSsPu1qxsaNvMT6OlBwyN { width:4.375rem;height:3.93663125rem;top:6.7903652191163rem;left:1.5928819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXGmqSL2yJFyRocMMAvmU7h5tnp4pJCI { width:16.8120625rem;height:2.847225rem;top:2.0030384063721rem;left:1.5928819775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv { display:block; }#NXTN0ZRpmC9aE1FuSIQzJvrbAKP4S9hv > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fd6CEwiTW8WOCDRp4BWMgJTUu8ik4SRm { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u5zG0Co2HTx5yyocFZkGLuFRreNImZO7 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Dct2QiBXy8PkKydyhigdpAru5JPpu1X5 { width:20rem;height:37.9375rem;top:6.875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #M4JIgoQtOwh4UWutEXcT3AUqkseHF6ek { width:20rem;height:19.375rem;top:2rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TkeyJzJJ2dOhXhPPDz1CmL2lXDZpdtMx { width:14.625rem;height:2.847225rem;top:3.4375rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKh0kWFViT5EbNi6KuzlLN4JZQ8f6bJX { width:10.5625rem;height:30rem;top:103.87587036133rem;left:4.6875rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #duklycylymZ52RdwBSBeheGc0ApmLl3G { width:13.8748125rem;height:6.9010625rem;top:8.2356777191163rem;left:4.3750002980232rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQTPbf7vMwWcOHfkf1rVMXq9mPF7mqAr { width:20rem;height:0;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pToCN5nhP1f47HBJPxuS1Mv9giLr1dMo { width:20rem;height:0;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRS3famTaxyMxOzKnu61bNI7JGpTSJw { width:14.375rem;height:4.140625rem;top:16.678384780884rem;left:4.3750002980232rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T14sXBCgmneub4pfZtySk7eVDR15qilI { width:15.374375rem;height:8.28125rem;top:22.364367485046rem;left:4.3750002980232rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJuAm5MKSxGUNmtEvH02iWp0s36Pbds8 { width:20rem;height:0;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5ZwyLl18y7ruC6dJh3SBI0lqE9kHAll { width:15.186625rem;height:9.6614375rem;top:32.624132156372rem;left:4.3750002980232rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv8UTCvkO5Ohpxobp1PGbz9XHRhSTRmW { width:2.8125rem;height:2.5rem;top:8.2356777191163rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlemodRkZNS9vKwx4g2Z7KLJLTpG9aCi { width:2.6875rem;height:2.8125rem;top:16.677306175232rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #b350zIQ90WZCFNtx7BJwQx43rlFMLJnF { width:2.5625rem;height:2.8125rem;top:22.364367485046rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMsG4A0T0PCdVoDpzon7KEPsAVKGh1vs { width:2.6875rem;height:2.8125rem;top:32.810766220093rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { display:block; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faLoudRK5OqHkzn6GNgoX0frFPZa5UXZ { width:20rem;height:29.6875rem;top:6.3684896826744rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MoLVxTO56ftlhc0fRVnzlo4orCDB2d1q { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZtA0fTIUvAUW8Dd2SXlANbdLGkeJzKON { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Nyo7FgplZPtxnD7uXT9tnZJ0eeoCQAqb { width:17.686625rem;height:3.57421875rem;top:18.177301466465rem;left:1.1555990576744rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0xPF8goxsvfTHp2RuHNqBPbNlFrhmvM { width:13.061rem;height:1.462675rem;top:23.306425154209rem;left:3.6555989384651rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJcL97nngT76FLfuSLLvnpkNEFTFkw2q { width:2.8125rem;height:2.75rem;top:23.306425154209rem;left:0.46766501665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUlHyklHOhZs3xfDKrMGsVsfTdlkpxKd { width:16.311875rem;height:1.2999125rem;top:24.955730497837rem;left:3.6870663762093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZksJ5N7644JzOmg0Q3FME81LCkFHumG3 { width:12.8125rem;height:1.462675rem;top:28.981338560581rem;left:3.6870663762093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCn6qo8aT7gIQp89ffNy0TltrekT2eiz { width:10.4373125rem;height:1.62435rem;top:30.444011747837rem;left:3.6555989384651rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vc2PUHTm6AEIdS7lVOMdmWr2z8Mvlpm7 { width:2.8125rem;height:2.375rem;top:28.981338560581rem;left:0.43728297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSVnD0lL6NIp9dT1WTPUT1SWFWeUNC6a { width:13.2498125rem;height:1.38020625rem;top:32.040149748326rem;left:3.6555989384651rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ev80FD8woHMKZgmMIC6pOPk6tusRLhUJ { width:18.9985rem;height:3.2487rem;top:37.890626907349rem;left:0.50021702051162rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvf0EqreEu98WavEpLhRaGEIOTxLCzTB { display:block; }
 }@media only screen and (max-width: 763px) { #mlSTpe9hQtAsgkEcwISAtAau5Qm68TXV { width:20rem;height:14.561625rem;top:1.7632399201393rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { display:block; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M26pmNqRLmGpf7Z9PWbSOdKxDV5PdD3F { width:20rem;height:21.5625rem;top:19.033203125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U21E8SI9NcbUIZIV0zvOKxqCXXoz6D4F { width:13.5625rem;height:2.847225rem;top:14.886068344116rem;left:1.4366319775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLn4FJAZPLmG0Luk0Bk5bJK0Am2Jfu4U { width:20rem;height:13.75rem;top:13.809684753418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGiaBbo9BWATMGmKgzMVRADTmvIDJTQl { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vlo3ui1R0WMhXImKT9DyNrP0LUoLM6GK { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #U4WwbIWogwnz0wS7EUSd5KsM0boVgqRX { width:20rem;height:0;top:43.986546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz2FvvOHc3y31fBMOtqDm35DksbHwd3r { width:14.9370625rem;height:1.462675rem;top:21.243490219116rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUCHw52Mza4yb08vFVpIJbFTTk1t6X3G { width:20rem;height:0;top:52.092015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFL4pvlqVnayD5Q68QkmviTunTr0knkO { width:16.0623125rem;height:4.38801875rem;top:24.621746063233rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0JBxvq1rwVShhW437huVhOAiu9KpxZE { width:16.1870625rem;height:2.92535rem;top:30.909072458744rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAK1FCcXbKTSweM7WnBsRTrdARCiFK3l { width:20rem;height:0;top:58.334429003906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLTpEcudAXmI9KoMurh5OhLO3n2DGHXG { width:15.4373125rem;height:2.92535rem;top:35.581815719604rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE15Dz3wpTfXM9RT4XD7CzfXkxGoz2Iz { width:20rem;height:15.75rem;top:48.209629058838rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SKfHaIdM9I1ApMBhTu5TPZR2nkSe9BPw { width:14.749375rem;height:2.92535rem;top:58.333337783814rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R25O9g20WdBus6u5qKwHBCWPBiDgnQ7m { width:20rem;height:0;top:103.64693076172rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6tJp0ySn7HqkEmEF7TN27ugzXTs4IIU { width:15.686875rem;height:4.38801875rem;top:53.062068939209rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIVTzChrpdFDzKf4Nd2hQvqLaETewUiD { width:20rem;height:0;top:88.772785253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHwADVLy8OqLIhzeRMVDM83DGqAWP8Ji { width:20rem;height:10.3125rem;top:42.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rgnW21CpKV5ICCoomaGwtlSd89bNztuX { width:6.9998125rem;height:1.462675rem;top:50.618492126465rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G05vbcvz6yJnAmRzEqmvdJP2RSTdnnra { width:18.5623125rem;height:2.847225rem;top:44.3125rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d90NsJHlzD6BsgRNselFPeBMrukfSiVJ { width:20rem;height:8.75rem;top:70.587026596069rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aMnZvX0JiINIEWn9uxQwD1PMMl70TD2L { width:13.0620625rem;height:2.92535rem;top:74.754997253419rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUeWs5mzFD4VUkIHLzwi6dcft2puWTwn { width:20rem;height:0;top:122.77278525391rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #af2PIi77uDdamMXNIOh8grsCxck3MciT { width:20rem;height:10.3125rem;top:66.0625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #x4AWxAdOvePPwEWQiRT7DUPdtk1WzhkT { width:15.4373125rem;height:1.462675rem;top:72.451393127444rem;left:1.4366319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB9F906ddqBwzS6ta1hwFa24fZrT4rI2 { width:15.061875rem;height:1.4236125rem;top:67.625rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5x4CHoBGlahuW4QXD2kdz7xGODX4Wtz { width:17.999125rem;height:15.4296875rem;top:81.056861877444rem;left:1.0004341006279rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTEKkGrq9iPgTUdorMkUA4V4VpdnwkO { width:16.25rem;height:3.57421875rem;top:1.3726119995118rem;left:1.8750000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ILVrAhlzK1mnc1HDZWEWEhKqob7WP3 { width:18.75rem;height:6.171875rem;top:5.7486953735351rem;left:0.62500005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ { display:block; }#eq8uisXXZ9ABv2emyIV91ckHBkwNNTeZ > .row .container { width:20rem;height:99.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWwPcLsIHETa9ATZTfobXa3K0SBQVbGh { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yMVo8HXGoGdmTU2HgJskoo6Dpdeh2rok { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #yFQeUXcG5CG1thVJcsTqIUNerPEGANqh { width:20rem;height:90.625rem;top:6.5505599975588rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hMQ2PsdSxDAk2wyMsfBHoGufefqWa5xi { width:20rem;height:12.125rem;top:2.1441049575806rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VQmHt0DxT37V0WrWuP2kcclUlX7hBlkD { width:20rem;height:1.57551875rem;top:3.5091190338135rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtJ3E07vxyDCTrxt7gGLwrCld0REm6f8 { width:16.9998125rem;height:5.85069375rem;top:8.211805820465rem;left:2.5616322159767rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W02AsRJ4uZnJ3DZuKz8nccztdNudUA4q { width:20rem;height:0;top:109.21352197266rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHhERMGrQTVnF86DT7CVT0F21g5rmCPz { width:15.625rem;height:2.92535rem;top:24.362848758697rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5zDo3LtVnJp9I4ZRaArkx7wsCGeg3KB { width:20rem;height:0;top:131.66687822266rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DagLFdFDPZ1pUXsBaLes72qlGRZxIRyR { width:1.875rem;height:1.875rem;top:8.211805820465rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToLFkLoIapDbaZzdn75MWUIC9TzmTnb { width:1.875rem;height:1.875rem;top:24.362848758697rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrJWDu1C9szqn0fdf4CQ763rCmoUHa0A { width:18.4375rem;height:5.85069375rem;top:15.374349594116rem;left:0.78125005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODcSVHI33XiursermTeA03eGHaSxqqfI { width:18.625rem;height:5.85069375rem;top:28.518013238907rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp19pridfcF5PtIrlv79PRfZveuRxP0Q { width:20rem;height:0;top:129.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlEORiqAV2PLFSaykyLV5DNL9ENEh0QC { width:18.625rem;height:5.85069375rem;top:40.859810352326rem;left:0.78125005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DomgXiqLfwcoTqh9Tcd6h6HO9w7QcshH { width:14.8123125rem;height:2.92535rem;top:36.997179985046rem;left:2.5933161377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuEcblspQzzfcA299G7UI4sEKOQfaDd0 { width:1.875rem;height:1.875rem;top:49.943605422974rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI7b0R20XO70yFvvG8iclPS67tTfpmtw { width:18.3125rem;height:5.85069375rem;top:56.622615814209rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJFilyWk6lxun7bwTCdaowghNPgGwDDo { width:20rem;height:0;top:133.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXQDVaP84r31fOwslcnFhOpBRUaH5URD { width:16.625rem;height:5.85069375rem;top:49.943578720093rem;left:2.5607641339302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #latZV7MVNlrbcWTA2MxCL3aFFFEyFCLy { width:1.875rem;height:1.875rem;top:36.99739074707rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvxaZRJUINVkKMT75NQo1cBWaD2VRzpL { width:18.75rem;height:8.7760625rem;top:69.5585975647rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7F5x2mtORK34uUex6m8UXToe6mfNEqO { width:20rem;height:0;top:133.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6uiNx4JepW1A03NtO2eRyierddNJds8 { width:13.936625rem;height:2.92535rem;top:65.332250595094rem;left:2.5607641339302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo21PsAlVaoD7FeGdM1a5QLWgZITqsqz { width:1.875rem;height:1.875rem;top:65.332250595094rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mHPNoZqaRnaOEuT7WaT6ETxWbvFfDT { width:15.999375rem;height:4.38801875rem;top:81.498485565187rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg9DlLi9Lm92VEJk4sR9NA21uTDQBpm3 { width:20rem;height:0;top:110.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlzxbMcEAFglHlWbQ4Xc42Toro2OFG5X { width:17.999125rem;height:5.85069375rem;top:86.435552597044rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWhVRmUwhAGA9edGbeEexPKUORHAvoo3 { width:1.875rem;height:1.875rem;top:81.498485565187rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:0.8125rem;top:4.9124984741211rem;left:5.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:0.8125rem;top:6.15625rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }