.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:241,237,235;--color-primary-1:209,196,187;--color-primary-2:162,136,119;--color-primary-3:81,68,60;--color-primary-4:24,20,18;--color-secondary-0:235,231,227;--color-secondary-1:189,174,162;--color-secondary-2:122,92,69;--color-secondary-3:61,46,35;--color-secondary-4:18,14,10;--color-tertiary-0:255,255,255;--color-tertiary-1:248,243,239;--color-tertiary-2:230,216,200;--color-tertiary-3:115,108,100;--color-tertiary-4:23,22,20;--headlines-font-family:"Georgia";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bc7f2f1-aae7-4df6-ad0d-1dfe9b4794db/fb2816e50d0c452a9a6c2b862e890f13.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { box-sizing:content-box;height:36.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.96875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:17rem;top:3.34375rem;left:1.375rem;overflow:hidden;display:block; }
#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-primary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:13.60000038147rem;left:1.375rem;height:9.8974375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-secondary-0),1);display:block;width:32.8125rem;position:absolute;font-family:rubik;font-size:2.5625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:14.125rem;left:37.125rem;height:13.8354375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NMeyeyH9dFAaT86wEZMsG7ekT5mZVtEG { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.65625rem;left:56.812500953674rem;display:block; }
#VgToZmp94QtHPG2U75F0MGB1vvS5hGzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3125rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.1875rem;left:1.375rem;display:block; }
#tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGFwV7LLtrL8GJvLWVVnTymQ4HPHPI37 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:33.3125rem;left:7.4305553436281rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z { position:relative;display:none; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z { border-width: 0; border-radius: 0; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .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; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PRzkbHCqQAH6TEBTkFDbOfVobHpTdtd9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#MWkpeiLWOXEsmW0P4tTPwP5waLCaU2M7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:17rem;top:3.34375rem;left:1.375rem;overflow:hidden;display:none; }
#gNCceNGlb9aA6PHouu15zWkWQs3GJ1pN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.65625rem;left:56.812500953674rem;display:none; }
#aTmMIx02TTX7ao2GoFqF2rcTkIcGbTli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9ICIEPGJXRSTGLlZv8dVzHD9C8nzTOh { color:rgba(var(--color-primary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:13.60000038147rem;left:1.375rem;height:9.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#tfH0O9Kcy97R6sCRVpT43IT7VtET9hFe { color:rgba(var(--color-secondary-0),1);display:block;width:32.8125rem;position:absolute;font-family:rubik;font-size:2.5625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:14.125rem;left:37.125rem;height:13.8375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mH6WZk5PgtIqLFG5dRJVsTzvhbGKG7rO { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3125rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.1875rem;left:1.375rem;display:none; }
#T0QwD6SNfCCISEHZOeXv4IwTGR9bxb2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqfhRvSfBhXRXonw3JXoMbFkiZfd1dOH { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:33.125rem;left:6.5rem;height:1.40014375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { background-color: transparent; background-image: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { border-width: 0; border-radius: 0; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:8.1875rem;display:block; }
#OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:7.5rem;left:3.125rem;height:2.79785rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.5625rem;left:3.125rem;height:4.196775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { color:rgba(var(--color-secondary-3),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:7.5rem;left:22.5625rem;height:2.79785rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:26.9375rem;display:block; }
#UrsRak3EQVCcATDBklCxNytEXWzfNTHg { color:rgba(var(--color-primary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:10.5625rem;left:22.0625rem;height:5.5957rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { color:rgba(var(--color-secondary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.5rem;left:40.1875rem;height:2.79785rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:45.6875rem;display:block; }
#kHFSMFWL0aruqDWietd1FP6x0MAcQaAQ { color:rgba(var(--color-primary-3),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:10.5625rem;left:40.25rem;height:5.5957rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6vkdWem5rpNtiLARsh0yMmcfoAK1ETI { color:rgba(var(--color-secondary-3),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:7.5rem;left:60.0625rem;height:2.79785rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E06O4qu29CkG9kK9l5U7bTPBkVtbBwOx { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:64.4375rem;display:block; }
#EhOFJFvABcG7g0wneUChs2COTzDsCoPI { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:10.75rem;left:59.375rem;height:4.196775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbUZ04nR10iQsU8yTlaH9U4lfL0srxgM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:4.375rem;left:8.5625rem;overflow:hidden;display:block; }
#F4n9LZeiFZGTan0kcu45oQDMFeTQxntP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:4.3750004768372rem;left:27.312501907349rem;overflow:hidden;display:block; }
#DfGDZioWGe1Uiyg8t1GFes3OozTLyZ23 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:4.2500004768372rem;left:46.013890782349rem;overflow:hidden;display:block; }
#SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:18.75rem;display:block; }
#JiMTN7Leyig5rTkat30eAwfTR4oLgmqq { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:37.5rem;display:block; }
#NGqBxp0EXDx0J6W9Qm0KTt9L8nPxc1a8 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:56.25rem;display:block; }
#dUNkHln2SplFpLUyoXBauQmUd41mEL4F { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62421875rem;width:1.62421875rem;top:4.1875rem;left:64.75rem;overflow:hidden;display:block; }
#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { background-color: transparent; background-image: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { border-width: 0; border-radius: 0; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#RNT4ORS5WPKOslZXTAagg7gDm0pBcUrV { box-sizing:content-box;height:15.4375rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:50.8125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#D0DuuEPTHhXZ9o0TJpZKU3fCumJWJpUd { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:23.5625rem;width:15.5rem;top:11.921875521541rem;left:38.428819656372rem;overflow:hidden;display:block; }
#RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { color:rgba(var(--color-primary-2),1);display:block;width:42.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7560749053955rem;left:2.5616321563721rem;height:2.92358125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { color:rgba(var(--color-primary-3),1);display:block;width:33.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:7.0460081100462rem;left:2.5616321563721rem;height:4.7973625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { color:#f4efec;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.98398399353rem;left:55.000778198243rem;height:1.7858875rem;display:block; }
#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.109376907349rem;left:55.000001907349rem;height:6.4453125rem;font-style:normal;display:block; }#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk li:before{  }
#HIfgHfPGGRG6xWaSB73Iadk0pLhofcR0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.125rem;top:3.796875rem;left:46.748435974121rem;overflow:hidden;display:block; }
#MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:16.624999046326rem;display:block; }
#n4vqgrnWlonQQbD3bNmx28oQlFUFJPE8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:14.875rem;left:17.087499046326rem;overflow:hidden;display:block; }
#HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:15.0625rem;left:19.75rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { box-sizing:content-box;height:3.5rem;width:16.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:15.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#R1Dyulw4GPD8vyChxEK1h0xguOoiLykc { box-sizing:content-box;height:3.5625rem;width:14.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:16.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#DB3xXglw02RwOFFXkZTLd1IChyBNkq8C { color:rgba(var(--color-primary-3),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:24.75rem;left:20.875rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a1o4vfs6p2DnxIlQ4hGA75kNSAqarAir { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.25rem;left:17.3125rem;display:block; }
#XwWbevlsrCkIrVRTMsLyPZ6ZJvEL2VTG { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:24.4375rem;left:17.6875rem;overflow:hidden;display:block; }
#bwOxRd9De8Btbg0BslgdNVVgwTm2tsok { box-sizing:content-box;height:3.5rem;width:15.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:10rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#BmHVibROW2IKGT8Tgm3pXMbbBXGcXn6Q { color:rgba(var(--color-primary-3),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:19.8125rem;left:14.9375rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Woq9BoNT5MqSqHdispmFseo8GzeI9sAJ { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:11.3125rem;display:block; }
#dLFSngzWKUU2HDnTQWdnSrBL2IsNADDf { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:19.875rem;left:11.625rem;overflow:hidden;display:block; }
#idvKryNNagfH5Ok6PJwapF5xT4A0mhUg { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9980625rem;width:7.9980625rem;top:23.185544967651rem;left:60.560150146484rem;overflow:hidden;display:block; }
#SLibGHT7DTbc1t4Fi4KHNsPM24qZSbmb { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.625rem;left:5.25rem;display:block; }
#aTG0Itv1sauTEHyEPeMdhcPczXP3W250 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlKFXFPP2N7Iq9kyCasg4LvMIXo1lQWc { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:33.125rem;left:6.5rem;height:1.40014375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uJs7pvVVkDOikCGJOSh70a9GH8CWHEE0 { color:rgba(var(--color-secondary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:10.026042938233rem;left:55.000001907349rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tex7LBDylWufsTB5m8MLKXfN9sQErgfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.43);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; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { border-width: 0; border-radius: 0; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#EWNRET8A780oxeJozSQW2VQmkLQL6KIB { color:rgba(var(--color-primary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:8.9930553436281rem;height:5.84716875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:3.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#ss3xFk6mkLxnf8fHlFO5pfqOs0CbxTG1 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:11.625rem;display:block; }
#aEqCMeQzwKDsrHhPF5Nd9EcwpVfBNdUA { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:11.375rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.5625rem;left:5rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.375rem;left:6.5625rem;height:1.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:26.125rem;width:17.375rem;top:2.7500000298023rem;left:51.586809158325rem;overflow:hidden;display:block; }
#Zdi2BFZmfcn3nGJevdZzbgPITeZvT8Iq { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:25.5625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#FsZOEaV79X4GCCTNmq3cNxmgsRxQySk4 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:33.9375rem;display:block; }
#L6w9It4idMLrXwa9nmZeqBtBftTcM59e { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:33.6875rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IC7GGQ2ERu547rovVbqMEpPQSfiUoKsI { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:11.375rem;left:27.5625rem;height:4.196775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mwm9lBf6y1DZMMTbiEnptadxDiQ6Wank { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.9375rem;left:28.1875rem;height:4.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f9HyO7xUb5pxeVVw8GaU8oFNy1hMaDiS { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.0625rem;left:22.375rem;display:block; }
#BT3gLsTJx95Ad7bgUJCXtf45TT8cUNpi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aX3di8h0PUnuQMNGHgDAtWhhWi6IJTHW { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:30.75rem;left:25.6875rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r1MFOrTrAaxqUuKmyX9uf1UHlORVBVJP { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.9375rem;top:3.7430562973023rem;left:67.089410781862rem;overflow:hidden;display:block; }
#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container { background-color: transparent; background-image: none; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container > .video-iframe-container { display: none; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row > .video-iframe-container { display: none; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container { border-width: 0; border-radius: 0; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#rmGtO0DtoBwtzqzgZvntWE9pEHs85wyF { color:rgba(var(--color-primary-2),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:16.750001907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZF0LRXMC6lsV7AdDBJqLsQumsGuI4Bb7 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.125rem;left:25.375rem;display:block; }
#rZ5v8iArvxuAhikITpTcoHOqg1Ipds69 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqoTnLuuTvguVpv0RC79gJwbHGNhXXTD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:54.499979019165rem;left:29.687501907349rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTtmNAuOwWgc2aNFQxgImqStsKTdHyGU { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:9.875rem;display:block; }
#Igv9raK4MmPJBROkhAF8Wk2LH5Ve0dTG { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.125rem;top:3.4487848281861rem;left:64.31250190735rem;overflow:hidden;display:block; }
#Ep9D8c7weXZy3EJVvNgt9rsCcUznJPT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.081597566604rem;left:11.96875rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#y0bcyZJaAHGTfQ8EkI73feGhinJE0gHf { box-sizing:content-box;height:29.875rem;width:48.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:13.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#slw1DqmhQi2T9Toq8zI3MNZaNBpst3fK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:20.125rem;left:19.9375rem;height:1.3rem;display:block; }
#GAx0xEgy2cMecghDp9hSckPQ7tFf4Hd8 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:19.6875rem;left:16.625rem;overflow:hidden;display:block; }
#fTRTKc8UQ7XETM64zKRCVIqXFFXl2vF3 { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:24.1875rem;left:16.75rem;overflow:hidden;display:block; }
#LTsN4K8Z46FGtbUTzvTD3N2m1cT2T2ow { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:24.631076812744rem;left:19.906251907349rem;height:1.3rem;display:block; }
#JDIxBOoOnPyZHIAH33M76Fw7tK0T2GCu { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:28.6875rem;left:16.75rem;overflow:hidden;display:block; }
#V5TL9ItGNFnB5SgTKERBCxi4a3KsCl5g { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.125rem;left:19.9375rem;height:1.3rem;display:block; }
#pyZoGomxIdNEyPEQ7PBUCJo4oIKTPWTE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.5625rem;left:20rem;height:1.3rem;display:block; }
#GDmbSQMCrTyOJHif6p8r57bweoH5J78T { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:33.125rem;left:16.75rem;overflow:hidden;display:block; }
#AWrqeKHD3ZaIzkQn3ZBnqBWisHOCDxoT { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:41.8125rem;left:16.75rem;overflow:hidden;display:block; }
#BXUKBaPNU45VoqzZwbfFTBPJ2z4CTZvH { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:38.1875rem;left:19.9375rem;height:1.3rem;display:block; }
#hyaODhHUX2UxA8VyiZB6yQWdFfGi1lgs { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:37.75rem;left:16.75rem;overflow:hidden;display:block; }
#QGg875egmr4ssgKsyDM3H5l4LEAgRFUD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:42.256076335907rem;left:20.156251907349rem;height:1.3rem;display:block; }
#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { background-color: transparent; background-image: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { border-width: 0; border-radius: 0; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#bpRSpi6fiRvRbk2E503TM6siNCXrzfE0 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:21.25rem;width:14.125rem;top:2.53125rem;left:5.5rem;overflow:hidden;display:block; }
#rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { color:rgba(var(--color-primary-2),1);display:block;width:42.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.53125rem;left:25.508680343628rem;height:2.92358125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { color:rgba(var(--color-primary-3),1);display:block;width:22.6241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:16.75rem;left:30.75rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { box-sizing:content-box;height:4.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:28.6875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { box-sizing:content-box;height:4.6875rem;width:18.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:54.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { color:rgba(var(--color-primary-3),1);display:block;width:12.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:22.9375rem;left:59.3125rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0C4HMyVAGO92CB137sizMWU5ZdQwf0F { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:26.5rem;display:block; }
#oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { box-sizing:content-box;height:4.6875rem;width:20.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:24.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#oREfvPJfcHFBxOdqeWay7sCsW3rISsVH { box-sizing:content-box;height:2.37421875rem;width:2.37421875rem;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:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:56rem;display:block; }
#hMDZm4nBIzwAS9b99Jic8DzQkJb4AoIk { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.4375rem;left:29.75rem;display:block; }
#PpCQXzEArz7S2bNSVLBTsakudm6S2JxC { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:16.5625rem;left:26.8125rem;overflow:hidden;display:block; }
#UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { color:rgba(var(--color-primary-3),1);display:block;width:14.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:22.8125rem;left:34.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QR3vh78aXTsJIHo7XtKH3ghybT6Sblhn { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22.8125rem;left:30.125rem;overflow:hidden;display:block; }
#ib8okSe0sSCmBTICpdNKAswwU6ybXig3 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:22.75rem;left:56.187501907349rem;overflow:hidden;display:block; }
#M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { box-sizing:content-box;height:4.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:47.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { color:rgba(var(--color-primary-3),1);display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:16rem;left:53.3125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6UVFxc30pryrtmBdT35RC39LJm21PWR { box-sizing:content-box;height:2.37421875rem;width:2.37421875rem;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:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:49.4375rem;display:block; }
#pwI4kvbqm20OzxgdF6J6z9SByEptncAc { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:15.9375rem;left:49.8125rem;overflow:hidden;display:block; }
#MXlRiI83W47mDo8TKtQo660RQ8CW7rEh { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:1.875rem;left:11.8125rem;overflow:hidden;display:block; }
#VVFfgNumsr0ChkC38q837ctJeTZp5dcy { color:rgba(var(--color-secondary-4),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:6.4375rem;left:23.248266220092rem;height:5.39795rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container { background-color: transparent; background-image: none; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container > .video-iframe-container { display: none; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row > .video-iframe-container { display: none; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container { border-width: 0; border-radius: 0; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#Aw5AzhrDkAb0HsGElThrQcWkhs3sWVxg { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625076293945rem;left:17.125001907349rem;height:5.84716875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvy0dBidD9Hmrv1HNUZZE9xuTBTCBWiz { box-sizing:content-box;height:9.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:3.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#TL8THPwfdvuIurVtMyh6iBaMM6kUE93X { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5rem;left:11.5rem;display:block; }
#ufaPRJgM82dsQycz75mFLwpRVDVtQ8Kz { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:11.1875rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bX80kDft0txaL750JAeAXxJ6LrMN2O5M { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.625rem;left:4.875rem;height:1.40625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MtJlPUsvKKD86LfT8yn9qW9Fnnd3Tgpq { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:13.4375rem;left:6.4375rem;height:1.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tbeb3RTmv4krh5w2lSEE3BaQIlaWVTFe { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:13.8125rem;width:20.875rem;top:14.945310592651rem;left:49.368059158325rem;overflow:hidden;display:block; }
#SpWH79uhRMksotEzQ0zHLsTGS3ETt1gb { box-sizing:content-box;height:10.0625rem;width:19.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:25.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#K6731HSguSbx4e0PLpFqBkWDQuZvafL1 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5rem;left:33.8125rem;display:block; }
#k5wCRxeTUKELsh5K8JSuyh9yzoGRPShS { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5rem;left:33.5625rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZoDBryGmnrPSrS0bbXRSF9HZgFqBIyXN { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:13.3125rem;left:27.437501907349rem;height:1.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AlITteF3kU5Fsmo9EF33aWh304aZpyKl { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.125rem;left:28.062501907349rem;height:4.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CyV6p0tvavvwuUey5yx2a0TE7wVBzvLQ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.5rem;left:22.875rem;display:block; }
#bsRnIHvcPqqSpXZGEKATog1spKrX4FFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdNWOGw9dTAwZs9BWa3ZvWFrxBFpzR0T { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:51.875rem;left:26.25rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JLoN9uW3rrsDPZGbuKdUqT4VZvZsqTax { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.9375rem;top:3.7430562973023rem;left:67.089410781862rem;overflow:hidden;display:block; }
#BwHKNrPXd336v6ZqWl7kv6fEWHaXRBad { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.875rem;left:33.8125rem;display:block; }
#u8Bow251gc5xSPxznTP3SnDP2CcLM5l4 { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.750003814698rem;left:33.500001907349rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nZaJ5i4PI0HAvSEC98AoDa0vG8E0wvCa { box-sizing:content-box;height:10.0625rem;width:19.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:25.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#aWxc0q3GTLRXxrDQnqIfnmmy7Win253l { box-sizing:content-box;height:10.0625rem;width:19.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:3.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#gt88uwEbbk9yNRs999FOb88tHlusaDCU { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.750003814698rem;left:11.25rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gPupxlCMMrtfOHZPFK0DWPQTTTP8UCtJ { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.875rem;left:11.5rem;display:block; }
#G6JiqsoOVKIurI3NKCcezA1PSbXdcDx7 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:25.0625rem;left:6.4375rem;height:1.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNQZGRyC4mChPKUZ5yvIzGwf7k4v5kyi { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28rem;left:4.9375rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DC9SozHnRyZzDwCLnBk5ivovPMUUotGv { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:28.5rem;left:27.4375rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gw9H0LaJywmpAnC4Z5Z8Wrv3cIVSHccF { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.0625rem;left:28.75rem;height:2.79785rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rBGbJqk6WXukS6JWRH3UycalTTGtT7ov { box-sizing:content-box;height:10.0625rem;width:19.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.25rem;left:3.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#sZr2ISIxzsKsvqgihZ8vzXV8FW8P4TcC { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:40.1875rem;left:4.6875rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k83v1tLBHtB82WSuwyMVn5FXcnxf1pkv { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:37.375rem;left:6.4375rem;height:1.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w5tERQUAlHQVOREmE37SsdhHpb8Z8I52 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:11.5rem;display:block; }
#ETez4amRL0PeHH06FxlfTcefOuTTp6Nz { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.125rem;left:11.25rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MEx8B0EGmHENAOd3NXsr3MqpglS62bAL { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15028;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:33.8125rem;display:block; }
#N8ThQntzKlGdCUJO9q3Kf15GaMSwR86A { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:34.312503814698rem;left:33.500001907349rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KrAwL0zU470lpaIamD6s6Tue6FTMEBBH { box-sizing:content-box;height:10.0625rem;width:19.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.25rem;left:25.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Vwrzls1XrBAVQ6HJbm0Ld1x9hrQlCCsR { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:37.375rem;left:28.75rem;height:1.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXps6e6aPRC85swtILfeqaE64L0SaLQx { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:40.1875rem;left:27rem;height:1.40625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GiW6bGN0nw1lTgy3q33VeHn4TNw05k38 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.1875rem;width:10.125rem;top:24.562500476837rem;left:62.52343940735rem;overflow:hidden;display:block; }
#K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { box-sizing:content-box;height:31.125rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5624969005585rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/590157ff-1c73-4732-af0b-774f4eb1f22b/aveste_agencja_nieruchomoci_d_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { border-width: 0; border-radius: 0; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::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; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:8.7011875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-2),0.5);top:14.0625rem;left:0rem;height:2.47314375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { box-sizing:content-box;height:12.9375rem;width:50.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#lT9Nh2zsW1JtebWDROeVyVXXou0xZ7E6 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;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.875rem;width:5.875rem;top:14.5rem;left:42.0625rem;overflow:hidden;display:block; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-form-header {  }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-regular-label { display:block;width:14.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:14.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:14.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select { border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:14.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:44.3125rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.03125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-container:first-of-type{padding-top:0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-container:last-of-type{padding-bottom:0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:46.375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0.68663215637206rem;top:24.34895324707rem;z-index:15008;position:absolute; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .radio-container { width:15.0625rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:46.375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0.68663215637206rem;top:24.34895324707rem;z-index:15008;position:absolute; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Vu4KlJLmSRTV465NKZ2PTSVhArTQD5ER { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #J8I2TSGAkDho0vyl0OVqZZBc8P5yTOdm { position:relative;display:none; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UMIBAq43Rx8aRuP6PKVGtocpmq2tQsT6 { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #ivKbIg7ceT2sSnx430CJwuICpNa2L0sE { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #BKK0NQzLSKcaEMkAqBnCGPCDgRwom9Ml { position:relative;display:none; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UCSgt3eUhqziDBcNNOUPXC7HdtoKM49s { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Q8v1aE5c7pFpE8L6y5EhwE9IAbi8A0b1 { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #XmZkZ1HxS6sEs958VhhHGJa68cJCUZop { position:relative; }
#lTDLVz9iMnHBPMWrcgqVQmTdgIm8L9av { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:20.75rem;left:2.4375rem;height:3.59863125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CoRif1GEpBiDcap8KhmVxVlOU8KHzqZy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:29.742197036743rem;left:15.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r3n68lifl4hszIbBoCfihlcrEZU4zH9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b361757-206a-4a72-965c-04ab86d3c7d9/ChatGPTImage27mar202611_50_22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o.adaptive-delivery-prevent-bg, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyload, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyloading { background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { background-color: transparent; background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { border-width: 0; border-radius: 0; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::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; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#C1dET2eQShB8DwLmPITunS7lsHMGu1HX { color:rgba(var(--color-tertiary-0),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8090095520019rem;left:5.9375rem;height:5.84716875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { box-sizing:content-box;height:15.375rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0477247238159rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container { background-color: transparent; background-image: none; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container > .video-iframe-container { display: none; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row > .video-iframe-container { display: none; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container { border-width: 0; border-radius: 0; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#Weh1PpnpludbIGo6nvVNyb87TWCzTcBE { color:rgba(var(--color-primary-2),1);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3315906524658rem;left:10.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9uXEMZk8GxvCRJhD9vK9g0M2tnUuC4T { color:rgba(var(--color-secondary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:11.9375rem;left:8.5rem;height:3.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lPXqZwD6kUqv4E5RfUi4h67KkJAlMrsW { box-sizing:content-box;height:4.6875rem;width:28.6875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:3.5625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#a8SWvtKXVZvIPXtxzzvClgDtv9E2z5zh { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6875rem;width:5.6875rem;top:44.374984741211rem;left:61.555559158325rem;overflow:hidden;display:block; }
#Zmdm3uk4MUQExg9mVssJt0qZim5TH7FT { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15019;background-color:rgba(var(--color-secondary-3),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:4.9375rem;display:block; }
#BI2aHa1HiDySVtBauwzXpCa6sKLPlwgN { box-sizing:content-box;height:4.6875rem;width:29.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:6.1875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#sv5pTpp6DR0NUliATVPpLJJl8uuGtwZB { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15023;background-color:rgba(var(--color-secondary-3),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.312515258789rem;left:7.5625rem;display:block; }
#nc5pdh9QOUIqXlvdvMMex3KgLruLy76s { color:rgba(var(--color-secondary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:11.923614501953rem;left:42.687501907349rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTrDX3rsVBg7xl7FPqpNDXvofAopuaJ7 { box-sizing:content-box;height:4.6875rem;width:29.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:37.3125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#VxbXmnvMUIiWhTMVRra1cSaVskHHKVyV { color:rgba(var(--color-secondary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:19.868055343628rem;left:11.1875rem;height:3.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CmDnUaDTPhSEF1mRbmWVAPc6NbsbTD0w { box-sizing:content-box;height:4.6875rem;width:31.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:38.6875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#s9IcHxENN8d1Vr8NUPeExaaUfSX6WvId { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15023;background-color:rgba(var(--color-secondary-3),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.250015258789rem;left:40.187501907349rem;display:block; }
#RdtJKbT5cBegzRMiOn1PuObPLSQB62vS { color:rgba(var(--color-secondary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:19.875015258789rem;left:44.125001907349rem;height:3.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tz0mTwzJJIXUFqafKtXciKbSc77iu0S4 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:55rem;left:22.4375rem;display:block; }
#rQqXWRMZLPI3EHEwekl9xh6EkVJGT6Mk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQ2nkQ3sRqBhHzgwIyZzJpNP8LyRVnBI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:58.6875rem;left:26.625rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aN56xOukianOLeBTMOyHbndEIx3A6Ll1 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15024;background-color:rgba(var(--color-secondary-3),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.312515258789rem;left:38.687501907349rem;display:block; }
#tuMv06Ft4V3IQP6eI7gbF8FcrDQTPxbp { color:rgba(var(--color-secondary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:50.0625rem;left:10.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HRpBuxSHrR7u7Tnz8NDwU3VtB7ku7vQG { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:20.25rem;width:31.3125rem;top:27.186621665954rem;left:18.937501907349rem;overflow:hidden;display:block; }
#aHZ9ocL4RNni5fmMGC9vecWyqfNbRSQq { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:20.343750178814rem;left:40.368055343628rem;overflow:hidden;display:block; }
#ap6QoHbhW2EgpfOTuszsfTdqVnHHXybi { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:12.411458194256rem;left:38.812501907349rem;overflow:hidden;display:block; }
#NeKKGMNQth1GbFKVXvgKe9rPZN5auEgB { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:12.411458194256rem;left:5.0625rem;overflow:hidden;display:block; }
#hyot7As2GL66S9HTNmTzzgZ9v2XH8Mek { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.59375rem;left:7.888888875rem;overflow:hidden;display:block; }
#nLzJwF70Tmx5wldqutctO50sgSMWKqMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nLzJwF70Tmx5wldqutctO50sgSMWKqMN > .row .container { border-width: 0; border-radius: 0; }#nLzJwF70Tmx5wldqutctO50sgSMWKqMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLzJwF70Tmx5wldqutctO50sgSMWKqMN > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:none; }#SCJvaqrOycv9ZEFORMr3w3XSIleTFnZP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:18.625rem;width:12.375rem;top:16.750026702881rem;left:50.000001907349rem;overflow:hidden;display:none; }
#F2WUA0XS0aTzTkTzokO1T9gnxms0TQeR { color:rgba(var(--color-primary-2),1);display:block;width:42.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7092084884644rem;left:16.185764312744rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oopM9EvuOyTuMNdshvgxKr7bZSXVwGSB { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:14.69704914093rem;left:60.062501907349rem;overflow:hidden;display:none; }
#TZaT5wx3FTz5TDGSf7sCnWDcoabCICOW { color:rgba(var(--color-tertiary-4),1);display:block;width:63.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:6.954833984375rem;left:5.96875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#GggGRM61nIX7RgEsmlF1r8f7OyCPqiaI { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:18.625rem;width:12.375rem;top:16.750026702881rem;left:31.968751907349rem;overflow:hidden;display:none; }
#mu470qCTGMidoP77O7BiFggGCcrEz9cn { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:18.75rem;width:12.4375rem;top:16.687500953674rem;left:14.428819656372rem;overflow:hidden;display:none; }
#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { background-color: transparent; background-image: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { border-width: 0; border-radius: 0; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#A0Tm5hMI3TBLJQ46OTnQywUUL0aGDRD2 { color:rgba(var(--color-primary-2),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gT6vz0mLlVBSAh4QQ24VGFxhE3MP9ciD { box-sizing:content-box;height:4.3125rem;width:63.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:9.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#tBAc5v5nkIlULFZNmaCgdRDqZe2cVMoM { color:rgba(var(--color-primary-3),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:17.743055939674rem;left:14.6875rem;height:2.1984875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2gwsJSIEo1I2Tb0Drb0Zl4k4KQ7Tzqf { color:rgba(var(--color-primary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:11.375rem;left:10.625rem;height:2.92358125rem;display:block; }
#ume1xTR2KfTOGgrUkcWZIWTBnfAOyWEU { color:rgba(var(--color-primary-3),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:35.837683200836rem;left:14.6875rem;height:2.1984875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sVeqbOPsGnXPzEUtM9KSD3pUkivkutLu { color:rgba(var(--color-primary-3),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:41.75rem;left:14.0625rem;height:2.1984875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MxUnlkoG2qEhRL0ypwi5GqWNFq52oZMS { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.220474243164rem;left:25.343751907349rem;display:block; }
#LQAinbMPe79OolFvKbsHKoe2DPwoOJgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nRT98NiNMgknTSzqN19ReKKTvyyUMHUh { box-sizing:content-box;height:4.3125rem;width:52rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:9.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#L4fB80TmRaCupr4RfKThImyDq9u0Vu05 { box-sizing:content-box;height:4.3125rem;width:59.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.6875rem;left:9.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#ZTsWame6B6K4LChMm8ZpPgbTksJXhQhu { box-sizing:content-box;height:4.3125rem;width:48.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:9.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#JscnA9nkZwxC5gBEHD5DMOh4Zt6NvRoZ { box-sizing:content-box;height:4.3125rem;width:44.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.75rem;left:9.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#xL9Z0dhvLDTuISywHJOcPZBu2dw674RK { box-sizing:content-box;height:4.3125rem;width:55.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.6875rem;left:9.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#XrNTJJT5Tz7HEOT8cByRTkqFnmTPf2Xo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:51.479156494141rem;left:29.687501907349rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LDQdxJHaFRTn3BRe8bA2E8Vbhzl7KLcn { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:10.125rem;display:block; }
#v1OOMqybHaSM0tyPqpWqZOiT0ei5Quzc { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15040;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:10rem;display:block; }
#F4z2TbM53WsxN0ffn5oNBbxhGMI55KZg { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.3125rem;left:10.4375rem;height:2.92358125rem;display:block; }
#OVURzFhWOQcA7du7VhV8yc11Cpb5xuxZ { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15042;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:10.5625rem;display:block; }
#bpLzpKkTAnraLSpdUyMpfl7C6dTQcSx5 { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:23rem;left:11rem;height:2.92358125rem;display:block; }
#I4Tq1ywt2hwg5aoHmOBiVnp6bZxXC7bQ { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15044;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5625rem;left:10.625rem;display:block; }
#RWh042PDc0ygv6XAsn1tzyylePFsTV7w { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:29.0625rem;left:11rem;height:2.92358125rem;display:block; }
#pK75gKPraFO6C91vsOg5A1oEoTJtMrTq { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15046;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5625rem;left:10.625rem;display:block; }
#KfFuu3lCePld6ugonhKKlNpJF7BWKAEg { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:35.0625rem;left:11.0625rem;height:2.92358125rem;display:block; }
#Jn4CneOxs02BLLCbP1qHuPs76gSNkLn7 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15048;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.75rem;left:10.3125rem;display:block; }
#H44f7TUkSCuxz5o6WJDgXd2vfVQvBhJv { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:41.5rem;left:10.6875rem;height:2.92358125rem;display:block; }
#bibpTk6cDZ74dkLIpXlEtTpZf6gmUSGO { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.125rem;top:14.073784828186rem;left:62.375001907349rem;overflow:hidden;display:block; }
#t6dnWKLrdoEsBColKKyb7PTaliqi3J2g { color:rgba(var(--color-primary-3),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:11.868923187256rem;left:13.8125rem;height:2.1984875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hDAwhSWB52Gy4LsGT32ryoD4g8ikqKMh { color:rgba(var(--color-primary-3),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:29.743935108185rem;left:14.6875rem;height:2.1984875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RhUgQ1PHumGZmLruObEldVtyLO3GfIJN { color:rgba(var(--color-primary-3),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:23.743924736977rem;left:14.6875rem;height:2.1984875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJ18NICCG3RX2UIT2ubipq34tgxk16eT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/590157ff-1c73-4732-af0b-774f4eb1f22b/aveste_agencja_nieruchomoci_d_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT.adaptive-delivery-prevent-bg, #wJ18NICCG3RX2UIT2ubipq34tgxk16eT.lazyload, #wJ18NICCG3RX2UIT2ubipq34tgxk16eT.lazyloading { background-image: none; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container { background-color: transparent; background-image: none; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container > .video-iframe-container { display: none; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row > .video-iframe-container { display: none; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container { border-width: 0; border-radius: 0; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT::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; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PkscnDHb5gfvI9Zo5zuRmNC5MuWrFSvk { color:rgba(var(--color-tertiary-0),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0564441680906rem;left:5.9375rem;height:8.77075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VhTxOtXgQuTiU9BlB4tJPS2RlBu1rkQs { box-sizing:content-box;height:15.375rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0477247238159rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container { background-color: transparent; background-image: none; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container > .video-iframe-container { display: none; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row > .video-iframe-container { display: none; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container { border-width: 0; border-radius: 0; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#Qr9LpPTn9E5NWCvd9FccMLzdZrf5Iu8G { color:rgba(var(--color-primary-2),1);display:block;width:42.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2717018127441rem;left:14.600694656372rem;height:2.92358125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#faZqZaigQTWffyQHDLfNRZXhTzu5HTLD { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:3.5rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#OULmAJyrT6rTRPahlfqPrf6lfZb90F2Q { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:11.686635017395rem;left:5.09375rem;height:1.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ErmqV8l9v7ofxE0Bly9bCilJ16NtpTky { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14.186635017395rem;left:5.6875rem;height:1.40625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XMasPh0e0SwcXPaa3TI95PZzgC8URn65 { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:24.1875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#uEJVPVP2PBBodPbGQ34dMBvsLl2keTNI { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:11.6875rem;left:25.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#riHDUts9kkC0Ac04S7dsBgd3FknkpzHq { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:14.1875rem;left:26.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXsTTJLRdmPuB8TGviaxJnz7iyIeEte5 { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:46.0625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#nOmsKuDf4IN7ZdyX9riRqIGVqk2mTd9R { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:11.6875rem;left:47.6875rem;height:2.79785rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z8lSzBLToeirhtAbinyo6RaDDBTZG4u0 { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.124999523163rem;left:48.250001907349rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QSKsnXV6FPyTrmQILXJMAtZKseHCwcZs { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:11.4375rem;display:block; }
#RWFUJbdSuXb44XnTbocGHLkVUutVCXXu { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4375rem;left:11.1875rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zBTCUEZLAA0u7KxLuuOQQ652XSIPArWb { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.375rem;left:31.875rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JD20Qsyn8WTBqGhB7tCWqkEg5QqGcCEM { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:32.125rem;display:block; }
#NgiHbST4Or5s6A4H2Mhf7dhCTVave9pw { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.375rem;left:53.75rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wla8JfPnqoGR7uVa3MTMxotEfvM9S6cb { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:54.0625rem;display:block; }
#LcEfKpXTtcFPHMBmiGl2T96T0TdFT2kV { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.125rem;left:11.1875rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hp963m3OFrqQxE8UQT5ia1Oo2KkrTLwC { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:11.5rem;display:block; }
#bBEunhmUTo9hFHRlUtTl31BGbW33H64o { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:3.5rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#LQ2tFoMHE4HFqAKFNE5b0aDLLUxWyefQ { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:25.4375rem;left:5.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Td8b5axeGe5pgLtN8hbpv9Zk7FU4klD1 { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:27.524305343628rem;left:5.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qonEaneKEonl4mn82Bed3T1MZqDBsgfT { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:24.1875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#zGCMIPFNNaq9UPeyxkG95krpdZoZObb8 { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:27.524305343628rem;left:26.375001907349rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oabcDBwlD4sgiMT4o1GT3ddCuGTkw6WG { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.4375rem;left:25.781251907349rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xiTHs4zPQ2fHdmaJrpZJAPC2oyapt02Z { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15025;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:32.1875rem;display:block; }
#Cs71vke3Jk9hAWozFG4nyTMurQHryECi { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21rem;left:31.9375rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aEgPl9cJBdIz40HXReL8ZTAtk4ezCHzq { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.25rem;left:46.0625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#dpBdrIBOO44f4nBfF3GDRhN4k9Zf64fn { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15030;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.25rem;left:54.0625rem;display:block; }
#wC1n160l5ngmuPyNF5zT6cXnvHCVb1zt { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.375rem;left:53.8125rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H4qxSNvZK03XAKQXZpisyE1GgQuvhlm4 { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:25.5625rem;left:47.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#znQvrdHNMyXiQwO35PSgaGe6dKUeyIUx { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:27.625rem;left:48.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K6Hs0hnVZsGkQi9wRU0vT5Jx2F6HOgkB { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.997375rem;width:7.997375rem;top:6.2456455230713rem;left:62.75000190735rem;overflow:hidden;display:block; }
#trWrarBdauZ3tnaVnNDi694dG4yD8p48 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.0625rem;left:23.75rem;display:block; }
#GMzJ01okzTsNnZcNzpyP1DVRcJaRTRf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMaTDl7V9eGOU5mUsekT7oL0gnveSSdN { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:42.749122619629rem;left:28.125001907349rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container { background-color: transparent; background-image: none; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container > .video-iframe-container { display: none; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row > .video-iframe-container { display: none; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container { border-width: 0; border-radius: 0; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#TpixgWWlBrz4rE8bEmO0mTKV4lJ4Q3Su { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18.937501907349rem;height:2.92358125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SPVkPGySm7aRGFabptVQVT6HU14rWQos { box-sizing:content-box;height:12.5rem;width:18.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#qJ1wTh2TZcasUDUrqkBnNXudW929WwIt { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.5rem;left:1.5rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#USE3cGUozN3XTAwe4MXEknNsMxRThQ2x { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:12.75rem;left:3.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zl4zqe6QsVurzT5WtcepXBeJNc6rdoWD { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.5rem;width:14.9375rem;top:7.0624752044675rem;left:60.062501907349rem;overflow:hidden;display:block; }
#H1zpFZkqERgVtxKTOkMxqggvvMK8Noxy { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:20.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#T0SGCVwcqhJmoPemZru1TvZ6STSA8aSx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:12.5rem;left:21.75rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EGsw7xU3TrQJlTxVyO3Kxc4v4uKXXdNl { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:16.6875rem;left:22.3125rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gdpMvu2tpPZiCkzKzKx2enOJcqBsDdtI { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.499988555908rem;left:25.343751907349rem;display:block; }
#yt198CPWa8QvcUr6s2d3WJz129kBPRMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oK80Npv601lAGmsV6MCPuygRowQSVqS0 { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:32.124132394791rem;left:29.000001907349rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SpzJNS2ewNSIG7qc2p0wMXslu3aDk6xR { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.9375rem;top:4.7369537353516rem;left:70.401910781862rem;overflow:hidden;display:block; }
#XQFF2QnTaIQbFln7efE8TPC0hOB5FK9J { box-sizing:content-box;height:12.0625rem;width:18.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:39.9375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#pw3ffHditFGuB7bUhazWEvTqwWTyXppQ { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:15.9375rem;left:42.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2HcXuUcDGCi3L7L3QiTZkz9nxII4rTI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:12.5rem;left:41.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k4CE7iSpl4e15y66ZmxFKpZDzG467LmH { color:rgba(var(--color-primary-3),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:5.5746531486511rem;left:12.618055343628rem;height:1.6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container { background-color: transparent; background-image: none; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container > .video-iframe-container { display: none; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row > .video-iframe-container { display: none; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container { border-width: 0; border-radius: 0; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#sVTyWoSFkJ8BoEb0KxaIE0dKkXTRDE4t { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125002384186rem;left:18.687501907349rem;height:2.92358125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FUS7fE7eXEvs2yf1oFE0TqLlzsO96x7H { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.000001695007rem;left:23.718751907349rem;display:block; }
#ZbWlOfoJLITp2nkPytzwr5StSVXCiBG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nr5S6pX3N9Ddprf1h3vHqCh9GxLVTDZc { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:36.687501691282rem;left:28.250001907349rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-element-container { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .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; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;line-height:1.8;overflow:hidden;height:auto; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .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; }#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-trigger.adaptive-delivery-prevent-bg, #qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-trigger.lazyload, #qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-trigger.lazyloading { background-image: none; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 { box-sizing:content-box;height:auto;width:54.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.2821185849606rem;left:8.96875rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #S3LcaZ0p5SvqGatab40KLcgx8DnfMcE8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #aePVHd60SSdXzEui8A3ymMBWzvPbstfl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #AURc5SauP0zIbcglRltSVzK4n574gelV { display:block;position:relative; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #e0QsgCLkNsMsd5fdchQdVlJ5dr4MQ7uW {  }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #ZfpItAMStBqdRA3Xllz0tpfGV9umeMRx {  }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #X1pFb7PhkI4NO9zJ7uG3GWTATk7Ksx7z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #XN2WS3fOWe8m9QfgHhOqlA1B9hEhPRki { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #sZCmGQM7592wJrvX4ELB8TdFkLorvTy1 { display:block;position:relative; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #uLEJwGy5a8rrXGh4GM7ufPepgRAWk6Hp {  }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #LocnRNSPxJCp4gLC6vrzG6lxHtVeWJgE { display:none; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #CWTh8CsCT4NTF3afdmoxRMEm1HRQQUDP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #icVgW6tzwF9KTXgTzMDy9Wf3mZkUNUXs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #tOQ7q8sq16btZ5T8F1hTVPdnr759pJPx { display:block;position:relative; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #fIMy08iMSecHttVz9tOTgmAo2TszFpbk {  }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #p1GWCOTrFsfXT3gDG89r6X2Q6wzdmfWr { display:none; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #aOwo2h0M8lHbo5PJrNTbrnxTemiSkDcp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #OVS6BPxRs6JHvZGoUg7TH3LoOTDiQdgM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #ODOxirTiGKz1TFLO9QNTfkrfsAHV1WWm { display:block;position:relative; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #bfNAJQu2XaUgtTb6sAaNZ4tWhI1kRkmT {  }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #UB5XUIV9gv8y1Oy8rSyrXLMTLnbkt8Cc { display:none; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #HuWfQkGCQeoT0Tb7dsQic9pIVODHRtMf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #O8h5UDuzQzFcS9Kow8UkdTRTTsUTc0kz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #is6qCinJGFp7QWOLc5fgDsSK4i33xeTa { display:block;position:relative; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #UvJCkTvDmHiDmRR0sLUd1TCHmgtwTpsd {  }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 #wNTbdmc38sP55lXnAqG6CM6agV1INPK3 { display:none; }
#CCeX50eioWInargJTeEsZfPokTDCSqVe { color:rgba(var(--color-primary-3),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:6.5434036254881rem;left:7.71875rem;height:1.40625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/590157ff-1c73-4732-af0b-774f4eb1f22b/aveste_agencja_nieruchomoci_d_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF.adaptive-delivery-prevent-bg, #uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF.lazyload, #uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF.lazyloading { background-image: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container { background-color: transparent; background-image: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container > .video-iframe-container { display: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row > .video-iframe-container { display: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container { border-width: 0; border-radius: 0; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF::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; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#xAUVZBoKUFNPQCeGORppxz69UA3tXTDu { color:rgba(var(--color-tertiary-0),1);display:block;width:68.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bB6kuAtNOyXOfpceGbz6ecEAvWXl9tq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-2),0.5);top:14.0625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTGIJXKBngTAD7dlolZeCJTmT49NmCzG { box-sizing:content-box;height:12.625rem;width:50.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#FPg8w1iDNcUmnngxxQT068KyVPZQTN0B { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;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.875rem;width:5.875rem;top:14.5rem;left:42.0625rem;overflow:hidden;display:block; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-form-header {  }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-regular-label { display:block;width:14.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:14.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-text {padding-top: 0; padding-bottom: 0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:14.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-select { border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:14.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-select {padding-top: 0; padding-bottom: 0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.2); }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:44.3125rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.03125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-container:first-of-type{padding-top:0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-container:last-of-type{padding-bottom:0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:46.375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0.68663215637206rem;top:24.34895324707rem;z-index:15008;position:absolute; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .radio-container { width:15.0625rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:46.375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0.68663215637206rem;top:24.34895324707rem;z-index:15008;position:absolute; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #fPFExCtHLfGBgMO0ulZpHCqXdn97WIW1 { position:relative; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #HQVJcFGIiA9EwkZTLJt6u5cR7wbbHTen { position:relative;display:none; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #xRk55k9rU3si219o3ELkTOkkTJTWOoSC { position:relative; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #XPLlsXkT3NlhLZU9uvCTrWo1UnJKIeP8 { position:relative; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #ags3aUWyn9HcSxxB489TDdcc699OoSqz { position:relative;display:none; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #mTrP6RSb65ZxOE5oqqD8mEvuJwJ022qf { position:relative; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #rDBIOBgOqQRRAGuZlURwOUc4s2ziZflB { position:relative; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #O79zQSkBylcI5piVJNrZ1iBr7O44T2Fp { position:relative; }
#z05zqkgpyFGUXdpTHUDu77gJKLyoh98J { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:20.75rem;left:2.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NC74zwnesF6BHF30CbepzIo1Sq47F9TJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:29.742197036743rem;left:15.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PE4ag1Obgy3g6BV7XeMJZc2Qkl7H2vEK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:34.530372619629rem;left:64.18750190735rem;height:1.40014375rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:47.75rem;height:36.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:17rem;height:8.5rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:39rem;height:9.875rem;top:13.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:32.8125rem;height:13.8125rem;top:14.125rem;left:14.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMeyeyH9dFAaT86wEZMsG7ekT5mZVtEG { width:15.875rem;height:3rem;top:3.625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgToZmp94QtHPG2U75F0MGB1vvS5hGzJ { display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:29.3125rem;height:4rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #CGFwV7LLtrL8GJvLWVVnTymQ4HPHPI37 { width:18.75rem;height:1.5625rem;top:33.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z { display:none; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PRzkbHCqQAH6TEBTkFDbOfVobHpTdtd9 { display:none; }
 }@media only screen and (max-width: 763px) { #MWkpeiLWOXEsmW0P4tTPwP5waLCaU2M7 { width:17rem;height:8.5rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNCceNGlb9aA6PHouu15zWkWQs3GJ1pN { width:15.875rem;height:3rem;top:3.625rem;left:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTmMIx02TTX7ao2GoFqF2rcTkIcGbTli { display:block; }
 }@media only screen and (max-width: 763px) { #W9ICIEPGJXRSTGLlZv8dVzHD9C8nzTOh { width:39rem;height:9.875rem;top:13.5625rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfH0O9Kcy97R6sCRVpT43IT7VtET9hFe { width:32.8125rem;height:13.8125rem;top:14.125rem;left:14.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mH6WZk5PgtIqLFG5dRJVsTzvhbGKG7rO { width:29.3125rem;height:4rem;top:29.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0QwD6SNfCCISEHZOeXv4IwTGR9bxb2g { display:block; }
 }@media only screen and (max-width: 763px) { #TqfhRvSfBhXRXonw3JXoMbFkiZfd1dOH { width:15.5625rem;height:1.375rem;top:33.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { display:block; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { width:2.375rem;height:2.375rem;top:4rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { width:12.5rem;height:2.75rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { width:12.5rem;height:5.5625rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { width:11.1875rem;height:2.75rem;top:7.5rem;left:12.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { width:2.375rem;height:2.375rem;top:4rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrsRak3EQVCcATDBklCxNytEXWzfNTHg { width:12.1875rem;height:5.5625rem;top:10.5625rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { width:13.4375rem;height:2.75rem;top:7.5rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { width:2.375rem;height:2.375rem;top:4rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHFSMFWL0aruqDWietd1FP6x0MAcQaAQ { width:13.25rem;height:5.5625rem;top:10.5625rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6vkdWem5rpNtiLARsh0yMmcfoAK1ETI { width:11.1875rem;height:2.75rem;top:7.5rem;left:36.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E06O4qu29CkG9kK9l5U7bTPBkVtbBwOx { width:2.375rem;height:2.375rem;top:4rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhOFJFvABcG7g0wneUChs2COTzDsCoPI { width:12.5rem;height:4.1875rem;top:10.75rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbUZ04nR10iQsU8yTlaH9U4lfL0srxgM { width:1.5625rem;height:1.5625rem;top:4.375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4n9LZeiFZGTan0kcu45oQDMFeTQxntP { width:1.625rem;height:1.625rem;top:4.375rem;left:17.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGDZioWGe1Uiyg8t1GFes3OozTLyZ23 { width:1.8125rem;height:1.8125rem;top:4.25rem;left:28.982640782349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { width:0.0625rem;height:12.5rem;top:3.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiMTN7Leyig5rTkat30eAwfTR4oLgmqq { width:0.0625rem;height:12.5rem;top:3.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqBxp0EXDx0J6W9Qm0KTt9L8nPxc1a8 { width:0.0625rem;height:12.5rem;top:3.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUNkHln2SplFpLUyoXBauQmUd41mEL4F { width:1.5625rem;height:1.5625rem;top:4.1875rem;left:40.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNT4ORS5WPKOslZXTAagg7gDm0pBcUrV { width:24.125rem;height:15.4375rem;top:5.25rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0DuuEPTHhXZ9o0TJpZKU3fCumJWJpUd { width:15.5rem;height:23.5625rem;top:11.875rem;left:24.803819656372rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { width:42.5625rem;height:;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:33.625rem;height:4.75rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { width:20rem;height:1.75rem;top:7.9375rem;left:27.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTkz36RSlImGR3F9wEm9D1w3iCEazGk { width:20rem;height:;top:11.0625rem;left:27.75rem;font-size:0.875rem;display:block; }#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk li:before{  }
 }@media only screen and (max-width: 763px) { #HIfgHfPGGRG6xWaSB73Iadk0pLhofcR0 { width:7.125rem;height:6.375rem;top:3.75rem;left:33.123435974121rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { width:2.375rem;height:2.375rem;top:14.5625rem;left:2.9999990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4vqgrnWlonQQbD3bNmx28oQlFUFJPE8 { width:1.75rem;height:1.75rem;top:14.875rem;left:3.4624990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:18.75rem;height:1.5625rem;top:15.0625rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:16.625rem;height:3.5rem;top:14.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Dyulw4GPD8vyChxEK1h0xguOoiLykc { width:14.6875rem;height:3.5625rem;top:23.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB3xXglw02RwOFFXkZTLd1IChyBNkq8C { width:8.9375rem;height:1.5625rem;top:24.75rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1o4vfs6p2DnxIlQ4hGA75kNSAqarAir { width:2.375rem;height:2.375rem;top:24.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwWbevlsrCkIrVRTMsLyPZ6ZJvEL2VTG { width:1.625rem;height:1.625rem;top:24.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwOxRd9De8Btbg0BslgdNVVgwTm2tsok { width:15.0625rem;height:3.5rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmHVibROW2IKGT8Tgm3pXMbbBXGcXn6Q { width:8.25rem;height:1.625rem;top:19.8125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woq9BoNT5MqSqHdispmFseo8GzeI9sAJ { width:2.375rem;height:2.375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFSngzWKUU2HDnTQWdnSrBL2IsNADDf { width:1.625rem;height:1.625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idvKryNNagfH5Ok6PJwapF5xT4A0mhUg { width:7.9375rem;height:7.9375rem;top:23.125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLibGHT7DTbc1t4Fi4KHNsPM24qZSbmb { width:15.875rem;height:3rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTG0Itv1sauTEHyEPeMdhcPczXP3W250 { display:block; }
 }@media only screen and (max-width: 763px) { #LlKFXFPP2N7Iq9kyCasg4LvMIXo1lQWc { width:15.5625rem;height:1.375rem;top:33.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJs7pvVVkDOikCGJOSh70a9GH8CWHEE0 { width:16.8125rem;height:1.5rem;top:10rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:35.625rem;height:5.8125rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:19.125rem;height:15.875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss3xFk6mkLxnf8fHlFO5pfqOs0CbxTG1 { width:2.375rem;height:2.375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEqCMeQzwKDsrHhPF5Nd9EcwpVfBNdUA { width:2.875rem;height:2.0625rem;top:7.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:15.5625rem;height:7rem;top:13.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:12.5rem;height:1.375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:17.375rem;height:26.125rem;top:2.75rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdi2BFZmfcn3nGJevdZzbgPITeZvT8Iq { width:19.125rem;height:15.875rem;top:8.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZOEaV79X4GCCTNmq3cNxmgsRxQySk4 { width:2.375rem;height:2.375rem;top:7.375rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6w9It4idMLrXwa9nmZeqBtBftTcM59e { width:2.875rem;height:2.0625rem;top:7.375rem;left:20.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC7GGQ2ERu547rovVbqMEpPQSfiUoKsI { width:15.0625rem;height:4.1875rem;top:11.375rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwm9lBf6y1DZMMTbiEnptadxDiQ6Wank { width:13.875rem;height:4.1875rem;top:15.9375rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9HyO7xUb5pxeVVw8GaU8oFNy1hMaDiS { width:24.3125rem;height:3rem;top:27.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3gLsTJx95Ad7bgUJCXtf45TT8cUNpi { display:block; }
 }@media only screen and (max-width: 763px) { #aX3di8h0PUnuQMNGHgDAtWhhWi6IJTHW { width:18.75rem;height:1.5625rem;top:30.75rem;left:12.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MFOrTrAaxqUuKmyX9uf1UHlORVBVJP { width:3.9375rem;height:4.6875rem;top:3.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a { display:block; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmGtO0DtoBwtzqzgZvntWE9pEHs85wyF { width:44.625rem;height:;top:2.6875rem;left:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF0LRXMC6lsV7AdDBJqLsQumsGuI4Bb7 { width:24.3125rem;height:3rem;top:50.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5v8iArvxuAhikITpTcoHOqg1Ipds69 { display:block; }
 }@media only screen and (max-width: 763px) { #CqoTnLuuTvguVpv0RC79gJwbHGNhXXTD { width:18.75rem;height:1.5625rem;top:54.4375rem;left:16.062501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtmNAuOwWgc2aNFQxgImqStsKTdHyGU { width:2.6875rem;height:2.6875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igv9raK4MmPJBROkhAF8Wk2LH5Ve0dTG { width:7.125rem;height:6.375rem;top:3.4375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9D8c7weXZy3EJVvNgt9rsCcUznJPT4 { top:11.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0bcyZJaAHGTfQ8EkI73feGhinJE0gHf { width:47.75rem;height:29.875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slw1DqmhQi2T9Toq8zI3MNZaNBpst3fK { top:20.125rem;left:6.3125rem;width:17.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAx0xEgy2cMecghDp9hSckPQ7tFf4Hd8 { width:2.1875rem;height:2.1875rem;top:19.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTRTKc8UQ7XETM64zKRCVIqXFFXl2vF3 { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTsN4K8Z46FGtbUTzvTD3N2m1cT2T2ow { top:24.625rem;left:6.2812519073488rem;width:38.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDIxBOoOnPyZHIAH33M76Fw7tK0T2GCu { width:2.1875rem;height:2.1875rem;top:28.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TL9ItGNFnB5SgTKERBCxi4a3KsCl5g { top:29.125rem;left:6.3125rem;width:33.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyZoGomxIdNEyPEQ7PBUCJo4oIKTPWTE { top:33.5625rem;left:6.375rem;width:33.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDmbSQMCrTyOJHif6p8r57bweoH5J78T { width:2.1875rem;height:2.1875rem;top:33.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWrqeKHD3ZaIzkQn3ZBnqBWisHOCDxoT { width:2.1875rem;height:2.1875rem;top:41.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXUKBaPNU45VoqzZwbfFTBPJ2z4CTZvH { top:38.1875rem;left:6.3125rem;width:33.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaODhHUX2UxA8VyiZB6yQWdFfGi1lgs { width:2.1875rem;height:2.1875rem;top:37.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGg875egmr4ssgKsyDM3H5l4LEAgRFUD { top:42.25rem;left:6.5312519073488rem;width:14.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpRSpi6fiRvRbk2E503TM6siNCXrzfE0 { width:14.125rem;height:21.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:42.5625rem;height:2.875rem;top:2.5rem;left:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:22.5625rem;height:;top:16.75rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:20.3125rem;height:4.6875rem;top:21.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:18.375rem;height:4.6875rem;top:21.3125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:12.9375rem;height:1.5625rem;top:22.9375rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0C4HMyVAGO92CB137sizMWU5ZdQwf0F { width:2.375rem;height:2.375rem;top:16.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { width:20.8125rem;height:4.6875rem;top:15.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oREfvPJfcHFBxOdqeWay7sCsW3rISsVH { width:2.3125rem;height:2.3125rem;top:22.5625rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMDZm4nBIzwAS9b99Jic8DzQkJb4AoIk { width:2.375rem;height:2.375rem;top:22.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCQXzEArz7S2bNSVLBTsakudm6S2JxC { width:1.875rem;height:1.875rem;top:16.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { width:14.6875rem;height:;top:22.8125rem;left:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3vh78aXTsJIHo7XtKH3ghybT6Sblhn { width:1.5625rem;height:1.5625rem;top:22.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib8okSe0sSCmBTICpdNKAswwU6ybXig3 { width:2rem;height:2rem;top:22.75rem;left:42.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { width:20.1875rem;height:4.6875rem;top:14.4375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { width:13.3125rem;height:;top:16rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6UVFxc30pryrtmBdT35RC39LJm21PWR { width:2.3125rem;height:2.3125rem;top:15.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwI4kvbqm20OzxgdF6J6z9SByEptncAc { width:1.5625rem;height:1.5625rem;top:15.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXlRiI83W47mDo8TKtQo660RQ8CW7rEh { width:4.5625rem;height:4.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFfgNumsr0ChkC38q837ctJeTZp5dcy { width:44.9375rem;height:;top:6.4375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu { display:block; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw5AzhrDkAb0HsGElThrQcWkhs3sWVxg { width:42.625rem;height:5.8125rem;top:1.5625rem;left:3.5000019073486rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvy0dBidD9Hmrv1HNUZZE9xuTBTCBWiz { width:19.125rem;height:9.625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8THPwfdvuIurVtMyh6iBaMM6kUE93X { width:2.375rem;height:2.375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufaPRJgM82dsQycz75mFLwpRVDVtQ8Kz { width:2.875rem;height:2.0625rem;top:9.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX80kDft0txaL750JAeAXxJ6LrMN2O5M { width:15.5625rem;height:2.8125rem;top:15.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJlPUsvKKD86LfT8yn9qW9Fnnd3Tgpq { width:12.5rem;height:1.375rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbeb3RTmv4krh5w2lSEE3BaQIlaWVTFe { width:20.875rem;height:13.8125rem;top:14.9375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpWH79uhRMksotEzQ0zHLsTGS3ETt1gb { width:19.125rem;height:10.0625rem;top:10.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6731HSguSbx4e0PLpFqBkWDQuZvafL1 { width:2.375rem;height:2.375rem;top:9.5rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5wCRxeTUKELsh5K8JSuyh9yzoGRPShS { width:2.875rem;height:2.0625rem;top:9.5rem;left:19.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoDBryGmnrPSrS0bbXRSF9HZgFqBIyXN { width:15.0625rem;height:1.375rem;top:13.3125rem;left:13.812501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlITteF3kU5Fsmo9EF33aWh304aZpyKl { width:13.875rem;height:4.1875rem;top:15.125rem;left:14.437501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyV6p0tvavvwuUey5yx2a0TE7wVBzvLQ { width:24.3125rem;height:3rem;top:47.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsRnIHvcPqqSpXZGEKATog1spKrX4FFv { display:block; }
 }@media only screen and (max-width: 763px) { #hdNWOGw9dTAwZs9BWa3ZvWFrxBFpzR0T { width:18.75rem;height:1.5625rem;top:51.875rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLoN9uW3rrsDPZGbuKdUqT4VZvZsqTax { width:3.9375rem;height:4.6875rem;top:3.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwHKNrPXd336v6ZqWl7kv6fEWHaXRBad { width:2.375rem;height:2.375rem;top:21.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Bow251gc5xSPxznTP3SnDP2CcLM5l4 { width:2.875rem;height:2.0625rem;top:21.75rem;left:19.875001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZaJ5i4PI0HAvSEC98AoDa0vG8E0wvCa { width:19.125rem;height:10.0625rem;top:22.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxc0q3GTLRXxrDQnqIfnmmy7Win253l { width:19.125rem;height:10.0625rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt88uwEbbk9yNRs999FOb88tHlusaDCU { width:2.875rem;height:2.0625rem;top:21.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPupxlCMMrtfOHZPFK0DWPQTTTP8UCtJ { width:2.375rem;height:2.375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6JiqsoOVKIurI3NKCcezA1PSbXdcDx7 { width:12.5rem;height:1.375rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNQZGRyC4mChPKUZ5yvIzGwf7k4v5kyi { width:15.5625rem;height:2.8125rem;top:28rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC9SozHnRyZzDwCLnBk5ivovPMUUotGv { width:15.5625rem;height:2.8125rem;top:28.5rem;left:13.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9H0LaJywmpAnC4Z5Z8Wrv3cIVSHccF { width:12.5rem;height:2.75rem;top:25.0625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGbJqk6WXukS6JWRH3UycalTTGtT7ov { width:19.125rem;height:10.0625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZr2ISIxzsKsvqgihZ8vzXV8FW8P4TcC { width:15.5625rem;height:2.8125rem;top:40.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83v1tLBHtB82WSuwyMVn5FXcnxf1pkv { width:12.5rem;height:1.375rem;top:37.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5tERQUAlHQVOREmE37SsdhHpb8Z8I52 { width:2.375rem;height:2.375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETez4amRL0PeHH06FxlfTcefOuTTp6Nz { width:2.875rem;height:2.0625rem;top:34.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEx8B0EGmHENAOd3NXsr3MqpglS62bAL { width:2.375rem;height:2.375rem;top:34.1875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ThQntzKlGdCUJO9q3Kf15GaMSwR86A { width:2.875rem;height:2.0625rem;top:34.3125rem;left:19.875001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrAwL0zU470lpaIamD6s6Tue6FTMEBBH { width:19.125rem;height:10.0625rem;top:35.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwrzls1XrBAVQ6HJbm0Ld1x9hrQlCCsR { width:12.5rem;height:1.375rem;top:37.375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXps6e6aPRC85swtILfeqaE64L0SaLQx { width:15.5625rem;height:2.8125rem;top:40.1875rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiW6bGN0nw1lTgy3q33VeHn4TNw05k38 { width:10.125rem;height:15.1875rem;top:24.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:47.75rem;height:31.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { width:45.375rem;height:;top:14.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { width:47.75rem;height:12.9375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Nh2zsW1JtebWDROeVyVXXou0xZ7E6 { width:5.875rem;height:5.875rem;top:14.5rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-regular-label { display:block;width:13.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text { width:13.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-textarea { width:13.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select { width:13.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-checkbox-label { width:43.125rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-radio-label { width:5.75rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7  { width:45.25rem;height:auto;top:24.3125rem;left:0rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .radio-container { width:14.5rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 {display:inline-block;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 { width:45.25rem;height:auto;top:24.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Vu4KlJLmSRTV465NKZ2PTSVhArTQD5ER {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #J8I2TSGAkDho0vyl0OVqZZBc8P5yTOdm { display:none; }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UMIBAq43Rx8aRuP6PKVGtocpmq2tQsT6 {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #ivKbIg7ceT2sSnx430CJwuICpNa2L0sE {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #BKK0NQzLSKcaEMkAqBnCGPCDgRwom9Ml {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UCSgt3eUhqziDBcNNOUPXC7HdtoKM49s {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Q8v1aE5c7pFpE8L6y5EhwE9IAbi8A0b1 {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #XmZkZ1HxS6sEs958VhhHGJa68cJCUZop {  }
 }@media only screen and (max-width: 763px) { #lTDLVz9iMnHBPMWrcgqVQmTdgIm8L9av { width:45.375rem;height:;top:20.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRif1GEpBiDcap8KhmVxVlOU8KHzqZy { width:18.75rem;height:;top:29.6875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1dET2eQShB8DwLmPITunS7lsHMGu1HX { width:47.75rem;height:5.8125rem;top:6.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:47.75rem;height:15.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 { display:block; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Weh1PpnpludbIGo6nvVNyb87TWCzTcBE { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9uXEMZk8GxvCRJhD9vK9g0M2tnUuC4T { width:22.9375rem;height:;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPXqZwD6kUqv4E5RfUi4h67KkJAlMrsW { width:28.6875rem;height:4.6875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8SWvtKXVZvIPXtxzzvClgDtv9E2z5zh { width:5.6875rem;height:5.6875rem;top:44.3125rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmdm3uk4MUQExg9mVssJt0qZim5TH7FT { width:2.375rem;height:2.375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI2aHa1HiDySVtBauwzXpCa6sKLPlwgN { width:29.3125rem;height:4.6875rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv5pTpp6DR0NUliATVPpLJJl8uuGtwZB { width:2.375rem;height:2.375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5pdh9QOUIqXlvdvMMex3KgLruLy76s { width:22.5625rem;height:;top:11.875rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTrDX3rsVBg7xl7FPqpNDXvofAopuaJ7 { width:29.875rem;height:4.6875rem;top:11.1875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxbXmnvMUIiWhTMVRra1cSaVskHHKVyV { width:22rem;height:3.1875rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmDnUaDTPhSEF1mRbmWVAPc6NbsbTD0w { width:31.5rem;height:4.6875rem;top:19.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9IcHxENN8d1Vr8NUPeExaaUfSX6WvId { width:2.375rem;height:2.375rem;top:20.25rem;left:26.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdtJKbT5cBegzRMiOn1PuObPLSQB62vS { width:23rem;height:3.1875rem;top:19.875rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0mTwzJJIXUFqafKtXciKbSc77iu0S4 { width:24.3125rem;height:3rem;top:55rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQqXWRMZLPI3EHEwekl9xh6EkVJGT6Mk { display:block; }
 }@media only screen and (max-width: 763px) { #TQ2nkQ3sRqBhHzgwIyZzJpNP8LyRVnBI { width:18.75rem;height:1.5625rem;top:58.6875rem;left:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN56xOukianOLeBTMOyHbndEIx3A6Ll1 { width:2.375rem;height:2.375rem;top:12.3125rem;left:25.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuMv06Ft4V3IQP6eI7gbF8FcrDQTPxbp { width:47.75rem;height:;top:50.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpBuxSHrR7u7Tnz8NDwU3VtB7ku7vQG { width:31.3125rem;height:20.25rem;top:27.125rem;left:5.3125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHZ9ocL4RNni5fmMGC9vecWyqfNbRSQq { width:2.125rem;height:2.125rem;top:20.3125rem;left:26.743055343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap6QoHbhW2EgpfOTuszsfTdqVnHHXybi { width:2.125rem;height:2.125rem;top:12.375rem;left:25.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeKKGMNQth1GbFKVXvgKe9rPZN5auEgB { width:2.125rem;height:2.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyot7As2GL66S9HTNmTzzgZ9v2XH8Mek { width:1.875rem;height:1.875rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLzJwF70Tmx5wldqutctO50sgSMWKqMN { display:block; }#nLzJwF70Tmx5wldqutctO50sgSMWKqMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCJvaqrOycv9ZEFORMr3w3XSIleTFnZP { width:12.375rem;height:18.625rem;top:16.75rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WUA0XS0aTzTkTzokO1T9gnxms0TQeR { width:42.5625rem;height:;top:2.6875rem;left:2.5607643127441rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oopM9EvuOyTuMNdshvgxKr7bZSXVwGSB { width:4.5625rem;height:4.5625rem;top:14.6875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZaT5wx3FTz5TDGSf7sCnWDcoabCICOW { width:47.75rem;height:;top:6.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GggGRM61nIX7RgEsmlF1r8f7OyCPqiaI { width:12.375rem;height:18.625rem;top:16.75rem;left:18.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu470qCTGMidoP77O7BiFggGCcrEz9cn { width:12.4375rem;height:18.75rem;top:16.6875rem;left:0.80381965637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0Tm5hMI3TBLJQ46OTnQywUUL0aGDRD2 { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT6vz0mLlVBSAh4QQ24VGFxhE3MP9ciD { width:47.75rem;height:4.3125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBAc5v5nkIlULFZNmaCgdRDqZe2cVMoM { width:47.75rem;height:2.1875rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2gwsJSIEo1I2Tb0Drb0Zl4k4KQ7Tzqf { top:11.375rem;left:0rem;width:1.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ume1xTR2KfTOGgrUkcWZIWTBnfAOyWEU { width:42.4375rem;height:2.1875rem;top:35.8125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeqbOPsGnXPzEUtM9KSD3pUkivkutLu { width:47.75rem;height:;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxUnlkoG2qEhRL0ypwi5GqWNFq52oZMS { width:24.3125rem;height:3rem;top:47.1875rem;left:11.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQAinbMPe79OolFvKbsHKoe2DPwoOJgz { display:block; }
 }@media only screen and (max-width: 763px) { #nRT98NiNMgknTSzqN19ReKKTvyyUMHUh { width:47.75rem;height:4.3125rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4fB80TmRaCupr4RfKThImyDq9u0Vu05 { width:47.75rem;height:4.3125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsWame6B6K4LChMm8ZpPgbTksJXhQhu { width:47.75rem;height:4.3125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JscnA9nkZwxC5gBEHD5DMOh4Zt6NvRoZ { width:44.25rem;height:4.3125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL9Z0dhvLDTuISywHJOcPZBu2dw674RK { width:47.75rem;height:4.3125rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrNTJJT5Tz7HEOT8cByRTkqFnmTPf2Xo { width:18.75rem;height:1.5625rem;top:51.4375rem;left:16.062501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDQdxJHaFRTn3BRe8bA2E8Vbhzl7KLcn { width:2.6875rem;height:2.6875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1OOMqybHaSM0tyPqpWqZOiT0ei5Quzc { width:2.6875rem;height:2.6875rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4z2TbM53WsxN0ffn5oNBbxhGMI55KZg { top:17.3125rem;left:0rem;width:2.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVURzFhWOQcA7du7VhV8yc11Cpb5xuxZ { width:2.6875rem;height:2.6875rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpLzpKkTAnraLSpdUyMpfl7C6dTQcSx5 { top:23rem;left:0rem;width:2.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Tq1ywt2hwg5aoHmOBiVnp6bZxXC7bQ { width:2.6875rem;height:2.6875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWh042PDc0ygv6XAsn1tzyylePFsTV7w { top:29.0625rem;left:0rem;width:2.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK75gKPraFO6C91vsOg5A1oEoTJtMrTq { width:2.6875rem;height:2.6875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfFuu3lCePld6ugonhKKlNpJF7BWKAEg { top:35.0625rem;left:0rem;width:2.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn4CneOxs02BLLCbP1qHuPs76gSNkLn7 { width:2.6875rem;height:2.6875rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44f7TUkSCuxz5o6WJDgXd2vfVQvBhJv { top:41.5rem;left:0rem;width:2.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bibpTk6cDZ74dkLIpXlEtTpZf6gmUSGO { width:7.125rem;height:6.375rem;top:14.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dnWKLrdoEsBColKKyb7PTaliqi3J2g { width:47.75rem;height:2.1875rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDAwhSWB52Gy4LsGT32ryoD4g8ikqKMh { width:47.75rem;height:2.1875rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhUgQ1PHumGZmLruObEldVtyLO3GfIJN { width:47.75rem;height:2.1875rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ18NICCG3RX2UIT2ubipq34tgxk16eT { display:block; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkscnDHb5gfvI9Zo5zuRmNC5MuWrFSvk { width:47.75rem;height:8.75rem;top:7rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTxOtXgQuTiU9BlB4tJPS2RlBu1rkQs { width:47.75rem;height:15.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg { display:block; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qr9LpPTn9E5NWCvd9FccMLzdZrf5Iu8G { width:42.5625rem;height:;top:2.25rem;left:0.97569465637206rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #faZqZaigQTWffyQHDLfNRZXhTzu5HTLD { width:18.25rem;height:12.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OULmAJyrT6rTRPahlfqPrf6lfZb90F2Q { width:15.0625rem;height:1.375rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErmqV8l9v7ofxE0Bly9bCilJ16NtpTky { width:13.875rem;height:2.8125rem;top:14.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMasPh0e0SwcXPaa3TI95PZzgC8URn65 { width:18.25rem;height:12.0625rem;top:8.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEJVPVP2PBBodPbGQ34dMBvsLl2keTNI { width:15.0625rem;height:;top:11.625rem;left:12.187501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riHDUts9kkC0Ac04S7dsBgd3FknkpzHq { width:13.875rem;height:;top:14.125rem;left:12.750001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXsTTJLRdmPuB8TGviaxJnz7iyIeEte5 { width:18.25rem;height:12.0625rem;top:8.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOmsKuDf4IN7ZdyX9riRqIGVqk2mTd9R { width:15.0625rem;height:;top:11.625rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8lSzBLToeirhtAbinyo6RaDDBTZG4u0 { width:13.875rem;height:;top:15.125rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKsnXV6FPyTrmQILXJMAtZKseHCwcZs { width:2.375rem;height:2.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWFUJbdSuXb44XnTbocGHLkVUutVCXXu { width:2.875rem;height:2.0625rem;top:7.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTCUEZLAA0u7KxLuuOQQ652XSIPArWb { width:2.875rem;height:2.0625rem;top:7.375rem;left:18.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD20Qsyn8WTBqGhB7tCWqkEg5QqGcCEM { width:2.375rem;height:2.375rem;top:7.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgiHbST4Or5s6A4H2Mhf7dhCTVave9pw { width:2.875rem;height:2.0625rem;top:7.375rem;left:40.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wla8JfPnqoGR7uVa3MTMxotEfvM9S6cb { width:2.375rem;height:2.375rem;top:7.375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcEfKpXTtcFPHMBmiGl2T96T0TdFT2kV { width:2.875rem;height:2.0625rem;top:21.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp963m3OFrqQxE8UQT5ia1Oo2KkrTLwC { width:2.375rem;height:2.375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBEunhmUTo9hFHRlUtTl31BGbW33H64o { width:18.25rem;height:12.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ2tFoMHE4HFqAKFNE5b0aDLLUxWyefQ { width:15.0625rem;height:;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8b5axeGe5pgLtN8hbpv9Zk7FU4klD1 { width:13.875rem;height:;top:27.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qonEaneKEonl4mn82Bed3T1MZqDBsgfT { width:18.25rem;height:12.0625rem;top:22.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGCMIPFNNaq9UPeyxkG95krpdZoZObb8 { width:13.875rem;height:4.1875rem;top:27.5rem;left:12.750001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabcDBwlD4sgiMT4o1GT3ddCuGTkw6WG { width:15.0625rem;height:;top:25.4375rem;left:12.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTHs4zPQ2fHdmaJrpZJAPC2oyapt02Z { width:2.375rem;height:2.375rem;top:21.125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs71vke3Jk9hAWozFG4nyTMurQHryECi { width:2.875rem;height:2.0625rem;top:21rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgPl9cJBdIz40HXReL8ZTAtk4ezCHzq { width:18.25rem;height:12.0625rem;top:22.25rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBdrIBOO44f4nBfF3GDRhN4k9Zf64fn { width:2.375rem;height:2.375rem;top:21.25rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC1n160l5ngmuPyNF5zT6cXnvHCVb1zt { width:2.875rem;height:2.0625rem;top:21.375rem;left:40.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4qxSNvZK03XAKQXZpisyE1GgQuvhlm4 { width:15.0625rem;height:;top:25.5625rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQvrdHNMyXiQwO35PSgaGe6dKUeyIUx { width:13.875rem;height:;top:27.625rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Hs0hnVZsGkQi9wRU0vT5Jx2F6HOgkB { width:7.9375rem;height:7.9375rem;top:6.1875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trWrarBdauZ3tnaVnNDi694dG4yD8p48 { width:24.3125rem;height:3rem;top:39.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMzJ01okzTsNnZcNzpyP1DVRcJaRTRf6 { display:block; }
 }@media only screen and (max-width: 763px) { #KMaTDl7V9eGOU5mUsekT7oL0gnveSSdN { width:18.75rem;height:1.5625rem;top:42.6875rem;left:14.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT { display:block; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpixgWWlBrz4rE8bEmO0mTKV4lJ4Q3Su { width:42.625rem;height:2.875rem;top:1.8125rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVkPGySm7aRGFabptVQVT6HU14rWQos { width:18.6875rem;height:12.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ1wTh2TZcasUDUrqkBnNXudW929WwIt { width:15.5625rem;height:5.625rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USE3cGUozN3XTAwe4MXEknNsMxRThQ2x { width:12.5rem;height:;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl4zqe6QsVurzT5WtcepXBeJNc6rdoWD { width:14.9375rem;height:22.5rem;top:7rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1zpFZkqERgVtxKTOkMxqggvvMK8Noxy { width:18.25rem;height:12.0625rem;top:10.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0SGCVwcqhJmoPemZru1TvZ6STSA8aSx { width:15.0625rem;height:;top:12.5rem;left:8.1250019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsw7xU3TrQJlTxVyO3Kxc4v4uKXXdNl { width:13.875rem;height:2.8125rem;top:16.6875rem;left:8.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdpMvu2tpPZiCkzKzKx2enOJcqBsDdtI { width:24.3125rem;height:3rem;top:28.4375rem;left:11.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt198CPWa8QvcUr6s2d3WJz129kBPRMv { display:block; }
 }@media only screen and (max-width: 763px) { #oK80Npv601lAGmsV6MCPuygRowQSVqS0 { width:18.75rem;height:1.5625rem;top:32.0625rem;left:15.375001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzJNS2ewNSIG7qc2p0wMXslu3aDk6xR { width:3.9375rem;height:4.6875rem;top:4.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQFF2QnTaIQbFln7efE8TPC0hOB5FK9J { width:18.25rem;height:12.0625rem;top:10.875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw3ffHditFGuB7bUhazWEvTqwWTyXppQ { width:13.875rem;height:;top:15.9375rem;left:28.500001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2HcXuUcDGCi3L7L3QiTZkz9nxII4rTI { width:15.0625rem;height:;top:12.5rem;left:27.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4CE7iSpl4e15y66ZmxFKpZDzG467LmH { width:46rem;height:;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU { display:block; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVTyWoSFkJ8BoEb0KxaIE0dKkXTRDE4t { width:42.625rem;height:2.875rem;top:1.8125rem;left:5.0625019073486rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUS7fE7eXEvs2yf1oFE0TqLlzsO96x7H { width:24.3125rem;height:3rem;top:33rem;left:10.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWlOfoJLITp2nkPytzwr5StSVXCiBG3 { display:block; }
 }@media only screen and (max-width: 763px) { #nr5S6pX3N9Ddprf1h3vHqCh9GxLVTDZc { width:18.75rem;height:1.5625rem;top:36.6875rem;left:14.625001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 { display:flex;height:auto;width:27.8125rem;top:16.4375rem;left:5.0694446563721rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #S3LcaZ0p5SvqGatab40KLcgx8DnfMcE8 {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #aePVHd60SSdXzEui8A3ymMBWzvPbstfl {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #AURc5SauP0zIbcglRltSVzK4n574gelV {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #e0QsgCLkNsMsd5fdchQdVlJ5dr4MQ7uW {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #ZfpItAMStBqdRA3Xllz0tpfGV9umeMRx {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #X1pFb7PhkI4NO9zJ7uG3GWTATk7Ksx7z {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #XN2WS3fOWe8m9QfgHhOqlA1B9hEhPRki {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #sZCmGQM7592wJrvX4ELB8TdFkLorvTy1 {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #uLEJwGy5a8rrXGh4GM7ufPepgRAWk6Hp {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #LocnRNSPxJCp4gLC6vrzG6lxHtVeWJgE {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #CWTh8CsCT4NTF3afdmoxRMEm1HRQQUDP {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #icVgW6tzwF9KTXgTzMDy9Wf3mZkUNUXs {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #tOQ7q8sq16btZ5T8F1hTVPdnr759pJPx {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #fIMy08iMSecHttVz9tOTgmAo2TszFpbk {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #p1GWCOTrFsfXT3gDG89r6X2Q6wzdmfWr {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #aOwo2h0M8lHbo5PJrNTbrnxTemiSkDcp {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #OVS6BPxRs6JHvZGoUg7TH3LoOTDiQdgM {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #ODOxirTiGKz1TFLO9QNTfkrfsAHV1WWm {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #bfNAJQu2XaUgtTb6sAaNZ4tWhI1kRkmT {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #UB5XUIV9gv8y1Oy8rSyrXLMTLnbkt8Cc {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #HuWfQkGCQeoT0Tb7dsQic9pIVODHRtMf {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #O8h5UDuzQzFcS9Kow8UkdTRTTsUTc0kz {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #is6qCinJGFp7QWOLc5fgDsSK4i33xeTa {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #UvJCkTvDmHiDmRR0sLUd1TCHmgtwTpsd {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #wNTbdmc38sP55lXnAqG6CM6agV1INPK3 {  }
 }@media only screen and (max-width: 763px) { #CCeX50eioWInargJTeEsZfPokTDCSqVe { width:47.75rem;height:1.4375rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF { display:block; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAUVZBoKUFNPQCeGORppxz69UA3tXTDu { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB6kuAtNOyXOfpceGbz6ecEAvWXl9tq3 { width:45.375rem;height:;top:14.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGIJXKBngTAD7dlolZeCJTmT49NmCzG { width:47.75rem;height:12.625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPg8w1iDNcUmnngxxQT068KyVPZQTN0B { width:5.875rem;height:5.875rem;top:14.5rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-regular-label { display:block;width:13.875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-text { width:13.875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-text {padding-top: 0; padding-bottom: 0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-textarea { width:13.875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-select { width:13.875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-select {padding-top: 0; padding-bottom: 0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-checkbox-label { width:43.125rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-radio-label { width:5.75rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM  { width:45.25rem;height:auto;top:24.3125rem;left:0rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .radio-container { width:14.5rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM {display:inline-block;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM { width:45.25rem;height:auto;top:24.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #fPFExCtHLfGBgMO0ulZpHCqXdn97WIW1 {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #HQVJcFGIiA9EwkZTLJt6u5cR7wbbHTen { display:none; }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #xRk55k9rU3si219o3ELkTOkkTJTWOoSC {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #XPLlsXkT3NlhLZU9uvCTrWo1UnJKIeP8 {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #ags3aUWyn9HcSxxB489TDdcc699OoSqz {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #mTrP6RSb65ZxOE5oqqD8mEvuJwJ022qf {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #rDBIOBgOqQRRAGuZlURwOUc4s2ziZflB {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #O79zQSkBylcI5piVJNrZ1iBr7O44T2Fp {  }
 }@media only screen and (max-width: 763px) { #z05zqkgpyFGUXdpTHUDu77gJKLyoh98J { width:45.375rem;height:;top:20.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC74zwnesF6BHF30CbepzIo1Sq47F9TJ { width:18.75rem;height:;top:29.6875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE4ag1Obgy3g6BV7XeMJZc2Qkl7H2vEK { width:10.8125rem;height:1.375rem;top:34.5rem;left:36.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-primary-0),0.4);background-image:url("https://images.assets-landingi.com/uc/4e46bd22-c886-4031-9a53-ba09812af73f/fb2816e50d0c452a9a6c2b862e890f13_222.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:18.6875rem;height:0.9375rem;top:-22.8125rem;left:0.65625rem;background-color:rgba(var(--color-primary-4),0.4);background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:9.6875rem;height:4.75rem;top:2.25rem;left:2.9707552534229rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:6rem;top:11.50625038147rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:18.5rem;height:4.5rem;top:19.65625rem;left:0.74921876192094rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NMeyeyH9dFAaT86wEZMsG7ekT5mZVtEG { width:9.125rem;height:2.5625rem;top:6.21875rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgToZmp94QtHPG2U75F0MGB1vvS5hGzJ { display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:19.0625rem;height:2.9375rem;top:29.15625rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #CGFwV7LLtrL8GJvLWVVnTymQ4HPHPI37 { width:13.3125rem;height:1rem;top:30.687500953674rem;left:4.4670139551162rem;font-size:0.625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6f44a9e8-a62b-4436-a11c-709ed851c2eb/Aveste_agencja_nieruchomoci_d_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z.adaptive-delivery-prevent-bg, #MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z.lazyload, #MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z.lazyloading { background-image: none; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container { background-color: transparent; background-image: none; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container > .video-iframe-container { display: none; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row > .video-iframe-container { display: none; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container { border-width: 0; border-radius: 0; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MeB5PQP1HTFUbT0MP3dJMOegIMZisx1z > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRzkbHCqQAH6TEBTkFDbOfVobHpTdtd9 { top:1.5616340637207rem;left:0rem;width:20rem;height:35.375rem;z-index:15000;background-color:rgba(var(--color-secondary-3),0.54);background-image:none;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWkpeiLWOXEsmW0P4tTPwP5waLCaU2M7 { width:11.5rem;height:5.5625rem;top:2.1241320669651rem;left:0.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gNCceNGlb9aA6PHouu15zWkWQs3GJ1pN { width:9.125rem;height:2.5625rem;top:6.8116319179537rem;left:10.180555462837rem;font-size:0.875rem;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aTmMIx02TTX7ao2GoFqF2rcTkIcGbTli { display:block; }
 }@media only screen and (max-width: 763px) { #W9ICIEPGJXRSTGLlZv8dVzHD9C8nzTOh { width:20rem;height:6rem;top:12.625000238419rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tfH0O9Kcy97R6sCRVpT43IT7VtET9hFe { width:18.5rem;height:5.0625rem;top:21.250001192093rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mH6WZk5PgtIqLFG5dRJVsTzvhbGKG7rO { width:16.8125rem;height:2.5625rem;top:30.062501192093rem;left:1.5937501192093rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T0QwD6SNfCCISEHZOeXv4IwTGR9bxb2g { display:block; }
 }@media only screen and (max-width: 763px) { #TqfhRvSfBhXRXonw3JXoMbFkiZfd1dOH { width:12.25rem;height:1.3rem;top:32.625rem;left:3.8750001192093rem;font-size:0.8125rem;z-index:15013;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { display:none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { width:2.375rem;height:2.375rem;top:2.125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { width:20rem;height:2.7986125rem;top:5.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { width:17.0625rem;height:4.19791875rem;top:8.8602428436281rem;left:1.4687501192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { width:17rem;height:1.39930625rem;top:19.40625rem;left:1.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { width:2.375rem;height:2.375rem;top:15.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrsRak3EQVCcATDBklCxNytEXWzfNTHg { width:13.1875rem;height:5.597225rem;top:20.805555343628rem;left:3.4062501192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { width:20rem;height:2.7986125rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { width:2.375rem;height:2.375rem;top:29.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHFSMFWL0aruqDWietd1FP6x0MAcQaAQ { width:13.1875rem;height:5.597225rem;top:37.3125rem;left:3.4062501192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6vkdWem5rpNtiLARsh0yMmcfoAK1ETI { width:20rem;height:2.7986125rem;top:49.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E06O4qu29CkG9kK9l5U7bTPBkVtbBwOx { width:2.375rem;height:2.375rem;top:45.75rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhOFJFvABcG7g0wneUChs2COTzDsCoPI { width:18.1875rem;height:4.19791875rem;top:53.649308085442rem;left:0.90625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbUZ04nR10iQsU8yTlaH9U4lfL0srxgM { width:1.625rem;height:1.625rem;top:2.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4n9LZeiFZGTan0kcu45oQDMFeTQxntP { width:1.625rem;height:1.625rem;top:16.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfGDZioWGe1Uiyg8t1GFes3OozTLyZ23 { width:1.75rem;height:1.75rem;top:30.1875rem;left:9.1250001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { width:12.5rem;height:0.0625rem;top:14.312498092651rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiMTN7Leyig5rTkat30eAwfTR4oLgmqq { width:12.5rem;height:0.0625rem;top:28.5rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqBxp0EXDx0J6W9Qm0KTt9L8nPxc1a8 { width:12.5rem;height:0.0625rem;top:44.1875rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUNkHln2SplFpLUyoXBauQmUd41mEL4F { width:1.5625rem;height:1.5625rem;top:46rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNT4ORS5WPKOslZXTAagg7gDm0pBcUrV { width:19.25rem;height:12.0625rem;top:37.680557250976rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0DuuEPTHhXZ9o0TJpZKU3fCumJWJpUd { width:11rem;height:16.75rem;top:47.6875rem;left:7.4444447755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { width:20rem;height:4.55rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:20rem;height:8rem;top:7.9496469497681rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { width:15rem;height:1.3rem;top:39.037322998047rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTkz36RSlImGR3F9wEm9D1w3iCEazGk { width:17.8125rem;height:5.8rem;top:40.8125rem;left:1.09375rem;font-size:0.875rem;display:block; }#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk li:before{  }
 }@media only screen and (max-width: 763px) { #HIfgHfPGGRG6xWaSB73Iadk0pLhofcR0 { width:4.1875rem;height:3.75rem;top:48.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { width:2.375rem;height:2.375rem;top:18.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4vqgrnWlonQQbD3bNmx28oQlFUFJPE8 { width:1.5625rem;height:1.5625rem;top:19.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:9.4375rem;height:3.2rem;top:18.462665081024rem;left:5.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:17.6875rem;height:4.6875rem;top:17.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Dyulw4GPD8vyChxEK1h0xguOoiLykc { width:17.25rem;height:4.6875rem;top:30.0625rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB3xXglw02RwOFFXkZTLd1IChyBNkq8C { width:11.5625rem;height:1.6rem;top:31.605903148651rem;left:5.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1o4vfs6p2DnxIlQ4hGA75kNSAqarAir { width:2.375rem;height:2.375rem;top:31.25rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwWbevlsrCkIrVRTMsLyPZ6ZJvEL2VTG { width:1.625rem;height:1.625rem;top:31.4375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwOxRd9De8Btbg0BslgdNVVgwTm2tsok { width:17.75rem;height:4.6875rem;top:23.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmHVibROW2IKGT8Tgm3pXMbbBXGcXn6Q { width:9.0625rem;height:1.6rem;top:25.480903148651rem;left:5.4687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Woq9BoNT5MqSqHdispmFseo8GzeI9sAJ { width:2.375rem;height:2.375rem;top:25.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFSngzWKUU2HDnTQWdnSrBL2IsNADDf { width:1.5625rem;height:1.5625rem;top:25.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #idvKryNNagfH5Ok6PJwapF5xT4A0mhUg { width:6.5625rem;height:6.5625rem;top:60.623260498047rem;left:4.5555554628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLibGHT7DTbc1t4Fi4KHNsPM24qZSbmb { width:15.875rem;height:3rem;top:65.81076049805rem;left:2.0625001192093rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #aTG0Itv1sauTEHyEPeMdhcPczXP3W250 { display:block; }
 }@media only screen and (max-width: 763px) { #LlKFXFPP2N7Iq9kyCasg4LvMIXo1lQWc { width:12.25rem;height:1.3rem;top:69.497390747069rem;left:3.8750001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJs7pvVVkDOikCGJOSh70a9GH8CWHEE0 { width:16.8125rem;height:1.5rem;top:72.796871997069rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:18.625rem;height:6.825rem;top:2.3125rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:18.125rem;height:15.125rem;top:11.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss3xFk6mkLxnf8fHlFO5pfqOs0CbxTG1 { width:2.375rem;height:2.375rem;top:10.25rem;left:8.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEqCMeQzwKDsrHhPF5Nd9EcwpVfBNdUA { width:2.875rem;height:2.1125rem;top:10.3125rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:15.5625rem;height:7.03125rem;top:16.875001907349rem;left:2.2187501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:12.5rem;height:1.4rem;top:14.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:9.6875rem;height:14.5625rem;top:46.311631202697rem;left:5.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdi2BFZmfcn3nGJevdZzbgPITeZvT8Iq { width:18.125rem;height:15.875rem;top:28.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZOEaV79X4GCCTNmq3cNxmgsRxQySk4 { width:2.375rem;height:2.375rem;top:27.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6w9It4idMLrXwa9nmZeqBtBftTcM59e { width:2.875rem;height:2.1125rem;top:27.875rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC7GGQ2ERu547rovVbqMEpPQSfiUoKsI { width:12.5rem;height:4.2rem;top:31.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwm9lBf6y1DZMMTbiEnptadxDiQ6Wank { width:13.875rem;height:4.21875rem;top:36.937515258789rem;left:3.0625001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9HyO7xUb5pxeVVw8GaU8oFNy1hMaDiS { width:19rem;height:3rem;top:62.250003814698rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3gLsTJx95Ad7bgUJCXtf45TT8cUNpi { display:block; }
 }@media only screen and (max-width: 763px) { #aX3di8h0PUnuQMNGHgDAtWhhWi6IJTHW { width:10.875rem;height:2.6rem;top:66.4375rem;left:4.5625001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1MFOrTrAaxqUuKmyX9uf1UHlORVBVJP { width:3.9375rem;height:4.6875rem;top:47.310762405396rem;left:13.055555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a { display:block; }#wu7GIVucT8S5XdLrCCOu6nMyCyk10G4a > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmGtO0DtoBwtzqzgZvntWE9pEHs85wyF { width:20rem;height:9.1rem;top:1.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZF0LRXMC6lsV7AdDBJqLsQumsGuI4Bb7 { width:19rem;height:3rem;top:65.625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5v8iArvxuAhikITpTcoHOqg1Ipds69 { display:block; }
 }@media only screen and (max-width: 763px) { #CqoTnLuuTvguVpv0RC79gJwbHGNhXXTD { width:15.125rem;height:1.3rem;top:69.4375rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtmNAuOwWgc2aNFQxgImqStsKTdHyGU { width:2.6875rem;height:2.6875rem;top:19.22225rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igv9raK4MmPJBROkhAF8Wk2LH5Ve0dTG { width:5.4375rem;height:4.875rem;top:21.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9D8c7weXZy3EJVvNgt9rsCcUznJPT4 { width:20rem;height:7.8rem;top:12.596358299256rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y0bcyZJaAHGTfQ8EkI73feGhinJE0gHf { width:20rem;height:38.875rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slw1DqmhQi2T9Toq8zI3MNZaNBpst3fK { width:13.5625rem;height:2.4375rem;top:26.8125rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAx0xEgy2cMecghDp9hSckPQ7tFf4Hd8 { width:2.1875rem;height:2.1875rem;top:26.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTRTKc8UQ7XETM64zKRCVIqXFFXl2vF3 { width:2.1875rem;height:2.1875rem;top:33.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTsN4K8Z46FGtbUTzvTD3N2m1cT2T2ow { width:14.0625rem;height:3.9rem;top:32.5rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDIxBOoOnPyZHIAH33M76Fw7tK0T2GCu { width:2.1875rem;height:2.1875rem;top:39.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TL9ItGNFnB5SgTKERBCxi4a3KsCl5g { width:13.625rem;height:3.9rem;top:38.8125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyZoGomxIdNEyPEQ7PBUCJo4oIKTPWTE { width:12.1875rem;height:2.6rem;top:45.125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDmbSQMCrTyOJHif6p8r57bweoH5J78T { width:2.1875rem;height:2.1875rem;top:45.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWrqeKHD3ZaIzkQn3ZBnqBWisHOCDxoT { width:2.1875rem;height:2.1875rem;top:58.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXUKBaPNU45VoqzZwbfFTBPJ2z4CTZvH { width:10.0625rem;height:3.9rem;top:50.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaODhHUX2UxA8VyiZB6yQWdFfGi1lgs { width:2.1875rem;height:2.1875rem;top:51.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGg875egmr4ssgKsyDM3H5l4LEAgRFUD { width:13.25rem;height:2.6rem;top:58.4375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpRSpi6fiRvRbk2E503TM6siNCXrzfE0 { width:8.8125rem;height:13.25rem;top:40.5625rem;left:8.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:20rem;height:4.55rem;top:0.76822280883787rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:13.75rem;height:1.6rem;top:18.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:20rem;height:4.6875rem;top:16.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:19.875rem;height:4.6875rem;top:22.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:11.3125rem;height:1.6rem;top:24rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0C4HMyVAGO92CB137sizMWU5ZdQwf0F { width:2.375rem;height:2.375rem;top:17.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { width:20rem;height:4.6875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oREfvPJfcHFBxOdqeWay7sCsW3rISsVH { width:2.375rem;height:2.375rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMDZm4nBIzwAS9b99Jic8DzQkJb4AoIk { width:2.375rem;height:2.25rem;top:29.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCQXzEArz7S2bNSVLBTsakudm6S2JxC { width:1.75rem;height:1.75rem;top:18rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { width:10.8125rem;height:3.2rem;top:29.0625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3vh78aXTsJIHo7XtKH3ghybT6Sblhn { width:1.5625rem;height:1.5625rem;top:30.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib8okSe0sSCmBTICpdNKAswwU6ybXig3 { width:1.75rem;height:1.75rem;top:23.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { width:20rem;height:4.6875rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { width:12.75rem;height:1.6rem;top:35.875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6UVFxc30pryrtmBdT35RC39LJm21PWR { width:2.375rem;height:2.375rem;top:35.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwI4kvbqm20OzxgdF6J6z9SByEptncAc { width:1.5625rem;height:1.5625rem;top:35.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXlRiI83W47mDo8TKtQo660RQ8CW7rEh { width:7.375rem;height:7.375rem;top:43.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFfgNumsr0ChkC38q837ctJeTZp5dcy { width:20rem;height:8.4375rem;top:6.5651040077213rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu { display:block; }#PPdXVUSl3LpZkTVoPQTS1HVbyZ2fl8gu > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw5AzhrDkAb0HsGElThrQcWkhs3sWVxg { width:18.625rem;height:9.1rem;top:2.3125rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvy0dBidD9Hmrv1HNUZZE9xuTBTCBWiz { width:18.125rem;height:10.625rem;top:13.874983787537rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8THPwfdvuIurVtMyh6iBaMM6kUE93X { width:2.375rem;height:2.375rem;top:12.812500715256rem;left:8.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufaPRJgM82dsQycz75mFLwpRVDVtQ8Kz { width:2.875rem;height:2.1125rem;top:12.881077528rem;left:8.5625001192094rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX80kDft0txaL750JAeAXxJ6LrMN2O5M { width:15.5625rem;height:2.8125rem;top:19.812500715256rem;left:2.2187501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJlPUsvKKD86LfT8yn9qW9Fnnd3Tgpq { width:12.5rem;height:1.4rem;top:17.250000715256rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbeb3RTmv4krh5w2lSEE3BaQIlaWVTFe { width:9.9375rem;height:6.5625rem;top:40.70920085907rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpWH79uhRMksotEzQ0zHLsTGS3ETt1gb { width:18.125rem;height:12.1875rem;top:26.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6731HSguSbx4e0PLpFqBkWDQuZvafL1 { width:2.375rem;height:2.375rem;top:25.879340171814rem;left:8.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5wCRxeTUKELsh5K8JSuyh9yzoGRPShS { width:2.875rem;height:2.1125rem;top:25.886284828186rem;left:8.5625001192094rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoDBryGmnrPSrS0bbXRSF9HZgFqBIyXN { width:12.5rem;height:2.8rem;top:28.818576812744rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlITteF3kU5Fsmo9EF33aWh304aZpyKl { width:13.875rem;height:4.21875rem;top:32.812500953674rem;left:3.0625001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyV6p0tvavvwuUey5yx2a0TE7wVBzvLQ { width:19rem;height:3rem;top:116.9375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsRnIHvcPqqSpXZGEKATog1spKrX4FFv { display:block; }
 }@media only screen and (max-width: 763px) { #hdNWOGw9dTAwZs9BWa3ZvWFrxBFpzR0T { width:14.75rem;height:1.3rem;top:120.9375rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLoN9uW3rrsDPZGbuKdUqT4VZvZsqTax { width:3.9375rem;height:4.6875rem;top:37.710938453674rem;left:13.055555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwHKNrPXd336v6ZqWl7kv6fEWHaXRBad { width:2.375rem;height:2.375rem;top:60.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Bow251gc5xSPxznTP3SnDP2CcLM5l4 { width:2.875rem;height:2.1125rem;top:60.625rem;left:8.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZaJ5i4PI0HAvSEC98AoDa0vG8E0wvCa { width:19.125rem;height:10.0625rem;top:62.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxc0q3GTLRXxrDQnqIfnmmy7Win253l { width:19.125rem;height:10.0625rem;top:50.000003814698rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt88uwEbbk9yNRs999FOb88tHlusaDCU { width:2.875rem;height:2.1125rem;top:48.875000953674rem;left:8.5625001192094rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPupxlCMMrtfOHZPFK0DWPQTTTP8UCtJ { width:2.375rem;height:2.375rem;top:48.993054389954rem;left:8.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6JiqsoOVKIurI3NKCcezA1PSbXdcDx7 { width:12.5rem;height:1.4rem;top:52.062500953674rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNQZGRyC4mChPKUZ5yvIzGwf7k4v5kyi { width:15.5625rem;height:2.8125rem;top:54.312500953674rem;left:2.2187501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC9SozHnRyZzDwCLnBk5ivovPMUUotGv { width:15.5625rem;height:2.8125rem;top:68.125rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9H0LaJywmpAnC4Z5Z8Wrv3cIVSHccF { width:12.5rem;height:2.8rem;top:64.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGbJqk6WXukS6JWRH3UycalTTGtT7ov { width:19.125rem;height:10.0625rem;top:74.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZr2ISIxzsKsvqgihZ8vzXV8FW8P4TcC { width:15.5625rem;height:2.8125rem;top:79.5rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83v1tLBHtB82WSuwyMVn5FXcnxf1pkv { width:12.5rem;height:1.4rem;top:76.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5tERQUAlHQVOREmE37SsdhHpb8Z8I52 { width:2.375rem;height:2.375rem;top:73.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETez4amRL0PeHH06FxlfTcefOuTTp6Nz { width:2.875rem;height:2.1125rem;top:73.4375rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEx8B0EGmHENAOd3NXsr3MqpglS62bAL { width:2.375rem;height:2.375rem;top:86rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ThQntzKlGdCUJO9q3Kf15GaMSwR86A { width:2.875rem;height:2.1125rem;top:86.125rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrAwL0zU470lpaIamD6s6Tue6FTMEBBH { width:19.125rem;height:10.0625rem;top:87.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwrzls1XrBAVQ6HJbm0Ld1x9hrQlCCsR { width:12.5rem;height:1.4rem;top:89.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXps6e6aPRC85swtILfeqaE64L0SaLQx { width:15.5625rem;height:2.8125rem;top:92rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiW6bGN0nw1lTgy3q33VeHn4TNw05k38 { width:10.125rem;height:15.1875rem;top:99.936632156375rem;left:4.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:20rem;height:122.1875rem;top:1.4991321563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bc7f2f1-aae7-4df6-ad0d-1dfe9b4794db/fb2816e50d0c452a9a6c2b862e890f13.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { width:20rem;height:6.3rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { width:20rem;height:3.1875rem;top:9.5750122070312rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { width:20rem;height:25rem;top:14.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Nh2zsW1JtebWDROeVyVXXou0xZ7E6 { width:4.4375rem;height:4.4375rem;top:38.22500038147rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-regular-label { display:block;width:16.25rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text { width:16.25rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-textarea { width:16.25rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select { width:16.25rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-button { width:16.25rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-checkbox-label { width:15.375rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-radio-label { width:6.9375rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7  { width:17.5rem;height:auto;top:23.537506103516rem;left:0rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .radio-container { width:16.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 {display:inline-block;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 { width:17.5rem;height:auto;top:23.537506103516rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Vu4KlJLmSRTV465NKZ2PTSVhArTQD5ER {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #J8I2TSGAkDho0vyl0OVqZZBc8P5yTOdm { display:none; }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UMIBAq43Rx8aRuP6PKVGtocpmq2tQsT6 {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #ivKbIg7ceT2sSnx430CJwuICpNa2L0sE {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #BKK0NQzLSKcaEMkAqBnCGPCDgRwom9Ml {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UCSgt3eUhqziDBcNNOUPXC7HdtoKM49s {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Q8v1aE5c7pFpE8L6y5EhwE9IAbi8A0b1 {  }
 }@media only screen and (max-width: 763px) { #zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #XmZkZ1HxS6sEs958VhhHGJa68cJCUZop {  }
 }@media only screen and (max-width: 763px) { #lTDLVz9iMnHBPMWrcgqVQmTdgIm8L9av { width:18.5rem;height:8.4375rem;top:15.724826812744rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoRif1GEpBiDcap8KhmVxVlOU8KHzqZy { width:14.3125rem;height:1.3rem;top:37.230903625488rem;left:3.3732639551163rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1dET2eQShB8DwLmPITunS7lsHMGu1HX { width:18.9375rem;height:11.375rem;top:5.4704935252666rem;left:0.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:20rem;height:19.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 { display:block; }#l9S0lXEgLc7Kl1Vc4XJyHPx4uLGb2eT1 > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Weh1PpnpludbIGo6nvVNyb87TWCzTcBE { width:20rem;height:9.1rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9uXEMZk8GxvCRJhD9vK9g0M2tnUuC4T { width:13.75rem;height:4.8rem;top:30.193542480469rem;left:4.5000001192093rem;font-size:1rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPXqZwD6kUqv4E5RfUi4h67KkJAlMrsW { width:20rem;height:7.3125rem;top:28.9375rem;left:0rem;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #a8SWvtKXVZvIPXtxzzvClgDtv9E2z5zh { width:3.25rem;height:3.25rem;top:75.0625rem;left:15.562501072884rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Zmdm3uk4MUQExg9mVssJt0qZim5TH7FT { width:2.375rem;height:2.375rem;top:31.1875rem;left:1.25rem;background-color:rgba(var(--color-secondary-3),0.78);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BI2aHa1HiDySVtBauwzXpCa6sKLPlwgN { width:20rem;height:7.375rem;top:48.1875rem;left:0rem;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sv5pTpp6DR0NUliATVPpLJJl8uuGtwZB { width:2.375rem;height:2.375rem;top:50.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5pdh9QOUIqXlvdvMMex3KgLruLy76s { width:14rem;height:3.2rem;top:59.6875rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTrDX3rsVBg7xl7FPqpNDXvofAopuaJ7 { width:20rem;height:6.9375rem;top:38.8125rem;left:0rem;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VxbXmnvMUIiWhTMVRra1cSaVskHHKVyV { width:14.0625rem;height:4.8rem;top:39.881102561951rem;left:4.3437501192093rem;font-size:1rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmDnUaDTPhSEF1mRbmWVAPc6NbsbTD0w { width:20rem;height:7.125rem;top:57.75rem;left:0rem;background-color:rgba(var(--color-secondary-2),0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s9IcHxENN8d1Vr8NUPeExaaUfSX6WvId { width:2.375rem;height:2.375rem;top:60.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdtJKbT5cBegzRMiOn1PuObPLSQB62vS { width:14.25rem;height:4.8rem;top:49.474834442139rem;left:3.6250001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0mTwzJJIXUFqafKtXciKbSc77iu0S4 { width:17.1875rem;height:3rem;top:76.6875rem;left:1.125rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rQqXWRMZLPI3EHEwekl9xh6EkVJGT6Mk { display:block; }
 }@media only screen and (max-width: 763px) { #TQ2nkQ3sRqBhHzgwIyZzJpNP8LyRVnBI { width:13.25rem;height:1.3rem;top:80.3125rem;left:3.5000001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN56xOukianOLeBTMOyHbndEIx3A6Ll1 { width:2.375rem;height:2.375rem;top:41.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuMv06Ft4V3IQP6eI7gbF8FcrDQTPxbp { width:20rem;height:6.4rem;top:67.029513359069rem;left:0rem;font-size:1rem;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #HRpBuxSHrR7u7Tnz8NDwU3VtB7ku7vQG { width:16.625rem;height:10.6875rem;top:14.53297996521rem;left:1.6875001192093rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aHZ9ocL4RNni5fmMGC9vecWyqfNbRSQq { width:2.125rem;height:2.125rem;top:60.25rem;left:1.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ap6QoHbhW2EgpfOTuszsfTdqVnHHXybi { width:2.125rem;height:2.125rem;top:41.1875rem;left:1.3125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #NeKKGMNQth1GbFKVXvgKe9rPZN5auEgB { width:2.125rem;height:2.125rem;top:31.375rem;left:1.375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #hyot7As2GL66S9HTNmTzzgZ9v2XH8Mek { width:2.125rem;height:2.125rem;top:50.8125rem;left:1.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #nLzJwF70Tmx5wldqutctO50sgSMWKqMN { display:none; }#nLzJwF70Tmx5wldqutctO50sgSMWKqMN > .row .container { width:20rem;height:81.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SCJvaqrOycv9ZEFORMr3w3XSIleTFnZP { width:9rem;height:13.625rem;top:9.1241302490238rem;left:5.5937501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2WUA0XS0aTzTkTzokO1T9gnxms0TQeR { width:20rem;height:0;top:2.2062501907349rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oopM9EvuOyTuMNdshvgxKr7bZSXVwGSB { width:3.25rem;height:3.25rem;top:8.56165599823rem;left:14.875000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZaT5wx3FTz5TDGSf7sCnWDcoabCICOW { width:20rem;height:0;top:24.687520503998rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GggGRM61nIX7RgEsmlF1r8f7OyCPqiaI { width:12.375rem;height:18.625rem;top:59.312480926514rem;left:3.8125001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #mu470qCTGMidoP77O7BiFggGCcrEz9cn { width:12.4375rem;height:18.75rem;top:37.56249332428rem;left:3.7812501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0Tm5hMI3TBLJQ46OTnQywUUL0aGDRD2 { width:20rem;height:9.1rem;top:2.1874866485596rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gT6vz0mLlVBSAh4QQ24VGFxhE3MP9ciD { width:20rem;height:7.625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBAc5v5nkIlULFZNmaCgdRDqZe2cVMoM { width:19.125rem;height:3.2rem;top:27.3125rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2gwsJSIEo1I2Tb0Drb0Zl4k4KQ7Tzqf { width:1.8125rem;height:2.6rem;top:14.4375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ume1xTR2KfTOGgrUkcWZIWTBnfAOyWEU { width:19.375rem;height:3.2rem;top:58.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVeqbOPsGnXPzEUtM9KSD3pUkivkutLu { width:13.8125rem;height:4.8rem;top:68.0625rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxUnlkoG2qEhRL0ypwi5GqWNFq52oZMS { width:19rem;height:3rem;top:77.0625rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQAinbMPe79OolFvKbsHKoe2DPwoOJgz { display:block; }
 }@media only screen and (max-width: 763px) { #nRT98NiNMgknTSzqN19ReKKTvyyUMHUh { width:20rem;height:7.375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4fB80TmRaCupr4RfKThImyDq9u0Vu05 { width:20rem;height:7.625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsWame6B6K4LChMm8ZpPgbTksJXhQhu { width:20rem;height:7.0625rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JscnA9nkZwxC5gBEHD5DMOh4Zt6NvRoZ { width:20rem;height:7.9375rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL9Z0dhvLDTuISywHJOcPZBu2dw674RK { width:20rem;height:7.75rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrNTJJT5Tz7HEOT8cByRTkqFnmTPf2Xo { width:13.875rem;height:1.3rem;top:80.6875rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDQdxJHaFRTn3BRe8bA2E8Vbhzl7KLcn { width:2.6875rem;height:2.6875rem;top:14.5625rem;left:8.25rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v1OOMqybHaSM0tyPqpWqZOiT0ei5Quzc { width:2.6875rem;height:2.6875rem;top:24.625rem;left:8.25rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F4z2TbM53WsxN0ffn5oNBbxhGMI55KZg { width:2.4375rem;height:2.6rem;top:24.5625rem;left:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVURzFhWOQcA7du7VhV8yc11Cpb5xuxZ { width:2.6875rem;height:2.6875rem;top:34.6875rem;left:8.25rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bpLzpKkTAnraLSpdUyMpfl7C6dTQcSx5 { width:2.4375rem;height:2.6rem;top:34.4375rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Tq1ywt2hwg5aoHmOBiVnp6bZxXC7bQ { width:2.6875rem;height:2.6875rem;top:44.625rem;left:8.1875rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RWh042PDc0ygv6XAsn1tzyylePFsTV7w { width:2.4375rem;height:2.6rem;top:44.375rem;left:8.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK75gKPraFO6C91vsOg5A1oEoTJtMrTq { width:2.6875rem;height:2.6875rem;top:54.625rem;left:8.4375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KfFuu3lCePld6ugonhKKlNpJF7BWKAEg { width:2.4375rem;height:2.6rem;top:54.375rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn4CneOxs02BLLCbP1qHuPs76gSNkLn7 { width:2.6875rem;height:2.6875rem;top:65.25rem;left:8.1875rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H44f7TUkSCuxz5o6WJDgXd2vfVQvBhJv { width:2.4375rem;height:2.6rem;top:65.25rem;left:8.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bibpTk6cDZ74dkLIpXlEtTpZf6gmUSGO { width:3.625rem;height:3.25rem;top:13.625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dnWKLrdoEsBColKKyb7PTaliqi3J2g { width:20rem;height:4.8rem;top:17.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDAwhSWB52Gy4LsGT32ryoD4g8ikqKMh { width:20rem;height:3.2rem;top:47.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhUgQ1PHumGZmLruObEldVtyLO3GfIJN { width:20rem;height:3.2rem;top:37.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJ18NICCG3RX2UIT2ubipq34tgxk16eT { display:block; }#wJ18NICCG3RX2UIT2ubipq34tgxk16eT > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkscnDHb5gfvI9Zo5zuRmNC5MuWrFSvk { width:18.9375rem;height:15.925rem;top:4.3312492370606rem;left:0.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTxOtXgQuTiU9BlB4tJPS2RlBu1rkQs { width:20rem;height:19.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg { display:block; }#ugFsJ8bHcvxiLnCBzl99iT9kAy6SZIUg > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qr9LpPTn9E5NWCvd9FccMLzdZrf5Iu8G { width:20rem;height:4.55rem;top:2.3307266235351rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faZqZaigQTWffyQHDLfNRZXhTzu5HTLD { width:18.25rem;height:12.0625rem;top:10.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OULmAJyrT6rTRPahlfqPrf6lfZb90F2Q { width:15.0625rem;height:1.4rem;top:13.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErmqV8l9v7ofxE0Bly9bCilJ16NtpTky { width:13.875rem;height:2.8125rem;top:16.125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMasPh0e0SwcXPaa3TI95PZzgC8URn65 { width:18.25rem;height:12.0625rem;top:24.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEJVPVP2PBBodPbGQ34dMBvsLl2keTNI { width:15.0625rem;height:1.4rem;top:28.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riHDUts9kkC0Ac04S7dsBgd3FknkpzHq { width:13.875rem;height:2.8125rem;top:30.6875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXsTTJLRdmPuB8TGviaxJnz7iyIeEte5 { width:18.25rem;height:12.0625rem;top:39.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOmsKuDf4IN7ZdyX9riRqIGVqk2mTd9R { width:15.0625rem;height:2.8rem;top:42.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8lSzBLToeirhtAbinyo6RaDDBTZG4u0 { width:13.875rem;height:2.8125rem;top:45.875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKsnXV6FPyTrmQILXJMAtZKseHCwcZs { width:2.375rem;height:2.375rem;top:9.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWFUJbdSuXb44XnTbocGHLkVUutVCXXu { width:2.875rem;height:2.1125rem;top:9.375rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTCUEZLAA0u7KxLuuOQQ652XSIPArWb { width:2.875rem;height:2.1125rem;top:23.875rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD20Qsyn8WTBqGhB7tCWqkEg5QqGcCEM { width:2.375rem;height:2.375rem;top:23.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgiHbST4Or5s6A4H2Mhf7dhCTVave9pw { width:2.875rem;height:2.1125rem;top:38.125rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wla8JfPnqoGR7uVa3MTMxotEfvM9S6cb { width:2.375rem;height:2.375rem;top:38.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcEfKpXTtcFPHMBmiGl2T96T0TdFT2kV { width:2.875rem;height:2.1125rem;top:52.1875rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp963m3OFrqQxE8UQT5ia1Oo2KkrTLwC { width:2.375rem;height:2.375rem;top:52.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBEunhmUTo9hFHRlUtTl31BGbW33H64o { width:18.25rem;height:12.0625rem;top:53.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ2tFoMHE4HFqAKFNE5b0aDLLUxWyefQ { width:15.0625rem;height:1.4rem;top:56.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8b5axeGe5pgLtN8hbpv9Zk7FU4klD1 { width:13.875rem;height:2.8125rem;top:58.5625rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qonEaneKEonl4mn82Bed3T1MZqDBsgfT { width:18.25rem;height:12.0625rem;top:66.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGCMIPFNNaq9UPeyxkG95krpdZoZObb8 { width:13.875rem;height:4.21875rem;top:72rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabcDBwlD4sgiMT4o1GT3ddCuGTkw6WG { width:15.0625rem;height:1.4rem;top:69.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTHs4zPQ2fHdmaJrpZJAPC2oyapt02Z { width:2.375rem;height:2.375rem;top:65.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs71vke3Jk9hAWozFG4nyTMurQHryECi { width:2.875rem;height:2.1125rem;top:65.5625rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgPl9cJBdIz40HXReL8ZTAtk4ezCHzq { width:18.25rem;height:12.0625rem;top:80.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBdrIBOO44f4nBfF3GDRhN4k9Zf64fn { width:2.375rem;height:2.375rem;top:79.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC1n160l5ngmuPyNF5zT6cXnvHCVb1zt { width:2.875rem;height:2.1125rem;top:79.8125rem;left:8.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4qxSNvZK03XAKQXZpisyE1GgQuvhlm4 { width:15.0625rem;height:1.4rem;top:84rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQvrdHNMyXiQwO35PSgaGe6dKUeyIUx { width:13.875rem;height:2.8125rem;top:86.0625rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Hs0hnVZsGkQi9wRU0vT5Jx2F6HOgkB { width:6.0625rem;height:6.0625rem;top:34.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trWrarBdauZ3tnaVnNDi694dG4yD8p48 { width:19rem;height:3rem;top:94.8125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMzJ01okzTsNnZcNzpyP1DVRcJaRTRf6 { display:block; }
 }@media only screen and (max-width: 763px) { #KMaTDl7V9eGOU5mUsekT7oL0gnveSSdN { width:15.6875rem;height:1.6rem;top:98.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT { display:block; }#RL0OyVXV5LbzTdxOTdTJIOhZTN1eJhTT > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpixgWWlBrz4rE8bEmO0mTKV4lJ4Q3Su { width:18.625rem;height:4.55rem;top:2.3125rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPVkPGySm7aRGFabptVQVT6HU14rWQos { width:18.125rem;height:15.875rem;top:8.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ1wTh2TZcasUDUrqkBnNXudW929WwIt { width:15.5625rem;height:5.625rem;top:15.25rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USE3cGUozN3XTAwe4MXEknNsMxRThQ2x { width:12.5rem;height:1.4rem;top:11.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl4zqe6QsVurzT5WtcepXBeJNc6rdoWD { width:9.9375rem;height:14.9375rem;top:45.874125480652rem;left:5.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1zpFZkqERgVtxKTOkMxqggvvMK8Noxy { width:18.125rem;height:15.875rem;top:26.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0SGCVwcqhJmoPemZru1TvZ6STSA8aSx { width:12.5rem;height:2.8rem;top:29.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsw7xU3TrQJlTxVyO3Kxc4v4uKXXdNl { width:13.875rem;height:2.8125rem;top:33.750026702881rem;left:3.0625001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdpMvu2tpPZiCkzKzKx2enOJcqBsDdtI { width:19rem;height:3rem;top:82rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt198CPWa8QvcUr6s2d3WJz129kBPRMv { display:block; }
 }@media only screen and (max-width: 763px) { #oK80Npv601lAGmsV6MCPuygRowQSVqS0 { width:13.5rem;height:1.30005rem;top:85.625rem;left:4.3750001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpzJNS2ewNSIG7qc2p0wMXslu3aDk6xR { width:3.9375rem;height:4.6875rem;top:41.186643600464rem;left:13.055555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQFF2QnTaIQbFln7efE8TPC0hOB5FK9J { width:18.25rem;height:12.0625rem;top:68.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw3ffHditFGuB7bUhazWEvTqwWTyXppQ { width:13.875rem;height:4.21875rem;top:73.75rem;left:3.0625001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2HcXuUcDGCi3L7L3QiTZkz9nxII4rTI { width:15.0625rem;height:2.8rem;top:70.3125rem;left:2.4375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4CE7iSpl4e15y66ZmxFKpZDzG467LmH { width:20rem;height:4.8rem;top:62.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU { display:block; }#WeTzJH3fX8tvEa2bsBuRzRbuy0OP2ctU > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVTyWoSFkJ8BoEb0KxaIE0dKkXTRDE4t { width:18.625rem;height:4.55rem;top:2.3125rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUS7fE7eXEvs2yf1oFE0TqLlzsO96x7H { width:19rem;height:3rem;top:47.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWlOfoJLITp2nkPytzwr5StSVXCiBG3 { display:block; }
 }@media only screen and (max-width: 763px) { #nr5S6pX3N9Ddprf1h3vHqCh9GxLVTDZc { width:16.0625rem;height:1.6rem;top:51.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 { display:flex;height:auto;width:17.5rem;top:8.7482504844663rem;left:0rem; }
#qNVgig5txZslpzLvIDVrolcK7AytHmD6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #S3LcaZ0p5SvqGatab40KLcgx8DnfMcE8 {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #aePVHd60SSdXzEui8A3ymMBWzvPbstfl {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #AURc5SauP0zIbcglRltSVzK4n574gelV {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #e0QsgCLkNsMsd5fdchQdVlJ5dr4MQ7uW {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #ZfpItAMStBqdRA3Xllz0tpfGV9umeMRx {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #X1pFb7PhkI4NO9zJ7uG3GWTATk7Ksx7z {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #XN2WS3fOWe8m9QfgHhOqlA1B9hEhPRki {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #sZCmGQM7592wJrvX4ELB8TdFkLorvTy1 {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #uLEJwGy5a8rrXGh4GM7ufPepgRAWk6Hp {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #LocnRNSPxJCp4gLC6vrzG6lxHtVeWJgE {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #CWTh8CsCT4NTF3afdmoxRMEm1HRQQUDP {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #icVgW6tzwF9KTXgTzMDy9Wf3mZkUNUXs {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #tOQ7q8sq16btZ5T8F1hTVPdnr759pJPx {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #fIMy08iMSecHttVz9tOTgmAo2TszFpbk {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #p1GWCOTrFsfXT3gDG89r6X2Q6wzdmfWr {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #aOwo2h0M8lHbo5PJrNTbrnxTemiSkDcp {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #OVS6BPxRs6JHvZGoUg7TH3LoOTDiQdgM {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #ODOxirTiGKz1TFLO9QNTfkrfsAHV1WWm {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #bfNAJQu2XaUgtTb6sAaNZ4tWhI1kRkmT {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #UB5XUIV9gv8y1Oy8rSyrXLMTLnbkt8Cc {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #HuWfQkGCQeoT0Tb7dsQic9pIVODHRtMf {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #O8h5UDuzQzFcS9Kow8UkdTRTTsUTc0kz {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #is6qCinJGFp7QWOLc5fgDsSK4i33xeTa {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #UvJCkTvDmHiDmRR0sLUd1TCHmgtwTpsd {  }
 }@media only screen and (max-width: 763px) { #qNVgig5txZslpzLvIDVrolcK7AytHmD6 #wNTbdmc38sP55lXnAqG6CM6agV1INPK3 {  }
 }@media only screen and (max-width: 763px) { #CCeX50eioWInargJTeEsZfPokTDCSqVe { width:20rem;height:2.8125rem;top:43.186631679535rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bc7f2f1-aae7-4df6-ad0d-1dfe9b4794db/fb2816e50d0c452a9a6c2b862e890f13.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF.adaptive-delivery-prevent-bg, #uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF.lazyload, #uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF.lazyloading { background-image: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container { background-color: transparent; background-image: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container > .video-iframe-container { display: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row > .video-iframe-container { display: none; }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCoUJQwCxmx94EOF4RWUdV9oPEVnGrrF > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAUVZBoKUFNPQCeGORppxz69UA3tXTDu { width:20rem;height:6.3rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bB6kuAtNOyXOfpceGbz6ecEAvWXl9tq3 { width:20rem;height:3.1875rem;top:9.5750122070312rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTGIJXKBngTAD7dlolZeCJTmT49NmCzG { width:20rem;height:25rem;top:14.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPg8w1iDNcUmnngxxQT068KyVPZQTN0B { width:4.4375rem;height:4.4375rem;top:38.22500038147rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-regular-label { display:block;width:16.25rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-text { width:16.25rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-text {padding-top: 0; padding-bottom: 0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-textarea { width:16.25rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-select { width:16.25rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-select {padding-top: 0; padding-bottom: 0;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-input-button { width:16.25rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-checkbox-label { width:15.375rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .widget-radio-label { width:6.9375rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM  { width:17.5rem;height:auto;top:23.537506103516rem;left:0rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM .radio-container { width:16.875rem; }
#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM {display:inline-block;}#yerVCayHFEoXeHglT7wi6zMb0IFfJCCM { width:17.5rem;height:auto;top:23.537506103516rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #fPFExCtHLfGBgMO0ulZpHCqXdn97WIW1 {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #HQVJcFGIiA9EwkZTLJt6u5cR7wbbHTen { display:none; }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #xRk55k9rU3si219o3ELkTOkkTJTWOoSC {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #XPLlsXkT3NlhLZU9uvCTrWo1UnJKIeP8 {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #ags3aUWyn9HcSxxB489TDdcc699OoSqz {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #mTrP6RSb65ZxOE5oqqD8mEvuJwJ022qf {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #rDBIOBgOqQRRAGuZlURwOUc4s2ziZflB {  }
 }@media only screen and (max-width: 763px) { #yerVCayHFEoXeHglT7wi6zMb0IFfJCCM #O79zQSkBylcI5piVJNrZ1iBr7O44T2Fp {  }
 }@media only screen and (max-width: 763px) { #z05zqkgpyFGUXdpTHUDu77gJKLyoh98J { width:18.5rem;height:5.0625rem;top:16.85000038147rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NC74zwnesF6BHF30CbepzIo1Sq47F9TJ { width:14.4375rem;height:1.30005rem;top:40.537328511476rem;left:2.7812501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE4ag1Obgy3g6BV7XeMJZc2Qkl7H2vEK { width:6.3125rem;height:1.40014375rem;top:44.499200820923rem;left:12.993055462837rem;font-size:0.875rem;display:block; }
 }