.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:223,233,255;--color-primary-1:194,216,242;--color-primary-2:93,146,255;--color-primary-3:5,90,169;--color-primary-4:1,90,169;--color-secondary-0:220,242,225;--color-secondary-1:137,210,156;--color-secondary-2:19,165,56;--color-secondary-3:10,83,28;--color-secondary-4:3,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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); }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { position:relative;display:none; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { border-width: 0; border-radius: 0; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .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; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .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:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gVQf6WUpJuwsz63r3Lspd5E0V4FR9Z6L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.5rem;top:1.625rem;left:1.09375rem;overflow:hidden;display:block; }
#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b3a30ed0-5da8-4c8d-9b2c-87ba01c9a5a6/Obszarroboczy57100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC.adaptive-delivery-prevent-bg, #WvtH70My64Q8q38SrPKRVbeCoZP5EqGC.lazyload, #WvtH70My64Q8q38SrPKRVbeCoZP5EqGC.lazyloading { background-image: none; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container { background-color: transparent; background-image: none; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container > .video-iframe-container { display: none; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row > .video-iframe-container { display: none; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container { border-width: 0; border-radius: 0; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#qOIM5yUautTSq9X1OEXxFnGxJi7K87QO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:10.625rem;width:27.1875rem;top:4.560546875rem;left:0rem;display:block; }
#fyVvXKthF66Kwh8ea9UdQmTwBe6441ug { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.560546875rem;left:1.25rem;height:6rem;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; }
#s0vJSTcTdkJdHBJbP1U3BiFK5CkHEfHH { color:rgba(var(--color-primary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:10.873046875rem;left:1.25rem;height:3.45rem;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; }
#wITs2fTE4cdE88NOnPrndKbUvZmLHD3z { color:#065ea6;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.7060546875rem;left:4.9375rem;height:0;font-style:normal;display:block; }
#iF7KQDUpKVsgBq25VJXTDBMNqEP29CVn { 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:1.25rem;width:1.75rem;display:none; }
#IkeeGfcu4LoxmscGA4A7AdZIR6DiTaKd { background-color:rgba(var(--color-secondary-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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.06206875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.687067031861rem;left:0rem;display:block; }
#xRryA9Qp5XMDGObfqKTAsCGvrgG6TQIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reFvVH0b9WZOXN8hm3hc1f8aOmkHeW1T { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:8.8125rem;width:27.1875rem;top:1.435546875rem;left:0rem;display:block; }
#iGlErMmXclOPGfmcNWAJUbig8KFLsXP4 { 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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:10.75rem;width:27.1875rem;top:9.90625rem;left:0rem;display:block; }
#KnlXBvK1eI0IZsM3iwp9q4BEU5D92y1e { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:9.5625rem;top:15.4560546875rem;left:1.09375rem;overflow:hidden;display:block; }
#O0sU5CuGRrTizRrVLHb6lJZfrslW36Zv { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.4375rem;top:7.9375rem;left:0.5625rem;display:none; }
#ooChN7h6JA1JUOKt3Fpn0EQUVm5vVyQw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:13rem;left:1.6875rem;display:none; }
#D3O901EMJSgc3BsXzStTEPZErd6VJtrR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hdlblMTzA1pMbsrTNStDkw4JPCiKnAHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SHBWRDqMvMcfWkVACwNLv9228f0hhxvr { position:absolute;display:block;z-index:15002;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:4.62456875rem;width:27.1875rem;top:24.455295562744rem;left:0rem;display:block; }
#JAFqGGHIC8HPGwGzRwt3t0Gntb8xUxWk { color:rgba(var(--color-primary-4),1);display:block;width:16.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.311201095581rem;left:5.3743476867676rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#wfSisBThFs589Iw7MxTfyxuxeOgaoufC { 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; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container { background-color: transparent; background-image: none; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container > .video-iframe-container { display: none; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row > .video-iframe-container { display: none; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container { border-width: 0; border-radius: 0; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#KV6aortpuuQV8Ls0hiuaXBtMMk0g4JkO { color:rgba(var(--color-tertiary-4),1);display:block;width:61.75rem;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.4375rem;left:6.34375rem;height:6.5rem;display:block; }
#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container { background-color: transparent; background-image: none; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container > .video-iframe-container { display: none; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row > .video-iframe-container { display: none; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container { border-width: 0; border-radius: 0; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#PiCp4k9BmxFOG9Cuq6QM5VHx8MLCe23h { color:rgba(var(--color-tertiary-4),1);display:block;width:61.75rem;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:4.9375rem;left:6.25rem;height:1.3rem;display:block; }
#JOB5rhwB2dRMcxOOMymL6TFqIOsTyoWK { color:rgba(var(--color-primary-3),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:6.25rem;height:1.95rem;display:block; }
#wggMB9GOsPFsbAJDhvypcorHWXkI7B2K { 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:7.25rem;width:8rem;top:10.625rem;left:6.25rem;overflow:hidden;display:block; }
#aKSkMG7eAhwnT3UfAuFrUBscR8D3VPTf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:6.625rem;top:23.0625rem;left:6.25rem;overflow:hidden;display:block; }
#T7voVCxOl5VWRv8TpRwzSxJql19M7Xxi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.625rem;top:10.875rem;left:41.21875rem;overflow:hidden;display:block; }
#i1abbXVbwqDAmoL9O0nObFeySCnmBbQA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.3125rem;top:23.3125rem;left:41.59375rem;overflow:hidden;display:block; }
#NFoKqmE1NcXIdyN1QVZ3lpU5u4o1VNsP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.650390625rem;left:16.0625rem;height:5.2rem;display:block; }
#sTkTAVKG3pi75MtBwamRB4bp5r9mlJwH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.087890625rem;left:16.15625rem;height:3.9rem;display:block; }
#M3nb5bZu7N6FAoWyfvDpCD2Cz345GnaA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:50.21875rem;height:5.2rem;display:block; }
#OS9PW0QOVmR8m7c1lhxlUW1d44cB3zRn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;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:23.4375rem;left:50.21875rem;height:5.2rem;display:block; }
#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 { 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; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container { background-color: transparent; background-image: none; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container > .video-iframe-container { display: none; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row > .video-iframe-container { display: none; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container { border-width: 0; border-radius: 0; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#te7TwghDC9a64TLXVD6eOV1koJayIGtF { color:rgba(var(--color-tertiary-4),1);display:block;width:61.75rem;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:5rem;left:6.25rem;height:9.1rem;display:block; }
#hmJ6iBR4qVuhpAZz5VPMPNkz9TzlwTrv { color:rgba(var(--color-primary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.86328125rem;left:6.25rem;height:1.95rem;display:block; }
#oIfknl8uuBpPhex5IFMZtDNXq2w04euo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container { background-color: transparent; background-image: none; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container > .video-iframe-container { display: none; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row > .video-iframe-container { display: none; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container { border-width: 0; border-radius: 0; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#KMQUeAQHTDOH6r2yCmuV8BUHTaoZU64n { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;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:6.1875rem;left:42.09375rem;height:6.5rem;display:block; }
#Cu3RxW4WfyhRs5F8Ugp0zsgtEZpS2zVN { color:rgba(var(--color-primary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:6.25rem;height:1.95rem;display:block; }
#eOyXuUAq9T8wBqI0WPlX9nN69PPgiA8V { color:rgba(var(--color-primary-3),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.21875rem;height:3.9rem;display:block; }
#OxJvTOd7kQPBr45yZDiGglq9QuvpyTxw { color:rgba(var(--color-primary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.2265625rem;left:42.09375rem;height:3.9rem;display:block; }
#EsSFwvNlEPNm1dyoJehPTTVGXErn70Hc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.703125rem;left:42.09375rem;height:2.6rem;display:block; }
#AhOtNO5LFeMb8pEBW6vVel3q4yOPX1TH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:32.625rem;top:6.1875rem;left:6.28125rem;overflow:hidden;display:block; }
#fy5OpT770i9tDsp4PACtgBQOgewMyCOh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:1.8125rem;top:0rem;left:38.90625rem;overflow:hidden;display:block; }
#zeTcpAtiB8HySys7nyB6bDIXZ04im9A0 { color:rgba(var(--color-primary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.1015625rem;left:42.09375rem;height:3.9rem;display:block; }
#MgbOhRDPJgBFiXitvHJZMIVFxHTcuGhO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.875rem;left:42.09375rem;height:6.5rem;display:block; }
#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { position:relative;display:block; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { background-color: transparent; background-image: none; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container > .video-iframe-container { display: none; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row > .video-iframe-container { display: none; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { border-width: 0; border-radius: 0; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .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; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#Cdie63Ik7xPynzmubxlgRiF5IWUpdt1o { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.86328125rem;left:7.5rem;height:1.95rem;display:block; }
#aBQMEblUpsWFRapwzuz2kR8MTVIb1c2q { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:7rem;width:62.4375rem;top:1.248046875rem;left:5.435546875rem;display:none; }
#U0QTecDGSAQlCusN6TJxnq09MGmTwuh8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:29.75rem;width:26.125rem;top:6.90625rem;left:42.625rem;overflow:hidden;display:block; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-4),1); }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;height:auto; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-trigger.adaptive-delivery-prevent-bg, #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-trigger.lazyload, #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-trigger.lazyloading { background-image: none; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW { box-sizing:content-box;height:auto;width:32.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.96875rem;left:6.875rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #KURpAHsaJ8Tcre1P9nSivhIcvLL6STF2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #F5sQwJ0liGMyImMynD3Da9pUnifqB0tN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #v23X8JvnNyTxX7kBv4kTfUPl0TrJaKOg { display:block;position:relative; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OHHKFke8g7Bzq7DlxCbT4GzTpmrh7CcL {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #RSdTTez06kKBxovJ6FNPE6PhvNi1UuzA {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #CBMm76TJo32cCAvCTDvHL4ToBoRxSZA5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #ZlfTPTKHv8K57xdWcMStCGQZALW0C0wO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #e2Z5IJqaLqLdANCIsx1uBAAsr6ysT7af { display:block;position:relative; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #EPXPkPqEMHtxQwndW4ZaZKXomGM9P48h {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #eMZ0aTe91RAo7fwdeGsVBnmUNRwxU6Tu { display:none; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #pigNU09iLT0SITtE0T7vXevtetr1pgir { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NgqpPQ2mwqDOi94hASaBTRzqlOsXgMpZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OSJUEt4aDTfhWTRdcHWVNvlTxDKs1HED { display:block;position:relative; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #kt3vLX9UwhCTW2Rr3EU7BigekToxxr4e {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NyBtEQKRH6NkUgDApiPaD0J44Jq3JDzg { display:none; }
#rGXsoyVvQbNGq4THq8EfhHpKCiKC30wO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:29.75rem;width:62.5rem;top:6.8125rem;left:6.125rem;display:block; }
#q4mQTNwBwynKEM4LZM6av2hHiFJ80WJh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.125rem 0.0625rem 0.875rem #e2eaf6 ;height:25.4375rem;width:62.5rem;top:2.875rem;left:6.25rem;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:4.75rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:rgba(var(--color-tertiary-4),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.05625rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;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.7854156494141rem;left:52.0625rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;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.9375rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { background-color: transparent; background-image: none; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container > .video-iframe-container { display: none; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row > .video-iframe-container { display: none; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { border-width: 0; border-radius: 0; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#OwTeJeAA9uLnpKRaxJVIC4fN4AKvBK9T { background-color:rgba(var(--color-secondary-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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.5rem;left:16.8125rem;display:block; }
#Pic761nZGuCpsBsr0Q5TOhh1m6IAMgFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ab2TeNZMbcmO6wTBKTW8spsH9s2hTIzV { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.4375rem;top:1.6875rem;left:18.375rem;overflow:hidden;display:block; }
#l1k2A1uVou0IP5aWSGoUxUfIck8m6XqP { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.5rem;left:40.4375rem;display:block; }
#LTxK92nrckw9TuE3RXQKIDoMT80Xo7ZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJ3BuDnFIKAituBQWQgDcTmQEDKAfHEA { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.875rem;top:1.8125rem;left:42.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { display:block; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVQf6WUpJuwsz63r3Lspd5E0V4FR9Z6L { top:1.625rem;left:0rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtH70My64Q8q38SrPKRVbeCoZP5EqGC { display:block; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIM5yUautTSq9X1OEXxFnGxJi7K87QO { top:4.5rem;left:0rem;width:27.1875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyVvXKthF66Kwh8ea9UdQmTwBe6441ug { top:2.5rem;left:0rem;width:23.375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0vJSTcTdkJdHBJbP1U3BiFK5CkHEfHH { top:10.8125rem;left:0rem;width:25.5625rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITs2fTE4cdE88NOnPrndKbUvZmLHD3z { top:17.6875rem;left:0rem;width:22.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7KQDUpKVsgBq25VJXTDBMNqEP29CVn { width:1.75rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkeeGfcu4LoxmscGA4A7AdZIR6DiTaKd { width:27.1875rem;height:3rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRryA9Qp5XMDGObfqKTAsCGvrgG6TQIe { display:block; }
 }@media only screen and (max-width: 763px) { #reFvVH0b9WZOXN8hm3hc1f8aOmkHeW1T { top:1.375rem;left:0rem;width:27.1875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGlErMmXclOPGfmcNWAJUbig8KFLsXP4 { top:9.875rem;left:0rem;width:27.1875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnlXBvK1eI0IZsM3iwp9q4BEU5D92y1e { top:15.4375rem;left:0rem;width:9.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0sU5CuGRrTizRrVLHb6lJZfrslW36Zv { top:7.9375rem;left:0rem;width:13rem;height:8.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooChN7h6JA1JUOKt3Fpn0EQUVm5vVyQw { top:13rem;left:0rem;width:16.125rem;height:4.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3O901EMJSgc3BsXzStTEPZErd6VJtrR { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hdlblMTzA1pMbsrTNStDkw4JPCiKnAHT { display:block; }
 }@media only screen and (max-width: 763px) { #SHBWRDqMvMcfWkVACwNLv9228f0hhxvr { top:24.4375rem;left:0rem;width:27.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAFqGGHIC8HPGwGzRwt3t0Gntb8xUxWk { top:27.25rem;left:0rem;width:16.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfSisBThFs589Iw7MxTfyxuxeOgaoufC { display:block; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV6aortpuuQV8Ls0hiuaXBtMMk0g4JkO { top:2.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 { display:block; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiCp4k9BmxFOG9Cuq6QM5VHx8MLCe23h { top:4.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOB5rhwB2dRMcxOOMymL6TFqIOsTyoWK { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wggMB9GOsPFsbAJDhvypcorHWXkI7B2K { top:10.625rem;left:0rem;width:8rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSkMG7eAhwnT3UfAuFrUBscR8D3VPTf { top:23.0625rem;left:0rem;width:6.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7voVCxOl5VWRv8TpRwzSxJql19M7Xxi { top:10.875rem;left:27.59375rem;width:6.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1abbXVbwqDAmoL9O0nObFeySCnmBbQA { top:23.3125rem;left:27.96875rem;width:6.3125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFoKqmE1NcXIdyN1QVZ3lpU5u4o1VNsP { top:11.625rem;left:2.4375rem;width:18.9375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkTAVKG3pi75MtBwamRB4bp5r9mlJwH { top:24.0625rem;left:2.53125rem;width:18.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nb5bZu7N6FAoWyfvDpCD2Cz345GnaA { top:11rem;left:29rem;width:18.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS9PW0QOVmR8m7c1lhxlUW1d44cB3zRn { top:23.4375rem;left:29rem;width:18.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 { display:block; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te7TwghDC9a64TLXVD6eOV1koJayIGtF { top:5rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJ6iBR4qVuhpAZz5VPMPNkz9TzlwTrv { top:1.8125rem;left:0rem;width:35rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIfknl8uuBpPhex5IFMZtDNXq2w04euo { display:block; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMQUeAQHTDOH6r2yCmuV8BUHTaoZU64n { top:6.1875rem;left:17.5625rem;width:30.1875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3RxW4WfyhRs5F8Ugp0zsgtEZpS2zVN { top:1.625rem;left:0rem;width:24.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyXuUAq9T8wBqI0WPlX9nN69PPgiA8V { top:1.4375rem;left:23.9375rem;width:23.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxJvTOd7kQPBr45yZDiGglq9QuvpyTxw { top:14.1875rem;left:21.125rem;width:26.625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsSFwvNlEPNm1dyoJehPTTVGXErn70Hc { top:18.6875rem;left:19.4375rem;width:28.3125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhOtNO5LFeMb8pEBW6vVel3q4yOPX1TH { top:6.1875rem;left:0rem;width:32.625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5OpT770i9tDsp4PACtgBQOgewMyCOh { top:0rem;left:25.28125rem;width:1.8125rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeTcpAtiB8HySys7nyB6bDIXZ04im9A0 { top:23.0625rem;left:21.4375rem;width:26.3125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgbOhRDPJgBFiXitvHJZMIVFxHTcuGhO { top:27.875rem;left:18.625rem;width:29.125rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { display:block; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdie63Ik7xPynzmubxlgRiF5IWUpdt1o { top:3.8125rem;left:0rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBQMEblUpsWFRapwzuz2kR8MTVIb1c2q { top:1.1875rem;left:0rem;width:47.75rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0QTecDGSAQlCusN6TJxnq09MGmTwuh8 { top:6.875rem;left:21.625rem;width:26.125rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW { display:flex;height:auto;width:27.8125rem;top:16.25rem;left:2.40625rem; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #KURpAHsaJ8Tcre1P9nSivhIcvLL6STF2 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #F5sQwJ0liGMyImMynD3Da9pUnifqB0tN {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #v23X8JvnNyTxX7kBv4kTfUPl0TrJaKOg {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OHHKFke8g7Bzq7DlxCbT4GzTpmrh7CcL {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #RSdTTez06kKBxovJ6FNPE6PhvNi1UuzA {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #CBMm76TJo32cCAvCTDvHL4ToBoRxSZA5 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #ZlfTPTKHv8K57xdWcMStCGQZALW0C0wO {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #e2Z5IJqaLqLdANCIsx1uBAAsr6ysT7af {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #EPXPkPqEMHtxQwndW4ZaZKXomGM9P48h {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #eMZ0aTe91RAo7fwdeGsVBnmUNRwxU6Tu {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #pigNU09iLT0SITtE0T7vXevtetr1pgir {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NgqpPQ2mwqDOi94hASaBTRzqlOsXgMpZ {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OSJUEt4aDTfhWTRdcHWVNvlTxDKs1HED {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #kt3vLX9UwhCTW2Rr3EU7BigekToxxr4e {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NyBtEQKRH6NkUgDApiPaD0J44Jq3JDzg {  }
 }@media only screen and (max-width: 763px) { #rGXsoyVvQbNGq4THq8EfhHpKCiKC30wO { top:6.8125rem;left:0rem;width:47.5rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4mQTNwBwynKEM4LZM6av2hHiFJ80WJh { top:2.875rem;left:0rem;width:47.75rem;height:25.4375rem;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.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:38.4375rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLq79CzztCTs3uW6PSEBBZTeGU4wv91R { display:block; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTeJeAA9uLnpKRaxJVIC4fN4AKvBK9T { width:17.875rem;height:3.0625rem;top:1.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pic761nZGuCpsBsr0Q5TOhh1m6IAMgFO { display:block; }
 }@media only screen and (max-width: 763px) { #Ab2TeNZMbcmO6wTBKTW8spsH9s2hTIzV { top:1.6875rem;left:4.75rem;width:2.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1k2A1uVou0IP5aWSGoUxUfIck8m6XqP { width:17.8125rem;height:3.0625rem;top:1.5rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxK92nrckw9TuE3RXQKIDoMT80Xo7ZO { display:block; }
 }@media only screen and (max-width: 763px) { #pJ3BuDnFIKAituBQWQgDcTmQEDKAfHEA { top:1.8125rem;left:28.6875rem;width:1.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { display:none; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gVQf6WUpJuwsz63r3Lspd5E0V4FR9Z6L { width:5.625rem;height:2.625rem;top:1.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtH70My64Q8q38SrPKRVbeCoZP5EqGC { background-color:transparent;background-image:none;display:block; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container { background-color: transparent; background-image: none; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container > .video-iframe-container { display: none; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row > .video-iframe-container { display: none; }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtH70My64Q8q38SrPKRVbeCoZP5EqGC > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIM5yUautTSq9X1OEXxFnGxJi7K87QO { width:20rem;height:9.6875rem;top:12.048828125rem;left:0rem;z-index:15006;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyVvXKthF66Kwh8ea9UdQmTwBe6441ug { width:17.375rem;height:0;top:6.875rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #s0vJSTcTdkJdHBJbP1U3BiFK5CkHEfHH { width:17.75rem;height:2.7rem;top:17.84375rem;left:1.125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wITs2fTE4cdE88NOnPrndKbUvZmLHD3z { width:8.625rem;height:0;top:45.359375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iF7KQDUpKVsgBq25VJXTDBMNqEP29CVn { top:0rem;left:0rem;width:19.625rem;height:14.0625rem;z-index:14995;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkeeGfcu4LoxmscGA4A7AdZIR6DiTaKd { width:16.5625rem;height:2.8125rem;top:28.375rem;left:1.71875rem;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRryA9Qp5XMDGObfqKTAsCGvrgG6TQIe { display:block; }
 }@media only screen and (max-width: 763px) { #reFvVH0b9WZOXN8hm3hc1f8aOmkHeW1T { width:20rem;height:5.25rem;top:11.361328125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #iGlErMmXclOPGfmcNWAJUbig8KFLsXP4 { width:20rem;height:12.875rem;top:14.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #KnlXBvK1eI0IZsM3iwp9q4BEU5D92y1e { width:6.1875rem;height:3.125rem;top:22.173828125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0sU5CuGRrTizRrVLHb6lJZfrslW36Zv { top:6.3125rem;left:0.9375rem;width:18.25rem;height:0;z-index:15023;color:#ffffff;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooChN7h6JA1JUOKt3Fpn0EQUVm5vVyQw { top:12.1484375rem;left:2.46875rem;width:13.6875rem;height:3.9rem;z-index:15024;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D3O901EMJSgc3BsXzStTEPZErd6VJtrR { top:17.625rem;left:1.25rem;width:17.5rem;height:2.8125rem;z-index:15025;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdlblMTzA1pMbsrTNStDkw4JPCiKnAHT { display:block; }
 }@media only screen and (max-width: 763px) { #SHBWRDqMvMcfWkVACwNLv9228f0hhxvr { width:16.4375rem;height:4.625rem;top:28.375rem;left:1.6875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JAFqGGHIC8HPGwGzRwt3t0Gntb8xUxWk { width:15.0625rem;height:0.975rem;top:31.5625rem;left:2.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfSisBThFs589Iw7MxTfyxuxeOgaoufC { display:block; }#wfSisBThFs589Iw7MxTfyxuxeOgaoufC > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV6aortpuuQV8Ls0hiuaXBtMMk0g4JkO { width:18.0625rem;height:13.65rem;top:1.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 { display:block; }#xUUxMnNciNxzd3qAd3Cf7TUJi3Ixfsv7 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiCp4k9BmxFOG9Cuq6QM5VHx8MLCe23h { width:17.8125rem;height:3.4125rem;top:4.90625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOB5rhwB2dRMcxOOMymL6TFqIOsTyoWK { width:17.375rem;height:2.925rem;top:1.125rem;left:1.3125rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wggMB9GOsPFsbAJDhvypcorHWXkI7B2K { width:3.5rem;height:3.1875rem;top:10.3984375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSkMG7eAhwnT3UfAuFrUBscR8D3VPTf { width:3.1875rem;height:3.375rem;top:19.3515625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7voVCxOl5VWRv8TpRwzSxJql19M7Xxi { width:3.375rem;height:3.375rem;top:27.86328125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1abbXVbwqDAmoL9O0nObFeySCnmBbQA { width:3.1875rem;height:3.375rem;top:36.587890625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFoKqmE1NcXIdyN1QVZ3lpU5u4o1VNsP { width:13.6875rem;height:5.6875rem;top:10.3984375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkTAVKG3pi75MtBwamRB4bp5r9mlJwH { width:13.375rem;height:4.55rem;top:18.765625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nb5bZu7N6FAoWyfvDpCD2Cz345GnaA { width:13.3125rem;height:6.825rem;top:27.015625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS9PW0QOVmR8m7c1lhxlUW1d44cB3zRn { width:13.625rem;height:5.6875rem;top:36.587890625rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 { display:block; }#W2vXaNxfUOXrTlKhKXlcIAZqHcyXlcF6 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te7TwghDC9a64TLXVD6eOV1koJayIGtF { width:17.25rem;height:21.6125rem;top:4.375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJ6iBR4qVuhpAZz5VPMPNkz9TzlwTrv { width:17.125rem;height:1.4625rem;top:1.25rem;left:1.6875rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #oIfknl8uuBpPhex5IFMZtDNXq2w04euo { display:block; }#oIfknl8uuBpPhex5IFMZtDNXq2w04euo > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMQUeAQHTDOH6r2yCmuV8BUHTaoZU64n { width:17.625rem;height:7.9625rem;top:5.1875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3RxW4WfyhRs5F8Ugp0zsgtEZpS2zVN { width:15.875rem;height:1.625rem;top:42.25rem;left:1.375rem;font-size:1.25rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eOyXuUAq9T8wBqI0WPlX9nN69PPgiA8V { width:16.6875rem;height:2.925rem;top:1.1875rem;left:1.4375rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OxJvTOd7kQPBr45yZDiGglq9QuvpyTxw { width:16.125rem;height:2.925rem;top:15.625rem;left:1.3125rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EsSFwvNlEPNm1dyoJehPTTVGXErn70Hc { width:17.75rem;height:3.4125rem;top:19.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhOtNO5LFeMb8pEBW6vVel3q4yOPX1TH { width:20rem;height:15.25rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5OpT770i9tDsp4PACtgBQOgewMyCOh { width:0.8125rem;height:15.375rem;top:62.8125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeTcpAtiB8HySys7nyB6bDIXZ04im9A0 { width:16.3125rem;height:2.925rem;top:24.875rem;left:1.375rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MgbOhRDPJgBFiXitvHJZMIVFxHTcuGhO { width:18.125rem;height:9.1rem;top:29.5185546875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { display:block; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdie63Ik7xPynzmubxlgRiF5IWUpdt1o { width:4.375rem;height:1.625rem;top:1.5rem;left:1.875rem;font-size:1.25rem;color:#ffffff;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aBQMEblUpsWFRapwzuz2kR8MTVIb1c2q { width:18.9375rem;height:3.8125rem;top:0.5625rem;left:0.375rem;z-index:15001;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QTecDGSAQlCusN6TJxnq09MGmTwuh8 { width:10.25rem;height:11.6875rem;top:117.12206875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW { display:flex;height:auto;width:15.3125rem;top:4.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #KURpAHsaJ8Tcre1P9nSivhIcvLL6STF2 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #F5sQwJ0liGMyImMynD3Da9pUnifqB0tN {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #v23X8JvnNyTxX7kBv4kTfUPl0TrJaKOg {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OHHKFke8g7Bzq7DlxCbT4GzTpmrh7CcL {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #RSdTTez06kKBxovJ6FNPE6PhvNi1UuzA {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #CBMm76TJo32cCAvCTDvHL4ToBoRxSZA5 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #ZlfTPTKHv8K57xdWcMStCGQZALW0C0wO {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #e2Z5IJqaLqLdANCIsx1uBAAsr6ysT7af {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #EPXPkPqEMHtxQwndW4ZaZKXomGM9P48h {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #eMZ0aTe91RAo7fwdeGsVBnmUNRwxU6Tu {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #pigNU09iLT0SITtE0T7vXevtetr1pgir {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NgqpPQ2mwqDOi94hASaBTRzqlOsXgMpZ {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OSJUEt4aDTfhWTRdcHWVNvlTxDKs1HED {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #kt3vLX9UwhCTW2Rr3EU7BigekToxxr4e {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NyBtEQKRH6NkUgDApiPaD0J44Jq3JDzg {  }
 }@media only screen and (max-width: 763px) { #rGXsoyVvQbNGq4THq8EfhHpKCiKC30wO { width:18.75rem;height:40.625rem;top:0.625rem;left:0.5rem;z-index:15000;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.125rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #q4mQTNwBwynKEM4LZM6av2hHiFJ80WJh { width:20rem;height:26.5625rem;top:78.5625rem;left:0rem;z-index:15000;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.125rem 0.0625rem 0.875rem rgba(0,0,0,0.19) ;display:none; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:2.1125rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:1.05625rem;top:4.474609375rem;left:5.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:1.05625rem;top:6.466796875rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLq79CzztCTs3uW6PSEBBZTeGU4wv91R { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTeJeAA9uLnpKRaxJVIC4fN4AKvBK9T { width:17.4375rem;height:2.8125rem;top:0.8125rem;left:1.25rem;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pic761nZGuCpsBsr0Q5TOhh1m6IAMgFO { display:block; }
 }@media only screen and (max-width: 763px) { #Ab2TeNZMbcmO6wTBKTW8spsH9s2hTIzV { width:2.0625rem;height:2.125rem;top:1.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1k2A1uVou0IP5aWSGoUxUfIck8m6XqP { width:17.5625rem;height:2.8125rem;top:4.5625rem;left:1.25rem;background-color:#055aa9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxK92nrckw9TuE3RXQKIDoMT80Xo7ZO { display:block; }
 }@media only screen and (max-width: 763px) { #pJ3BuDnFIKAituBQWQgDcTmQEDKAfHEA { width:1.75rem;height:2.125rem;top:4.8125rem;left:3.25rem;display:block; }
 }