.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:247,241,236;--color-primary-1:229,210,192;--color-primary-2:202,164,128;--color-primary-3:101,82,64;--color-primary-4:30,25,19;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f2f2f2;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); }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container { background-color: transparent; background-image: none; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container > .video-iframe-container { display: none; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row > .video-iframe-container { display: none; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container { border-width: 0; border-radius: 0; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#fZJ2EawnD8Ft80Wcoso754Ld69Gz91ET { 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:5.5rem;width:7.8125rem;top:0.1875rem;left:26.093751907349rem;overflow:hidden;display:block; }
#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/212bc72f-75aa-4505-b62b-f355ed5d7f83/sliderasertywnoscnizszy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.adaptive-delivery-prevent-bg, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyload, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyloading { background-image: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { border-width: 0; border-radius: 0; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:none; }#x0IS32sExReT4ZhAo56iDHwDp0xGif8L { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkhxlcTTypFEcvewTi5PJiMsQ51xQwmW { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:5.11875rem;font-style:normal;display:block; }
#vgCee4zV3nxs4svUP318V5A9m4VBtoID { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#Ay3qUzJouV6InFTdny97LCr2DpPkc578 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.625rem;left:0rem;display:block; }
#y9oPPFc2LuUqqV7PT3v3wO6nXgdMvWiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F29E8T9ZKAEe74hQq9fNTKuNGt32Mbx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.125rem;left:45.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WXsxwKEaVqHF8zHT0qKLaxePoOzJgVHw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:37.125rem;left:24.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aThtOUnsc5eqZTR6Zbro9T9lvKnRyWZq { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:37.125rem;left:1.125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/212bc72f-75aa-4505-b62b-f355ed5d7f83/sliderasertywnoscnizszy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl.adaptive-delivery-prevent-bg, #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl.lazyload, #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl.lazyloading { background-image: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { border-width: 0; border-radius: 0; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:none; }#nCCwwdk8cVvK6cFIOhPw2x4SGwhSatVy { box-sizing:content-box;height:8.6875rem;width:15.125rem;position:absolute;display:block;z-index:15008;background-color:#f1efeb;background-image:none;top:29.5625rem;left:44.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TrIhE4SoqSnIO4ua1ZePhDPPMNSmAgpt { box-sizing:content-box;height:8.625rem;width:15.125rem;position:absolute;display:block;z-index:15014;background-color:#f1efeb;background-image:none;top:29.625rem;left:22.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#IUHLhR0mg16ze8XRysE7qv2s4SmJlAN1 { box-sizing:content-box;height:8.6875rem;width:15.125rem;position:absolute;display:block;z-index:15013;background-color:#f1efeb;background-image:none;top:29.5625rem;left:0.0625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#m0DDyXaMzCs8b6fbB88uhROHpiM1QlA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.6875rem;left:25.125001907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBK5ESeWzuLQW4ImHxPRTIecBkuWeWv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.949999809265rem;left:47.624219894409rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oNM4TPc0ZvKMPu1z3PUSV4ve822MROeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.6875rem;left:2.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vB8VG2mmZIEA5chbPbDlLCFocxg6VZm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:33.33749961853rem;left:0.9375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AU27yfFgap3eGDGishXOLAISI6OF6E5F { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:33.337500572204rem;left:24.656251907349rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xprlZPKGoW8DzrFMO5QOcHi3c4H6XKcD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33.125rem;left:45.281251907349rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/212bc72f-75aa-4505-b62b-f355ed5d7f83/sliderasertywnoscnizszy.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.adaptive-delivery-prevent-bg, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyload, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyloading { background-image: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { background-color: transparent; background-image: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container > .video-iframe-container { display: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row > .video-iframe-container { display: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { border-width: 0; border-radius: 0; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:block; }#avHmUKHgzq1lLMM6hd8QObLFOKclcHPb { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.124994039536rem;left:0rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1PMBbisgpK6Ls8IT6vHcoWHezT2CR7T { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:27.782028913498rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#IDdWgnL5h0v7qJG0hmo5zo7T8EFiDCPT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0242233276367rem;left:0rem;height:5.11816875rem;font-style:normal;display:block; }
#rUWgLh16f7iPZPUZnmxugKcZi8147RQz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.624996900559rem;left:0rem;display:block; }
#bBX3xaIR0mQkGqdxbibTL4DWnIrOOpPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M08zOHQqrNEvSTWdz4VCS530BrAB7gTc { box-sizing:content-box;height:8.6875rem;width:15.125rem;position:absolute;display:block;z-index:15004;background-color:#f1efeb;background-image:none;top:40.8125rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#IHT1aRKCw3k5BnmcbrPgrQgwbNb2QkAO { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.249996185302rem;left:2.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdxQxkLIzt9xTO4y4AhJNWSiZ4d2sPVs { box-sizing:content-box;height:8.625rem;width:15.125rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:40.8125rem;left:22.437501907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#iZkwi5Ege2RAlDvBpKFU6PST4e81AbAt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42.25rem;left:25.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJPWPk8yisLGbrHd2mUMmdklOJyz1mpc { box-sizing:content-box;height:8.6875rem;width:15.125rem;position:absolute;display:block;z-index:14999;background-color:#f1efeb;background-image:none;top:40.8125rem;left:44.875001907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#UV2XMRyk642hsr2JyHeCunxeEP8minnd { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.249219894409rem;left:47.561719894409rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#TlvrT4i6iWziBWWJ35TXLRgt0cE768La { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.0625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARgMgpNW752E7OzL0Fwzo6NQ9nrOgfft { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:24.656251907349rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzBUr4lLvKTkLfLD2JCtovO22VZODzJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.249219894409rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;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; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container { background-color: transparent; background-image: none; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container > .video-iframe-container { display: none; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row > .video-iframe-container { display: none; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container { border-width: 0; border-radius: 0; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#dQWrJF4GHtSBueLxCVNy5kexvQ5kJ884 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5617198944092rem;left:5.0625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwG3vUM4aEFTKUME2FvdHB4FbHuvqEdF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:9.2492198944094rem;left:26.906251907349rem; }
#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { border-width: 0; border-radius: 0; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:none; }#myCt7F2WIomFoT1tpI3tZXQEWsRDRMbr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:1.9375002384186rem;left:36.343751907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd5SKExb9aLtd4N06srqIVbifiAyhPnK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:32.6875rem;left:36.625001907349rem;display:block; }
#Ve64Om5TTZTyKWXxop2p6MXgQHaH1K7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z65vIvykD8wxv5PeAHXWe5VLvdI1pMZo { box-sizing:content-box;height:6.9375rem;width:29.25rem;position:absolute;display:block;z-index:15031;background-color:#f2f2f2;background-image:none;top:23.375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hSfx6NyWeh06ZPDpm4b9Ni5e2o3dvuvJ { box-sizing:content-box;height:6.8125rem;width:29.25rem;position:absolute;display:block;z-index:15028;background-color:#f2f2f2;background-image:none;top:7.9375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#X1la61hXfmI6btNTo2kNR1peJNfe1f4q { box-sizing:content-box;height:7.125rem;width:29.25rem;position:absolute;display:block;z-index:15025;background-color:#f2f2f2;background-image:none;top:15.5rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#q8pE6F31f0fNIpX7hU6bBDNWlTf91vsK { box-sizing:content-box;height:7.4375rem;width:29.25rem;position:absolute;display:block;z-index:15022;background-color:#f2f2f2;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mCeeV9SqU4IsPKQ7XzgBS6LMCi0nEaNw { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:0.875rem;left:3.4375rem;height:6.5rem;font-style:normal;display:block; }
#O8ZtBqzpKNFK0eQ2OCXTiVmDShKAzKGm { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:16.375rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#N32LFWhtxpqOlwCvHcIzrme7HJUd26nb { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#KxoSqX6xo5CQUlIhh4tqwzDI1qg9LRT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:24.25rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#s0VZreDPiGu9KvyLhbmG3WRTDJHd69TX { box-sizing:content-box;height:6.9375rem;width:29.25rem;position:absolute;display:block;z-index:15034;background-color:#f2f2f2;background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fiRMdfVRhrKzDJl54ieBhFU9B4fTNfuo { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:31.8125rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#tBT7yG6vA3QpBTDk7ilDbXvzZSqkODBd { box-sizing:content-box;height:37.9375rem;width:29.25rem;position:absolute;display:block;z-index:15023;background-color:#f2f2f2;background-image:none;top:-0.050000190734863rem;left:30.750001907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rn51pEyt14PWnqH2AqV8y2KzzDJcOTPq { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:23.375rem;top:5.5617187023163rem;left:33.687501907349rem;overflow:hidden;display:block; }
#qF8HMfaDMFIxkBflpag91c8vELQaqGH2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:0.875rem;left:1.6124992370606rem; }
#iVPHBq4WF9TnoJUdaiz0NzygibgmFkBn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:8.75rem;left:1.6124992370606rem; }
#vaZC8uyZFTrCdDkXmuyokBG8XNnE9iHr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:16.375rem;left:1.6124992370606rem; }
#wTUMMz6mJIudKXHcSSZHF9ZP6MWtd6wJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:24.25rem;left:1.6117191314698rem; }
#sK7Kx2gHfdo76VdWTu4ScSFdTAlegSQf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:31.8125rem;left:1.6124992370606rem; }
#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;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; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container { background-color: transparent; background-image: none; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container > .video-iframe-container { display: none; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row > .video-iframe-container { display: none; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container { border-width: 0; border-radius: 0; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#uTh8ByIZ6GDiemQKzkeBzRf9cxrHnxlM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:1.9375002384186rem;left:36.343751907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCO9TwcQLMtVN19s0eSWUNBXpJf5OFEG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:32.6875rem;left:36.625001907349rem;display:block; }
#JZ2SNeiMkD7oftOxMyAMxLWLN1JhD6GW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g67dzHLJFTenvgqi19KWneGTHcF3AwTV { box-sizing:content-box;height:6.9375rem;width:29.25rem;position:absolute;display:block;z-index:15031;background-color:#f2f2f2;background-image:none;top:23.375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WHGgIHqe4uAinqkqHqInHKmnR2A9ZW3c { box-sizing:content-box;height:6.8125rem;width:29.25rem;position:absolute;display:block;z-index:15028;background-color:#f2f2f2;background-image:none;top:7.9375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KV9QXM7sF8Z3z3KR66gMLENVwE8V9dLe { box-sizing:content-box;height:7.125rem;width:29.25rem;position:absolute;display:block;z-index:15025;background-color:#f2f2f2;background-image:none;top:15.5rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AtDcxalZDH0NTer2tHpHdQ6eeJAzAbPT { box-sizing:content-box;height:7.125rem;width:29.25rem;position:absolute;display:block;z-index:15022;background-color:#f2f2f2;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#smIn7soAL69J7nQeoGXizdsXh6aUTurv { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:0.875rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#PdProApPnzweSWqXxTdusm08ikpDrTyy { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:16.375rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#piBq8wbFRybuCbB8THm5mw0lNnz5VaLv { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#ryIHI1a1Ul3WUScV3vmShWKGoCtfdTZq { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:24.25rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#GbbBPbCRUxPxRq0FTXd2z3QesTkETgms { box-sizing:content-box;height:6.9375rem;width:29.25rem;position:absolute;display:block;z-index:15034;background-color:#f2f2f2;background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZOsLlwA5g7kg3ff7DzNkiDg9ybmiI1ak { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:31.8125rem;left:3.4375rem;height:5.2rem;font-style:normal;display:block; }
#J2dMUTkNCGsTHr9F9wy7iM475l0eyZP2 { box-sizing:content-box;height:37.9375rem;width:29.25rem;position:absolute;display:block;z-index:15023;background-color:#f2f2f2;background-image:none;top:-0.050000190734863rem;left:30.750001907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F1So3nWxEUa4hxlAVDUpbNNefceZoQD7 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:23.375rem;top:5.5617187023163rem;left:33.687501907349rem;overflow:hidden;display:block; }
#SdWGoW74DCb0AyGzCfTTFwJFmyxEvlhr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:0.875rem;left:1.6124992370606rem; }
#QvzTB2Vp22lfheRyDVac6BBeO0CG4pRT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:8.75rem;left:1.6124992370606rem; }
#iOCrVkLKzxV6xD5q2QJ1IZu9QhWrLHzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:16.375rem;left:1.6124992370606rem; }
#MVuiBHuVqqaUTEbCa8TzaGQ9qvIGhrWf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:24.25rem;left:1.6117191314698rem; }
#H9Jp5mZTJSMaEUyn7r47ys8SCgB66If1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:31.8125rem;left:1.6124992370606rem; }
#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container { background-color: transparent; background-image: none; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container > .video-iframe-container { display: none; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row > .video-iframe-container { display: none; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container { border-width: 0; border-radius: 0; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#oyqhcmgvStFJB7kc5TNKAvOvr4Lf4Cni { box-sizing:content-box;height:7.25rem;width:29.25rem;position:absolute;display:block;z-index:15010;background-color:#f2f2f2;background-image:none;top:0rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f31HU3xz0BKbxfgP04MbVZxJh7xN1EUl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:29.687500715256rem;left:6.2062492370606rem;display:block; }
#awlEtiN3qSek0l8Q5fgTDpVVM8KEoHU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFo7cIbNSqQgt3mD7RdF4h5tOWnRqdZu { box-sizing:content-box;height:7.1875rem;width:29.25rem;position:absolute;display:block;z-index:15013;background-color:#f2f2f2;background-image:none;top:7.875rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CTT2pBKDE7hK6Op2leGPqfJnJNE38JRc { box-sizing:content-box;height:7.1875rem;width:29.25rem;position:absolute;display:block;z-index:15016;background-color:#f2f2f2;background-image:none;top:22.5rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zcD79swF9xlTIebTJgxZihKA5zELkra6 { box-sizing:content-box;height:5.8125rem;width:29.25rem;position:absolute;display:block;z-index:15019;background-color:#f2f2f2;background-image:none;top:15.875rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KPTtIuavqvrS3T5AerMs74x1T1WcNQek { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:0.875rem;left:33.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#SWTZ6zARw1qE6S0KLZy7yfXzRgqXqTMK { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:8.875rem;left:33.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#KdUPX38GiIdtpKypiVx35zZx9R6ctFyu { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:23.4375rem;left:33.5625rem;height:5.2rem;font-style:normal;display:block; }
#WFtMhvzaV7lQTs1RLuOxrN4ms871lnvz { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:16.75rem;left:33.5625rem;height:3.9rem;font-style:normal;display:block; }
#Vv8wlZ1ezOstAkeGNDKZHWB8C5zCsRBw { box-sizing:content-box;height:7.25rem;width:29.25rem;position:absolute;display:block;z-index:15022;background-color:#f2f2f2;background-image:none;top:30.1875rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wMAuaUrwb4MU38yAIrFuP8WZsbEJEdcr { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:31.375rem;left:33.5625rem;height:5.2rem;font-style:normal;display:block; }
#EcJ18WPwRHvUBT3yHWnEwgJPb8SO1sao { box-sizing:content-box;height:37.9375rem;width:29.25rem;position:absolute;display:block;z-index:15027;background-color:#f2f2f2;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JU1XWO8Nd9H6aNQ2y58ZxEGICFGTWEcX { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:24.25rem;top:6.0437505245209rem;left:2.5rem;overflow:hidden;display:block; }
#we2efgn6ETteZN569ZqQCaHgglK1d647 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:2.0000004768372rem;left:5.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqE3UXpwfZKzJGwZW2SGvMpJeQVV0Kvd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:0.875rem;left:32.000001907349rem; }
#PeUJ2hlAwkPPhmgMevuwm5CZTVLKkpiR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:8.875rem;left:31.737501144409rem; }
#LNlFfaKFiPQb4tbrfpbaUhcD8EQzDsNc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:16.75rem;left:31.737501144409rem; }
#s7vDgnnARrHcf9P0O4MvcUcAnzhZ2UtB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:23.4375rem;left:31.737501144409rem; }
#azgU39Dh1g3Qfa67b61qG6hguzchlB8H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:31.300000190735rem;left:31.737501144409rem; }
#QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA > .row .container { border-width: 0; border-radius: 0; }#QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:none; }#IPfGx8Df3tpZxpDXbXc7B3uGSXsAdcHu { box-sizing:content-box;height:7.25rem;width:29.25rem;position:absolute;display:block;z-index:15010;background-color:#f2f2f2;background-image:none;top:0rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qNUDXQuHFgzuuI50WZkHVOmZJ4effTKJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:29.687500715256rem;left:6.2062492370606rem;display:block; }
#qrdIHny5Bb529OcwrnKKkMPKat8rtHUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7k41IZD7NTTUpikLztiByqBdrRTr0dt { box-sizing:content-box;height:7.1875rem;width:29.25rem;position:absolute;display:block;z-index:15013;background-color:#f2f2f2;background-image:none;top:7.875rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KQd0OyTTbeM2KxhGtTiEg0n6lnhKlipU { box-sizing:content-box;height:7.1875rem;width:29.25rem;position:absolute;display:block;z-index:15016;background-color:#f2f2f2;background-image:none;top:22.5rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Vz3mGAiQraLv28TfC8WcTQQLV2kbf4K0 { box-sizing:content-box;height:5.8125rem;width:29.25rem;position:absolute;display:block;z-index:15019;background-color:#f2f2f2;background-image:none;top:15.875rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tow5X7D9Sl8WdW4gxPWV03AuJ1bd6piE { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:0.875rem;left:33.5625rem;height:5.2rem;font-style:normal;display:block; }
#ZNNpxaOs4onHtLXZbtRGpEBqAxyxwGDX { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:8.875rem;left:33.5625rem;height:5.2rem;font-style:normal;display:block; }
#K3wQgwc7gBtEwx9vIGTKnnA2EGHNT6xq { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:23.4375rem;left:33.5625rem;height:5.2rem;font-style:normal;display:block; }
#DG7H1dfF73uhergOS3fPTX6Q56eynGCw { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:16.75rem;left:33.5625rem;height:3.9rem;font-style:normal;display:block; }
#GPk1k0qkeVdfpHweO8BQmR8beEs9oa6W { box-sizing:content-box;height:7.25rem;width:29.25rem;position:absolute;display:block;z-index:15022;background-color:#f2f2f2;background-image:none;top:30.1875rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SKe1v6FqISC0DVo0twSPOU5pwxvtVtr7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:31.375rem;left:33.5625rem;height:5.2rem;font-style:normal;display:block; }
#AE7mXOzI0K5CopwxPMed65ScbvJi4JcU { box-sizing:content-box;height:37.9375rem;width:29.25rem;position:absolute;display:block;z-index:15027;background-color:#f2f2f2;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#V8pA0xxkZaPGB1FsDLF4IBZoisUi9ypO { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:24.25rem;top:6.0437505245209rem;left:2.5rem;overflow:hidden;display:block; }
#lsGDsR03xbbDfQp5J0kC1cmctihpHPT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:2.0000004768372rem;left:5.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yN4Pa16E0TkEuhKkrDEUZzMrR7TS1HRP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:0.875rem;left:32.000001907349rem; }
#lP0FRXwCnZBMfDKACcHuG8waiDt2hqUV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:8.875rem;left:31.737501144409rem; }
#AMBsSi44vcdaB14bSlXRTSshNwysZW5O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:16.75rem;left:31.737501144409rem; }
#RCglz0v9m5NH4SEfgDZI3Fr11n5PHe1Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:23.4375rem;left:31.737501144409rem; }
#PcucaRFuQ4ovgQdEtlidcvNxdoBswAhQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:31.300000190735rem;left:31.737501144409rem; }
#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee25e0b6-8741-4a20-b2ee-887cc105c3bd/132.crop_4594x3163_0,0.preview.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA.adaptive-delivery-prevent-bg, #I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA.lazyload, #I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA.lazyloading { background-image: none; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container { background-color: transparent; background-image: none; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container > .video-iframe-container { display: none; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row > .video-iframe-container { display: none; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container { border-width: 0; border-radius: 0; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#lU1gOBl8DKgwdEPClTEsCBm5ehTheFuq { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.927734375rem;left:1.8125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#y1V3Rl3AJlnyDu8PvL08ZVTTobqhSvGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:11.749232292175rem;left:28.437501907349rem; }
#sREQE78XRmD8WUzurnmRr0a2GrLWMcXK { box-sizing:content-box;height:40.5625rem;width:60rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { background-color: transparent; background-image: none; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container > .video-iframe-container { display: none; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row > .video-iframe-container { display: none; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { border-width: 0; border-radius: 0; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#a9LJblyrCJxG6mq5Hf5zyBIrwXzOeikQ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:1.83984375rem;left:9.90625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sytW9HNDIcy1IGOb4JkkAf3QA3SyLAON { position:absolute;display:block;z-index:15050;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:20.375rem;width:36.625rem;top:10.792968273163rem;left:11.4375rem;display:block; }
#LWZT6MBTqITDCoHoR2GmMmMy8KZPAANU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:32.37343788147rem;left:21.968751907349rem;display:block; }
#XgDhhOTGFbiK7aANoG9LO4tMQtwSs0GC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu > .row .container { border-width: 0; border-radius: 0; }#Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:none; }#yzX1wpUgheEo5OC3b4eaDTTZnt9eovHz { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:1.04296875rem;left:20.093751907349rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLyEdM3ZbBpC9iTCcKK0qolAyXFqqaeu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#hEVVHssp81bUfsy4GspL9g4DBBrGOpHP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:0.62343788146973rem;left:22.218751907349rem;display:block; }
#qle1aIzy2iWmDxdVQnbBqLPmwMGs6HBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f { position:relative;display:block; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f { background-color: transparent; background-image: none; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .row .container > .video-iframe-container { display: none; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .row > .video-iframe-container { display: none; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f { border-width: 0; border-radius: 0; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .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; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .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:28.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MevJB4w5iwXGhoIN9EkHhQyCuQNIFiUf { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:8.96718788147rem;left:2.15625rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlcskfwC7CwqvMLMJGrVyuGTVabGViTn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:5.625rem;left:35.875rem;height:17.54295rem;font-style:normal;display:block; }
#XcxopTV816CJ2ae1PhxJwvcqIA6so07h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.625rem;left:32.1875rem; }
#ApTduvSANMbAVudExIDusI2shLMATX9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:12.9375rem;left:32.1875rem; }
#fd11tqkiqM4kZq3TGzgFBxRCQKx4Kutd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:20.125rem;left:32.1875rem; }
#k55XEtDT3bHkhf5VafpiXfFi7GhAqdaS { box-sizing:content-box;height:28.625rem;width:29.875rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;top:0rem;left:0rem;display:block; }
#uTv9KOwKlWDdZ5odhyyqT72Nv86D3zAS { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:29.75rem;top:4.7683715820312E-6rem;left:0rem;overflow:hidden;display:block; }
#qvASwrzLLwSmTtwGkhiTEil6aCz6szPo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.625rem;left:32.1875rem;display:none; }
#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD { position:relative;display:block; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD { background-color: transparent; background-image: none; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row .container > .video-iframe-container { display: none; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row > .video-iframe-container { display: none; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD { border-width: 0; border-radius: 0; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .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; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QoWoRy6qTfp9RPXrX4T8T4fUDhK1gT50 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3117189407349rem;left:1.8117179870606rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#f6V8U0KPP5178U53cAJuCoU61q1EHDWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.54);background-image:url("https://images.assets-landingi.com/uc/c2e0de3f-311a-48cc-9579-579519af00a3/Tosliderlandingpagelandingipl4.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa.adaptive-delivery-prevent-bg, #f6V8U0KPP5178U53cAJuCoU61q1EHDWa.lazyload, #f6V8U0KPP5178U53cAJuCoU61q1EHDWa.lazyloading { background-image: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container { background-color: transparent; background-image: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container > .video-iframe-container { display: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row > .video-iframe-container { display: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container { border-width: 0; border-radius: 0; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#gE6OmxE3Kz18TNmyQWX8H6GWetWi0xqm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.52968788147rem;left:2.3367195129394rem;height:18.28125rem;display:block; }
#oFqGUKhkSRct74lyf5AQvT7CgQnwEcTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:.9;top:5.2039060592651rem;left:1.7117195129394rem; }
#XTOeeaTxKbcgCLyBAByXh5iXOkMF1QvS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.9;top:29.84218788147rem;left:23.125001907349rem; }
#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;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; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container { background-color: transparent; background-image: none; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container > .video-iframe-container { display: none; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row > .video-iframe-container { display: none; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container { border-width: 0; border-radius: 0; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#VorowtQRg5EsbnnZxJboneiAy7PguMy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8749971389771rem;left:0rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container { background-color: transparent; background-image: none; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container > .video-iframe-container { display: none; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row > .video-iframe-container { display: none; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container { border-width: 0; border-radius: 0; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container { width:60rem;height:9.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CzfUo1A6BRU3tQgJkbOPrVfFy78y88wb { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3124990463257rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container { background-color: transparent; background-image: none; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container > .video-iframe-container { display: none; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row > .video-iframe-container { display: none; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container { border-width: 0; border-radius: 0; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#lg15aaLR6TqDyyTncESxfkkmcxip9SNN { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:17.25rem;width:26.875rem;top:18.110937595367rem;left:33.000001907349rem;overflow:hidden;display:block; }
#MJC7zO8w243kI19mmV4k16cvKfOVMvx7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:23.6875rem;width:16.25rem;top:25.362500190735rem;left:16.187501907349rem;overflow:hidden;display:block; }
#KmKMqy2zfDQzHqgwUvvEBrGTaaqM8xW3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.125rem;width:15.6875rem;top:24.125rem;left:0rem;overflow:hidden;display:block; }
#PzG1uXTG7KhHQJD9BNJXO4bfgBfpxMU9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:17.75rem;width:26.9375rem;top:5.7220458984375E-6rem;left:33.000001907349rem;overflow:hidden;display:block; }
#xHLgmLoT8VyGZ8Og2L8O9MTv1RbNEubS { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:14.5rem;width:15.375rem;top:34.662536621094rem;left:0rem;overflow:hidden;display:block; }
#mNmnuqUzM57QyyvudavAuUVoQu7xr4TG { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:23.75rem;width:15.75rem;top:6.1988830566406E-6rem;left:0rem;overflow:hidden;display:block; }
#fwIqtNAptehwzVJuVU1mLtZu1NuBn7Ak { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:13.125rem;width:27rem;top:35.787502288818rem;left:33.000001907349rem;overflow:hidden;display:block; }
#Uu6vWDkr5BebScOHvg1GTrIogvxSGoGp { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:24.875rem;width:16.25rem;top:0rem;left:16.187501907349rem;overflow:hidden;display:block; }
#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG { position:relative;display:block; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG { background-color: transparent; background-image: none; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row .container > .video-iframe-container { display: none; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row > .video-iframe-container { display: none; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG { border-width: 0; border-radius: 0; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .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; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o1cG9Q06No96Uw17A3Gt6gG7thResHPB { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5937502384186rem;left:5.28125rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo { position:relative;display:block; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo { background-color: transparent; background-image: none; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row .container > .video-iframe-container { display: none; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row > .video-iframe-container { display: none; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo { border-width: 0; border-radius: 0; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .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; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JTCIAITos45IUBvPXhZDWJmUZiuSxswT { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQFcmTz9Ra8Nnw694dBF9VV1pfKcAZ1N { color:#333333;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:6.7499961853025rem;left:22.062501907349rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZcJXSkTs9RwSGlC5LKOuJl5Iga5bfuG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:19.75rem;top:0rem;left:39.9375rem;display:block; }
#yBgS9a9edgBc6cE2IFDDXpS4Eaw3nLNP { color:#333333;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:6.7484340667725rem;left:42.062501907349rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBHXDE9ZLuQdwJenkynWAIVoCWHOg5f3 { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:41.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QOA1O0B8OQME4Q8iTUxPEcARQnaIy5Br { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#H0TGQTgBIMFNF3mN4TA0aMn2UsnUaU9y { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3aWdd1LJpSNNP8glGUbnuKCRdi0Qdkn { color:#333333;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:6.75rem;left:2.125rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MR30rTkGPvX3ab3aayw0TPL1mehqfVzr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.875rem;left:21.8125rem;display:block; }
#k45eBm1s7i1LJW7nHxSbNTCbdppp85kW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVJ8m1iD72vOsDtTZpN2ieowTJw1hnT7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH { 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; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container { background-color: transparent; background-image: none; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container > .video-iframe-container { display: none; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row > .video-iframe-container { display: none; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container { border-width: 0; border-radius: 0; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#u1qTXHKI5ro9OkrEiq0plktwriBFCb2R { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:23.312501430511rem;left:5.1875rem;display:block; }
#gKBVELbhb9NQkrq6bDcTR3WZSKgQ93g1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRTkhwRHcmHyeICgqqv2xEhtfVMPr5rS { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdGI5TAl08dEX1eXQMrnkwyZBt9ESA1a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.499217987061rem;left:21.968751907349rem;display:block; }
#QFQbGXTJirTVN5OSTCtUz14kdlDU2RUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WbD2f7eTHMgCtsZhSFPi13shqXxBFrwM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.0625rem;width:48.1875rem;top:13.531250476837rem;left:5.90625rem;display:block; }
#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container { background-color: transparent; background-image: none; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container > .video-iframe-container { display: none; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row > .video-iframe-container { display: none; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container { border-width: 0; border-radius: 0; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#C45UWrsvemFAovzf8S2b3TP5Tiq3ySVp { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.84375rem;left:6.875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA { position:relative;display:block; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA { background-color: transparent; background-image: none; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row .container > .video-iframe-container { display: none; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row > .video-iframe-container { display: none; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA { border-width: 0; border-radius: 0; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aKsCiSrLPXk6np78yUSlN1fEHmLnC1Ka { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:2.5671889781952rem;left:3.5750007629394rem;height:36.088875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#aKsCiSrLPXk6np78yUSlN1fEHmLnC1Ka li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aKsCiSrLPXk6np78yUSlN1fEHmLnC1Ka li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB { position:relative;display:block; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB { background-color: transparent; background-image: none; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row .container > .video-iframe-container { display: none; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row > .video-iframe-container { display: none; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB { border-width: 0; border-radius: 0; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#k5TIFs5ykHScUAMeNAx1C1VSWBCA6Rz1 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:0.3125rem;left:24.5rem;display:block; }
#QWRdv8ahE9SSfpMD053g402f7QsnpaRb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:0.8125rem;left:27.125rem;height:3.0859375rem;font-style:normal;display:block; }
#BBv0TVX2tyxGpkxX3MtpNGeTz1ygRxMu { box-sizing:content-box;height:3.1875rem;width:13.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:23.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP { position:relative;display:block; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP { background-color: transparent; background-image: none; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row .container > .video-iframe-container { display: none; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row > .video-iframe-container { display: none; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP { border-width: 0; border-radius: 0; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QngQyphhpJt7L8eaSdvETa595oIrvJsp { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.9;letter-spacing:0;top:1.60546875rem;left:3.5rem;height:39.8876875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QngQyphhpJt7L8eaSdvETa595oIrvJsp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#QngQyphhpJt7L8eaSdvETa595oIrvJsp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#zTanhirwm0RZ6r2BD5ocFlyZWxT1yRHl { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:4.41796875rem;left:3.5rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#zTanhirwm0RZ6r2BD5ocFlyZWxT1yRHl li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zTanhirwm0RZ6r2BD5ocFlyZWxT1yRHl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#cQ6olbSLm4Qk6GFUXXK7k37qOd9n39d9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:54.280469894409rem;left:21.968751907349rem;display:block; }
#dmVo76saOyNhT8df1GbkS3SnPuqxnTmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyRLKiTXgrJaCbhKu1adlutD7TkpeXfO { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:48.63046836853rem;left:3.5rem;height:3.798825rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#TyRLKiTXgrJaCbhKu1adlutD7TkpeXfO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TyRLKiTXgrJaCbhKu1adlutD7TkpeXfO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#tDGXHofyNr7imio3aCZ1hxpi0BL2hbm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:46.155468702316rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#tDGXHofyNr7imio3aCZ1hxpi0BL2hbm8 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tDGXHofyNr7imio3aCZ1hxpi0BL2hbm8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#cfEwoBrJSfcZQbkL7zyGIL339JECz2OW { position:relative;display:none; }#cfEwoBrJSfcZQbkL7zyGIL339JECz2OW { border-width: 0; border-radius: 0; }#cfEwoBrJSfcZQbkL7zyGIL339JECz2OW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfEwoBrJSfcZQbkL7zyGIL339JECz2OW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#fcVzSQu0eGBChHR3z8sD0HpLLsbGLn2G { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:2.5671889781952rem;left:3.5750007629394rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#fcVzSQu0eGBChHR3z8sD0HpLLsbGLn2G li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fcVzSQu0eGBChHR3z8sD0HpLLsbGLn2G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 { position:relative;display:none; }#LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 { border-width: 0; border-radius: 0; }#LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#bDxzVzchg7fh40TJMFfQmklIvVasbbMO { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:0.3125rem;left:24.5rem;display:block; }
#wk2POlM6zs5TSozDJBmMe8d5zVgiE3a5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:0.8125rem;left:27.125rem;height:1.54375rem;font-style:normal;display:block; }
#e4BtgW9rbw1h0W9Zpxfwq56bmyc3UyS6 { box-sizing:content-box;height:3.1875rem;width:13.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:23.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm { position:relative;display:none; }#hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm { border-width: 0; border-radius: 0; }#hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:78rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ESO1fwHTMF0IWeaPeLJDzIymprRBDGVr { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:4.41796875rem;left:3.5rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ESO1fwHTMF0IWeaPeLJDzIymprRBDGVr li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ESO1fwHTMF0IWeaPeLJDzIymprRBDGVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#RD9dl11iE2ShKDPp7PcWz6uq7ygVyqXl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:70.842967987062rem;left:21.968751907349rem;display:block; }
#JzeLOAX76slahzdHS3q0o61BuERv8pvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTSOfHk2w7FXD3esOdTl2hX5mZyJbsux { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:65.630468368531rem;left:3.5rem;height:3.8rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#HTSOfHk2w7FXD3esOdTl2hX5mZyJbsux li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HTSOfHk2w7FXD3esOdTl2hX5mZyJbsux li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#ki5N5t9yXBhAAIgcUKy1fHOzceuJRusN { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.9;letter-spacing:0;top:62.967967987063rem;left:3.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ki5N5t9yXBhAAIgcUKy1fHOzceuJRusN li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ki5N5t9yXBhAAIgcUKy1fHOzceuJRusN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#kNTheAaegD3ixr0iRncfMZ70vu3pGvr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.9;letter-spacing:0;top:1.31640625rem;left:3.5rem;height:60.8rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#kNTheAaegD3ixr0iRncfMZ70vu3pGvr9 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#kNTheAaegD3ixr0iRncfMZ70vu3pGvr9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT { background-color:#f2f2f2;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container { background-color: transparent; background-image: none; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container > .video-iframe-container { display: none; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row > .video-iframe-container { display: none; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container { border-width: 0; border-radius: 0; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#tfyPyKTx3Dh9PMz0P7VLtpU45TiMBKrE { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4375002384186rem;left:3rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee6672ff-255c-4a0b-bf7c-616de6d117c4/Sala50.crop_5251x2573_0,484.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:13.499992370606rem;left:5.0625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l.adaptive-delivery-prevent-bg, #WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l.lazyload, #WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l.lazyloading { background-image: none; }
#WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }#WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#Id6A3ETwE2AFknLhutXKhTb7tg2yfEkI { box-sizing:content-box;height:11.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15010;background-color:#f1efeb;background-image:none;top:13.5rem;left:30.92421913147rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#cqZk2mZMI1V65c9F4HdPIeWtezDK8doH { box-sizing:content-box;height:15.8125rem;width:15.125rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:26.1875rem;left:5.0625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i461diScedtEmQCtbeGeD6UVhq3TEKfV { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.880469083786rem;left:7.59375rem;height:6.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OM4dHMIDiqGUULC5c9RtIbiW3BAmrGkv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.880859375rem;left:32.361328125rem;height:7.79883125rem;font-style:normal;display:block; }
#C2NwTg7inIvzKKLLba0w0q998I3SQwIN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27.681250572204rem;left:6.6875rem;height:10.398425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezLQ5GdF422nlEWH17dQDqXkMNPoo6t3 { box-sizing:content-box;height:15.875rem;width:15.125rem;position:absolute;display:block;z-index:15009;background-color:#f1efeb;background-image:none;top:26.1875rem;left:22.4375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu { box-sizing:content-box;height:15.875rem;width:15.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ded968e9-e5ae-4eff-80a0-0cd61513c927/Sala41.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:26.1875rem;left:39.861328125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu.adaptive-delivery-prevent-bg, #U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu.lazyload, #U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu.lazyloading { background-image: none; }
#U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }#U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.6); }#oJPz9FILr9LZS01hvvTmkbHiSSWgxhQT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.681250572204rem;left:23.562501907349rem;height:10.39841875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eDosAvdOiCHifdPCfkEnNTxVn7Du3kNB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.731250762939rem;left:41.54921913147rem;height:10.39841875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CADswHg1eVgNKpOvXWKQWu2TtWFfBRVu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.724998474121rem;left:21.250001907349rem;display:block; }
#PxHpbe5Ikg90vpcAefuBThkB1SHEPg3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { 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; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { background-color: transparent; background-image: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { border-width: 0; border-radius: 0; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:60rem;position:relative;display:block; }#CtdpAHSCxnOBqa0a4My0bfmc92MXLTnr { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.31005859375rem;left:9.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIfyAJGaceCCKhIPSK2FXcbAT7bw3DFx { position:absolute;display:block;z-index:15015;height:29.6875rem;width:15.9375rem;top:5.9687502384186rem;left:22.031251907349rem;display:block; }
#iSe5le5zkifKRFwpqPU4Zi7ivgIfmBuh { position:absolute;display:block;z-index:15016;height:29.6875rem;width:15.9375rem;top:5.9687502384186rem;left:42.812501907349rem;display:block; }
#ZSBfVQhl8kR9B7TRIFz931k0i4iDaoVN { position:absolute;display:block;z-index:15015;height:29.6875rem;width:15.9375rem;top:37.28125rem;left:1.3125rem;display:block; }
#NAon3wVpqvsA1VrHiUWNFQwQ5X2bcU8v { position:absolute;display:block;z-index:15016;height:29.6875rem;width:15.9375rem;top:37.28125rem;left:22.031251907349rem;display:block; }
#uRz8L3kgnhmCFQyF91G6DWr8sgigReB9 { position:absolute;display:block;z-index:15017;height:29.6875rem;width:15.9375rem;top:37.28125rem;left:42.812501907349rem;display:block; }
#onHkl31gR5J1bSwQsq5ZWCwawlQJpnwL { position:absolute;display:block;z-index:15016;height:29.6875rem;width:15.9375rem;top:5.9687502384186rem;left:1.3125rem;display:block; }
#SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C > .row .container { border-width: 0; border-radius: 0; }#SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;position:relative;display:none; }#SnkkMtuvmWQRhKyIffN4SUnOxTsTU7xu { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.56250095367432rem;left:9.40625rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HBbqePZwTBtNJ27T1zP6CczudZoBKTqO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:28.861000061035rem;left:21.968751907349rem;height:13.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPoEKPdUfJe2wfceBsRbDFM4weUgL4A1 { color:rgba(var(--color-primary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5625rem;left:24.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRzTJzXMPAGcnOQl2PBBvuJVC1mUSwyJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:17.9375rem;left:21.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAUtCi7fQiMaRA3LDuuXhSlHZ4587zQc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:19.375rem;left:20.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ze62CVtSy26mt7fWLG8UL5mRoTO8XTnN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:25.1938123703rem;left:21.125001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmDWOs95MicbFoD0uVAKwFkfOISlKazI { box-sizing:content-box;height:30.625rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:13.5rem;left:20.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#QHLSPrx4wM5nKwTRucZPorDiyt9yQNpu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:25.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5IqDE6T5idNylxxff6R2rLfTdJrGGDP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:23.8125rem;left:21.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1AUpTaSaXiSc7y9zXEIqibT7X3z5oPH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:42.217920303345rem;left:21.250001907349rem;display:block; }
#GBmTtEeEiyrXQEfXT56fAuXrGoqTTFfD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container { background-color: transparent; background-image: none; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container > .video-iframe-container { display: none; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row > .video-iframe-container { display: none; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container { border-width: 0; border-radius: 0; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:60rem;position:relative;display:block; }#PpfSOyNLkTuFDZeFEZPt3U7xyonEWScv { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.56250095367432rem;left:9.40625rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pfauKW1okhkMy8so4QlN2hoR6as7xUwN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33.3125rem;left:22rem;height:13.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vxko8f47bHLKwwtTpqSVert8eZMXLtHu { color:rgba(var(--color-primary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5625rem;left:24.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4g1pyh41TzqhM8W5uTQvB0ea5qfETMx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:17.9375rem;left:21.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8B47IbgZR3fWefyHZ5WE8vngQSdvizy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:19.375rem;left:20.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rycWTWKTeDESq3gEcvMJ1TZnXSycAvsd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:29.625rem;left:21.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#op3QTcKDHIiatMtAT8JWbsQvtr4GKolt { box-sizing:content-box;height:35.3125rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:13.1875rem;left:20.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#SDG7Rqedh99zLsokNskykDBvdtIukMCg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:25.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0QgQ6Olocy6pEnZgTO2ZLmN7V1CxrCR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:23.8125rem;left:21.6875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBg4Br6qDqeOWPtssfesIIkD63IQpwHi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:47.2802734375rem;left:21.25rem;display:block; }
#vxwz8bhnNB4KUVvToUV4Uxy5aufNUTge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKMgMhiI2OhXWxW69C01Ob5OAzOUt3OZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15092;background-color:#be0039;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:9.40625rem;display:block; }
#XycziRGG0M12kCIoZKvmRyrCLsBJL7Ip { color:#f2f2f2;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:15.318359375rem;left:9.40625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntGSaDu75KIhLAvayEONzJ3TsBHqxFsP { color:rgba(var(--color-primary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.005859375rem;left:25.09375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container { background-color: transparent; background-image: none; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container > .video-iframe-container { display: none; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row > .video-iframe-container { display: none; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container { border-width: 0; border-radius: 0; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:60rem;position:relative;display:block; }#OnTKWfCOFmp7kWEE9f4rThWhDwnQaxx7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.3125rem;left:14.1875rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .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:#e3e3e3;background-image:none;vertical-align:top; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .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; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .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; }#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-trigger.adaptive-delivery-prevent-bg, #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-trigger.lazyload, #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-trigger.lazyloading { background-image: none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn { box-sizing:content-box;height:auto;width:56.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.8125rem;left:0.625rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ylOCIBlk1yfOvmoJFEL6u2NxU3ATUDNT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #BQ28WrIWZmDxiQ0wWhCPFwlUV7O8PoMd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #GTlzoeguKyzIfoKn6fl4C2R2p2MmKbLC { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #omqPzroKNPBp7CoTHxfpg3rQNGATx4wn {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #g17TEMDpG7xpl12vTPlXu0N8397TwVPN {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #FIBxQqgCTS9XcB3XiPT9v9aCwi6GG3T4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #KbyEz3dHSirOOd8Xr6SxPBKt1JgRidtw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #eGL84GJ8axz1vHVKlxgZ2GtIbeOOlp5f { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #RbX3zGM1nvOMBwiTmHVT33GPrUSNuzmk {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #hib1DBxqNTEsrzXVxMmArunhg5GOVca6 { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #UWCwZQGHD43B1yAivv2mmcaTsauVQ0JF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vblHcm11Z14fF1v1a2TZC2muT4BbJzKA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #S7tIkP8kObvMknecRkWOPTkTwS5cSEcE { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #mJO6WpikB7N7wL4kRdQt0nwaMxzXpsCb {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #JkkScXCCpHsrKTipvKgKnHZRSEsLasJC { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #qshTEaBr4hsZEWNBiVSE945TcKiBh18B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #iTxsakDfT3noqL6m3G71oNldSlvxhwMk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Zw0zD2NROVnsR58NdvT17q58X6thEJoH { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #tm7fSUgZhF3c9lPZlFyTdcP9IENl4xCl {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #eiBsIExP04A9TUKh7iENUr4bRFdne9Av { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #kbEnMI9II9hH8s9WyKvA5xKUOORv7T3c { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #svDOrMllT6Cr8IGP5W0cJ3XduwihAWS8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vUz61eLJ0EEynOs9Efml6dC0W9kJPcK0 { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #kw0NrXdsOHAszX6mXZWT4yP9yNE74hd0 {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #p1GuEd0gpkmCAph1CuFz1RMZmlHvfE4g { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #e22JiOzWZ4A9P72VDBeT6P01ugQ67k7w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #tSbaneFfhgLsP5TNDFHHlIeXdCmV81aQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #g5Pp2aqpkbSfzkZPszNNpADAulhQaoSo { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #uoVaUQcSTJMSCnfZtfAKACMpRLdlVfaE {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vMuvfBELzxvTudMUc62WdCW9DhVLU98q { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #fhr8BWLWw8L9PhCW5wvReBIWyceQhghn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #btrntOwQOKotohvzSFmv8Ut6QrlnHCxf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HKdaKHWLoB1m8TcJmuuA4WqaQeqaiSSN { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #PxTb6k5MLXg53UTyWDZSQEOdttG7lXhL {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Q3Ug7DXmJUOrLmzIDz5uKg6s6LxwB8I8 { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xTd04Uw7lew1C3E5mwTy5we93pmdGGPC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #IvdzyLnEB8T5qS3Un6wqs4TTQCLrsgTF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #hbyi9eybka0ibXxPCUqlfgFatcuxqbyI { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #N1OrT1MB5HKeIVb8aa96wtH1ouwwEcLH {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xscgJ26JToymbUOSh8fzCsJ8FKdkPNNL { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #wRWh9PS1oeB7AO7HzuCWTdvR7P4U4SUW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #T4heWmu7pWNZEKskiIq8Ch0p7GT60c79 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #c3hzxcy0wqMF5FgS82Hv6ttoJIXQPvTV { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #sRoA0n1QTMHQbTzyDB3TFo1ZdfqWV1xe {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xGKf5vQa1UnSUgKQhVyZDTOaTqJsX66a { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vEgZWTssJoWnu5STdNX5IgchJebRHzBT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #bVgalr48ZsTJCuPBRr4q9DKXn2TH7h3b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xNDDPePpBhltwfhbPmaekxZCB8PfUFAq { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #keM5qwbRS18H64kyqUeTFx0dUGrRr2EH {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #l7puw9AG7ublhkCNl4hbfADfNelEQRB0 { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ybUrU1sIaeyqoHGTxBIMcpI7WeZChLh8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HIpZTn62TvlDniamW923sAeVM2V8M3mu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #czv3PmTTyznwQeFdAmk98vWw59Z6x3m1 { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TD8KgfVLFPSZ8zhd9koKZsN0Da2qPhd7 {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xU4GzBCpu27wGtVdHWf1H6E1sJLsxUTM { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #PkVOFhxHdP0ykzfZox6ox5tdJMX1LoNR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #MT9HlcTANraXIk75pOw1kKZdzWqIhsfe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #u2FkToFRFGnyimpopt7rSTI3b6QU24wd { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #h6o5hU1xHvddmoa38xSgeeVfpGrIg36X {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #UAn7VhVxvnflKzhOnb4LnZDALbb5VStO { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #QB9XkME1EF3GmoJwdkN1ky3Jr2OpcTqx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #JOHsFNlmxhgEkvUR84PbTu1athBDZKUB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ZhfB871USwSzguU3aGK9NnIWFgsNZWt2 { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xopSFcAhC56mdBfTToXC74IqQNJ8dItd {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #pHokwrNhqU9XyZNlZz1MSgXJnT5ZoMQG { display:none; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xy9Zm6K7HsMdJHt46IEZgsdbIl2IZzDA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TyTIJyKaokDqqEOcPe5OBTXelqFshCkB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HZ7SIF5wtzbA86XEquuECk6R0WNTTEHq { display:block;position:relative; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TL9rXWCK059x0Sgqu6XJwJLDVVfk3QSc {  }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Z2wxg1dXVLzTbARkBoUeT1vi1pAJVywv { display:none; }
#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container { background-color: transparent; background-image: none; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container > .video-iframe-container { display: none; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row > .video-iframe-container { display: none; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container { border-width: 0; border-radius: 0; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#EHIR2BtkUrI9bNPXMMKbSzkC523DMZof { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:21.250001907349rem;display:block; }
#AbFPIuWT9XfnWRphnd19P1qnAmEOciiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn > .row .container { border-width: 0; border-radius: 0; }#idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn > .row .container { font-size:0.875rem;font-family:arial;height:68rem;width:60rem;position:relative;display:none; }#fhkeEoTbHFTIsIVZmmLivb36iTA5XnIR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.3125rem;left:14.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .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:#e3e3e3;background-image:none;vertical-align:top; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .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; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .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; }#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-trigger.adaptive-delivery-prevent-bg, #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-trigger.lazyload, #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-trigger.lazyloading { background-image: none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG { box-sizing:content-box;height:auto;width:56.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.8125rem;left:0.625rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #daSWznx02wD8MJJ0vSlIXBxiIGpAGQ9D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #N7LfeqZtQrikumoJ6gHwWDJ5PPwA8FFf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NdJGLXtfsERD0A2qszr8nn5zA0T3XEo0 { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #X44qpQ1kv90X5q0wtyEr7WgmPI7q3Wbw {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wftzpfa40RIbi7k3G3yy3CpU8FmOK2Xp {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #i6lqNngINbgiIPSJvgwv3iXeRbcaK9gO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #Oa5yr4JIFa7rkOReVc3zgpUlKttZbdG4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #mXNmuHHQ6aZrRIaXDwtKVwtTWvEWIFeJ { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #KIvHetf2e8Xzh3RlS3IMdeVV8Og5d41k {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #KZDoGgixvtzbUw8UgXI6J4eZ1HMztSWu { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ytevvV4cGM9TwQWIfvQ0XTEu2BbeU0A9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #reS7quWC1Iy2UmEqArby6Gs2Eb8z1dtE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #q1VazQUQKLaofhmVign30a5q2RLwfywd { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #AWWpyuOk62iTnV9PB2CVuVJTox63zrRK {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #TNS1RzMQ7UygZFtZR9sZAtTPVSRNH0kn { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #BQ3tSNpoR6PCWE0T6HxTKo3bePPXKsod { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #bxHkADEGcqkJIIW2ILCbG8FUVyGyeVU8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NVglqziliNB6s5tzGPC7EauLOTTy9kyt { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GubHLNeeCDt2nZEsoQonQyM59uB0HroD {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #qroKSOMOZ39KXkso0BR0GTCxliN9MLnT { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #VSNlKzPpGnhJ3aO3L7rGlGS1v5tXqxpz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #E8C0N4dpVR7Cir9kciUMuXI68NB7M5NO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #J8Zu0ZLhwoaVCl4CoS2lsfay1DB9aG34 { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #zhg25tqIPysE2BC1uwCIC6qvNmSnhBmr {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #qeoiFdSKZ8B72ocW9HShpxRKszNb2eRH { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #tbzimm6KUH0XU2ghXiw7et8rbQLTQak7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #R56NHuXiigeKmDlDOVsfzNJ1zcFtJAma { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OBhmtk9rqyEuJBiT8JAKxHMLtHxUVT2Q { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wBnPGoVPthMTeT7gLhvodGqcKEwe1rhl {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #im34eKNVOkGVe7c8ngJfRMGfPFWCOstt { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HiuJrQxvxJp6LKRJhyPFVWT7dL2AqJu4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #nkUvIoDeFC5iWkr8RcfZubfTrwEeHnfo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wQMasmcaQLFdZIZ1N6MKIGSlDeUFruW8 { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #U1znTUT57CzAZHggnnhcIFtLKV8ItXAS {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #WENvegIorG9gTu8diItqgCZEZugLDFT7 { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #DrflgNhb6OvJwZ0O8LFq6AgTrDV6zAZV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #SFxay1w8QKsoB1gF6gLn0aMh8Bd604Jy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HJeR28E13r249P5JJZBkvDB1ocQgLOFn { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GRaLF1TX2fOPcqQir8OIPtfQmmJbRqb3 {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #l5gspxwXvckvyULfGyJSz9qFRPfSurRt { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #IrWo2DgQDfKgoz4yopK2bBCJPnC6iPLM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #C38VBmdSbbkeXKDneVowim2TMLyK2AUM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #b3Ec9WTyzvb6STHIu1txnwViqGtNw39m { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #m0ynVHuqDhxf02Sd5x6esFUhFGrwITK6 {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #rtA9J4w6zsgRSAva6u4oUDB6wDfiVhPb { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #LAetDJVdvLFeLVPkBOKolbex3TDkKzKW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #mpO6n56B32TQH0TdAoWS15eMFObU2pJB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ZALbwZhqTQy83DAG2NaizJ9ApTqtTt8L { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NUAf7qTkcvdQlsoLKyZmlETuK4fqkOVK {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #EBwTdppPMtFpHbuWRFVSdkQkmckcEKie { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ewCVINlUbt1REIGmoEi2BbcIPKQOTcaz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HtTrMFDTMocRzgO5RRzKQTbVQeHNisVs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #vA08iOoyrlVTZeEZ4BFhI6my3zzPc8TN { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #SzTssMfUX6K959UTNo6RG09vifRKt7ZF {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #pOf6iWJH8HqyS7cusKWEvI8Wen2fREN4 { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #xicxqCoAPXzCo4cZkQpQAICLyHsCWsxS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OeDCODihbaKTGNQZoRPz7OBaSKPT7QHa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OvFVE0TIk9i3fIgHM1vMxFODtBuTBuKO { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #elBJaGRpHbu0wOFJ4AkRVcnIms1qydgs {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #C0nn8w3b18HAm9B5xDkNi2tSFV5898V8 { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #h70ohTrBt98DNWqNwFQsyO35rZ0Zn4lL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GQyT2ghbEa82c6Fv7BRCTQbgUcdOXtVW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #DO5WSVBDL6VWEJdrM0BnAdn8EckNl7lU { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #Cq5kpoStGI8hq4LZCgkB7uiGNTt99Rl4 {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #f8alpfLtirx4K8tFXDtUFykvsFt7XUNb { display:none; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #JKTPmuJ8JPVKkQtBwVNEkhwiceRtA04A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #TxQn8yXgDizsnVQMgiEQudrEnvL6JZbF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #bThTvi5wfKZiNBEOImNOnnpOiq5Qlyy8 { display:block;position:relative; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #L0HTFHs7panCXCoXvsJWF8JufS4argUh {  }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #JlUhE2DQklzhnIsFQv6lrqQ9dlLkbabq { display:none; }
#Ivvx2eziPOGgRsmw7UstDp2EOQVai63A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ivvx2eziPOGgRsmw7UstDp2EOQVai63A > .row .container { border-width: 0; border-radius: 0; }#Ivvx2eziPOGgRsmw7UstDp2EOQVai63A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ivvx2eziPOGgRsmw7UstDp2EOQVai63A > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:none; }#DbQi3g5D4qEOvVwnioOJXUlWkDQdonWW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.3437480926514rem;left:21.250001907349rem;display:block; }
#hVbGgdSCeDpLLQZvpFCWPNWVLuEWFao3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N { 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; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { background-color: transparent; background-image: none; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container > .video-iframe-container { display: none; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row > .video-iframe-container { display: none; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { border-width: 0; border-radius: 0; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#oqmZ8JuE0EixzvKEsoAOFdzCGl7DJoAD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.875rem;width:26.625rem;top:7.168749809265rem;left:1.6875rem;overflow:hidden;display:block; }
#pCvwbXxfovpvIFOC5WG2wTm6Mk9p0PBe { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3750004768372rem;left:30.000001907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAeNiRbyZBpZHZ5WKKilxDQSTTvdZpFb { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:6.2500004768369rem;left:29.937501907349rem;height:27.77635rem;font-style:normal;display:block; }
#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container { background-color: transparent; background-image: none; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container > .video-iframe-container { display: none; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row > .video-iframe-container { display: none; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container { border-width: 0; border-radius: 0; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#cHpyLgI9HqFsDSGWxe3ERkOXUpPAS32E { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.31005859375rem;left:9.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kDhkPtu0kL8MZwvmWtNPx4co7LDdD317 { position:absolute;display:block;z-index:15017;height:29.6875rem;width:15.9375rem;top:7.4375rem;left:2.15625rem;display:none; }
#J5CoPBmmLgICrK5grGFCWIdTztBZWMRR { position:absolute;display:block;z-index:15018;height:29.6875rem;width:15.9375rem;top:7.4367184638975rem;left:22.031251907349rem;display:block; }
#q44l94NU8bhbB9ALDRJtiXMlHcTqLbSp { position:absolute;display:block;z-index:15017;height:29.6875rem;width:15.9375rem;top:7.4375004768369rem;left:22.031251907349rem;display:none; }
#Tz4JPE3IbacSDqDqWqV4cRlyJBvvDbQa { position:absolute;display:block;z-index:15019;height:29.6875rem;width:15.9375rem;top:7.4374998807906rem;left:2.09375rem;display:block; }
#iIkG70irCK6Ty3LphhiWasu0fEmvufo6 { position:absolute;display:block;z-index:15019;height:29.6875rem;width:15.9375rem;top:7.4367184638975rem;left:41.656251907349rem;display:block; }
#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;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; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { background-color: transparent; background-image: none; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container > .video-iframe-container { display: none; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row > .video-iframe-container { display: none; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { border-width: 0; border-radius: 0; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:60rem;position:relative;display:block; }#fzvC3m1ALPc8BounZc1lxWBurpqwyqQT { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KnJGzTii0VF4As5rOwceGhWAqq7uFlB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.375rem;height:11.6953125rem;font-style:normal;display:block; }
#aTEvaVLQqMVAfdoNOZlpHehLFlp23uTh { box-sizing:content-box;height:10.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:#f2f2f2;background-image:none;top:4.375rem;left:32.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#FEBpKTwg917VsQ4MtStZ0gwzAQEZ5dTb { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.625rem;left:34.6875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2K9o8wn1PSi9au6iHbDlxh2n5ThhFuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10rem;left:34.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7UGhTZk6RHtabkK3mRD5XPKz6uEElqn { box-sizing:content-box;height:10.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15015;background-color:#f2f2f2;background-image:none;top:15.6875rem;left:32.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#gTX2RQMiukCNXcl5OoletJiHB4X2UmaP { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:34.6875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiqOnOqwq1vhkBkATvNfqivCIF0wJp6k { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.4375rem;left:32.28125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTWzWLHFnKz9ApuRRT9rF272Hc6L8Kg4 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:10.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.375rem;left:32.187501907349rem;display:block; }
#UTXfJahxt7Cy0GoTLLi179A44Sahqnya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7q8a5VsDzkNnrgLZNQGDe7boakRov4A { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:10.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.59375rem;left:32.156251907349rem;display:block; }
#W6egmBALwl0Ul6b1nErHuMsp2kCAOUgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container { background-color: transparent; background-image: none; }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container > .video-iframe-container { display: none; }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row > .video-iframe-container { display: none; }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container { border-width: 0; border-radius: 0; }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBX5ldyyXT497CWMPJMg99JDVEUoz3bw { display:block; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZJ2EawnD8Ft80Wcoso754Ld69Gz91ET { top:0.1875rem;left:19.968751907349rem;width:7.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn { display:block; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0IS32sExReT4ZhAo56iDHwDp0xGif8L { top:5.75rem;left:0rem;width:13.25rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhxlcTTypFEcvewTi5PJiMsQ51xQwmW { top:20.125rem;left:0rem;width:14.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgCee4zV3nxs4svUP318V5A9m4VBtoID { top:1.6875rem;left:0rem;width:15.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay3qUzJouV6InFTdny97LCr2DpPkc578 { width:17.5rem;height:3.4375rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9oPPFc2LuUqqV7PT3v3wO6nXgdMvWiu { display:block; }
 }@media only screen and (max-width: 763px) { #F29E8T9ZKAEe74hQq9fNTKuNGt32Mbx0 { top:37.125rem;left:33.3125rem;width:14.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsxwKEaVqHF8zHT0qKLaxePoOzJgVHw { top:37.125rem;left:18.625rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aThtOUnsc5eqZTR6Zbro9T9lvKnRyWZq { top:37.125rem;left:0rem;width:13rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl { display:none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nCCwwdk8cVvK6cFIOhPw2x4SGwhSatVy { top:29.5625rem;left:32.625rem;width:15.125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIhE4SoqSnIO4ua1ZePhDPPMNSmAgpt { top:29.625rem;left:16.375rem;width:15.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHLhR0mg16ze8XRysE7qv2s4SmJlAN1 { top:29.5625rem;left:0rem;width:15.125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0DDyXaMzCs8b6fbB88uhROHpiM1QlA8 { top:18.625rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBK5ESeWzuLQW4ImHxPRTIecBkuWeWv4 { top:30.9375rem;left:38rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNM4TPc0ZvKMPu1z3PUSV4ve822MROeZ { top:30.6875rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB8VG2mmZIEA5chbPbDlLCFocxg6VZm4 { top:33.3125rem;left:0rem;width:13rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU27yfFgap3eGDGishXOLAISI6OF6E5F { top:21.1875rem;left:0rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xprlZPKGoW8DzrFMO5QOcHi3c4H6XKcD { top:33.125rem;left:33.3125rem;width:14.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 { display:block; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avHmUKHgzq1lLMM6hd8QObLFOKclcHPb { top:10.0625rem;left:0rem;width:31.5625rem;height:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PMBbisgpK6Ls8IT6vHcoWHezT2CR7T { top:27.75rem;left:0rem;width:31.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdWgnL5h0v7qJG0hmo5zo7T8EFiDCPT { top:4rem;left:0rem;width:17.9375rem;height:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUWgLh16f7iPZPUZnmxugKcZi8147RQz { width:17.5rem;height:3.4375rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBX3xaIR0mQkGqdxbibTL4DWnIrOOpPN { display:block; }
 }@media only screen and (max-width: 763px) { #M08zOHQqrNEvSTWdz4VCS530BrAB7gTc { top:40.8125rem;left:0rem;width:15.125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHT1aRKCw3k5BnmcbrPgrQgwbNb2QkAO { top:42.1875rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdxQxkLIzt9xTO4y4AhJNWSiZ4d2sPVs { top:40.8125rem;left:16.312501907349rem;width:15.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkwi5Ege2RAlDvBpKFU6PST4e81AbAt { top:42.25rem;left:19.000001907349rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPWPk8yisLGbrHd2mUMmdklOJyz1mpc { top:40.8125rem;left:32.625rem;width:15.125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2XMRyk642hsr2JyHeCunxeEP8minnd { top:42.1875rem;left:38rem;width:9.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlvrT4i6iWziBWWJ35TXLRgt0cE768La { top:0.6875rem;left:0rem;width:13rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgMgpNW752E7OzL0Fwzo6NQ9nrOgfft { top:0.6875rem;left:18.531251907349rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBUr4lLvKTkLfLD2JCtovO22VZODzJ2 { top:0.6875rem;left:33.3125rem;width:14.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk { display:block; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQWrJF4GHtSBueLxCVNy5kexvQ5kJ884 { top:3.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwG3vUM4aEFTKUME2FvdHB4FbHuvqEdF { top:9.1875rem;left:20.781251907349rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S { display:block; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myCt7F2WIomFoT1tpI3tZXQEWsRDRMbr { top:1.9375rem;left:29.6875rem;width:18.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5SKExb9aLtd4N06srqIVbifiAyhPnK { width:17.5rem;height:3.4375rem;top:32.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve64Om5TTZTyKWXxop2p6MXgQHaH1K7c { display:block; }
 }@media only screen and (max-width: 763px) { #Z65vIvykD8wxv5PeAHXWe5VLvdI1pMZo { top:23.375rem;left:0rem;width:29.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfx6NyWeh06ZPDpm4b9Ni5e2o3dvuvJ { top:7.9375rem;left:0rem;width:29.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1la61hXfmI6btNTo2kNR1peJNfe1f4q { top:15.5rem;left:0rem;width:29.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8pE6F31f0fNIpX7hU6bBDNWlTf91vsK { top:0rem;left:0rem;width:29.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCeeV9SqU4IsPKQ7XzgBS6LMCi0nEaNw { top:0.875rem;left:0rem;width:25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZtBqzpKNFK0eQ2OCXTiVmDShKAzKGm { top:16.375rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32LFWhtxpqOlwCvHcIzrme7HJUd26nb { top:54.25rem;left:0rem;width:17.1875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxoSqX6xo5CQUlIhh4tqwzDI1qg9LRT1 { top:24.25rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VZreDPiGu9KvyLhbmG3WRTDJHd69TX { top:30.9375rem;left:0rem;width:29.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiRMdfVRhrKzDJl54ieBhFU9B4fTNfuo { top:31.8125rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBT7yG6vA3QpBTDk7ilDbXvzZSqkODBd { top:0rem;left:18.5rem;width:29.25rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn51pEyt14PWnqH2AqV8y2KzzDJcOTPq { top:5.5rem;left:24.375rem;width:23.375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8HMfaDMFIxkBflpag91c8vELQaqGH2 { top:0.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVPHBq4WF9TnoJUdaiz0NzygibgmFkBn { top:8.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaZC8uyZFTrCdDkXmuyokBG8XNnE9iHr { top:16.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUMMz6mJIudKXHcSSZHF9ZP6MWtd6wJ { top:24.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK7Kx2gHfdo76VdWTu4ScSFdTAlegSQf { top:31.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC { display:block; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTh8ByIZ6GDiemQKzkeBzRf9cxrHnxlM { top:1.9375rem;left:29.6875rem;width:18.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCO9TwcQLMtVN19s0eSWUNBXpJf5OFEG { width:17.5rem;height:3.4375rem;top:32.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ2SNeiMkD7oftOxMyAMxLWLN1JhD6GW { display:block; }
 }@media only screen and (max-width: 763px) { #g67dzHLJFTenvgqi19KWneGTHcF3AwTV { top:23.375rem;left:0rem;width:29.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHGgIHqe4uAinqkqHqInHKmnR2A9ZW3c { top:7.9375rem;left:0rem;width:29.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV9QXM7sF8Z3z3KR66gMLENVwE8V9dLe { top:15.5rem;left:0rem;width:29.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDcxalZDH0NTer2tHpHdQ6eeJAzAbPT { top:0rem;left:0rem;width:29.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smIn7soAL69J7nQeoGXizdsXh6aUTurv { top:0.875rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdProApPnzweSWqXxTdusm08ikpDrTyy { top:16.375rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piBq8wbFRybuCbB8THm5mw0lNnz5VaLv { top:8.75rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIHI1a1Ul3WUScV3vmShWKGoCtfdTZq { top:24.25rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbbBPbCRUxPxRq0FTXd2z3QesTkETgms { top:30.9375rem;left:0rem;width:29.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOsLlwA5g7kg3ff7DzNkiDg9ybmiI1ak { top:31.8125rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2dMUTkNCGsTHr9F9wy7iM475l0eyZP2 { top:0rem;left:18.5rem;width:29.25rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1So3nWxEUa4hxlAVDUpbNNefceZoQD7 { top:5.5rem;left:24.375rem;width:23.375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdWGoW74DCb0AyGzCfTTFwJFmyxEvlhr { top:0.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzTB2Vp22lfheRyDVac6BBeO0CG4pRT { top:8.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOCrVkLKzxV6xD5q2QJ1IZu9QhWrLHzn { top:16.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuiBHuVqqaUTEbCa8TzaGQ9qvIGhrWf { top:24.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Jp5mZTJSMaEUyn7r47ys8SCgB66If1 { top:31.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXllgXQ2JbACfTITnysfCpJVUcTTHh9y { display:block; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyqhcmgvStFJB7kc5TNKAvOvr4Lf4Cni { top:0rem;left:18.5rem;width:29.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f31HU3xz0BKbxfgP04MbVZxJh7xN1EUl { width:17.5rem;height:3.4375rem;top:29.6875rem;left:0.08124923706055rem;display:block; }
 }@media only screen and (max-width: 763px) { #awlEtiN3qSek0l8Q5fgTDpVVM8KEoHU2 { display:block; }
 }@media only screen and (max-width: 763px) { #WFo7cIbNSqQgt3mD7RdF4h5tOWnRqdZu { top:7.875rem;left:18.5rem;width:29.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTT2pBKDE7hK6Op2leGPqfJnJNE38JRc { top:22.5rem;left:18.5rem;width:29.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcD79swF9xlTIebTJgxZihKA5zELkra6 { top:15.875rem;left:18.5rem;width:29.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPTtIuavqvrS3T5AerMs74x1T1WcNQek { top:0.875rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTZ6zARw1qE6S0KLZy7yfXzRgqXqTMK { top:8.875rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdUPX38GiIdtpKypiVx35zZx9R6ctFyu { top:23.4375rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFtMhvzaV7lQTs1RLuOxrN4ms871lnvz { top:16.75rem;left:22.75rem;width:25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv8wlZ1ezOstAkeGNDKZHWB8C5zCsRBw { top:30.1875rem;left:18.5rem;width:29.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMAuaUrwb4MU38yAIrFuP8WZsbEJEdcr { top:31.375rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcJ18WPwRHvUBT3yHWnEwgJPb8SO1sao { top:0rem;left:0rem;width:29.25rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1XWO8Nd9H6aNQ2y58ZxEGICFGTWEcX { top:6rem;left:0rem;width:24.25rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2efgn6ETteZN569ZqQCaHgglK1d647 { top:2rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqE3UXpwfZKzJGwZW2SGvMpJeQVV0Kvd { top:0.875rem;left:25.875001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeUJ2hlAwkPPhmgMevuwm5CZTVLKkpiR { top:8.875rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNlFfaKFiPQb4tbrfpbaUhcD8EQzDsNc { top:16.75rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7vDgnnARrHcf9P0O4MvcUcAnzhZ2UtB { top:23.4375rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azgU39Dh1g3Qfa67b61qG6hguzchlB8H { top:31.25rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA { display:block; }#QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPfGx8Df3tpZxpDXbXc7B3uGSXsAdcHu { top:0rem;left:18.5rem;width:29.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNUDXQuHFgzuuI50WZkHVOmZJ4effTKJ { width:17.5rem;height:3.4375rem;top:29.6875rem;left:0.08124923706055rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdIHny5Bb529OcwrnKKkMPKat8rtHUy { display:block; }
 }@media only screen and (max-width: 763px) { #F7k41IZD7NTTUpikLztiByqBdrRTr0dt { top:7.875rem;left:18.5rem;width:29.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQd0OyTTbeM2KxhGtTiEg0n6lnhKlipU { top:22.5rem;left:18.5rem;width:29.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz3mGAiQraLv28TfC8WcTQQLV2kbf4K0 { top:15.875rem;left:18.5rem;width:29.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tow5X7D9Sl8WdW4gxPWV03AuJ1bd6piE { top:30.0625rem;left:0rem;width:17.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNpxaOs4onHtLXZbtRGpEBqAxyxwGDX { top:8.875rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3wQgwc7gBtEwx9vIGTKnnA2EGHNT6xq { top:52.25rem;left:0rem;width:16.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7H1dfF73uhergOS3fPTX6Q56eynGCw { top:64.375rem;left:0rem;width:17.125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPk1k0qkeVdfpHweO8BQmR8beEs9oa6W { top:30.1875rem;left:18.5rem;width:29.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKe1v6FqISC0DVo0twSPOU5pwxvtVtr7 { top:73.8125rem;left:0rem;width:15.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE7mXOzI0K5CopwxPMed65ScbvJi4JcU { top:0rem;left:0rem;width:29.25rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pA0xxkZaPGB1FsDLF4IBZoisUi9ypO { top:6rem;left:0rem;width:24.25rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsGDsR03xbbDfQp5J0kC1cmctihpHPT4 { top:2rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN4Pa16E0TkEuhKkrDEUZzMrR7TS1HRP { top:0.875rem;left:25.875001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0FRXwCnZBMfDKACcHuG8waiDt2hqUV { top:8.875rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMBsSi44vcdaB14bSlXRTSshNwysZW5O { top:16.75rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCglz0v9m5NH4SEfgDZI3Fr11n5PHe1Z { top:23.4375rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcucaRFuQ4ovgQdEtlidcvNxdoBswAhQ { top:31.25rem;left:25.612501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA { display:block; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lU1gOBl8DKgwdEPClTEsCBm5ehTheFuq { top:2.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1V3Rl3AJlnyDu8PvL08ZVTTobqhSvGo { top:11.6875rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREQE78XRmD8WUzurnmRr0a2GrLWMcXK { top:14.875rem;left:0rem;width:47.75rem;height:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM { display:block; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9LJblyrCJxG6mq5Hf5zyBIrwXzOeikQ { top:1.8125rem;left:0rem;width:40.1875rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sytW9HNDIcy1IGOb4JkkAf3QA3SyLAON { top:10.75rem;left:0rem;width:36.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZT6MBTqITDCoHoR2GmMmMy8KZPAANU { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgDhhOTGFbiK7aANoG9LO4tMQtwSs0GC { display:block; }
 }@media only screen and (max-width: 763px) { #Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu { display:block; }#Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzX1wpUgheEo5OC3b4eaDTTZnt9eovHz { top:1rem;left:0rem;width:25.8125rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLyEdM3ZbBpC9iTCcKK0qolAyXFqqaeu { display:none; }
 }@media only screen and (max-width: 763px) { #hEVVHssp81bUfsy4GspL9g4DBBrGOpHP { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qle1aIzy2iWmDxdVQnbBqLPmwMGs6HBZ { display:block; }
 }@media only screen and (max-width: 763px) { #kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f { display:block; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MevJB4w5iwXGhoIN9EkHhQyCuQNIFiUf { top:8.9375rem;left:0rem;width:25.6875rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlcskfwC7CwqvMLMJGrVyuGTVabGViTn { top:5.625rem;left:25.8125rem;width:21.9375rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcxopTV816CJ2ae1PhxJwvcqIA6so07h { top:5.625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTduvSANMbAVudExIDusI2shLMATX9J { top:12.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd11tqkiqM4kZq3TGzgFBxRCQKx4Kutd { top:20.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k55XEtDT3bHkhf5VafpiXfFi7GhAqdaS { top:0rem;left:0rem;width:29.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTv9KOwKlWDdZ5odhyyqT72Nv86D3zAS { top:0rem;left:0rem;width:29.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvASwrzLLwSmTtwGkhiTEil6aCz6szPo { top:5.625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD { display:block; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoWoRy6qTfp9RPXrX4T8T4fUDhK1gT50 { top:2.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6V8U0KPP5178U53cAJuCoU61q1EHDWa { display:block; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gE6OmxE3Kz18TNmyQWX8H6GWetWi0xqm { top:9.5rem;left:0rem;width:29.625rem;height:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFqGUKhkSRct74lyf5AQvT7CgQnwEcTc { top:5.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTOeeaTxKbcgCLyBAByXh5iXOkMF1QvS { top:29.8125rem;left:17.000001907349rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L { display:block; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VorowtQRg5EsbnnZxJboneiAy7PguMy5 { width:47.75rem;height:13rem;top:2.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x { display:block; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzfUo1A6BRU3tQgJkbOPrVfFy78y88wb { width:47.75rem;height:2.875rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVdyadCsrt1T60vT6ss593TFOnnDI2n5 { display:block; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg15aaLR6TqDyyTncESxfkkmcxip9SNN { width:26.875rem;height:17.25rem;top:18.0625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJC7zO8w243kI19mmV4k16cvKfOVMvx7 { width:16.25rem;height:23.6875rem;top:25.3125rem;left:10.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmKMqy2zfDQzHqgwUvvEBrGTaaqM8xW3 { width:15.6875rem;height:10.125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzG1uXTG7KhHQJD9BNJXO4bfgBfpxMU9 { width:26.9375rem;height:17.75rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHLgmLoT8VyGZ8Og2L8O9MTv1RbNEubS { width:15.375rem;height:14.5rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNmnuqUzM57QyyvudavAuUVoQu7xr4TG { width:15.75rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwIqtNAptehwzVJuVU1mLtZu1NuBn7Ak { width:27rem;height:13.125rem;top:35.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu6vWDkr5BebScOHvg1GTrIogvxSGoGp { width:16.25rem;height:24.875rem;top:0rem;left:10.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG { display:block; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1cG9Q06No96Uw17A3Gt6gG7thResHPB { width:47.75rem;height:13rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo { display:block; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTCIAITos45IUBvPXhZDWJmUZiuSxswT { width:17.5rem;height:2.875rem;top:2.375rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFcmTz9Ra8Nnw694dBF9VV1pfKcAZ1N { width:15.875rem;height:11.1875rem;top:6.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZcJXSkTs9RwSGlC5LKOuJl5Iga5bfuG { width:19.75rem;height:20.125rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBgS9a9edgBc6cE2IFDDXpS4Eaw3nLNP { width:15.875rem;height:7rem;top:6.6875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHXDE9ZLuQdwJenkynWAIVoCWHOg5f3 { width:17.5rem;height:1.4375rem;top:2.375rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOA1O0B8OQME4Q8iTUxPEcARQnaIy5Br { width:19.75rem;height:20.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TGQTgBIMFNF3mN4TA0aMn2UsnUaU9y { width:17.5rem;height:2.875rem;top:2.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3aWdd1LJpSNNP8glGUbnuKCRdi0Qdkn { width:15.875rem;height:9.75rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR30rTkGPvX3ab3aayw0TPL1mehqfVzr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45eBm1s7i1LJW7nHxSbNTCbdppp85kW { display:block; }
 }@media only screen and (max-width: 763px) { #tVJ8m1iD72vOsDtTZpN2ieowTJw1hnT7 { width:19.75rem;height:20.125rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPuR7Q1chK4isvR14tnOTO1X0aQJGToH { display:block; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1qTXHKI5ro9OkrEiq0plktwriBFCb2R { top:23.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKBVELbhb9NQkrq6bDcTR3WZSKgQ93g1 { width:47.75rem;height:3.0625rem;top:8.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTkhwRHcmHyeICgqqv2xEhtfVMPr5rS { width:47.75rem;height:1.625rem;top:6.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGI5TAl08dEX1eXQMrnkwyZBt9ESA1a { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQbGXTJirTVN5OSTCtUz14kdlDU2RUv { display:block; }
 }@media only screen and (max-width: 763px) { #WbD2f7eTHMgCtsZhSFPi13shqXxBFrwM { top:13.5rem;left:0rem;width:47.75rem;height:26.816796368352rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 { display:block; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C45UWrsvemFAovzf8S2b3TP5Tiq3ySVp { top:1.8125rem;left:0.75rem;width:46.25rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCl6gpV42OEbHchW7KoH6eysJV3GvOKA { display:block; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKsCiSrLPXk6np78yUSlN1fEHmLnC1Ka { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#aKsCiSrLPXk6np78yUSlN1fEHmLnC1Ka li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB { display:block; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5TIFs5ykHScUAMeNAx1C1VSWBCA6Rz1 { top:0.3125rem;left:21.25rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRdv8ahE9SSfpMD053g402f7QsnpaRb { top:0.8125rem;left:14.4375rem;width:9.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBv0TVX2tyxGpkxX3MtpNGeTz1ygRxMu { top:0rem;left:10.25rem;width:13.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP { display:block; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QngQyphhpJt7L8eaSdvETa595oIrvJsp { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#QngQyphhpJt7L8eaSdvETa595oIrvJsp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #zTanhirwm0RZ6r2BD5ocFlyZWxT1yRHl { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#zTanhirwm0RZ6r2BD5ocFlyZWxT1yRHl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #cQ6olbSLm4Qk6GFUXXK7k37qOd9n39d9 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVo76saOyNhT8df1GbkS3SnPuqxnTmR { display:block; }
 }@media only screen and (max-width: 763px) { #TyRLKiTXgrJaCbhKu1adlutD7TkpeXfO { top:48.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#TyRLKiTXgrJaCbhKu1adlutD7TkpeXfO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #tDGXHofyNr7imio3aCZ1hxpi0BL2hbm8 { top:46.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }#tDGXHofyNr7imio3aCZ1hxpi0BL2hbm8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #cfEwoBrJSfcZQbkL7zyGIL339JECz2OW { display:block; }#cfEwoBrJSfcZQbkL7zyGIL339JECz2OW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcVzSQu0eGBChHR3z8sD0HpLLsbGLn2G { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#fcVzSQu0eGBChHR3z8sD0HpLLsbGLn2G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 { display:none; }#LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bDxzVzchg7fh40TJMFfQmklIvVasbbMO { top:0.3125rem;left:21.25rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk2POlM6zs5TSozDJBmMe8d5zVgiE3a5 { top:0.8125rem;left:14.4375rem;width:9.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4BtgW9rbw1h0W9Zpxfwq56bmyc3UyS6 { top:0rem;left:10.25rem;width:13.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm { display:block; }#hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESO1fwHTMF0IWeaPeLJDzIymprRBDGVr { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#ESO1fwHTMF0IWeaPeLJDzIymprRBDGVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #RD9dl11iE2ShKDPp7PcWz6uq7ygVyqXl { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzeLOAX76slahzdHS3q0o61BuERv8pvm { display:block; }
 }@media only screen and (max-width: 763px) { #HTSOfHk2w7FXD3esOdTl2hX5mZyJbsux { top:65.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }#HTSOfHk2w7FXD3esOdTl2hX5mZyJbsux li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #ki5N5t9yXBhAAIgcUKy1fHOzceuJRusN { top:62.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }#ki5N5t9yXBhAAIgcUKy1fHOzceuJRusN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #kNTheAaegD3ixr0iRncfMZ70vu3pGvr9 { top:1.3125rem;left:0rem;width:47.75rem;height:60.75rem;font-size:1rem;display:block; }#kNTheAaegD3ixr0iRncfMZ70vu3pGvr9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT { display:block; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfyPyKTx3Dh9PMz0P7VLtpU45TiMBKrE { top:4.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l { top:13.4375rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6A3ETwE2AFknLhutXKhTb7tg2yfEkI { top:13.5rem;left:23.6875rem;width:24.0625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqZk2mZMI1V65c9F4HdPIeWtezDK8doH { top:26.1875rem;left:0rem;width:15.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i461diScedtEmQCtbeGeD6UVhq3TEKfV { top:14.875rem;left:1.46875rem;width:19rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM4dHMIDiqGUULC5c9RtIbiW3BAmrGkv { top:14.875rem;left:26.23593711853rem;width:21.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2NwTg7inIvzKKLLba0w0q998I3SQwIN { top:27.625rem;left:0.5625rem;width:11.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLQ5GdF422nlEWH17dQDqXkMNPoo6t3 { top:26.1875rem;left:16.3125rem;width:15.125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu { top:26.1875rem;left:32.625rem;width:15.125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJPz9FILr9LZS01hvvTmkbHiSSWgxhQT { top:27.625rem;left:17.437501907349rem;width:12.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDosAvdOiCHifdPCfkEnNTxVn7Du3kNB { top:27.6875rem;left:35.423828125rem;width:11.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CADswHg1eVgNKpOvXWKQWu2TtWFfBRVu { width:17.5rem;height:3.4375rem;top:44.6875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxHpbe5Ikg90vpcAefuBThkB1SHEPg3C { display:block; }
 }@media only screen and (max-width: 763px) { #p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { display:block; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtdpAHSCxnOBqa0a4My0bfmc92MXLTnr { top:2.25rem;left:3.28125rem;width:41.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIfyAJGaceCCKhIPSK2FXcbAT7bw3DFx { top:5.9375rem;left:15.906251907349rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSe5le5zkifKRFwpqPU4Zi7ivgIfmBuh { top:5.9375rem;left:31.8125rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSBfVQhl8kR9B7TRIFz931k0i4iDaoVN { top:37.25rem;left:0rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAon3wVpqvsA1VrHiUWNFQwQ5X2bcU8v { top:37.25rem;left:15.906251907349rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRz8L3kgnhmCFQyF91G6DWr8sgigReB9 { top:37.25rem;left:31.8125rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onHkl31gR5J1bSwQsq5ZWCwawlQJpnwL { top:5.9375rem;left:0rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C { display:block; }#SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnkkMtuvmWQRhKyIffN4SUnOxTsTU7xu { top:0.5625rem;left:3.28125rem;width:41.1875rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBbqePZwTBtNJ27T1zP6CczudZoBKTqO { top:28.8125rem;left:15.843751907349rem;width:16.0625rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPoEKPdUfJe2wfceBsRbDFM4weUgL4A1 { top:20.5625rem;left:18.8125rem;width:9.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRzTJzXMPAGcnOQl2PBBvuJVC1mUSwyJ { top:17.9375rem;left:15.25rem;width:16.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAUtCi7fQiMaRA3LDuuXhSlHZ4587zQc { top:19.375rem;left:14.75rem;width:17.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze62CVtSy26mt7fWLG8UL5mRoTO8XTnN { top:25.1875rem;left:15.000001907349rem;width:17.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmDWOs95MicbFoD0uVAKwFkfOISlKazI { top:13.5rem;left:14.1875rem;width:19.375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHLSPrx4wM5nKwTRucZPorDiyt9yQNpu { top:14.25rem;left:19.25rem;width:10.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IqDE6T5idNylxxff6R2rLfTdJrGGDP { top:23.8125rem;left:15.5625rem;width:16.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1AUpTaSaXiSc7y9zXEIqibT7X3z5oPH { width:17.5rem;height:3.4375rem;top:42.1875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBmTtEeEiyrXQEfXT56fAuXrGoqTTFfD { display:block; }
 }@media only screen and (max-width: 763px) { #rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 { display:block; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpfSOyNLkTuFDZeFEZPt3U7xyonEWScv { top:0.5625rem;left:3.28125rem;width:41.1875rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfauKW1okhkMy8so4QlN2hoR6as7xUwN { top:33.3125rem;left:15.875rem;width:16.0625rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxko8f47bHLKwwtTpqSVert8eZMXLtHu { top:20.5625rem;left:18.8125rem;width:9.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4g1pyh41TzqhM8W5uTQvB0ea5qfETMx { top:17.9375rem;left:15.25rem;width:16.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8B47IbgZR3fWefyHZ5WE8vngQSdvizy { top:19.375rem;left:14.75rem;width:17.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycWTWKTeDESq3gEcvMJ1TZnXSycAvsd { top:29.625rem;left:15rem;width:17.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #op3QTcKDHIiatMtAT8JWbsQvtr4GKolt { top:13.1875rem;left:14.1875rem;width:19.375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDG7Rqedh99zLsokNskykDBvdtIukMCg { top:14.25rem;left:19.25rem;width:10.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0QgQ6Olocy6pEnZgTO2ZLmN7V1CxrCR { top:23.8125rem;left:15.5625rem;width:16.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBg4Br6qDqeOWPtssfesIIkD63IQpwHi { width:17.5rem;height:3.4375rem;top:47.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxwz8bhnNB4KUVvToUV4Uxy5aufNUTge { display:block; }
 }@media only screen and (max-width: 763px) { #EKMgMhiI2OhXWxW69C01Ob5OAzOUt3OZ { top:11.375rem;left:3.28125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycziRGG0M12kCIoZKvmRyrCLsBJL7Ip { top:15.3125rem;left:3.28125rem;width:12.5rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntGSaDu75KIhLAvayEONzJ3TsBHqxFsP { top:26rem;left:18.96875rem;width:9.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr { display:block; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnTKWfCOFmp7kWEE9f4rThWhDwnQaxx7 { top:1.3125rem;left:8.0625rem;width:31.625rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn { display:flex;height:auto;width:27.8125rem;top:5.25rem;left:10.39999961853rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ylOCIBlk1yfOvmoJFEL6u2NxU3ATUDNT {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #BQ28WrIWZmDxiQ0wWhCPFwlUV7O8PoMd {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #GTlzoeguKyzIfoKn6fl4C2R2p2MmKbLC {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #omqPzroKNPBp7CoTHxfpg3rQNGATx4wn {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #g17TEMDpG7xpl12vTPlXu0N8397TwVPN {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #FIBxQqgCTS9XcB3XiPT9v9aCwi6GG3T4 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #KbyEz3dHSirOOd8Xr6SxPBKt1JgRidtw {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #eGL84GJ8axz1vHVKlxgZ2GtIbeOOlp5f {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #RbX3zGM1nvOMBwiTmHVT33GPrUSNuzmk {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #hib1DBxqNTEsrzXVxMmArunhg5GOVca6 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #UWCwZQGHD43B1yAivv2mmcaTsauVQ0JF {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vblHcm11Z14fF1v1a2TZC2muT4BbJzKA {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #S7tIkP8kObvMknecRkWOPTkTwS5cSEcE {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #mJO6WpikB7N7wL4kRdQt0nwaMxzXpsCb {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #JkkScXCCpHsrKTipvKgKnHZRSEsLasJC {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #qshTEaBr4hsZEWNBiVSE945TcKiBh18B {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #iTxsakDfT3noqL6m3G71oNldSlvxhwMk {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Zw0zD2NROVnsR58NdvT17q58X6thEJoH {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #tm7fSUgZhF3c9lPZlFyTdcP9IENl4xCl {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #eiBsIExP04A9TUKh7iENUr4bRFdne9Av {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #kbEnMI9II9hH8s9WyKvA5xKUOORv7T3c {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #svDOrMllT6Cr8IGP5W0cJ3XduwihAWS8 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vUz61eLJ0EEynOs9Efml6dC0W9kJPcK0 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #kw0NrXdsOHAszX6mXZWT4yP9yNE74hd0 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #p1GuEd0gpkmCAph1CuFz1RMZmlHvfE4g {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #e22JiOzWZ4A9P72VDBeT6P01ugQ67k7w {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #tSbaneFfhgLsP5TNDFHHlIeXdCmV81aQ {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #g5Pp2aqpkbSfzkZPszNNpADAulhQaoSo {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #uoVaUQcSTJMSCnfZtfAKACMpRLdlVfaE {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vMuvfBELzxvTudMUc62WdCW9DhVLU98q {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #fhr8BWLWw8L9PhCW5wvReBIWyceQhghn {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #btrntOwQOKotohvzSFmv8Ut6QrlnHCxf {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HKdaKHWLoB1m8TcJmuuA4WqaQeqaiSSN {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #PxTb6k5MLXg53UTyWDZSQEOdttG7lXhL {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Q3Ug7DXmJUOrLmzIDz5uKg6s6LxwB8I8 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xTd04Uw7lew1C3E5mwTy5we93pmdGGPC {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #IvdzyLnEB8T5qS3Un6wqs4TTQCLrsgTF {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #hbyi9eybka0ibXxPCUqlfgFatcuxqbyI {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #N1OrT1MB5HKeIVb8aa96wtH1ouwwEcLH {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xscgJ26JToymbUOSh8fzCsJ8FKdkPNNL {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #wRWh9PS1oeB7AO7HzuCWTdvR7P4U4SUW {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #T4heWmu7pWNZEKskiIq8Ch0p7GT60c79 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #c3hzxcy0wqMF5FgS82Hv6ttoJIXQPvTV {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #sRoA0n1QTMHQbTzyDB3TFo1ZdfqWV1xe {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xGKf5vQa1UnSUgKQhVyZDTOaTqJsX66a {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vEgZWTssJoWnu5STdNX5IgchJebRHzBT {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #bVgalr48ZsTJCuPBRr4q9DKXn2TH7h3b {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xNDDPePpBhltwfhbPmaekxZCB8PfUFAq {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #keM5qwbRS18H64kyqUeTFx0dUGrRr2EH {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #l7puw9AG7ublhkCNl4hbfADfNelEQRB0 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ybUrU1sIaeyqoHGTxBIMcpI7WeZChLh8 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HIpZTn62TvlDniamW923sAeVM2V8M3mu {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #czv3PmTTyznwQeFdAmk98vWw59Z6x3m1 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TD8KgfVLFPSZ8zhd9koKZsN0Da2qPhd7 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xU4GzBCpu27wGtVdHWf1H6E1sJLsxUTM {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #PkVOFhxHdP0ykzfZox6ox5tdJMX1LoNR {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #MT9HlcTANraXIk75pOw1kKZdzWqIhsfe {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #u2FkToFRFGnyimpopt7rSTI3b6QU24wd {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #h6o5hU1xHvddmoa38xSgeeVfpGrIg36X {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #UAn7VhVxvnflKzhOnb4LnZDALbb5VStO {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #QB9XkME1EF3GmoJwdkN1ky3Jr2OpcTqx {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #JOHsFNlmxhgEkvUR84PbTu1athBDZKUB {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ZhfB871USwSzguU3aGK9NnIWFgsNZWt2 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xopSFcAhC56mdBfTToXC74IqQNJ8dItd {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #pHokwrNhqU9XyZNlZz1MSgXJnT5ZoMQG {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xy9Zm6K7HsMdJHt46IEZgsdbIl2IZzDA {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TyTIJyKaokDqqEOcPe5OBTXelqFshCkB {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HZ7SIF5wtzbA86XEquuECk6R0WNTTEHq {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TL9rXWCK059x0Sgqu6XJwJLDVVfk3QSc {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Z2wxg1dXVLzTbARkBoUeT1vi1pAJVywv {  }
 }@media only screen and (max-width: 763px) { #rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM { display:block; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHIR2BtkUrI9bNPXMMKbSzkC523DMZof { width:17.5rem;height:3.4375rem;top:1.6875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFPIuWT9XfnWRphnd19P1qnAmEOciiN { display:block; }
 }@media only screen and (max-width: 763px) { #idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn { display:block; }#idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhkeEoTbHFTIsIVZmmLivb36iTA5XnIR { top:1.3125rem;left:8.0625rem;width:31.625rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG { display:flex;height:auto;width:27.8125rem;top:5.25rem;left:10.39999961853rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #daSWznx02wD8MJJ0vSlIXBxiIGpAGQ9D {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #N7LfeqZtQrikumoJ6gHwWDJ5PPwA8FFf {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NdJGLXtfsERD0A2qszr8nn5zA0T3XEo0 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #X44qpQ1kv90X5q0wtyEr7WgmPI7q3Wbw {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wftzpfa40RIbi7k3G3yy3CpU8FmOK2Xp {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #i6lqNngINbgiIPSJvgwv3iXeRbcaK9gO {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #Oa5yr4JIFa7rkOReVc3zgpUlKttZbdG4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #mXNmuHHQ6aZrRIaXDwtKVwtTWvEWIFeJ {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #KIvHetf2e8Xzh3RlS3IMdeVV8Og5d41k {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #KZDoGgixvtzbUw8UgXI6J4eZ1HMztSWu {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ytevvV4cGM9TwQWIfvQ0XTEu2BbeU0A9 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #reS7quWC1Iy2UmEqArby6Gs2Eb8z1dtE {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #q1VazQUQKLaofhmVign30a5q2RLwfywd {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #AWWpyuOk62iTnV9PB2CVuVJTox63zrRK {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #TNS1RzMQ7UygZFtZR9sZAtTPVSRNH0kn {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #BQ3tSNpoR6PCWE0T6HxTKo3bePPXKsod {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #bxHkADEGcqkJIIW2ILCbG8FUVyGyeVU8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NVglqziliNB6s5tzGPC7EauLOTTy9kyt {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GubHLNeeCDt2nZEsoQonQyM59uB0HroD {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #qroKSOMOZ39KXkso0BR0GTCxliN9MLnT {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #VSNlKzPpGnhJ3aO3L7rGlGS1v5tXqxpz {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #E8C0N4dpVR7Cir9kciUMuXI68NB7M5NO {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #J8Zu0ZLhwoaVCl4CoS2lsfay1DB9aG34 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #zhg25tqIPysE2BC1uwCIC6qvNmSnhBmr {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #qeoiFdSKZ8B72ocW9HShpxRKszNb2eRH {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #tbzimm6KUH0XU2ghXiw7et8rbQLTQak7 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #R56NHuXiigeKmDlDOVsfzNJ1zcFtJAma {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OBhmtk9rqyEuJBiT8JAKxHMLtHxUVT2Q {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wBnPGoVPthMTeT7gLhvodGqcKEwe1rhl {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #im34eKNVOkGVe7c8ngJfRMGfPFWCOstt {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HiuJrQxvxJp6LKRJhyPFVWT7dL2AqJu4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #nkUvIoDeFC5iWkr8RcfZubfTrwEeHnfo {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wQMasmcaQLFdZIZ1N6MKIGSlDeUFruW8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #U1znTUT57CzAZHggnnhcIFtLKV8ItXAS {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #WENvegIorG9gTu8diItqgCZEZugLDFT7 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #DrflgNhb6OvJwZ0O8LFq6AgTrDV6zAZV {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #SFxay1w8QKsoB1gF6gLn0aMh8Bd604Jy {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HJeR28E13r249P5JJZBkvDB1ocQgLOFn {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GRaLF1TX2fOPcqQir8OIPtfQmmJbRqb3 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #l5gspxwXvckvyULfGyJSz9qFRPfSurRt {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #IrWo2DgQDfKgoz4yopK2bBCJPnC6iPLM {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #C38VBmdSbbkeXKDneVowim2TMLyK2AUM {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #b3Ec9WTyzvb6STHIu1txnwViqGtNw39m {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #m0ynVHuqDhxf02Sd5x6esFUhFGrwITK6 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #rtA9J4w6zsgRSAva6u4oUDB6wDfiVhPb {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #LAetDJVdvLFeLVPkBOKolbex3TDkKzKW {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #mpO6n56B32TQH0TdAoWS15eMFObU2pJB {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ZALbwZhqTQy83DAG2NaizJ9ApTqtTt8L {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NUAf7qTkcvdQlsoLKyZmlETuK4fqkOVK {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #EBwTdppPMtFpHbuWRFVSdkQkmckcEKie {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ewCVINlUbt1REIGmoEi2BbcIPKQOTcaz {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HtTrMFDTMocRzgO5RRzKQTbVQeHNisVs {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #vA08iOoyrlVTZeEZ4BFhI6my3zzPc8TN {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #SzTssMfUX6K959UTNo6RG09vifRKt7ZF {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #pOf6iWJH8HqyS7cusKWEvI8Wen2fREN4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #xicxqCoAPXzCo4cZkQpQAICLyHsCWsxS {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OeDCODihbaKTGNQZoRPz7OBaSKPT7QHa {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OvFVE0TIk9i3fIgHM1vMxFODtBuTBuKO {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #elBJaGRpHbu0wOFJ4AkRVcnIms1qydgs {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #C0nn8w3b18HAm9B5xDkNi2tSFV5898V8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #h70ohTrBt98DNWqNwFQsyO35rZ0Zn4lL {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GQyT2ghbEa82c6Fv7BRCTQbgUcdOXtVW {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #DO5WSVBDL6VWEJdrM0BnAdn8EckNl7lU {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #Cq5kpoStGI8hq4LZCgkB7uiGNTt99Rl4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #f8alpfLtirx4K8tFXDtUFykvsFt7XUNb {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #JKTPmuJ8JPVKkQtBwVNEkhwiceRtA04A {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #TxQn8yXgDizsnVQMgiEQudrEnvL6JZbF {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #bThTvi5wfKZiNBEOImNOnnpOiq5Qlyy8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #L0HTFHs7panCXCoXvsJWF8JufS4argUh {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #JlUhE2DQklzhnIsFQv6lrqQ9dlLkbabq {  }
 }@media only screen and (max-width: 763px) { #Ivvx2eziPOGgRsmw7UstDp2EOQVai63A { display:block; }#Ivvx2eziPOGgRsmw7UstDp2EOQVai63A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbQi3g5D4qEOvVwnioOJXUlWkDQdonWW { width:17.5rem;height:3.4375rem;top:1.3125rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVbGgdSCeDpLLQZvpFCWPNWVLuEWFao3 { display:block; }
 }@media only screen and (max-width: 763px) { #IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N { display:block; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqmZ8JuE0EixzvKEsoAOFdzCGl7DJoAD { top:7.125rem;left:0rem;width:26.625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCvwbXxfovpvIFOC5WG2wTm6Mk9p0PBe { top:2.375rem;left:23.75rem;width:24rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAeNiRbyZBpZHZ5WKKilxDQSTTvdZpFb { top:6.25rem;left:0rem;width:30.0625rem;height:30.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq { display:block; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHpyLgI9HqFsDSGWxe3ERkOXUpPAS32E { top:2.25rem;left:3.28125rem;width:41.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDhkPtu0kL8MZwvmWtNPx4co7LDdD317 { top:7.4375rem;left:0rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CoPBmmLgICrK5grGFCWIdTztBZWMRR { top:7.375rem;left:15.906251907349rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q44l94NU8bhbB9ALDRJtiXMlHcTqLbSp { top:7.4375rem;left:15.906251907349rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4JPE3IbacSDqDqWqV4cRlyJBvvDbQa { top:7.375rem;left:0rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIkG70irCK6Ty3LphhiWasu0fEmvufo6 { top:7.375rem;left:31.8125rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 { display:block; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzvC3m1ALPc8BounZc1lxWBurpqwyqQT { top:6.4375rem;left:0rem;width:24rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJGzTii0VF4As5rOwceGhWAqq7uFlB3 { top:10.6875rem;left:0rem;width:22.375rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEvaVLQqMVAfdoNOZlpHehLFlp23uTh { top:4.375rem;left:23.6875rem;width:24.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBpKTwg917VsQ4MtStZ0gwzAQEZ5dTb { top:7.625rem;left:28.5625rem;width:19rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2K9o8wn1PSi9au6iHbDlxh2n5ThhFuZ { top:10rem;left:28.625rem;width:19rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7UGhTZk6RHtabkK3mRD5XPKz6uEElqn { top:15.6875rem;left:23.6875rem;width:24.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTX2RQMiukCNXcl5OoletJiHB4X2UmaP { top:18.9375rem;left:28.5625rem;width:19rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqOnOqwq1vhkBkATvNfqivCIF0wJp6k { top:21.4375rem;left:23.875rem;width:23.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWzWLHFnKz9ApuRRT9rF272Hc6L8Kg4 { width:24.125rem;height:10.75rem;top:4.375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXfJahxt7Cy0GoTLLi179A44Sahqnya { display:block; }
 }@media only screen and (max-width: 763px) { #E7q8a5VsDzkNnrgLZNQGDe7boakRov4A { width:24.125rem;height:10.75rem;top:15.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6egmBALwl0Ul6b1nErHuMsp2kCAOUgx { display:block; }
 }@media only screen and (max-width: 763px) { #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { display:block; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBX5ldyyXT497CWMPJMg99JDVEUoz3bw { display:block; }#MBX5ldyyXT497CWMPJMg99JDVEUoz3bw > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZJ2EawnD8Ft80Wcoso754Ld69Gz91ET { width:7.8125rem;height:5.5rem;top:0rem;left:5.7187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/212bc72f-75aa-4505-b62b-f355ed5d7f83/sliderasertywnoscnizszy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.adaptive-delivery-prevent-bg, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyload, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyloading { background-image: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { background-color: transparent; background-image: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container > .video-iframe-container { display: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row > .video-iframe-container { display: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0IS32sExReT4ZhAo56iDHwDp0xGif8L { width:13.25rem;height:9.75rem;top:7.117968559265rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhxlcTTypFEcvewTi5PJiMsQ51xQwmW { width:14.6875rem;height:5.199225rem;top:19.50625038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgCee4zV3nxs4svUP318V5A9m4VBtoID { width:15.4375rem;height:3.89941875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay3qUzJouV6InFTdny97LCr2DpPkc578 { width:17.5rem;height:3.4375rem;top:26.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9oPPFc2LuUqqV7PT3v3wO6nXgdMvWiu { display:block; }
 }@media only screen and (max-width: 763px) { #F29E8T9ZKAEe74hQq9fNTKuNGt32Mbx0 { width:14.4375rem;height:auto;top:37.125rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXsxwKEaVqHF8zHT0qKLaxePoOzJgVHw { width:10.6875rem;height:auto;top:37.125rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aThtOUnsc5eqZTR6Zbro9T9lvKnRyWZq { width:13rem;height:auto;top:37.125rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl { background-color:#f2f2f2;background-image:none;display:block; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { background-color: transparent; background-image: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container > .video-iframe-container { display: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row > .video-iframe-container { display: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCCwwdk8cVvK6cFIOhPw2x4SGwhSatVy { width:15.125rem;height:8.6875rem;top:28.6125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIhE4SoqSnIO4ua1ZePhDPPMNSmAgpt { width:15.125rem;height:8.625rem;top:17.4875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHLhR0mg16ze8XRysE7qv2s4SmJlAN1 { width:15.125rem;height:8.6875rem;top:5.5500001907349rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0DDyXaMzCs8b6fbB88uhROHpiM1QlA8 { width:9.75rem;height:2.4375rem;top:18.675001144409rem;left:5.1249998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBK5ESeWzuLQW4ImHxPRTIecBkuWeWv4 { width:9.75rem;height:2.4375rem;top:29.987501144409rem;left:5.1249998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNM4TPc0ZvKMPu1z3PUSV4ve822MROeZ { width:9.75rem;height:2.4375rem;top:6.1750001907349rem;left:5.1249998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB8VG2mmZIEA5chbPbDlLCFocxg6VZm4 { width:13rem;height:3.9rem;top:9.2625002861025rem;left:3.4999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU27yfFgap3eGDGishXOLAISI6OF6E5F { width:10.6875rem;height:3.9rem;top:21.200000572204rem;left:4.5937519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xprlZPKGoW8DzrFMO5QOcHi3c4H6XKcD { width:14.4375rem;height:3.89941875rem;top:32.175rem;left:2.7812519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 { background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/uc/2f0dbb11-11b4-4a38-ae98-7ed1ca9d9d91/Tosliderlandingpagelandingipl2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.adaptive-delivery-prevent-bg, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyload, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyloading { background-image: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { width:20rem;height:81.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avHmUKHgzq1lLMM6hd8QObLFOKclcHPb { width:20rem;height:10.4rem;top:4.20625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PMBbisgpK6Ls8IT6vHcoWHezT2CR7T { width:20rem;height:5.11875rem;top:13.25625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdWgnL5h0v7qJG0hmo5zo7T8EFiDCPT { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUWgLh16f7iPZPUZnmxugKcZi8147RQz { width:17.5rem;height:3.4375rem;top:19.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBX3xaIR0mQkGqdxbibTL4DWnIrOOpPN { display:block; }
 }@media only screen and (max-width: 763px) { #M08zOHQqrNEvSTWdz4VCS530BrAB7gTc { width:15.125rem;height:6.6875rem;top:28.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHT1aRKCw3k5BnmcbrPgrQgwbNb2QkAO { width:9.75rem;height:2.4375rem;top:30.25rem;left:5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdxQxkLIzt9xTO4y4AhJNWSiZ4d2sPVs { width:15.125rem;height:6.6875rem;top:36.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkwi5Ege2RAlDvBpKFU6PST4e81AbAt { width:9.75rem;height:2.4375rem;top:38.125rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPWPk8yisLGbrHd2mUMmdklOJyz1mpc { width:15.125rem;height:6.6875rem;top:44.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2XMRyk642hsr2JyHeCunxeEP8minnd { width:9.75rem;height:2.4375rem;top:46.0625rem;left:5.1249961853028rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:1.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlvrT4i6iWziBWWJ35TXLRgt0cE768La { width:9.75rem;height:0;top:78.537506103512rem;left:5.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARgMgpNW752E7OzL0Fwzo6NQ9nrOgfft { width:10.6875rem;height:0;top:81.087506103512rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzBUr4lLvKTkLfLD2JCtovO22VZODzJ2 { width:9.75rem;height:0;top:83.637506103512rem;left:5.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk { display:block; }#E6TLI7ktA8HqMoW9dNX601TQ1aeTzMUk > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQWrJF4GHtSBueLxCVNy5kexvQ5kJ884 { width:20rem;height:7.7988125rem;top:3.1492185592651rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwG3vUM4aEFTKUME2FvdHB4FbHuvqEdF { display:flex;width:6.1875rem;height:6.1875rem;top:12.1984375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S { display:block; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myCt7F2WIomFoT1tpI3tZXQEWsRDRMbr { width:20rem;height:2.6rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5SKExb9aLtd4N06srqIVbifiAyhPnK { width:17.5rem;height:3.4375rem;top:25.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve64Om5TTZTyKWXxop2p6MXgQHaH1K7c { display:block; }
 }@media only screen and (max-width: 763px) { #Z65vIvykD8wxv5PeAHXWe5VLvdI1pMZo { width:20rem;height:10.1875rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfx6NyWeh06ZPDpm4b9Ni5e2o3dvuvJ { width:20rem;height:10.75rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1la61hXfmI6btNTo2kNR1peJNfe1f4q { width:20rem;height:10rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8pE6F31f0fNIpX7hU6bBDNWlTf91vsK { width:20rem;height:11.5rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCeeV9SqU4IsPKQ7XzgBS6LMCi0nEaNw { width:15.9375rem;height:9.09863125rem;top:33rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZtBqzpKNFK0eQ2OCXTiVmDShKAzKGm { width:16.8125rem;height:7.7988125rem;top:45.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32LFWhtxpqOlwCvHcIzrme7HJUd26nb { width:17.1875rem;height:9.09863125rem;top:56.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxoSqX6xo5CQUlIhh4tqwzDI1qg9LRT1 { width:17.25rem;height:7.7988125rem;top:68.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VZreDPiGu9KvyLhbmG3WRTDJHd69TX { width:20rem;height:10.625rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiRMdfVRhrKzDJl54ieBhFU9B4fTNfuo { width:16.75rem;height:7.7988125rem;top:80.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBT7yG6vA3QpBTDk7ilDbXvzZSqkODBd { width:20rem;height:29.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn51pEyt14PWnqH2AqV8y2KzzDJcOTPq { width:17rem;height:19.125rem;top:6.675000190735rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8HMfaDMFIxkBflpag91c8vELQaqGH2 { display:flex;width:1.875rem;height:1.875rem;top:32.6875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #iVPHBq4WF9TnoJUdaiz0NzygibgmFkBn { display:flex;width:1.875rem;height:1.875rem;top:45.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #vaZC8uyZFTrCdDkXmuyokBG8XNnE9iHr { display:flex;width:1.875rem;height:1.875rem;top:56.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wTUMMz6mJIudKXHcSSZHF9ZP6MWtd6wJ { display:flex;width:1.875rem;height:1.875rem;top:68.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sK7Kx2gHfdo76VdWTu4ScSFdTAlegSQf { display:flex;width:1.875rem;height:1.875rem;top:80rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC { display:none; }#WBRV44rkWi1aOnB0AeWqMvMpMpHHOOLC > .row .container { width:20rem;height:90.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTh8ByIZ6GDiemQKzkeBzRf9cxrHnxlM { width:20rem;height:2.6rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCO9TwcQLMtVN19s0eSWUNBXpJf5OFEG { width:17.5rem;height:3.4375rem;top:25.000000953674rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ2SNeiMkD7oftOxMyAMxLWLN1JhD6GW { display:block; }
 }@media only screen and (max-width: 763px) { #g67dzHLJFTenvgqi19KWneGTHcF3AwTV { width:20rem;height:10.1875rem;top:68.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHGgIHqe4uAinqkqHqInHKmnR2A9ZW3c { width:20rem;height:9.75rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV9QXM7sF8Z3z3KR66gMLENVwE8V9dLe { width:20rem;height:10rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDcxalZDH0NTer2tHpHdQ6eeJAzAbPT { width:20rem;height:11.5rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smIn7soAL69J7nQeoGXizdsXh6aUTurv { width:15.9375rem;height:9.1rem;top:35.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdProApPnzweSWqXxTdusm08ikpDrTyy { width:16.8125rem;height:7.8rem;top:47.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piBq8wbFRybuCbB8THm5mw0lNnz5VaLv { width:17.1875rem;height:7.8rem;top:58.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIHI1a1Ul3WUScV3vmShWKGoCtfdTZq { width:17.25rem;height:7.8rem;top:69.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbbBPbCRUxPxRq0FTXd2z3QesTkETgms { width:20rem;height:10.625rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOsLlwA5g7kg3ff7DzNkiDg9ybmiI1ak { width:16.75rem;height:7.8rem;top:80.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2dMUTkNCGsTHr9F9wy7iM475l0eyZP2 { width:20rem;height:28.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1So3nWxEUa4hxlAVDUpbNNefceZoQD7 { width:17rem;height:19.125rem;top:6.5617184638975rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdWGoW74DCb0AyGzCfTTFwJFmyxEvlhr { display:flex;width:1.875rem;height:1.875rem;top:30.75rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #QvzTB2Vp22lfheRyDVac6BBeO0CG4pRT { display:flex;width:1.875rem;height:1.875rem;top:47.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #iOCrVkLKzxV6xD5q2QJ1IZu9QhWrLHzn { display:flex;width:1.875rem;height:1.875rem;top:54.22500038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MVuiBHuVqqaUTEbCa8TzaGQ9qvIGhrWf { display:flex;width:1.875rem;height:1.875rem;top:65.187502861025rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H9Jp5mZTJSMaEUyn7r47ys8SCgB66If1 { display:flex;width:1.875rem;height:1.875rem;top:76.662500381469rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SXllgXQ2JbACfTITnysfCpJVUcTTHh9y { display:none; }#SXllgXQ2JbACfTITnysfCpJVUcTTHh9y > .row .container { width:20rem;height:83.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oyqhcmgvStFJB7kc5TNKAvOvr4Lf4Cni { width:20rem;height:8.75rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f31HU3xz0BKbxfgP04MbVZxJh7xN1EUl { width:17.5rem;height:3.4375rem;top:22.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awlEtiN3qSek0l8Q5fgTDpVVM8KEoHU2 { display:block; }
 }@media only screen and (max-width: 763px) { #WFo7cIbNSqQgt3mD7RdF4h5tOWnRqdZu { width:20rem;height:10.25rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTT2pBKDE7hK6Op2leGPqfJnJNE38JRc { width:20rem;height:10.75rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcD79swF9xlTIebTJgxZihKA5zELkra6 { width:20rem;height:8.25rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPTtIuavqvrS3T5AerMs74x1T1WcNQek { width:17.125rem;height:6.5rem;top:30.0625rem;left:1.4375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTZ6zARw1qE6S0KLZy7yfXzRgqXqTMK { width:17.1875rem;height:7.8rem;top:40.16250038147rem;left:1.4062501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdUPX38GiIdtpKypiVx35zZx9R6ctFyu { width:16.8125rem;height:7.8rem;top:51.47500038147rem;left:1.5937501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFtMhvzaV7lQTs1RLuOxrN4ms871lnvz { width:17.125rem;height:5.2rem;top:63.649999618531rem;left:1.4375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv8wlZ1ezOstAkeGNDKZHWB8C5zCsRBw { width:20rem;height:10.5rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMAuaUrwb4MU38yAIrFuP8WZsbEJEdcr { width:15.875rem;height:7.8rem;top:73.037500381469rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcJ18WPwRHvUBT3yHWnEwgJPb8SO1sao { width:20rem;height:27.5625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1XWO8Nd9H6aNQ2y58ZxEGICFGTWEcX { width:18.3125rem;height:17.25rem;top:6.467968940735rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2efgn6ETteZN569ZqQCaHgglK1d647 { width:18.0625rem;height:2.6rem;top:1.8125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqE3UXpwfZKzJGwZW2SGvMpJeQVV0Kvd { display:flex;width:1.875rem;height:1.875rem;top:29.812499046326rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeUJ2hlAwkPPhmgMevuwm5CZTVLKkpiR { display:flex;width:1.875rem;height:1.875rem;top:39.87343788147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LNlFfaKFiPQb4tbrfpbaUhcD8EQzDsNc { display:flex;width:1.875rem;height:1.875rem;top:51.47500038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7vDgnnARrHcf9P0O4MvcUcAnzhZ2UtB { display:flex;width:1.875rem;height:1.875rem;top:63.649999618531rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #azgU39Dh1g3Qfa67b61qG6hguzchlB8H { display:flex;width:1.875rem;height:1.875rem;top:72.87500190735rem;left:0.23750001192093rem; }
 }@media only screen and (max-width: 763px) { #QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA { display:block; }#QDOvFNne1Ima8cdHTrbfHeuyG0T44FhA > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPfGx8Df3tpZxpDXbXc7B3uGSXsAdcHu { width:20rem;height:9.8125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNUDXQuHFgzuuI50WZkHVOmZJ4effTKJ { width:17.5rem;height:3.4375rem;top:22.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdIHny5Bb529OcwrnKKkMPKat8rtHUy { display:block; }
 }@media only screen and (max-width: 763px) { #F7k41IZD7NTTUpikLztiByqBdrRTr0dt { width:20rem;height:10.25rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQd0OyTTbeM2KxhGtTiEg0n6lnhKlipU { width:20rem;height:11.125rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz3mGAiQraLv28TfC8WcTQQLV2kbf4K0 { width:20rem;height:9.1875rem;top:63.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tow5X7D9Sl8WdW4gxPWV03AuJ1bd6piE { width:17.125rem;height:7.798825rem;top:30rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNpxaOs4onHtLXZbtRGpEBqAxyxwGDX { width:17.1875rem;height:7.7988125rem;top:40.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3wQgwc7gBtEwx9vIGTKnnA2EGHNT6xq { width:16.8125rem;height:9.09863125rem;top:52.375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7H1dfF73uhergOS3fPTX6Q56eynGCw { width:17.125rem;height:6.499025rem;top:64.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPk1k0qkeVdfpHweO8BQmR8beEs9oa6W { width:20rem;height:11.75rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKe1v6FqISC0DVo0twSPOU5pwxvtVtr7 { width:15.875rem;height:9.09863125rem;top:75rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE7mXOzI0K5CopwxPMed65ScbvJi4JcU { width:20rem;height:27.5625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pA0xxkZaPGB1FsDLF4IBZoisUi9ypO { width:18.3125rem;height:17.25rem;top:6.467968940735rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsGDsR03xbbDfQp5J0kC1cmctihpHPT4 { width:18.0625rem;height:2.6rem;top:1.8125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN4Pa16E0TkEuhKkrDEUZzMrR7TS1HRP { display:flex;width:1.875rem;height:1.875rem;top:29.812499046326rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lP0FRXwCnZBMfDKACcHuG8waiDt2hqUV { display:flex;width:1.875rem;height:1.875rem;top:40.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMBsSi44vcdaB14bSlXRTSshNwysZW5O { display:flex;width:1.875rem;height:1.875rem;top:52.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RCglz0v9m5NH4SEfgDZI3Fr11n5PHe1Z { display:flex;width:1.875rem;height:1.875rem;top:64.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PcucaRFuQ4ovgQdEtlidcvNxdoBswAhQ { display:flex;width:1.875rem;height:1.875rem;top:74.6875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA { display:block; }#I3ogd3AmnC1Gu43GSDETiKVQeQNsiTFA > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lU1gOBl8DKgwdEPClTEsCBm5ehTheFuq { width:20rem;height:10.3984375rem;top:2.7046875953674rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1V3Rl3AJlnyDu8PvL08ZVTTobqhSvGo { display:flex;width:4.5625rem;height:4.5625rem;top:13.730469703674rem;left:7.7187503576281rem; }
 }@media only screen and (max-width: 763px) { #sREQE78XRmD8WUzurnmRr0a2GrLWMcXK { width:20rem;height:17.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM { display:none; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9LJblyrCJxG6mq5Hf5zyBIrwXzOeikQ { width:17.9375rem;height:8.125rem;top:4.7804684638977rem;left:1.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sytW9HNDIcy1IGOb4JkkAf3QA3SyLAON { height:10.8125rem;width:19.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZT6MBTqITDCoHoR2GmMmMy8KZPAANU { width:16.0625rem;height:3.625rem;top:27.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgDhhOTGFbiK7aANoG9LO4tMQtwSs0GC { display:block; }
 }@media only screen and (max-width: 763px) { #Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu { display:block; }#Zc8KFQwt01skxO8NdfXT2hBElAR3B1eu > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzX1wpUgheEo5OC3b4eaDTTZnt9eovHz { width:17.9375rem;height:8.125rem;top:3.2171363830566rem;left:1.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLyEdM3ZbBpC9iTCcKK0qolAyXFqqaeu { height:32.5rem;width:20rem;top:13.840625405312rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #hEVVHssp81bUfsy4GspL9g4DBBrGOpHP { width:16.0625rem;height:3.625rem;top:47.590637207031rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qle1aIzy2iWmDxdVQnbBqLPmwMGs6HBZ { display:block; }
 }@media only screen and (max-width: 763px) { #kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f { display:block; }#kgoKX6SC6R8ztW8DrhGFkg9Hae9uhp9f > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MevJB4w5iwXGhoIN9EkHhQyCuQNIFiUf { width:18rem;height:10.398425rem;top:3.1867179870606rem;left:1.0992187261581rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlcskfwC7CwqvMLMJGrVyuGTVabGViTn { width:14.75rem;height:18.197275rem;top:20.11171913147rem;left:4.3000000715256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcxopTV816CJ2ae1PhxJwvcqIA6so07h { display:flex;width:3.125rem;height:3.125rem;top:20.750000476837rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #ApTduvSANMbAVudExIDusI2shLMATX9J { display:flex;width:3.125rem;height:3.125rem;top:27.649219512939rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #fd11tqkiqM4kZq3TGzgFBxRCQKx4Kutd { display:flex;width:3.125rem;height:3.125rem;top:34.5625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #k55XEtDT3bHkhf5VafpiXfFi7GhAqdaS { width:20rem;height:19.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTv9KOwKlWDdZ5odhyyqT72Nv86D3zAS { width:20rem;height:19.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvASwrzLLwSmTtwGkhiTEil6aCz6szPo { display:flex;width:3.4375rem;height:3.4375rem;top:14.411719322204rem;left:8.4375003576281rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD { display:block; }#WV27lQfuOFC1iQBFCHLT9Tq7F9kQVMgD > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoWoRy6qTfp9RPXrX4T8T4fUDhK1gT50 { width:20rem;height:7.79883125rem;top:2.1625003814698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6V8U0KPP5178U53cAJuCoU61q1EHDWa { background-color:rgba(0,0,0,0.54);background-image:url("https://images.assets-landingi.com/uc/c2e0de3f-311a-48cc-9579-579519af00a3/Tosliderlandingpagelandingipl4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa.adaptive-delivery-prevent-bg, #f6V8U0KPP5178U53cAJuCoU61q1EHDWa.lazyload, #f6V8U0KPP5178U53cAJuCoU61q1EHDWa.lazyloading { background-image: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container { background-color: transparent; background-image: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container > .video-iframe-container { display: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row > .video-iframe-container { display: none; }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6V8U0KPP5178U53cAJuCoU61q1EHDWa > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gE6OmxE3Kz18TNmyQWX8H6GWetWi0xqm { width:13.875rem;height:16.89748125rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFqGUKhkSRct74lyf5AQvT7CgQnwEcTc { display:flex;width:3.75rem;height:3.75rem;top:0.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTOeeaTxKbcgCLyBAByXh5iXOkMF1QvS { display:flex;width:3.75rem;height:3.75rem;top:22.587501525879rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L { display:block; }#dKlBFzSxf1G8bssHtcXzaGTdbRd2Ou2L > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VorowtQRg5EsbnnZxJboneiAy7PguMy5 { width:16.75rem;height:14.21875rem;top:1.265625rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x { display:block; }#mZ4K5zDuQFHTRzrIJZ4OGniq8nfEvy0x > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzfUo1A6BRU3tQgJkbOPrVfFy78y88wb { width:14.625rem;height:4.0625rem;top:1.53125rem;left:2.6875001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVdyadCsrt1T60vT6ss593TFOnnDI2n5 { display:block; }#JVdyadCsrt1T60vT6ss593TFOnnDI2n5 > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg15aaLR6TqDyyTncESxfkkmcxip9SNN { width:19.0625rem;height:12.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJC7zO8w243kI19mmV4k16cvKfOVMvx7 { width:20rem;height:29.625rem;top:10.237500190735rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #KmKMqy2zfDQzHqgwUvvEBrGTaaqM8xW3 { width:8.0625rem;height:5.25rem;top:21.25rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzG1uXTG7KhHQJD9BNJXO4bfgBfpxMU9 { width:20rem;height:13.1875rem;top:0.24999904632568rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHLgmLoT8VyGZ8Og2L8O9MTv1RbNEubS { width:11rem;height:10.375rem;top:91.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #mNmnuqUzM57QyyvudavAuUVoQu7xr4TG { width:15.75rem;height:23.75rem;top:91.25rem;left:3.0000001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwIqtNAptehwzVJuVU1mLtZu1NuBn7Ak { width:20rem;height:9.6875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Uu6vWDkr5BebScOHvg1GTrIogvxSGoGp { width:16.25rem;height:24.875rem;top:65.75rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG { display:block; }#gUL3eFkkaUS5RHsGdGxOGaT3dzwiUFeG > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1cG9Q06No96Uw17A3Gt6gG7thResHPB { width:20rem;height:12.1875rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo { display:block; }#X5S2Gm8okLGCSAZsXiusd7A7Nw93BVbo > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTCIAITos45IUBvPXhZDWJmUZiuSxswT { width:17.125rem;height:2.923825rem;top:23.625rem;left:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQFcmTz9Ra8Nnw694dBF9VV1pfKcAZ1N { width:15.8125rem;height:14.3965rem;top:26.550001144409rem;left:2.0937501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZcJXSkTs9RwSGlC5LKOuJl5Iga5bfuG { width:19.625rem;height:20.125rem;top:42.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBgS9a9edgBc6cE2IFDDXpS4Eaw3nLNP { width:15.875rem;height:9.597625rem;top:47.75rem;left:2.0625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHXDE9ZLuQdwJenkynWAIVoCWHOg5f3 { width:17.5rem;height:1.4625rem;top:45rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOA1O0B8OQME4Q8iTUxPEcARQnaIy5Br { width:19.625rem;height:20.125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TGQTgBIMFNF3mN4TA0aMn2UsnUaU9y { width:17.5rem;height:2.923825rem;top:2.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3aWdd1LJpSNNP8glGUbnuKCRdi0Qdkn { width:15.875rem;height:12.796875rem;top:6rem;left:2.0625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR30rTkGPvX3ab3aayw0TPL1mehqfVzr { width:16.0625rem;height:3.625rem;top:61.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45eBm1s7i1LJW7nHxSbNTCbdppp85kW { display:block; }
 }@media only screen and (max-width: 763px) { #tVJ8m1iD72vOsDtTZpN2ieowTJw1hnT7 { width:19.75rem;height:20.4375rem;top:21rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPuR7Q1chK4isvR14tnOTO1X0aQJGToH { display:block; }#zPuR7Q1chK4isvR14tnOTO1X0aQJGToH > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1qTXHKI5ro9OkrEiq0plktwriBFCb2R { width:12.5rem;height:12.5rem;top:12.875rem;left:7.5000003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKBVELbhb9NQkrq6bDcTR3WZSKgQ93g1 { width:20rem;height:7.7988125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTkhwRHcmHyeICgqqv2xEhtfVMPr5rS { width:20rem;height:4.875rem;top:10.112501144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGI5TAl08dEX1eXQMrnkwyZBt9ESA1a { width:16.0625rem;height:3.625rem;top:28.5625rem;left:1.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQbGXTJirTVN5OSTCtUz14kdlDU2RUv { display:block; }
 }@media only screen and (max-width: 763px) { #WbD2f7eTHMgCtsZhSFPi13shqXxBFrwM { height:11.232rem;width:20rem;top:15.812500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 { display:block; }#OpVewP4MyG1wdoVA6kNgb2biaQq9dDN2 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C45UWrsvemFAovzf8S2b3TP5Tiq3ySVp { width:20rem;height:2.1rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCl6gpV42OEbHchW7KoH6eysJV3GvOKA { display:none; }#LCl6gpV42OEbHchW7KoH6eysJV3GvOKA > .row .container { width:20rem;height:115.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aKsCiSrLPXk6np78yUSlN1fEHmLnC1Ka { width:20rem;height:111.15rem;top:2.0375003814698rem;left:0rem;font-size:1.125rem;display:block; }#aKsCiSrLPXk6np78yUSlN1fEHmLnC1Ka li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB { display:none; }#a9u0ZEzo63c9GddwTZlexx7b5BzFiEOB > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k5TIFs5ykHScUAMeNAx1C1VSWBCA6Rz1 { width:3.125rem;height:3.125rem;top:0.6875rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRdv8ahE9SSfpMD053g402f7QsnpaRb { width:9.4375rem;height:1.54375rem;top:1.5rem;left:7.375rem;font-size:1.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BBv0TVX2tyxGpkxX3MtpNGeTz1ygRxMu { width:13.625rem;height:3.1875rem;top:0.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP { display:none; }#bFDToxvSXRT1oMm2J57CBqkgXXVbeLiP > .row .container { width:20rem;height:151.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QngQyphhpJt7L8eaSdvETa595oIrvJsp { width:20rem;height:128.25rem;top:0rem;left:0rem;font-size:1.125rem;z-index:15006;display:block; }#QngQyphhpJt7L8eaSdvETa595oIrvJsp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #zTanhirwm0RZ6r2BD5ocFlyZWxT1yRHl { width:20rem;height:0;top:117.85rem;left:0rem;font-size:1.125rem;display:block; }#zTanhirwm0RZ6r2BD5ocFlyZWxT1yRHl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #cQ6olbSLm4Qk6GFUXXK7k37qOd9n39d9 { width:16.0625rem;height:3.625rem;top:145.95000600815rem;left:1.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVo76saOyNhT8df1GbkS3SnPuqxnTmR { display:block; }
 }@media only screen and (max-width: 763px) { #TyRLKiTXgrJaCbhKu1adlutD7TkpeXfO { width:20rem;height:10.6875rem;top:134.26250076294rem;left:0rem;font-size:1.125rem;display:block; }#TyRLKiTXgrJaCbhKu1adlutD7TkpeXfO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #tDGXHofyNr7imio3aCZ1hxpi0BL2hbm8 { width:20rem;height:1.5625rem;top:131.51250076294rem;left:0rem;font-size:1.125rem;display:block; }#tDGXHofyNr7imio3aCZ1hxpi0BL2hbm8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #cfEwoBrJSfcZQbkL7zyGIL339JECz2OW { display:block; }#cfEwoBrJSfcZQbkL7zyGIL339JECz2OW > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcVzSQu0eGBChHR3z8sD0HpLLsbGLn2G { width:20rem;height:61.964875rem;top:2.0375003814698rem;left:0rem;font-size:1.125rem;display:block; }#fcVzSQu0eGBChHR3z8sD0HpLLsbGLn2G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 { display:block; }#LSqddf4PvpT5aDSaFCW2tQpHMFvflXO5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDxzVzchg7fh40TJMFfQmklIvVasbbMO { width:3.125rem;height:3.125rem;top:0.6875rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk2POlM6zs5TSozDJBmMe8d5zVgiE3a5 { width:9.4375rem;height:1.54375rem;top:1.5rem;left:7.375rem;font-size:1.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #e4BtgW9rbw1h0W9Zpxfwq56bmyc3UyS6 { width:13.625rem;height:3.1875rem;top:0.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm { display:block; }#hC4uEewDEQlNd2fJSihSWHZCfkZL2WGm > .row .container { width:20rem;height:203.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESO1fwHTMF0IWeaPeLJDzIymprRBDGVr { width:20rem;height:0;top:117.85rem;left:0rem;font-size:1.125rem;display:block; }#ESO1fwHTMF0IWeaPeLJDzIymprRBDGVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #RD9dl11iE2ShKDPp7PcWz6uq7ygVyqXl { width:16.0625rem;height:3.625rem;top:196.32499694824rem;left:1.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzeLOAX76slahzdHS3q0o61BuERv8pvm { display:block; }
 }@media only screen and (max-width: 763px) { #HTSOfHk2w7FXD3esOdTl2hX5mZyJbsux { width:20rem;height:10.683625rem;top:183.88743877411rem;left:0rem;font-size:1.125rem;display:block; }#HTSOfHk2w7FXD3esOdTl2hX5mZyJbsux li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #ki5N5t9yXBhAAIgcUKy1fHOzceuJRusN { width:20rem;height:1.5rem;top:180.95001029968rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }#ki5N5t9yXBhAAIgcUKy1fHOzceuJRusN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #kNTheAaegD3ixr0iRncfMZ70vu3pGvr9 { width:20rem;height:177.3475rem;top:1.249981880188rem;left:0rem;font-size:1.125rem;z-index:15006;display:block; }#kNTheAaegD3ixr0iRncfMZ70vu3pGvr9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT { display:block; }#Q4FPHiaW8xh8CgnqaUTxPINW4FueD5pT > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfyPyKTx3Dh9PMz0P7VLtpU45TiMBKrE { width:17.6875rem;height:12.99803125rem;top:2.8125rem;left:1.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbzEFTX2C1qTPrHyAeLNbP5ALMQ8P4l { width:19.875rem;height:9.9375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6A3ETwE2AFknLhutXKhTb7tg2yfEkI { width:20rem;height:12rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqZk2mZMI1V65c9F4HdPIeWtezDK8doH { width:20rem;height:11.125rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i461diScedtEmQCtbeGeD6UVhq3TEKfV { width:17.875rem;height:7.79883125rem;top:19.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM4dHMIDiqGUULC5c9RtIbiW3BAmrGkv { width:19rem;height:9.0986125rem;top:30.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2NwTg7inIvzKKLLba0w0q998I3SQwIN { width:18rem;height:7.79883125rem;top:43.3125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLQ5GdF422nlEWH17dQDqXkMNPoo6t3 { width:19.9375rem;height:12.9375rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0BTgb7kF9l2cF4yDWDIz4iIncVibVqu { width:20rem;height:11.1875rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJPz9FILr9LZS01hvvTmkbHiSSWgxhQT { width:18.0625rem;height:7.79883125rem;top:57rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDosAvdOiCHifdPCfkEnNTxVn7Du3kNB { width:18.4375rem;height:7.79883125rem;top:69.875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CADswHg1eVgNKpOvXWKQWu2TtWFfBRVu { width:17.5rem;height:3.4375rem;top:81.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxHpbe5Ikg90vpcAefuBThkB1SHEPg3C { display:block; }
 }@media only screen and (max-width: 763px) { #p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { display:block; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { background-color: transparent; background-image: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { width:20rem;height:193.4375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtdpAHSCxnOBqa0a4My0bfmc92MXLTnr { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIfyAJGaceCCKhIPSK2FXcbAT7bw3DFx { width:15.9375rem;height:29.6875rem;top:68.65625rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSe5le5zkifKRFwpqPU4Zi7ivgIfmBuh { width:15.9375rem;height:29.6875rem;top:37.100002288818rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSBfVQhl8kR9B7TRIFz931k0i4iDaoVN { width:15.9375rem;height:29.6875rem;top:99.59375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAon3wVpqvsA1VrHiUWNFQwQ5X2bcU8v { width:15.9375rem;height:29.6875rem;top:130.53125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRz8L3kgnhmCFQyF91G6DWr8sgigReB9 { width:15.9375rem;height:29.6875rem;top:161.46875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #onHkl31gR5J1bSwQsq5ZWCwawlQJpnwL { width:15.9375rem;height:29.6875rem;top:5.2812376022339rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C { background-color:#f2f2f2;background-image:none;display:none; }#SCVIoHK3cOTG8wCBDXJTTgh5r10n2H0C > .row .container { width:20rem;height:69.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SnkkMtuvmWQRhKyIffN4SUnOxTsTU7xu { width:19.4375rem;height:10.4rem;top:2.75rem;left:0.28046876192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBbqePZwTBtNJ27T1zP6CczudZoBKTqO { width:15.6875rem;height:16.0875rem;top:34.375000953674rem;left:2.1562500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPoEKPdUfJe2wfceBsRbDFM4weUgL4A1 { width:13.8125rem;height:3.25rem;top:25.385937213897rem;left:3.0937500596046rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRzTJzXMPAGcnOQl2PBBvuJVC1mUSwyJ { width:16.875rem;height:1.3rem;top:22.785938642919rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAUtCi7fQiMaRA3LDuuXhSlHZ4587zQc { width:17.6875rem;height:1.3rem;top:24.085937976837rem;left:1.1554687619209rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #Ze62CVtSy26mt7fWLG8UL5mRoTO8XTnN { width:18.625rem;height:2.4375rem;top:30.873437404633rem;left:0.68671876192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #VmDWOs95MicbFoD0uVAKwFkfOISlKazI { width:20rem;height:36.125rem;top:16.611694335938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHLSPrx4wM5nKwTRucZPorDiyt9yQNpu { width:10.5rem;height:2.4375rem;top:19.337500095367rem;left:4.7500000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5IqDE6T5idNylxxff6R2rLfTdJrGGDP { width:16.875rem;height:1.3rem;top:29.3359375rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1AUpTaSaXiSc7y9zXEIqibT7X3z5oPH { width:17.5rem;height:3.4375rem;top:51.100024223328rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBmTtEeEiyrXQEfXT56fAuXrGoqTTFfD { display:block; }
 }@media only screen and (max-width: 763px) { #rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 { background-color:#f2f2f2;background-image:none;display:block; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container { background-color: transparent; background-image: none; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container > .video-iframe-container { display: none; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row > .video-iframe-container { display: none; }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcbTX8PbHtdk55x6pZdqVbp9XmfGT3x2 > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpfSOyNLkTuFDZeFEZPt3U7xyonEWScv { width:19.4375rem;height:10.398425rem;top:0.876953125rem;left:0.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfauKW1okhkMy8so4QlN2hoR6as7xUwN { width:15.6875rem;height:16.0810375rem;top:37.9375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxko8f47bHLKwwtTpqSVert8eZMXLtHu { width:13.8125rem;height:3.25rem;top:25.385937213897rem;left:3.0937500596046rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4g1pyh41TzqhM8W5uTQvB0ea5qfETMx { width:16.875rem;height:1.3rem;top:22.785938642919rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8B47IbgZR3fWefyHZ5WE8vngQSdvizy { width:17.6875rem;height:1.3rem;top:24.085937976837rem;left:1.1554687619209rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #rycWTWKTeDESq3gEcvMJ1TZnXSycAvsd { width:18.625rem;height:2.4375rem;top:34.4375rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #op3QTcKDHIiatMtAT8JWbsQvtr4GKolt { width:20rem;height:40.5rem;top:16.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDG7Rqedh99zLsokNskykDBvdtIukMCg { width:10.5rem;height:2.4375rem;top:19.337500095367rem;left:4.7500000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0QgQ6Olocy6pEnZgTO2ZLmN7V1CxrCR { width:16.875rem;height:1.29980625rem;top:32.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBg4Br6qDqeOWPtssfesIIkD63IQpwHi { width:17.5rem;height:3.4375rem;top:55.224609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxwz8bhnNB4KUVvToUV4Uxy5aufNUTge { display:block; }
 }@media only screen and (max-width: 763px) { #EKMgMhiI2OhXWxW69C01Ob5OAzOUt3OZ { width:8.1875rem;height:8.1875rem;top:11.2119140625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycziRGG0M12kCIoZKvmRyrCLsBJL7Ip { width:6.625rem;height:4.38574375rem;top:13.3623046875rem;left:12.6552734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntGSaDu75KIhLAvayEONzJ3TsBHqxFsP { width:9.8125rem;height:2.5996125rem;top:29.474609375rem;left:5.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr { display:none; }#iI4VNFCS1HuHOUKNdpwfcmzGxllfmrDr > .row .container { width:20rem;height:100.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OnTKWfCOFmp7kWEE9f4rThWhDwnQaxx7 { width:20rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn { display:flex;height:auto;width:17.5rem;top:6.0625rem;left:0rem; }
#ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ylOCIBlk1yfOvmoJFEL6u2NxU3ATUDNT {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #BQ28WrIWZmDxiQ0wWhCPFwlUV7O8PoMd {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #GTlzoeguKyzIfoKn6fl4C2R2p2MmKbLC {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #omqPzroKNPBp7CoTHxfpg3rQNGATx4wn {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #g17TEMDpG7xpl12vTPlXu0N8397TwVPN {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #FIBxQqgCTS9XcB3XiPT9v9aCwi6GG3T4 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #KbyEz3dHSirOOd8Xr6SxPBKt1JgRidtw {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #eGL84GJ8axz1vHVKlxgZ2GtIbeOOlp5f {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #RbX3zGM1nvOMBwiTmHVT33GPrUSNuzmk {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #hib1DBxqNTEsrzXVxMmArunhg5GOVca6 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #UWCwZQGHD43B1yAivv2mmcaTsauVQ0JF {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vblHcm11Z14fF1v1a2TZC2muT4BbJzKA {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #S7tIkP8kObvMknecRkWOPTkTwS5cSEcE {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #mJO6WpikB7N7wL4kRdQt0nwaMxzXpsCb {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #JkkScXCCpHsrKTipvKgKnHZRSEsLasJC {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #qshTEaBr4hsZEWNBiVSE945TcKiBh18B {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #iTxsakDfT3noqL6m3G71oNldSlvxhwMk {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Zw0zD2NROVnsR58NdvT17q58X6thEJoH {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #tm7fSUgZhF3c9lPZlFyTdcP9IENl4xCl {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #eiBsIExP04A9TUKh7iENUr4bRFdne9Av {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #kbEnMI9II9hH8s9WyKvA5xKUOORv7T3c {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #svDOrMllT6Cr8IGP5W0cJ3XduwihAWS8 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vUz61eLJ0EEynOs9Efml6dC0W9kJPcK0 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #kw0NrXdsOHAszX6mXZWT4yP9yNE74hd0 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #p1GuEd0gpkmCAph1CuFz1RMZmlHvfE4g {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #e22JiOzWZ4A9P72VDBeT6P01ugQ67k7w {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #tSbaneFfhgLsP5TNDFHHlIeXdCmV81aQ {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #g5Pp2aqpkbSfzkZPszNNpADAulhQaoSo {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #uoVaUQcSTJMSCnfZtfAKACMpRLdlVfaE {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vMuvfBELzxvTudMUc62WdCW9DhVLU98q {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #fhr8BWLWw8L9PhCW5wvReBIWyceQhghn {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #btrntOwQOKotohvzSFmv8Ut6QrlnHCxf {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HKdaKHWLoB1m8TcJmuuA4WqaQeqaiSSN {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #PxTb6k5MLXg53UTyWDZSQEOdttG7lXhL {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Q3Ug7DXmJUOrLmzIDz5uKg6s6LxwB8I8 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xTd04Uw7lew1C3E5mwTy5we93pmdGGPC {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #IvdzyLnEB8T5qS3Un6wqs4TTQCLrsgTF {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #hbyi9eybka0ibXxPCUqlfgFatcuxqbyI {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #N1OrT1MB5HKeIVb8aa96wtH1ouwwEcLH {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xscgJ26JToymbUOSh8fzCsJ8FKdkPNNL {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #wRWh9PS1oeB7AO7HzuCWTdvR7P4U4SUW {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #T4heWmu7pWNZEKskiIq8Ch0p7GT60c79 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #c3hzxcy0wqMF5FgS82Hv6ttoJIXQPvTV {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #sRoA0n1QTMHQbTzyDB3TFo1ZdfqWV1xe {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xGKf5vQa1UnSUgKQhVyZDTOaTqJsX66a {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #vEgZWTssJoWnu5STdNX5IgchJebRHzBT {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #bVgalr48ZsTJCuPBRr4q9DKXn2TH7h3b {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xNDDPePpBhltwfhbPmaekxZCB8PfUFAq {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #keM5qwbRS18H64kyqUeTFx0dUGrRr2EH {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #l7puw9AG7ublhkCNl4hbfADfNelEQRB0 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ybUrU1sIaeyqoHGTxBIMcpI7WeZChLh8 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HIpZTn62TvlDniamW923sAeVM2V8M3mu {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #czv3PmTTyznwQeFdAmk98vWw59Z6x3m1 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TD8KgfVLFPSZ8zhd9koKZsN0Da2qPhd7 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xU4GzBCpu27wGtVdHWf1H6E1sJLsxUTM {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #PkVOFhxHdP0ykzfZox6ox5tdJMX1LoNR {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #MT9HlcTANraXIk75pOw1kKZdzWqIhsfe {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #u2FkToFRFGnyimpopt7rSTI3b6QU24wd {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #h6o5hU1xHvddmoa38xSgeeVfpGrIg36X {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #UAn7VhVxvnflKzhOnb4LnZDALbb5VStO {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #QB9XkME1EF3GmoJwdkN1ky3Jr2OpcTqx {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #JOHsFNlmxhgEkvUR84PbTu1athBDZKUB {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #ZhfB871USwSzguU3aGK9NnIWFgsNZWt2 {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xopSFcAhC56mdBfTToXC74IqQNJ8dItd {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #pHokwrNhqU9XyZNlZz1MSgXJnT5ZoMQG {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #xy9Zm6K7HsMdJHt46IEZgsdbIl2IZzDA {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TyTIJyKaokDqqEOcPe5OBTXelqFshCkB {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #HZ7SIF5wtzbA86XEquuECk6R0WNTTEHq {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #TL9rXWCK059x0Sgqu6XJwJLDVVfk3QSc {  }
 }@media only screen and (max-width: 763px) { #ap3XLMyerXGm4GiWqeKoT9SAFBuogbcn #Z2wxg1dXVLzTbARkBoUeT1vi1pAJVywv {  }
 }@media only screen and (max-width: 763px) { #rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM { display:none; }#rTPCJNfDXya8PFTpO8BwTtpo1qVudgzM > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EHIR2BtkUrI9bNPXMMKbSzkC523DMZof { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFPIuWT9XfnWRphnd19P1qnAmEOciiN { display:block; }
 }@media only screen and (max-width: 763px) { #idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn { display:block; }#idc6eGRKkTyWrcTvZbUQXNoVfqkSLqqn > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhkeEoTbHFTIsIVZmmLivb36iTA5XnIR { width:20rem;height:2.1rem;top:2.7499942779541rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG { display:flex;height:auto;width:17.5rem;top:6.0625rem;left:0rem; }
#Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #daSWznx02wD8MJJ0vSlIXBxiIGpAGQ9D {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #N7LfeqZtQrikumoJ6gHwWDJ5PPwA8FFf {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NdJGLXtfsERD0A2qszr8nn5zA0T3XEo0 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #X44qpQ1kv90X5q0wtyEr7WgmPI7q3Wbw {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wftzpfa40RIbi7k3G3yy3CpU8FmOK2Xp {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #i6lqNngINbgiIPSJvgwv3iXeRbcaK9gO {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #Oa5yr4JIFa7rkOReVc3zgpUlKttZbdG4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #mXNmuHHQ6aZrRIaXDwtKVwtTWvEWIFeJ {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #KIvHetf2e8Xzh3RlS3IMdeVV8Og5d41k {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #KZDoGgixvtzbUw8UgXI6J4eZ1HMztSWu {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ytevvV4cGM9TwQWIfvQ0XTEu2BbeU0A9 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #reS7quWC1Iy2UmEqArby6Gs2Eb8z1dtE {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #q1VazQUQKLaofhmVign30a5q2RLwfywd {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #AWWpyuOk62iTnV9PB2CVuVJTox63zrRK {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #TNS1RzMQ7UygZFtZR9sZAtTPVSRNH0kn {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #BQ3tSNpoR6PCWE0T6HxTKo3bePPXKsod {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #bxHkADEGcqkJIIW2ILCbG8FUVyGyeVU8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NVglqziliNB6s5tzGPC7EauLOTTy9kyt {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GubHLNeeCDt2nZEsoQonQyM59uB0HroD {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #qroKSOMOZ39KXkso0BR0GTCxliN9MLnT {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #VSNlKzPpGnhJ3aO3L7rGlGS1v5tXqxpz {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #E8C0N4dpVR7Cir9kciUMuXI68NB7M5NO {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #J8Zu0ZLhwoaVCl4CoS2lsfay1DB9aG34 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #zhg25tqIPysE2BC1uwCIC6qvNmSnhBmr {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #qeoiFdSKZ8B72ocW9HShpxRKszNb2eRH {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #tbzimm6KUH0XU2ghXiw7et8rbQLTQak7 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #R56NHuXiigeKmDlDOVsfzNJ1zcFtJAma {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OBhmtk9rqyEuJBiT8JAKxHMLtHxUVT2Q {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wBnPGoVPthMTeT7gLhvodGqcKEwe1rhl {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #im34eKNVOkGVe7c8ngJfRMGfPFWCOstt {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HiuJrQxvxJp6LKRJhyPFVWT7dL2AqJu4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #nkUvIoDeFC5iWkr8RcfZubfTrwEeHnfo {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #wQMasmcaQLFdZIZ1N6MKIGSlDeUFruW8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #U1znTUT57CzAZHggnnhcIFtLKV8ItXAS {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #WENvegIorG9gTu8diItqgCZEZugLDFT7 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #DrflgNhb6OvJwZ0O8LFq6AgTrDV6zAZV {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #SFxay1w8QKsoB1gF6gLn0aMh8Bd604Jy {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HJeR28E13r249P5JJZBkvDB1ocQgLOFn {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GRaLF1TX2fOPcqQir8OIPtfQmmJbRqb3 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #l5gspxwXvckvyULfGyJSz9qFRPfSurRt {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #IrWo2DgQDfKgoz4yopK2bBCJPnC6iPLM {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #C38VBmdSbbkeXKDneVowim2TMLyK2AUM {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #b3Ec9WTyzvb6STHIu1txnwViqGtNw39m {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #m0ynVHuqDhxf02Sd5x6esFUhFGrwITK6 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #rtA9J4w6zsgRSAva6u4oUDB6wDfiVhPb {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #LAetDJVdvLFeLVPkBOKolbex3TDkKzKW {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #mpO6n56B32TQH0TdAoWS15eMFObU2pJB {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ZALbwZhqTQy83DAG2NaizJ9ApTqtTt8L {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #NUAf7qTkcvdQlsoLKyZmlETuK4fqkOVK {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #EBwTdppPMtFpHbuWRFVSdkQkmckcEKie {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #ewCVINlUbt1REIGmoEi2BbcIPKQOTcaz {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #HtTrMFDTMocRzgO5RRzKQTbVQeHNisVs {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #vA08iOoyrlVTZeEZ4BFhI6my3zzPc8TN {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #SzTssMfUX6K959UTNo6RG09vifRKt7ZF {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #pOf6iWJH8HqyS7cusKWEvI8Wen2fREN4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #xicxqCoAPXzCo4cZkQpQAICLyHsCWsxS {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OeDCODihbaKTGNQZoRPz7OBaSKPT7QHa {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #OvFVE0TIk9i3fIgHM1vMxFODtBuTBuKO {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #elBJaGRpHbu0wOFJ4AkRVcnIms1qydgs {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #C0nn8w3b18HAm9B5xDkNi2tSFV5898V8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #h70ohTrBt98DNWqNwFQsyO35rZ0Zn4lL {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #GQyT2ghbEa82c6Fv7BRCTQbgUcdOXtVW {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #DO5WSVBDL6VWEJdrM0BnAdn8EckNl7lU {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #Cq5kpoStGI8hq4LZCgkB7uiGNTt99Rl4 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #f8alpfLtirx4K8tFXDtUFykvsFt7XUNb {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #JKTPmuJ8JPVKkQtBwVNEkhwiceRtA04A {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #TxQn8yXgDizsnVQMgiEQudrEnvL6JZbF {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #bThTvi5wfKZiNBEOImNOnnpOiq5Qlyy8 {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #L0HTFHs7panCXCoXvsJWF8JufS4argUh {  }
 }@media only screen and (max-width: 763px) { #Eok4GWxccVhRWcGq9iPvaKdZVfctC8KG #JlUhE2DQklzhnIsFQv6lrqQ9dlLkbabq {  }
 }@media only screen and (max-width: 763px) { #Ivvx2eziPOGgRsmw7UstDp2EOQVai63A { display:block; }#Ivvx2eziPOGgRsmw7UstDp2EOQVai63A > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbQi3g5D4qEOvVwnioOJXUlWkDQdonWW { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVbGgdSCeDpLLQZvpFCWPNWVLuEWFao3 { display:block; }
 }@media only screen and (max-width: 763px) { #IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N { display:block; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqmZ8JuE0EixzvKEsoAOFdzCGl7DJoAD { width:20rem;height:21.689875rem;top:50.684374809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCvwbXxfovpvIFOC5WG2wTm6Mk9p0PBe { width:20rem;height:2.6rem;top:2.2265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAeNiRbyZBpZHZ5WKKilxDQSTTvdZpFb { width:20rem;height:43.85738125rem;top:4.8265628814697rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq { display:block; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq { background-color: transparent; background-image: none; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container > .video-iframe-container { display: none; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row > .video-iframe-container { display: none; }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUDqiR73LnuiOih68aTCAeTBXTLXK9Fq > .row .container { width:20rem;height:100.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHpyLgI9HqFsDSGWxe3ERkOXUpPAS32E { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDhkPtu0kL8MZwvmWtNPx4co7LDdD317 { width:15.9375rem;height:29.6875rem;top:4.875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5CoPBmmLgICrK5grGFCWIdTztBZWMRR { width:15.9375rem;height:29.6875rem;top:35.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q44l94NU8bhbB9ALDRJtiXMlHcTqLbSp { width:15.9375rem;height:29.6875rem;top:66.75rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz4JPE3IbacSDqDqWqV4cRlyJBvvDbQa { width:15.9375rem;height:29.6875rem;top:67.549217224119rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIkG70irCK6Ty3LphhiWasu0fEmvufo6 { width:15.9375rem;height:29.6875rem;top:4.4868211746216rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 { display:block; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzvC3m1ALPc8BounZc1lxWBurpqwyqQT { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJGzTii0VF4As5rOwceGhWAqq7uFlB3 { width:20rem;height:14.6191375rem;top:5.1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEvaVLQqMVAfdoNOZlpHehLFlp23uTh { width:20rem;height:10.5625rem;top:20.97500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBpKTwg917VsQ4MtStZ0gwzAQEZ5dTb { width:19rem;height:1.70625rem;top:24.224999904633rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2K9o8wn1PSi9au6iHbDlxh2n5ThhFuZ { width:19rem;height:1.4625rem;top:26.474999904633rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7UGhTZk6RHtabkK3mRD5XPKz6uEElqn { width:20rem;height:10.5625rem;top:32.7875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTX2RQMiukCNXcl5OoletJiHB4X2UmaP { width:19rem;height:1.70625rem;top:36.10000038147rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqOnOqwq1vhkBkATvNfqivCIF0wJp6k { width:20rem;height:1.3rem;top:38.28750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWzWLHFnKz9ApuRRT9rF272Hc6L8Kg4 { width:20rem;height:10.75rem;top:20.97500038147rem;left:0rem;font-family:oswald;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UTXfJahxt7Cy0GoTLLi179A44Sahqnya { display:block; }
 }@media only screen and (max-width: 763px) { #E7q8a5VsDzkNnrgLZNQGDe7boakRov4A { width:20rem;height:10.75rem;top:32.69375038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6egmBALwl0Ul6b1nErHuMsp2kCAOUgx { display:block; }
 }@media only screen and (max-width: 763px) { #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { display:block; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #GqfUnU0SW5sXCciKwVB2fWDtGzJqxOEg > .row .container { width:20rem;height:16rem;position:relative;display:block; } }