.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:233,224,235;--color-primary-1:182,152,187;--color-primary-2:108,49,119;--color-primary-3:54,25,60;--color-primary-4:16,7,18;--color-secondary-0:223,242,235;--color-secondary-1:149,210,189;--color-secondary-2:43,165,122;--color-secondary-3:22,83,61;--color-secondary-4:6,25,18;--color-tertiary-0:255,255,255;--color-tertiary-1:37,42,51;--color-tertiary-2:37,40,44;--color-tertiary-3:32,34,37;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dfbded6-c654-43e5-b126-26be4abfd017/Projektbeznazwy45.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:76.9375rem;width:60rem;position:relative;display:block; }#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.7734375rem;left:4.96875rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-form-header {  }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;line-height:1; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fff4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.8125rem;color:#434242;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:#2ba57a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:21.5rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(40,25,17,0.5) ;font-style:normal;line-height:1; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.1;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal;float:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:first-of-type{padding-top:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:last-of-type{padding-bottom:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.4375rem;top:26.1240234375rem;z-index:15006;position:absolute; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem;display:block;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 {display:block;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.4375rem;top:26.1240234375rem;z-index:15006;position:absolute; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #Eqi8vnz2cw3IEG829ZiRnhJaFBuxD4S6 { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #aBxNQVnWAagizPMzFvXZm02Ql59mIiP0 { position:relative;display:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #hVzFNO9xkbx3AirZw49eZ2ih7hUxmhHe { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #X5vM6lA560CZ4GduUrTZ2TiC0x5JAgTl { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #cydIS7pypzseekPMSvqCxMkwcNG1ACrR { position:relative;display:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #kgxiHi76q7EWNLLCL6CUITASu00VRXrB { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sxZcGsVz4uMxG7NfI3fFVnlJGyKIxMUw { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #LIDZqFLz1MzsTgKoNEdLMIFsJSy56QFf { position:relative;display:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uSIkBzB0VDinoR98yfZFd4bc1KtldZEs { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GclGzGOUP4mV8W72esZbWKFWSTD5ykCu { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #QQNxWnzacCiUbAzI8NV7W6XtU0VL2ATh { position:relative;display:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sf7xmLPRzlea7vppIJfvPO5M1Fh8UPEk { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #ds4WWVbdLaSA6mTcbIeNWiKTp6xcGGnD { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #m0GTOZkUOowHXqxKyy0M430qJx4teGVa { position:relative;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GakJDsH3MDJs9FpH4D9kbOOMBtErtilI { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #EnUCltBWJy3PWTSgROJDAViObn1I1VPI { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #dbSkxAX9vtV1AbLSK0sw7HKeu5NzmJb9 { position:relative;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #zVTOSNLXmbXFGoRbpJZLv8fzu3CnRyWh { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #eIxv9zaD0KLn8ODhTu3zN9ref3WDxINn { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #RgZHAPIqOJAMGixMhp4NAZrUMd9nuAyD { position:relative;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #H4QPaa5FVHTdeFthWkTNSTExnE4ZTB4S { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #tcQX3VOx7F8tpI3hfUeZEb0UU3oH9BTQ { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #P5GommPwRiWZ5L0WFBqaKl2pSCKWwN6g { position:relative;z-index:2; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #umrbHPx20iuqgD56R6mqg7rKkwTWl67u { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #mM4gKe6WAIigSl17R7uwl0K97t72BsSn { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GyFoN789FOpg72PABFMRlP7THc9HlVCG { position:relative; }
#AqmpOqtZasgH5O5K2WMaAVHozp6kta5T { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:56.4375rem;width:28.875rem;top:17.25rem;left:0rem;display:block; }
#pxsuIydcbyh5GCsMrJN5PE5ibhrskucS { color:rgba(var(--color-secondary-2),1);display:block;width:44.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:10.809374809265rem;left:0rem;height:5.25rem;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; }
#gWemUcWmNPGMw8Ug5vhkqG8AgKK7NmOz { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20rem;left:0.9375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5BqMrAHuNBpzunGMnP9SurHquqiQOFJ { color:rgba(var(--color-primary-2),1);display:block;width:55.0616875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.5625rem;left:0rem;height:5.25rem;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; }
#Uxqiph9SPk938BkOW9pHvB2MlhG0bg5n { position:absolute;display:block;z-index:15000;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:19.125rem;width:16.75rem;display:none; }
#qlD5KWDi6bNMPiMVWAHPyiiu9TDFcWa6 { 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:2.75rem;width:16.3125rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { position:relative;display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { background-color: transparent; background-image: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container > .video-iframe-container { display: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container { display: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { border-width: 0; border-radius: 0; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .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; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .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:9.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8369140625rem;left:0rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ { position:relative;display:block; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ { background-color: transparent; background-image: none; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row .container > .video-iframe-container { display: none; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row > .video-iframe-container { display: none; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ { border-width: 0; border-radius: 0; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .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; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iJmlU3EBawNmOyMH5XM2amqEvOrIb91J { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3037109375rem;left:2.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRXSWR6FTvm0OuaBDMZ8TcNxRQ1m2cln { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6859436035156rem;left:2.6847648620606rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3037109375rem;left:22.59375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGQn5crpVq8Iw8JyEkE0ZyXDoTtbnO7c { color:rgba(var(--color-primary-2),1);display:block;width:14.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9531230926512rem;left:22.560935974121rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDF2MUWRow75lZyku4FSe8gZnOcIcXrT { color:rgba(var(--color-primary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.953125rem;left:42.592967987061rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3037109375rem;left:42.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwTJndO95BuSTBXl6fvkp08kbOs1AuCC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68710625rem;width:5.68710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.4710998535156rem;left:7.154296875rem; }
#of2UW8uy70XMD8Ey5KSTITkPRXKpprnt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6859375rem;width:5.6859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.4617233276367rem;left:27.336322784424rem; }
#I0tR8RNubgons0kDBgJhKG5GQd7GqwBk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6859375rem;width:5.6859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.4710998535156rem;left:47.156246185302rem; }
#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz { position:relative;display:block; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz { background-color: transparent; background-image: none; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row .container > .video-iframe-container { display: none; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row > .video-iframe-container { display: none; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz { border-width: 0; border-radius: 0; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .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; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MyX9HXU53PRReeenkqriEwNJdaKI3ZuG { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6218757629394rem;left:0rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc { position:relative;display:block; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc { background-color: transparent; background-image: none; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .row .container > .video-iframe-container { display: none; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .row > .video-iframe-container { display: none; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc { border-width: 0; border-radius: 0; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .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; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .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:32.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VLbKxBg11OULT0FwP8m5JBZwg63zud1T { box-sizing:content-box;height:14.1875rem;width:57.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:2.75rem;display:block; }
#HfuBi8IucTybmOD5Pstk8LnfesIan6V9 { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.6242218017578rem;left:16.874996185302rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdv31AD4u6ff7azga7iZATpkWuOEPg0o { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.3232421875rem;left:51.1328125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTo6dS47Ge8pHpshqPCUkGP2yfv1mwp1 { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.8746109008787rem;left:17.186717987061rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#z7ayu4ZS0SnJTNExXcNWg4ozlBEnu2oT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.25rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:11.073045730591rem;left:44.383590698243rem;display:block; }
#UzK45Om6wAZXSo4PaJ84SZU5JxcClNHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMy6kolWK0VB7IXSr2I5iMayeAK9iHrr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.9482421875rem;left:48.8125rem; }
#V7OcKJ9yBQ1k8yRQ8dOscpTSsHxGCy6w { color:#ffffff;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.625rem;left:19.25rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fZVbG4KwzSMZrVgHBsB6QX9P5gmCCmCR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.5rem;left:17.1875rem; }
#cL8ysA5NWBvagtW05nAD3ocSXNRq2zkE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:13.0625rem;top:2.21875rem;left:3.28125rem;overflow:hidden;display:block; }
#VqDbRfdBS1fzhdnKnvXPKFVHoUVguCSC { box-sizing:content-box;height:14.0625rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.125rem;left:0.6875rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#SqPhFM8TT6LSXAZfzknukdO54TzyHMmf { box-sizing:content-box;height:14.0625rem;width:12.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#RgSHbM27A08oZZ5yhDqlqCy3T2aRTM6S { box-sizing:content-box;height:15.3125rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#ezRDNKPVPqybhsxBmLiAs8qIEJG8xRc9 { box-sizing:content-box;height:15.3125rem;width:57.3125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16rem;left:2.6875rem;display:block; }
#pp93eKdHIr72XPT2Dtd0DF6nxyP5wgkd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:13.625rem;top:18.375rem;left:3.0615234375rem;overflow:hidden;display:block; }
#GqlAbETJpPO7HFGbEVqDWXHcelz3R2Sr { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.6875rem;left:17.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RLO93n0pTXf18H2g5e1mtvxsNygdvQWn { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.875rem;left:19.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#laaNdoZeugpwA1RFq9dm8aNuURXcT1t3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.75rem;left:17.125rem; }
#cSLmaXesOyqd7gQE86IneAJMw2TdoPWp { color:#ffffff;display:block;width:41.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.8125rem;left:17.125rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#V2kWoQFX4A958eOqTvGlSCvGIp1eipPF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.3125rem;left:44.3125rem;display:block; }
#lCl7le7DbupsomdRmxAx2IHaWrO2ZWUX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwdU2VfdcFy95m8RKRvSaPZA33T0LKEE { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.625rem;left:48.25rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEnT2DIXqGi2x4pNZphNa5Uq5LM558eG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.25rem;left:45.9375rem; }
#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { background-color: transparent; background-image: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { border-width: 0; border-radius: 0; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#sG8PaEUTI8obgIyVIfyJZJhGbvxmSWAx { color:rgba(var(--color-primary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4046936035156rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.5rem;left:0rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqCcCKH6pnqAltBGRRsQa7C7nSr1D3Fv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:10.75rem;top:11.341406345367rem;left:30.187501907349rem;overflow:hidden;display:block; }
#q9IAIfDTeDfXf8HRlPu7dJXgNIrJxiDC { position:absolute;display:block;z-index:15021;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:9rem;width:10.6875rem;top:1.7789058685302rem;left:30.125001907349rem;overflow:hidden;display:block; }
#o7avqrl4FET0k1AAxOW95aB9isncZBXx { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:3.8734436035156rem;left:41.218751907349rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zpUBq82WDT5I8IGErGzMQCLvAizCfh3k { color:rgba(var(--color-secondary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.4359436035156rem;left:41.312501907349rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLdWR4BAGDPUyDiIvXoEcqOz4UZJGnEp { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:13.0625rem;left:41.250001907349rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WoeBzGQbEhOy24iH1hT464UHUTpwEbZA { color:rgba(var(--color-secondary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:16.625rem;left:41.312501907349rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk { position:relative;display:block; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk { background-color: transparent; background-image: none; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .row .container > .video-iframe-container { display: none; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .row > .video-iframe-container { display: none; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk { border-width: 0; border-radius: 0; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .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; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .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:13.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XPhB5TteZA6ba9tTzwyKi5ttefDpD34R { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5537109375rem;left:0rem;height:4.386725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dh94RNFAaICnAPmeFCTOe01TOQwWTO3T { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:6.6904296875rem;left:16.59375rem;display:block; }
#FI191C9oOSkXELeB4zxCxZDTefnS1Oop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container { background-color: transparent; background-image: none; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container > .video-iframe-container { display: none; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row > .video-iframe-container { display: none; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container { border-width: 0; border-radius: 0; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#PeQnaAfkNlK0r8F37EGOQqUNEzuUhmgL { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:2.75rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#haiR3PSJokgLHSfoahcqbgtwUckKcTw8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.625rem;width:29.5625rem;top:2.9687528610229rem;left:28.875001907349rem;overflow:hidden;display:block; }
#mNZdgk4o9s2nwamyZZaV9elNo4BnxVpI { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:10.5rem;left:5.25rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iEb28yMn2vv4BOM2mn27tXIDxUO1cWpk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.875rem;left:2.625rem; }
#F2TeUW2EexPHk3GM7OeFbWHLvHKmuDP2 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:26.3125rem;width:59.625rem;top:1.4375rem;left:0rem;display:block; }
#n4xmbBPawZuIS59awODRdzfAuXsXeVNS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.25rem;left:2.75rem; }
#XCT8nma0DaqMXqg1BgnDE7SPb32H21fw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.5rem;left:2.75rem; }
#bGciniMqvc4Ndk0ogEqPp0NBaxTL6cq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.8125rem;left:2.8125rem; }
#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 { position:relative;display:block; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 { background-color: transparent; background-image: none; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .row .container > .video-iframe-container { display: none; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .row > .video-iframe-container { display: none; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 { border-width: 0; border-radius: 0; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .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; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .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:10.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TH1i16PA1Uiqi8UxWWRzaGRn53ySZDUD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0874938964844rem;left:0rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi { position:relative;display:block; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi { background-color: transparent; background-image: none; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .row .container > .video-iframe-container { display: none; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .row > .video-iframe-container { display: none; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi { border-width: 0; border-radius: 0; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .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; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .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.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iMIPvg75V72TxARzDCRuogtNHWVVkgCW { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:3.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OvEVOZLnC9dLiQprOH80TDKltDr0K63r { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yqU4yKC4AUyK602BeKBvbKWK0vHHMaIP { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:23.375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2Ar0zSNyUXR6WWMZ4it5wSHT9Bp14Mx { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.6875rem;left:23.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L964CmKZRFS1Hbrct0iGXAsZtXKcStfI { color:rgba(var(--color-primary-2),1);display:block;width:10.6241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.375rem;left:45.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bgSELWNDOJZJhFTVWwvQURebr0Favhiy { color:rgba(var(--color-tertiary-3),1);display:block;width:12.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:44.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m09VdXGtlL4V3VHDZE6wtJIC6vrOeuQ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:8.375rem; }
#SniI5LCnyO5pv7ZqhkG5dMQKmHhEWTQp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4375rem;left:28.125rem; }
#ePevyIRhLZgNaWhB1bIEfVru8tPgXJSS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.5rem;left:48.25rem; }
#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/7f17a6b0-d93e-4510-ac43-03b342e52256/Projektbeznazwy46.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN.adaptive-delivery-prevent-bg, #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN.lazyload, #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN.lazyloading { background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { color:rgba(var(--color-tertiary-0),1);display:block;width:41.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.546875rem;left:9.2484359741213rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4Vs5cRb4z1P9c2T4ICMRMLu8yfvmurB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.50390625rem;left:13.80908203125rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgxV2wk5qzIc2T3JhVabFMzf3T53AJSC { 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:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.499221801757rem;left:16.874996185302rem;display:block; }
#GVWUczUeTP47oSXS3eFVzQzTSbUo4wuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGqygn0UscnptNA16WHHaglXdqPz3qfs { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:22.248046875rem;left:33.27978515625rem;height:3.611325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:22.75rem;left:0rem;width:18.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-checkbox-label { width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4  { width:21.5rem;height:auto;top:26.0625rem;left:0rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 {display:block;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 { width:21.5rem;height:auto;top:26.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #Eqi8vnz2cw3IEG829ZiRnhJaFBuxD4S6 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #aBxNQVnWAagizPMzFvXZm02Ql59mIiP0 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #hVzFNO9xkbx3AirZw49eZ2ih7hUxmhHe {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #X5vM6lA560CZ4GduUrTZ2TiC0x5JAgTl {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #cydIS7pypzseekPMSvqCxMkwcNG1ACrR {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #kgxiHi76q7EWNLLCL6CUITASu00VRXrB {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sxZcGsVz4uMxG7NfI3fFVnlJGyKIxMUw {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #LIDZqFLz1MzsTgKoNEdLMIFsJSy56QFf { display:none; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uSIkBzB0VDinoR98yfZFd4bc1KtldZEs {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GclGzGOUP4mV8W72esZbWKFWSTD5ykCu {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #QQNxWnzacCiUbAzI8NV7W6XtU0VL2ATh {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sf7xmLPRzlea7vppIJfvPO5M1Fh8UPEk {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #ds4WWVbdLaSA6mTcbIeNWiKTp6xcGGnD {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #m0GTOZkUOowHXqxKyy0M430qJx4teGVa {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GakJDsH3MDJs9FpH4D9kbOOMBtErtilI {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #EnUCltBWJy3PWTSgROJDAViObn1I1VPI {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #dbSkxAX9vtV1AbLSK0sw7HKeu5NzmJb9 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #zVTOSNLXmbXFGoRbpJZLv8fzu3CnRyWh {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #eIxv9zaD0KLn8ODhTu3zN9ref3WDxINn {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #RgZHAPIqOJAMGixMhp4NAZrUMd9nuAyD {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #H4QPaa5FVHTdeFthWkTNSTExnE4ZTB4S {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #tcQX3VOx7F8tpI3hfUeZEb0UU3oH9BTQ {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #P5GommPwRiWZ5L0WFBqaKl2pSCKWwN6g {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #umrbHPx20iuqgD56R6mqg7rKkwTWl67u {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #mM4gKe6WAIigSl17R7uwl0K97t72BsSn {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GyFoN789FOpg72PABFMRlP7THc9HlVCG {  }
 }@media only screen and (max-width: 763px) { #AqmpOqtZasgH5O5K2WMaAVHozp6kta5T { top:17.25rem;left:0rem;width:28.875rem;height:56.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsuIydcbyh5GCsMrJN5PE5ibhrskucS { top:10.75rem;left:0rem;width:44.8125rem;height:5.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWemUcWmNPGMw8Ug5vhkqG8AgKK7NmOz { top:20rem;left:0rem;width:27rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5BqMrAHuNBpzunGMnP9SurHquqiQOFJ { top:5.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxqiph9SPk938BkOW9pHvB2MlhG0bg5n { width:13.3125rem;height:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlD5KWDi6bNMPiMVWAHPyiiu9TDFcWa6 { top:1.375rem;left:0rem;width:16.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { top:3.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ { display:block; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJmlU3EBawNmOyMH5XM2amqEvOrIb91J { top:12.25rem;left:0rem;width:15.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRXSWR6FTvm0OuaBDMZ8TcNxRQ1m2cln { top:9.625rem;left:0.62226486206055rem;width:14.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { top:12.25rem;left:16.40625rem;width:14.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGQn5crpVq8Iw8JyEkE0ZyXDoTtbnO7c { top:8.9375rem;left:16.373435974121rem;width:14.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDF2MUWRow75lZyku4FSe8gZnOcIcXrT { top:8.9375rem;left:32.280467987061rem;width:14.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { top:12.25rem;left:32.25rem;width:14.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwTJndO95BuSTBXl6fvkp08kbOs1AuCC { top:2.4375rem;left:5.091796875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of2UW8uy70XMD8Ey5KSTITkPRXKpprnt { top:2.4375rem;left:21.148822784424rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0tR8RNubgons0kDBgJhKG5GQd7GqwBk { top:2.4375rem;left:36.843746185302rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz { display:block; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyX9HXU53PRReeenkqriEwNJdaKI3ZuG { top:1.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc { display:block; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLbKxBg11OULT0FwP8m5JBZwg63zud1T { top:0rem;left:0rem;width:47.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfuBi8IucTybmOD5Pstk8LnfesIan6V9 { top:1.5625rem;left:10.7490234375rem;width:34.125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdv31AD4u6ff7azga7iZATpkWuOEPg0o { top:5.3125rem;left:40.4375rem;width:7.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTo6dS47Ge8pHpshqPCUkGP2yfv1mwp1 { top:7.8125rem;left:6.1875rem;width:41.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ayu4ZS0SnJTNExXcNWg4ozlBEnu2oT { width:14.4375rem;height:2.25rem;top:11.0625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzK45Om6wAZXSo4PaJ84SZU5JxcClNHy { display:block; }
 }@media only screen and (max-width: 763px) { #mMy6kolWK0VB7IXSr2I5iMayeAK9iHrr { top:4.9375rem;left:42.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7OcKJ9yBQ1k8yRQ8dOscpTSsHxGCy6w { top:5.625rem;left:13.125rem;width:28rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZVbG4KwzSMZrVgHBsB6QX9P5gmCCmCR { top:5.5rem;left:11.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL8ysA5NWBvagtW05nAD3ocSXNRq2zkE { top:2.1875rem;left:0rem;width:13.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqDbRfdBS1fzhdnKnvXPKFVHoUVguCSC { top:0.125rem;left:0rem;width:12.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPhFM8TT6LSXAZfzknukdO54TzyHMmf { top:0rem;left:0rem;width:12.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSHbM27A08oZZ5yhDqlqCy3T2aRTM6S { top:16rem;left:0rem;width:12.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRDNKPVPqybhsxBmLiAs8qIEJG8xRc9 { top:16rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp93eKdHIr72XPT2Dtd0DF6nxyP5wgkd { top:18.375rem;left:0rem;width:13.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlAbETJpPO7HFGbEVqDWXHcelz3R2Sr { top:17.6875rem;left:11rem;width:34.125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLO93n0pTXf18H2g5e1mtvxsNygdvQWn { top:21.875rem;left:13.25rem;width:22.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laaNdoZeugpwA1RFq9dm8aNuURXcT1t3 { top:21.75rem;left:11rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSLmaXesOyqd7gQE86IneAJMw2TdoPWp { top:23.8125rem;left:6.25rem;width:41.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2kWoQFX4A958eOqTvGlSCvGIp1eipPF { width:14.4375rem;height:2.25rem;top:28.3125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCl7le7DbupsomdRmxAx2IHaWrO2ZWUX { display:block; }
 }@media only screen and (max-width: 763px) { #DwdU2VfdcFy95m8RKRvSaPZA33T0LKEE { top:21.625rem;left:38rem;width:9.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEnT2DIXqGi2x4pNZphNa5Uq5LM558eG { top:21.25rem;left:39.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG8PaEUTI8obgIyVIfyJZJhGbvxmSWAx { top:2.375rem;left:0rem;width:21.4375rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { top:5.5rem;left:0rem;width:28.8125rem;height:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCcCKH6pnqAltBGRRsQa7C7nSr1D3Fv { top:11.3125rem;left:23.875rem;width:10.75rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9IAIfDTeDfXf8HRlPu7dJXgNIrJxiDC { top:1.75rem;left:23.875rem;width:10.6875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7avqrl4FET0k1AAxOW95aB9isncZBXx { top:3.8125rem;left:32.031251907349rem;width:11.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpUBq82WDT5I8IGErGzMQCLvAizCfh3k { top:7.375rem;left:32.125001907349rem;width:9.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLdWR4BAGDPUyDiIvXoEcqOz4UZJGnEp { top:13.0625rem;left:32.062501907349rem;width:7.5625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoeBzGQbEhOy24iH1hT464UHUTpwEbZA { top:16.625rem;left:32.125001907349rem;width:12.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk { display:block; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPhB5TteZA6ba9tTzwyKi5ttefDpD34R { top:1.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh94RNFAaICnAPmeFCTOe01TOQwWTO3T { width:26.8125rem;height:4.0625rem;top:6.6875rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI191C9oOSkXELeB4zxCxZDTefnS1Oop { display:block; }
 }@media only screen and (max-width: 763px) { #kpAw77tZHvTckx0t1KKzhnywgbPdBqTN { display:block; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeQnaAfkNlK0r8F37EGOQqUNEzuUhmgL { top:6.875rem;left:0rem;width:28.875rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haiR3PSJokgLHSfoahcqbgtwUckKcTw8 { top:2.9375rem;left:0rem;width:29.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNZdgk4o9s2nwamyZZaV9elNo4BnxVpI { top:10.5rem;left:0rem;width:26.3125rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEb28yMn2vv4BOM2mn27tXIDxUO1cWpk { top:10.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2TeUW2EexPHk3GM7OeFbWHLvHKmuDP2 { top:1.4375rem;left:0rem;width:47.375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4xmbBPawZuIS59awODRdzfAuXsXeVNS { top:13.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCT8nma0DaqMXqg1BgnDE7SPb32H21fw { top:15.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGciniMqvc4Ndk0ogEqPp0NBaxTL6cq4 { top:17.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 { display:block; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH1i16PA1Uiqi8UxWWRzaGRn53ySZDUD { top:3.0625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi { display:block; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMIPvg75V72TxARzDCRuogtNHWVVkgCW { top:10.75rem;left:1.0625rem;width:14.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvEVOZLnC9dLiQprOH80TDKltDr0K63r { top:7.875rem;left:0.875rem;width:15rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqU4yKC4AUyK602BeKBvbKWK0vHHMaIP { top:7.25rem;left:16.75rem;width:15rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Ar0zSNyUXR6WWMZ4it5wSHT9Bp14Mx { top:10.6875rem;left:16.9375rem;width:14.8125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L964CmKZRFS1Hbrct0iGXAsZtXKcStfI { top:7.375rem;left:34.9375rem;width:10.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSELWNDOJZJhFTVWwvQURebr0Favhiy { top:10.6875rem;left:33.875rem;width:12.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09VdXGtlL4V3VHDZE6wtJIC6vrOeuQ3 { top:1.625rem;left:6.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SniI5LCnyO5pv7ZqhkG5dMQKmHhEWTQp { top:1.4375rem;left:21.9375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePevyIRhLZgNaWhB1bIEfVru8tPgXJSS { top:1.5rem;left:37.9375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { top:4.5rem;left:3.1234359741211rem;width:41.4375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Vs5cRb4z1P9c2T4ICMRMLu8yfvmurB { top:21.5rem;left:7.68408203125rem;width:15.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxV2wk5qzIc2T3JhVabFMzf3T53AJSC { width:26.25rem;height:5rem;top:11.4375rem;left:10.749996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVWUczUeTP47oSXS3eFVzQzTSbUo4wuT { display:block; }
 }@media only screen and (max-width: 763px) { #fGqygn0UscnptNA16WHHaglXdqPz3qfs { top:22.1875rem;left:27.15478515625rem;width:15.1875rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/c2ed1aa1-21c3-460b-b4bc-a4615a6d083b/Projektbeznazwy20260413T143109371.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:14.5625rem;height:2.761725rem;top:39.625rem;left:2.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-form-header {  }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:rgba(18,28,27,0.56);font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(18,28,27,0.56);font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fdfdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f1f6ff;border-left:0.0625rem solid #f1f6ff;border-right:0.0625rem solid #f1f6ff;border-bottom:0.0625rem solid #f1f6ff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#9c9ca4;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#2ba57a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#ffffff;width:11.375rem;height:3.125rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal;line-height:.9; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-moz-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-moz-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-ms-input-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-webkit-input-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:first-of-type{padding-top:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:last-of-type{padding-bottom:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:42.38671875rem;z-index:15001; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 {display:block;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:42.38671875rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #Eqi8vnz2cw3IEG829ZiRnhJaFBuxD4S6 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #aBxNQVnWAagizPMzFvXZm02Ql59mIiP0 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #hVzFNO9xkbx3AirZw49eZ2ih7hUxmhHe {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #X5vM6lA560CZ4GduUrTZ2TiC0x5JAgTl {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #cydIS7pypzseekPMSvqCxMkwcNG1ACrR {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #kgxiHi76q7EWNLLCL6CUITASu00VRXrB {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sxZcGsVz4uMxG7NfI3fFVnlJGyKIxMUw {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #LIDZqFLz1MzsTgKoNEdLMIFsJSy56QFf { display:none; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uSIkBzB0VDinoR98yfZFd4bc1KtldZEs {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GclGzGOUP4mV8W72esZbWKFWSTD5ykCu {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #QQNxWnzacCiUbAzI8NV7W6XtU0VL2ATh {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sf7xmLPRzlea7vppIJfvPO5M1Fh8UPEk {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #ds4WWVbdLaSA6mTcbIeNWiKTp6xcGGnD {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #m0GTOZkUOowHXqxKyy0M430qJx4teGVa {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GakJDsH3MDJs9FpH4D9kbOOMBtErtilI {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #EnUCltBWJy3PWTSgROJDAViObn1I1VPI {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #dbSkxAX9vtV1AbLSK0sw7HKeu5NzmJb9 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #zVTOSNLXmbXFGoRbpJZLv8fzu3CnRyWh {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #eIxv9zaD0KLn8ODhTu3zN9ref3WDxINn {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #RgZHAPIqOJAMGixMhp4NAZrUMd9nuAyD {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #H4QPaa5FVHTdeFthWkTNSTExnE4ZTB4S {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #tcQX3VOx7F8tpI3hfUeZEb0UU3oH9BTQ {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #P5GommPwRiWZ5L0WFBqaKl2pSCKWwN6g {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #umrbHPx20iuqgD56R6mqg7rKkwTWl67u {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #mM4gKe6WAIigSl17R7uwl0K97t72BsSn {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GyFoN789FOpg72PABFMRlP7THc9HlVCG {  }
 }@media only screen and (max-width: 763px) { #AqmpOqtZasgH5O5K2WMaAVHozp6kta5T { width:20rem;height:52rem;top:32.3583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsuIydcbyh5GCsMrJN5PE5ibhrskucS { width:20rem;height:1.8125rem;top:9.75rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#2ba57a;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gWemUcWmNPGMw8Ug5vhkqG8AgKK7NmOz { width:20rem;height:4.7109375rem;top:34.9140625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5BqMrAHuNBpzunGMnP9SurHquqiQOFJ { width:14.4375rem;height:5.375rem;top:3.880859375rem;left:2.78125rem;font-size:2.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Uxqiph9SPk938BkOW9pHvB2MlhG0bg5n { top:11.2958984375rem;left:1.40625rem;width:18.4375rem;height:21.125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qlD5KWDi6bNMPiMVWAHPyiiu9TDFcWa6 { width:10.8125rem;height:1.75rem;top:1.380859375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { width:18.9375rem;height:9.3408125rem;top:1.7978515625rem;left:0.53125rem;font-size:1.4375rem;color:#6c3177;display:block; }
 }@media only screen and (max-width: 763px) { #vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ { display:block; }#vsuUTeBweqzlH7QOlOIn5NTbQfD77lIQ > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJmlU3EBawNmOyMH5XM2amqEvOrIb91J { width:19.375rem;height:4.142575rem;top:5.28125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BRXSWR6FTvm0OuaBDMZ8TcNxRQ1m2cln { width:10.8125rem;height:3.25rem;top:1.53125rem;left:3.46875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { width:20rem;height:4.142575rem;top:14.421875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vGQn5crpVq8Iw8JyEkE0ZyXDoTtbnO7c { width:12rem;height:3.25rem;top:10.4375rem;left:3.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UDF2MUWRow75lZyku4FSe8gZnOcIcXrT { width:10.75rem;height:3.25rem;top:19.84375rem;left:3.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { width:20rem;height:5.5234375rem;top:23.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwTJndO95BuSTBXl6fvkp08kbOs1AuCC { display:flex;width:2.9375rem;height:2.9375rem;top:10.59375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #of2UW8uy70XMD8Ey5KSTITkPRXKpprnt { display:flex;width:2.9375rem;height:2.9375rem;top:20rem;left:0rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #I0tR8RNubgons0kDBgJhKG5GQd7GqwBk { display:flex;width:2.9375rem;height:2.9375rem;top:1.6875rem;left:0rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz { display:block; }#GZRq1hhPKtNHxzOTwHdv7hGId3TCBAnz > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyX9HXU53PRReeenkqriEwNJdaKI3ZuG { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc { display:block; }#Ph06Tf1e3oUM861HtC1gs2V6rv23RBGc > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLbKxBg11OULT0FwP8m5JBZwg63zud1T { width:20rem;height:38.8125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfuBi8IucTybmOD5Pstk8LnfesIan6V9 { width:16.75rem;height:4.62890625rem;top:12.99609375rem;left:1.625rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdv31AD4u6ff7azga7iZATpkWuOEPg0o { width:15.4375rem;height:1.3808625rem;top:22.189453125rem;left:3.65625rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTo6dS47Ge8pHpshqPCUkGP2yfv1mwp1 { width:17.25rem;height:10.3984375rem;top:24.255859375rem;left:1.375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z7ayu4ZS0SnJTNExXcNWg4ozlBEnu2oT { width:11.5625rem;height:2.25rem;top:35.5625rem;left:4.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzK45Om6wAZXSo4PaJ84SZU5JxcClNHy { display:block; }
 }@media only screen and (max-width: 763px) { #mMy6kolWK0VB7IXSr2I5iMayeAK9iHrr { display:flex;width:2rem;height:2rem;top:21.8173828125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #V7OcKJ9yBQ1k8yRQ8dOscpTSsHxGCy6w { width:16.375rem;height:2.76171875rem;top:18.814453125rem;left:3.625rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZVbG4KwzSMZrVgHBsB6QX9P5gmCCmCR { display:flex;width:1.5rem;height:1.5rem;top:19.005859375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #cL8ysA5NWBvagtW05nAD3ocSXNRq2zkE { width:11.5625rem;height:8.625rem;top:2.8125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqDbRfdBS1fzhdnKnvXPKFVHoUVguCSC { width:20rem;height:23.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPhFM8TT6LSXAZfzknukdO54TzyHMmf { width:20rem;height:19.8125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSHbM27A08oZZ5yhDqlqCy3T2aRTM6S { width:20rem;height:23.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRDNKPVPqybhsxBmLiAs8qIEJG8xRc9 { width:20rem;height:39.875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp93eKdHIr72XPT2Dtd0DF6nxyP5wgkd { width:13.25rem;height:8.5rem;top:42.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlAbETJpPO7HFGbEVqDWXHcelz3R2Sr { width:20rem;height:3.0859375rem;top:55.8515625rem;left:0rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLO93n0pTXf18H2g5e1mtvxsNygdvQWn { width:13.375rem;height:1.3808625rem;top:59.814453125rem;left:3.625rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #laaNdoZeugpwA1RFq9dm8aNuURXcT1t3 { display:flex;width:1.5rem;height:1.5rem;top:60rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #cSLmaXesOyqd7gQE86IneAJMw2TdoPWp { width:17.5rem;height:10.3984375rem;top:66.0625rem;left:1.25rem;font-size:1rem;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V2kWoQFX4A958eOqTvGlSCvGIp1eipPF { width:14.4375rem;height:2.25rem;top:76.4375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCl7le7DbupsomdRmxAx2IHaWrO2ZWUX { display:block; }
 }@media only screen and (max-width: 763px) { #DwdU2VfdcFy95m8RKRvSaPZA33T0LKEE { width:9.75rem;height:1.3808625rem;top:63.0419921875rem;left:3.65625rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEnT2DIXqGi2x4pNZphNa5Uq5LM558eG { display:flex;width:1.9375rem;height:1.9375rem;top:62.6611328125rem;left:1.21875rem; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG8PaEUTI8obgIyVIfyJZJhGbvxmSWAx { width:19.1875rem;height:2.03125rem;top:1.125rem;left:0.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#6c3177;display:block; }
 }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { width:18.125rem;height:26.71875rem;top:3.71875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #zqCcCKH6pnqAltBGRRsQa7C7nSr1D3Fv { width:12.1875rem;height:10.0625rem;top:46.018751144409rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9IAIfDTeDfXf8HRlPu7dJXgNIrJxiDC { width:12.1875rem;height:10.25rem;top:29.687489986419rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7avqrl4FET0k1AAxOW95aB9isncZBXx { width:10.3125rem;height:3.5625rem;top:40.206251144409rem;left:4.8437500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#6c3177;display:block; }
 }@media only screen and (max-width: 763px) { #zpUBq82WDT5I8IGErGzMQCLvAizCfh3k { width:10.8125rem;height:1.3125rem;top:43.768751144409rem;left:4.5937500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#2ba57a;display:block; }
 }@media only screen and (max-width: 763px) { #mLdWR4BAGDPUyDiIvXoEcqOz4UZJGnEp { width:9.375rem;height:3.5625rem;top:56.893753051757rem;left:5.8312502503395rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#6c3177;display:block; }
 }@media only screen and (max-width: 763px) { #WoeBzGQbEhOy24iH1hT464UHUTpwEbZA { width:11.6875rem;height:1.3125rem;top:60.456253051757rem;left:4.1562500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#2ba57a;display:block; }
 }@media only screen and (max-width: 763px) { #kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk { display:block; }#kZSAArdCkWKBcn1oNCmOgxfdOCUMZdtk > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPhB5TteZA6ba9tTzwyKi5ttefDpD34R { width:17.6875rem;height:6.824225rem;top:0.5498046875rem;left:1.15625rem;font-size:1.3125rem;color:#6c3177;display:block; }
 }@media only screen and (max-width: 763px) { #Dh94RNFAaICnAPmeFCTOe01TOQwWTO3T { width:16.5rem;height:3.4375rem;top:7.6875rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI191C9oOSkXELeB4zxCxZDTefnS1Oop { display:block; }
 }@media only screen and (max-width: 763px) { #kpAw77tZHvTckx0t1KKzhnywgbPdBqTN { display:block; }#kpAw77tZHvTckx0t1KKzhnywgbPdBqTN > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeQnaAfkNlK0r8F37EGOQqUNEzuUhmgL { width:20rem;height:2.03125rem;top:3.421875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #haiR3PSJokgLHSfoahcqbgtwUckKcTw8 { width:18.25rem;height:14.5625rem;top:15.84375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNZdgk4o9s2nwamyZZaV9elNo4BnxVpI { width:17.1875rem;height:9.02345rem;top:5.98828125rem;left:2.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #iEb28yMn2vv4BOM2mn27tXIDxUO1cWpk { display:flex;width:1.5rem;height:1.5rem;top:6.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #F2TeUW2EexPHk3GM7OeFbWHLvHKmuDP2 { width:19.625rem;height:29.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4xmbBPawZuIS59awODRdzfAuXsXeVNS { display:flex;width:1.5rem;height:1.5rem;top:8.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #XCT8nma0DaqMXqg1BgnDE7SPb32H21fw { display:flex;width:1.5rem;height:1.5rem;top:10.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #bGciniMqvc4Ndk0ogEqPp0NBaxTL6cq4 { display:flex;width:1.5rem;height:1.5rem;top:13.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 { display:block; }#lt9KyQnyVZeNUUhdEKdO6Mo3bLzvHbT4 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH1i16PA1Uiqi8UxWWRzaGRn53ySZDUD { width:20rem;height:6.09375rem;top:2.265625rem;left:0rem;font-size:1.5625rem;color:rgba(0,0,0,0.71);display:block; }
 }@media only screen and (max-width: 763px) { #M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi { display:block; }#M3WOs2fBLo9A8TgxWTZmsqmonXpIi1oi > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMIPvg75V72TxARzDCRuogtNHWVVkgCW { width:19.8125rem;height:4.142575rem;top:6.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OvEVOZLnC9dLiQprOH80TDKltDr0K63r { width:15rem;height:3.25rem;top:2.6875rem;left:3.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yqU4yKC4AUyK602BeKBvbKWK0vHHMaIP { width:14.375rem;height:4.875rem;top:12rem;left:3.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2Ar0zSNyUXR6WWMZ4it5wSHT9Bp14Mx { width:19.8125rem;height:5.5234375rem;top:17.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L964CmKZRFS1Hbrct0iGXAsZtXKcStfI { width:11.875rem;height:3.25rem;top:24.5625rem;left:3.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgSELWNDOJZJhFTVWwvQURebr0Favhiy { width:20rem;height:4.142575rem;top:28.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m09VdXGtlL4V3VHDZE6wtJIC6vrOeuQ3 { display:flex;width:2.875rem;height:2.875rem;top:2.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SniI5LCnyO5pv7ZqhkG5dMQKmHhEWTQp { display:flex;width:2.875rem;height:2.875rem;top:12rem;left:0rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #ePevyIRhLZgNaWhB1bIEfVru8tPgXJSS { display:flex;width:2.875rem;height:2.875rem;top:24.5625rem;left:0rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { width:20rem;height:9.75rem;top:3.375rem;left:0rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D4Vs5cRb4z1P9c2T4ICMRMLu8yfvmurB { width:13.8125rem;height:5.09765625rem;top:19.6123046875rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxV2wk5qzIc2T3JhVabFMzf3T53AJSC { width:16.5rem;height:3.4375rem;top:14.37890625rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVWUczUeTP47oSXS3eFVzQzTSbUo4wuT { display:block; }
 }@media only screen and (max-width: 763px) { #fGqygn0UscnptNA16WHHaglXdqPz3qfs { width:13.1875rem;height:3.611325rem;top:26.06640625rem;left:3.40625rem;font-size:1.0625rem;display:block; }
 }