.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,229,244;--color-primary-1:131,168,218;--color-primary-2:7,80,181;--color-primary-3:4,40,91;--color-primary-4:1,12,27;--color-secondary-0:255,255,255;--color-secondary-1:251,251,251;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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(0,0,0,0);background-image:url("https://images.assets-landingi.com/hVtvU3Z6/Bez_nazwy_1.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/htDkmz7l/photo_1605026084325_b7b3cdc2a63a.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-form-header {  }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e23f5c;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button.adaptive-delivery-prevent-bg, #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button.lazyload, #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button.lazyloading { background-image: none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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.3;float:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-container:first-of-type{padding-top:0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-container:last-of-type{padding-bottom:0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.9375rem;left:38.4375rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER {display:block;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.9375rem;left:38.4375rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #CXGUSRGFDH0RbbPNCzTbvyT13B7hlVx9 { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aMN32JVsHro0zIoiD0owbzSNMkmVZU1t { position:relative;display:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #TpDyZ9FAuce3EZE4plBb03dPkyP3R3Je { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HzxLTm5b62NgnsVoFg2B2W560dzQAniT { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aSVhKzKqyoGKTNwHft0TC37Ek7RbJXLS { position:relative;display:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #kZ7sDJBXuTN2Heo1DJ9gOTst0lhbM1Fb { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #hUizieilVFTsou1zikpJzaMytgMNx37Q { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ikm25ALxGslfDWTW3KbNbBSTlXMVeaXP { position:relative;display:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ec0Nvc7zAXflwSG0g3ogQIz0yDcQRRiJ { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #NcAby0800MB1hFUXRsxvoI9D2hat82Wr { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HEP6RPmcVZ09wa2xTcDRhtC2El1JUmQT { position:relative;z-index:2; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aD1VHqDWZgw1KQkxyy1nthZvQp8vKsyp { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #FO7XeOGLevftuZ3qwxflTVvBrEu6MfD9 { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #wV251bqt9JMGIl4mOAi9EXwm4J4hU8Ak { position:relative; }
#TrPA7b5KntrESMAtQtewGQf9LpCFFDXL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:21.875rem;top:6.6875rem;left:38.125rem;display:block; }
#QW3dnJl6Mhy8e47E4dQw8R48cQ0ALLrg { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-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.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:21.875rem;top:4.75rem;left:38.125rem;display:block; }
#atRR5gxCTB8TvZFik6McEplkTV2hyR1Q { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:24.5625rem;left:0rem;height:6.361875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:before{  }
#et4bbb60zi0nKcuXcBLRp8Ws2gc2w6BX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.3125rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#pOUTWrM6NV9dCyVuTCAzpSgoQ3Zzyw5e { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:5.3125rem;left:38.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcTUK6DgbwOUl4TC1TPOzrqzT4CIwzEJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15070;line-height:1.8;letter-spacing:0;top:35.6875rem;left:28.9375rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkKfdH6qx9CLp5cB0G1aeJz5oKS842u4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15069;line-height:1.8;letter-spacing:0;top:35.75rem;left:14.875rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XKfAElxC460WdlP5Q1Cm98Oi0SomZlPI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15068;line-height:1.8;letter-spacing:0;top:35.6875rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HFGLhVxBb1g7oyOP9csiTGy0MtncVMhG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15068;line-height:1.8;letter-spacing:0;top:33.3125rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { 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; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { background-color: transparent; background-image: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .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); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { border-width: 0; border-radius: 0; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { font-size:0.875rem;font-family:arial;height:95.1875rem;width:60rem;position:relative;display:block; }#Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:13.875rem;left:0rem;height:7.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:7.6875rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:11.75rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#cUHtAkK9gOWZ2gyIHSk7pX9sWCaM3tyK { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:21rem;width:18.75rem;top:32.8125rem;left:41.25rem;display:block; }
#DbF3mwHRoZoGMih91DlRM0VCRcbUyO7r { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:38.75rem;left:44rem;height:11.19530625rem;font-style:italic;display:block; }
#A4I929RIofgUG4KrJQ5vQ3FQ78srNgZI { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:21.125rem;width:18.75rem;top:32.6875rem;left:20.625rem;display:block; }
#G5AoPQyZ0OtdaUvXEc66BbLHlZZTJwUJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:38.8125rem;left:23.1875rem;height:12.594725rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dnomTG1xaeNkNT57Px9DfQ8fkDkCa9f0 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:38.3125rem;left:21.9375rem;overflow:hidden;display:block; }
#t4C3dxb5XJzetr9aFUcJt8RsO0bpfRcp { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:38.25rem;left:42.75rem;overflow:hidden;display:block; }
#a8GxODLNqByth9ArAE0PzVZ8uwVf22r6 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:21.0625rem;width:18.75rem;top:32.6875rem;left:0rem;display:block; }
#v6TLWaZimXdTkgesSyxdPWLJwZLFzF3O { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:38.8125rem;left:2.625rem;height:9.795875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Xsrufw4mXnel5zS8q8aKzGQ5RKOuBzqU { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:33.5625rem;left:21.9375rem;overflow:hidden;display:block; }
#KkBQNDXsSlnyqhL2IRifQ2zQcyZvgWoT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:33.5rem;left:42.75rem;overflow:hidden;display:block; }
#fOlkesRH8QTQmsR9ceq58fL8bFkeHii3 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:35.5rem;left:6rem;height:1.21875rem;display:block; }
#fQscppJRlTe3lI2xwoxb8MMGs6PGdsGM { color:rgba(var(--color-tertiary-4),0.5);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:35.5rem;left:26.5625rem;height:1.21875rem;display:block; }
#CKcOayk402Af6tFusGLmbov9PcO5ccoT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:35.4375rem;left:47.3125rem;height:1.21875rem;display:block; }
#ImitwsHJHvlS1n5R4A11kuZSwQoT6rzZ { color:rgba(var(--color-primary-2),1);display:block;width:5.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.25rem;left:6rem;height:1.13725rem;font-style:normal;display:block; }
#BrJXWFFcpTUEoP1E8RosGIqITEPz0S4L { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:34.25rem;left:26.5625rem;height:1.13725rem;font-style:normal;display:block; }
#IkcHrhaFkBmEnZkbIdySqEp9Z0xZecgl { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:34.1875rem;left:47.3125rem;height:1.13725rem;font-style:normal;display:block; }
#f20TpZd3MdBkwf5RzRelQsTxNfbdHCuC { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:33.5625rem;left:1.375rem;overflow:hidden;display:block; }
#Q6WSDPD4QBtFyr3nxpZCBTg9gZBhpgK5 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:38.3125rem;left:1.8125rem;overflow:hidden;display:block; }
#Tqw0x6PhEbbChTDmDDOlUE30d09P4zZl { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:30.4375rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Lq3V1LPBu1tnGBEOFdLbgmVTc8hnrTc1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:30.9375rem;left:21.9375rem;overflow:hidden;display:none; }
#uOq8S7WOQVJ54MLzwNt9qpotS4tOMnXL { position:absolute;display:block;z-index:15012;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:29.1875rem;width:26.1875rem;top:3.6242904663086rem;left:33.875rem;overflow:hidden;display:block; }
#bxMUtz46Sm7VrVDZGSlmAEFQqSMJUnn4 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:60rem;top:60.5rem;left:0rem;overflow:hidden;display:block; }
#wSPiIMtxh5tuM7scrCHeDlG9Q078w0iz { position:absolute;display:block;z-index:15044;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:33.3125rem;width:60rem;top:60.5rem;left:0rem;overflow:hidden;display:block; }
#pLKQeJroXt4eGnum1RMTaTcMVupGNg6b { position:absolute;display:block;z-index:15045;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:33.3125rem;width:60rem;top:60.5rem;left:0rem;overflow:hidden;display:block; }
#Fi5WbiKkJB5bvt5eSDve5GTgq7XhR7a5 { position:absolute;display:block;z-index:15046;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:33.3125rem;width:60rem;top:60.5rem;left:0rem;overflow:hidden;display:block; }
#kThK2T9FTVD1vs8rbRMeaodohuoUayTl { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:60rem;top:60.5rem;left:0rem;overflow:hidden;display:block; }
#FazZkRsbN098eLBAMrNdBEm6XQtf2o94 { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:58.4375rem;left:15.40625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { background-color: transparent; background-image: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .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); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { border-width: 0; border-radius: 0; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#fm05eHGV7v7CXne3yrf1d278128Ph58D { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:3.5rem;left:28.75rem;height:2.8183625rem;font-style:normal;display:block; }
#X4yF9rhRSsSqhhoKEDAXJDfw1KIIryum { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.5625rem;left:28.75rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fNy1i5anKa9OWXz42bGyAacm0Z5ZJU3f { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:9.6875rem;left:28.75rem;height:18rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ShQaM829mIGu4N4TCq7FAKeFe450oKCW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:35.9375rem;left:28.75rem;height:8.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#ShQaM829mIGu4N4TCq7FAKeFe450oKCW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ShQaM829mIGu4N4TCq7FAKeFe450oKCW li:before{  }
#g7SZgRkJQ4ZCWHUl9OSMG3q6EJOI7COn { color:#3d3d3d;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:28.75rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gdNuml3n9vmNqiFTaT2AZxrSOVnBfy1J { 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:40.5625rem;width:20.5rem;top:3.5rem;left:1.5625rem;overflow:hidden;display:block; }
#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu { 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; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { background-color: transparent; background-image: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .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); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { border-width: 0; border-radius: 0; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#AG8JMXpAc1GpSoPBUMptBoKSXUWM7GsL { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#Vl37camBttk6l8cdSMWlOMbXL3QnBCEQ { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:7.5625rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#sXyhsIg5HspPEWu5Smnh9eAJXrD3PUSL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:19.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qLQMRL4MAWUyfWyvSxQ6HieqFh0aWing { 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:25.6875rem;width:25.375rem;top:7.5625rem;left:34.625rem;overflow:hidden;display:block; }
#pFLPckT71nQlAvhiQA35ditcMyNfWFFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { background-color: transparent; background-image: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .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); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { border-width: 0; border-radius: 0; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#gtOXdenXJCfk4dTkJKC5ILItqzop4cuq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:9.6875rem;left:28.75rem;height:30rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HxiElArsbol6lG84gwQx3fLUU8ZNSW43 { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:7.5625rem;left:28.75rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wOg3K36OykpiRugik23npWWzcvVU33on { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:3.5rem;left:28.75rem;height:2.8183625rem;font-style:normal;display:block; }
#R4pIJ7Gs478LZsfxHwos72zEfHtMhq0h { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.5rem;width:20.9375rem;top:3.5rem;left:0.4375rem;overflow:hidden;display:block; }
#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI { 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; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { background-color: transparent; background-image: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .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); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { border-width: 0; border-radius: 0; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#XkmnuL6t67F2D1ZOiffm2Vk2zvSNrrTa { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:12rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nk13Ca4cihBnRVTEzJRGfUutvEFcWoI1 { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:7.5625rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gTT8eriDXTZ5AV5069vcutiddgfVsEs0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#T3v6oxanK61lKn9XCL0bPq466TIVM4Ua { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:22.75rem;left:0rem;height:10.5625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#T3v6oxanK61lKn9XCL0bPq466TIVM4Ua li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3v6oxanK61lKn9XCL0bPq466TIVM4Ua li:before{  }
#qOTxwhVuzdHXXwCZPNBy2uObgekhnB0n { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:21.4375rem;top:7.5625rem;left:38.5625rem;overflow:hidden;display:block; }
#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { background-color: transparent; background-image: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .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); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { border-width: 0; border-radius: 0; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:60rem;position:relative;display:block; }#ON1MdUilTH3dPWkidicG7b7plf97G6vF { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#zHu5oCHL1bmTnmDeGL2glF4vkSlupxtH { color:#3d3d3d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:7.5rem;left:0rem;height:4.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#SU4WoDCbOAWcQOKpTgweamsGE2PvsaLG { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:48.625rem;left:10rem;display:block; }
#MQtgbtRUBBVNdAiHZJHq3M32ZpwR7axy { position:absolute;display:block;z-index:15033;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:20rem;width:60rem;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#uH9cLWFenX44N1qK3z93ADWXR3Ca8s8P { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:14.125rem;left:16.6875rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PCKRsbLCXiaSTwApufrSxAzy5wg3RzDo { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:60rem;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#cmE8CcK68SaxbiXfuMMnzbvSI0TwcMaR { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:60rem;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#U6L6NQ97A2IoDvOhvPrFHcQd1rddSRZf { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:60rem;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#UyTrmBhO8IlMNLaJxbw8N84SRsSTJPEX { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:60rem;top:20.592150211334rem;left:0rem;overflow:hidden;display:block; }
#FvvkaD2nEeO6ybKTZEnEvBIDOT6G2rIi { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:60rem;top:20.717329502106rem;left:0rem;overflow:hidden;display:block; }
#SUDfRXbfalibLy7JiLGhFznwAQECyWes { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:60rem;top:24.6875rem;left:0rem;overflow:hidden;display:block; }
#FAgA11hOl3BNKLulMEOqEtFftXMSHBme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/htDkmz7l/photo_1605026084325_b7b3cdc2a63a.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme.adaptive-delivery-prevent-bg, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyload, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyloading { background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { background-color: transparent; background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .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); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { border-width: 0; border-radius: 0; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:17.5rem;left:0rem;height:12.37305625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwV3TUPTKmPxq4XdeROEObIzmhxqsmDw { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:21.875rem;top:5.4375rem;left:38.125rem;display:block; }
#y8LnTpMoxhpuyh79PZ97br2vPK9XB4c0 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-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.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:21.875rem;top:3.5rem;left:38.125rem;display:block; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-form-header {  }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e23f5c;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button.adaptive-delivery-prevent-bg, #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button.lazyload, #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button.lazyloading { background-image: none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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.3;float:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-container:first-of-type{padding-top:0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-container:last-of-type{padding-bottom:0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.625rem;left:38.4375rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr {display:block;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.625rem;left:38.4375rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #zTn0IvHJVmeSltOmsq8E9vI9Ghvel9yR { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #hBnJW5CBbBVStBnDz5rUBi2EOTTXQl8V { position:relative;display:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #LwCr0RqEJulANdPzgp1kBEMLfBzQEkqw { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #thLTFd768qkIZGtE9IbiN2RegRZqnKr5 { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Bv3otObTcsHvRptrLT71kuTRvkbkViOH { position:relative;display:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #JFSkbfGkV4kbPLQoMIpTZ0XFueuTTTuB { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #fW1yzoRsLyAZwqeTcAECGU6pB0TipvQv { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #qbG5SURCBgGbXPVPBTfa2HXXWJWplLH0 { position:relative;display:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #WUB1z41JD5aFHdXRZTc3vRTwb8BZrQd8 { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Tsq50T0WqomhVwaJfgOFgVdoUrwdLoB3 { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #wNRWQkeTOSdalp3NMA910ytHpMnkpc9G { position:relative;z-index:2; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #G5mNUmFwvw2yeSrGdWrGPG5bJOIKlZ0G { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DcBEe1XSrBqtV2EZzXFXxInNXE1vythf { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DJop45LiGPZRcrlPMlFH2EzaptX8BeQ6 { position:relative; }
#Mr3V93teQFV5m4vg0qoNTNc09lrF7A1z { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Abu6J80tWQ5lmidg6rfqMNQhUQ8Qs7ny { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15060;line-height:1.8;letter-spacing:0;top:31.4375rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D1vFMCdKUK81X0rZpNMQLaakm45CTKwZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15060;line-height:1.8;letter-spacing:0;top:33.75rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8xM0oTFFGCoiQWEkkh9rTxsh6p3JV3G { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15061;line-height:1.8;letter-spacing:0;top:36.125rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z4QIHJlTHVQwnt8wcD3DUcVfe97Egq6v { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:4.0625rem;left:38.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 { background-color:#0d0e0e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row .container { background-color: transparent; background-image: none; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row .container > .video-iframe-container { display: none; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row > .video-iframe-container { display: none; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .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); }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row .container { border-width: 0; border-radius: 0; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#IlRpTdJXf7Cb18tLQ9DcDBMFEfW9rea1 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.515625rem;left:4.4306640625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V66QTt5tC4sp4tNfWeW8FTQxVn9bp6gK { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.25rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#t6WOGLzem8XTJhXwTBCg42azZVGceUpX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:1.662109375rem;left:39.4375rem;height:2.9243625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER  { width:18.75rem;height:auto;top:9.9375rem;left:26.5rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER {display:block;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER { width:18.75rem;height:auto;top:9.9375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #CXGUSRGFDH0RbbPNCzTbvyT13B7hlVx9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aMN32JVsHro0zIoiD0owbzSNMkmVZU1t { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #TpDyZ9FAuce3EZE4plBb03dPkyP3R3Je {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HzxLTm5b62NgnsVoFg2B2W560dzQAniT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aSVhKzKqyoGKTNwHft0TC37Ek7RbJXLS { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #kZ7sDJBXuTN2Heo1DJ9gOTst0lhbM1Fb {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #hUizieilVFTsou1zikpJzaMytgMNx37Q {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ikm25ALxGslfDWTW3KbNbBSTlXMVeaXP { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ec0Nvc7zAXflwSG0g3ogQIz0yDcQRRiJ {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #NcAby0800MB1hFUXRsxvoI9D2hat82Wr {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HEP6RPmcVZ09wa2xTcDRhtC2El1JUmQT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aD1VHqDWZgw1KQkxyy1nthZvQp8vKsyp {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #FO7XeOGLevftuZ3qwxflTVvBrEu6MfD9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #wV251bqt9JMGIl4mOAi9EXwm4J4hU8Ak {  }
 }@media only screen and (max-width: 763px) { #TrPA7b5KntrESMAtQtewGQf9LpCFFDXL { width:21.875rem;height:25.5rem;top:6.6875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW3dnJl6Mhy8e47E4dQw8R48cQ0ALLrg { width:21.875rem;height:4.625rem;top:4.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRR5gxCTB8TvZFik6McEplkTV2hyR1Q { width:32.5rem;height:;top:10.4375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF { width:26.5rem;height:6.25rem;top:24.5625rem;left:0rem;font-size:1.0625rem;display:block; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:before{  }
 }@media only screen and (max-width: 763px) { #et4bbb60zi0nKcuXcBLRp8Ws2gc2w6BX { top:4.75rem;left:0rem;width:4.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOUTWrM6NV9dCyVuTCAzpSgoQ3Zzyw5e { width:21.875rem;height:3.5rem;top:5.3125rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTUK6DgbwOUl4TC1TPOzrqzT4CIwzEJ { width:10.8125rem;height:2.3125rem;top:35.6875rem;left:22.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkKfdH6qx9CLp5cB0G1aeJz5oKS842u4 { width:10.8125rem;height:2.3125rem;top:35.75rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKfAElxC460WdlP5Q1Cm98Oi0SomZlPI { width:11.75rem;height:2.3125rem;top:35.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFGLhVxBb1g7oyOP9csiTGy0MtncVMhG { width:9.875rem;height:2.3125rem;top:33.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { display:block; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { width:30.9375rem;height:9rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { width:32.5rem;height:2.8125rem;top:7.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { width:30.5rem;height:1.5rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUHtAkK9gOWZ2gyIHSk7pX9sWCaM3tyK { width:18.75rem;height:21rem;top:32.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbF3mwHRoZoGMih91DlRM0VCRcbUyO7r { width:14.1875rem;height:12.5625rem;top:38.75rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4I929RIofgUG4KrJQ5vQ3FQ78srNgZI { width:18.75rem;height:21.125rem;top:32.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5AoPQyZ0OtdaUvXEc66BbLHlZZTJwUJ { width:14.9375rem;height:12.5625rem;top:38.8125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnomTG1xaeNkNT57Px9DfQ8fkDkCa9f0 { width:0.875rem;height:0.5625rem;top:38.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4C3dxb5XJzetr9aFUcJt8RsO0bpfRcp { width:0.875rem;height:0.5625rem;top:38.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GxODLNqByth9ArAE0PzVZ8uwVf22r6 { width:18.75rem;height:21.0625rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6TLWaZimXdTkgesSyxdPWLJwZLFzF3O { width:14.8125rem;height:11.1875rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsrufw4mXnel5zS8q8aKzGQ5RKOuBzqU { width:3.75rem;height:3.6875rem;top:33.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBQNDXsSlnyqhL2IRifQ2zQcyZvgWoT { width:3.75rem;height:3.6875rem;top:33.5rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOlkesRH8QTQmsR9ceq58fL8bFkeHii3 { width:7.8125rem;height:1.1875rem;top:35.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQscppJRlTe3lI2xwoxb8MMGs6PGdsGM { width:9.5625rem;height:1.1875rem;top:35.5rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKcOayk402Af6tFusGLmbov9PcO5ccoT { width:10.1875rem;height:1.1875rem;top:35.4375rem;left:37.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImitwsHJHvlS1n5R4A11kuZSwQoT6rzZ { width:5.8125rem;height:1.125rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrJXWFFcpTUEoP1E8RosGIqITEPz0S4L { width:4.375rem;height:1.125rem;top:34.25rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcHrhaFkBmEnZkbIdySqEp9Z0xZecgl { width:10.0625rem;height:1.125rem;top:34.1875rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20TpZd3MdBkwf5RzRelQsTxNfbdHCuC { width:3.6875rem;height:3.6875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6WSDPD4QBtFyr3nxpZCBTg9gZBhpgK5 { width:0.875rem;height:0.5625rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw0x6PhEbbChTDmDDOlUE30d09P4zZl { width:30.5rem;height:1.5rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq3V1LPBu1tnGBEOFdLbgmVTc8hnrTc1 { width:0.875rem;height:0.5625rem;top:30.9375rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOq8S7WOQVJ54MLzwNt9qpotS4tOMnXL { top:3.5625rem;left:21.5625rem;width:26.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxMUtz46Sm7VrVDZGSlmAEFQqSMJUnn4 { top:60.5rem;left:0rem;width:47.75rem;height:26.511197916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSPiIMtxh5tuM7scrCHeDlG9Q078w0iz { top:60.5rem;left:0rem;width:47.75rem;height:26.511197916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLKQeJroXt4eGnum1RMTaTcMVupGNg6b { top:60.5rem;left:0rem;width:47.75rem;height:26.511197916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5WbiKkJB5bvt5eSDve5GTgq7XhR7a5 { top:60.5rem;left:0rem;width:47.75rem;height:26.511197916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThK2T9FTVD1vs8rbRMeaodohuoUayTl { top:60.5rem;left:0rem;width:47.75rem;height:26.511197916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FazZkRsbN098eLBAMrNdBEm6XQtf2o94 { width:30.5rem;height:1.5rem;top:58.4375rem;left:9.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { display:block; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm05eHGV7v7CXne3yrf1d278128Ph58D { width:25.875rem;height:2.8125rem;top:3.5rem;left:21.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4yF9rhRSsSqhhoKEDAXJDfw1KIIryum { width:30.5rem;height:1.5rem;top:7.5625rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNy1i5anKa9OWXz42bGyAacm0Z5ZJU3f { width:31.25rem;height:22.5rem;top:9.6875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShQaM829mIGu4N4TCq7FAKeFe450oKCW { width:31.25rem;height:8.75rem;top:35.9375rem;left:16.5rem;font-size:1rem;display:block; }#ShQaM829mIGu4N4TCq7FAKeFe450oKCW li:before{  }
 }@media only screen and (max-width: 763px) { #g7SZgRkJQ4ZCWHUl9OSMG3q6EJOI7COn { width:19.375rem;height:1.5rem;top:33.8125rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdNuml3n9vmNqiFTaT2AZxrSOVnBfy1J { top:3.5rem;left:0rem;width:20.5rem;height:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1csKoLAJyZxqMGn5S0C4G591TpQRzhu { display:block; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG8JMXpAc1GpSoPBUMptBoKSXUWM7GsL { width:25.875rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl37camBttk6l8cdSMWlOMbXL3QnBCEQ { width:30.5rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyhsIg5HspPEWu5Smnh9eAJXrD3PUSL { width:31.25rem;height:24rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQMRL4MAWUyfWyvSxQ6HieqFh0aWing { top:7.5625rem;left:22.375rem;width:25.375rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFLPckT71nQlAvhiQA35ditcMyNfWFFp { display:block; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtOXdenXJCfk4dTkJKC5ILItqzop4cuq { width:31.25rem;height:34.5rem;top:9.6875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiElArsbol6lG84gwQx3fLUU8ZNSW43 { width:30.5rem;height:1.5rem;top:7.5625rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOg3K36OykpiRugik23npWWzcvVU33on { width:28.75rem;height:2.8125rem;top:3.5rem;left:19rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4pIJ7Gs478LZsfxHwos72zEfHtMhq0h { top:3.5rem;left:0rem;width:20.9375rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI { display:block; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkmnuL6t67F2D1ZOiffm2Vk2zvSNrrTa { width:31.25rem;height:12rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk13Ca4cihBnRVTEzJRGfUutvEFcWoI1 { width:30.5rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTT8eriDXTZ5AV5069vcutiddgfVsEs0 { width:31.875rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3v6oxanK61lKn9XCL0bPq466TIVM4Ua { width:35rem;height:10.5625rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }#T3v6oxanK61lKn9XCL0bPq466TIVM4Ua li:before{  }
 }@media only screen and (max-width: 763px) { #qOTxwhVuzdHXXwCZPNBy2uObgekhnB0n { top:7.5625rem;left:26.3125rem;width:21.4375rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa { display:block; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1MdUilTH3dPWkidicG7b7plf97G6vF { width:45rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHu5oCHL1bmTnmDeGL2glF4vkSlupxtH { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU4WoDCbOAWcQOKpTgweamsGE2PvsaLG { top:48.625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQtgbtRUBBVNdAiHZJHq3M32ZpwR7axy { top:16.6875rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH9cLWFenX44N1qK3z93ADWXR3Ca8s8P { width:26.6875rem;height:1.5625rem;top:14.125rem;left:10.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCKRsbLCXiaSTwApufrSxAzy5wg3RzDo { top:16.6875rem;left:0rem;width:47.75rem;height:22.432552083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmE8CcK68SaxbiXfuMMnzbvSI0TwcMaR { top:16.6875rem;left:0rem;width:47.75rem;height:22.432552083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6L6NQ97A2IoDvOhvPrFHcQd1rddSRZf { top:16.6875rem;left:0rem;width:47.75rem;height:22.432552083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTrmBhO8IlMNLaJxbw8N84SRsSTJPEX { top:20.5625rem;left:0rem;width:47.75rem;height:16.215104166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvvkaD2nEeO6ybKTZEnEvBIDOT6G2rIi { top:20.6875rem;left:0rem;width:47.75rem;height:16.016145833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDfRXbfalibLy7JiLGhFznwAQECyWes { top:24.6875rem;left:0rem;width:47.75rem;height:11.141666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgA11hOl3BNKLulMEOqEtFftXMSHBme { display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { width:30.125rem;height:12.1875rem;top:17.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwV3TUPTKmPxq4XdeROEObIzmhxqsmDw { width:21.875rem;height:25.0625rem;top:5.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8LnTpMoxhpuyh79PZ97br2vPK9XB4c0 { width:21.875rem;height:4.625rem;top:3.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr  { width:18.75rem;height:auto;top:8.625rem;left:26.5rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr {display:block;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr { width:18.75rem;height:auto;top:8.625rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #zTn0IvHJVmeSltOmsq8E9vI9Ghvel9yR {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #hBnJW5CBbBVStBnDz5rUBi2EOTTXQl8V { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #LwCr0RqEJulANdPzgp1kBEMLfBzQEkqw {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #thLTFd768qkIZGtE9IbiN2RegRZqnKr5 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Bv3otObTcsHvRptrLT71kuTRvkbkViOH { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #JFSkbfGkV4kbPLQoMIpTZ0XFueuTTTuB {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #fW1yzoRsLyAZwqeTcAECGU6pB0TipvQv {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #qbG5SURCBgGbXPVPBTfa2HXXWJWplLH0 { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #WUB1z41JD5aFHdXRZTc3vRTwb8BZrQd8 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Tsq50T0WqomhVwaJfgOFgVdoUrwdLoB3 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #wNRWQkeTOSdalp3NMA910ytHpMnkpc9G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #G5mNUmFwvw2yeSrGdWrGPG5bJOIKlZ0G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DcBEe1XSrBqtV2EZzXFXxInNXE1vythf {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DJop45LiGPZRcrlPMlFH2EzaptX8BeQ6 {  }
 }@media only screen and (max-width: 763px) { #Mr3V93teQFV5m4vg0qoNTNc09lrF7A1z { width:34.3125rem;height:;top:4.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abu6J80tWQ5lmidg6rfqMNQhUQ8Qs7ny { width:35.0625rem;height:2.3125rem;top:31.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1vFMCdKUK81X0rZpNMQLaakm45CTKwZ { width:35.0625rem;height:2.3125rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xM0oTFFGCoiQWEkkh9rTxsh6p3JV3G { width:35.0625rem;height:2.3125rem;top:36.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4QIHJlTHVQwnt8wcD3DUcVfe97Egq6v { width:21.875rem;height:3.5rem;top:4.0625rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 { display:block; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlRpTdJXf7Cb18tLQ9DcDBMFEfW9rea1 { width:22.0625rem;height:1.25rem;top:2.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V66QTt5tC4sp4tNfWeW8FTQxVn9bp6gK { top:1.5625rem;left:0rem;width:3.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6WOGLzem8XTJhXwTBCg42azZVGceUpX { width:20.5625rem;height:2.875rem;top:1.625rem;left:27.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ud7Pp9dG/Bez_nazwy_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZVt06jIx/photo_1486312338219_ce68d2c6f44d.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER  { width:17.5rem;height:auto;top:33.75rem;left:0rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER {display:block;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER { width:17.5rem;height:auto;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #CXGUSRGFDH0RbbPNCzTbvyT13B7hlVx9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aMN32JVsHro0zIoiD0owbzSNMkmVZU1t { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #TpDyZ9FAuce3EZE4plBb03dPkyP3R3Je {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HzxLTm5b62NgnsVoFg2B2W560dzQAniT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aSVhKzKqyoGKTNwHft0TC37Ek7RbJXLS { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #kZ7sDJBXuTN2Heo1DJ9gOTst0lhbM1Fb {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #hUizieilVFTsou1zikpJzaMytgMNx37Q {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ikm25ALxGslfDWTW3KbNbBSTlXMVeaXP { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ec0Nvc7zAXflwSG0g3ogQIz0yDcQRRiJ {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #NcAby0800MB1hFUXRsxvoI9D2hat82Wr {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HEP6RPmcVZ09wa2xTcDRhtC2El1JUmQT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aD1VHqDWZgw1KQkxyy1nthZvQp8vKsyp {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #FO7XeOGLevftuZ3qwxflTVvBrEu6MfD9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #wV251bqt9JMGIl4mOAi9EXwm4J4hU8Ak {  }
 }@media only screen and (max-width: 763px) { #TrPA7b5KntrESMAtQtewGQf9LpCFFDXL { width:20rem;height:25.5rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW3dnJl6Mhy8e47E4dQw8R48cQ0ALLrg { width:20rem;height:4.625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRR5gxCTB8TvZFik6McEplkTV2hyR1Q { width:20rem;height:7.7988125rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF { width:20rem;height:12.097625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:before{  }
 }@media only screen and (max-width: 763px) { #et4bbb60zi0nKcuXcBLRp8Ws2gc2w6BX { width:4.3125rem;height:4.125rem;top:0.9375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOUTWrM6NV9dCyVuTCAzpSgoQ3Zzyw5e { width:20rem;height:3.5rem;top:29.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTUK6DgbwOUl4TC1TPOzrqzT4CIwzEJ { width:10.8125rem;height:2.25rem;top:67.07421875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkKfdH6qx9CLp5cB0G1aeJz5oKS842u4 { width:10.8125rem;height:2.25rem;top:63.57421875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKfAElxC460WdlP5Q1Cm98Oi0SomZlPI { width:11.75rem;height:2.25rem;top:60.07421875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFGLhVxBb1g7oyOP9csiTGy0MtncVMhG { width:9.875rem;height:1.57493125rem;top:57.25rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { background-color:#ffffff;background-image:none;display:block; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { background-color: transparent; background-image: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .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); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { width:20rem;height:139.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { width:20rem;height:15rem;top:34rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { width:20rem;height:2.19993125rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { width:16.75rem;height:4.5rem;top:28.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUHtAkK9gOWZ2gyIHSk7pX9sWCaM3tyK { width:18.75rem;height:21rem;top:98.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbF3mwHRoZoGMih91DlRM0VCRcbUyO7r { width:14.1875rem;height:12.59471875rem;top:105rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4I929RIofgUG4KrJQ5vQ3FQ78srNgZI { width:18.75rem;height:21.125rem;top:76.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5AoPQyZ0OtdaUvXEc66BbLHlZZTJwUJ { width:14.9375rem;height:12.594725rem;top:82.6875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnomTG1xaeNkNT57Px9DfQ8fkDkCa9f0 { width:0.875rem;height:0.5625rem;top:82.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4C3dxb5XJzetr9aFUcJt8RsO0bpfRcp { width:0.875rem;height:0.5625rem;top:100.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GxODLNqByth9ArAE0PzVZ8uwVf22r6 { width:18.75rem;height:21.0625rem;top:54.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6TLWaZimXdTkgesSyxdPWLJwZLFzF3O { width:14.8125rem;height:11.1953125rem;top:60.375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsrufw4mXnel5zS8q8aKzGQ5RKOuBzqU { width:3.75rem;height:3.6875rem;top:77.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBQNDXsSlnyqhL2IRifQ2zQcyZvgWoT { width:3.75rem;height:3.6875rem;top:99.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOlkesRH8QTQmsR9ceq58fL8bFkeHii3 { width:9.5625rem;height:1.5rem;top:57.0625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQscppJRlTe3lI2xwoxb8MMGs6PGdsGM { width:11.625rem;height:1.5rem;top:79.375rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKcOayk402Af6tFusGLmbov9PcO5ccoT { width:12.25rem;height:1.5rem;top:101.6875rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImitwsHJHvlS1n5R4A11kuZSwQoT6rzZ { width:5.8125rem;height:1.29980625rem;top:55.8125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrJXWFFcpTUEoP1E8RosGIqITEPz0S4L { width:4.375rem;height:1.29980625rem;top:78.1875rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcHrhaFkBmEnZkbIdySqEp9Z0xZecgl { width:10.0625rem;height:1.29980625rem;top:100.4375rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20TpZd3MdBkwf5RzRelQsTxNfbdHCuC { width:3.6875rem;height:3.6875rem;top:55.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6WSDPD4QBtFyr3nxpZCBTg9gZBhpgK5 { width:0.875rem;height:0.5625rem;top:60.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw0x6PhEbbChTDmDDOlUE30d09P4zZl { width:20rem;height:1.5rem;top:51.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq3V1LPBu1tnGBEOFdLbgmVTc8hnrTc1 { width:0.875rem;height:0.5625rem;top:104.8125rem;left:2.6875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #uOq8S7WOQVJ54MLzwNt9qpotS4tOMnXL { width:19.9375rem;height:22.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxMUtz46Sm7VrVDZGSlmAEFQqSMJUnn4 { width:20rem;height:11.104166666667rem;top:126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSPiIMtxh5tuM7scrCHeDlG9Q078w0iz { width:20rem;height:11.104166666667rem;top:126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLKQeJroXt4eGnum1RMTaTcMVupGNg6b { width:20rem;height:11.104166666667rem;top:126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5WbiKkJB5bvt5eSDve5GTgq7XhR7a5 { width:20rem;height:11.104166666667rem;top:126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThK2T9FTVD1vs8rbRMeaodohuoUayTl { width:20rem;height:11.104166666667rem;top:126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FazZkRsbN098eLBAMrNdBEm6XQtf2o94 { width:20rem;height:3rem;top:122.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { background-color:#fbfbfb;background-image:none;display:block; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { background-color: transparent; background-image: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .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); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm05eHGV7v7CXne3yrf1d278128Ph58D { width:20rem;height:2.19993125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4yF9rhRSsSqhhoKEDAXJDfw1KIIryum { width:20rem;height:1.5rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNy1i5anKa9OWXz42bGyAacm0Z5ZJU3f { width:20rem;height:33rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShQaM829mIGu4N4TCq7FAKeFe450oKCW { width:20rem;height:10.25rem;top:45.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#ShQaM829mIGu4N4TCq7FAKeFe450oKCW li:before{  }
 }@media only screen and (max-width: 763px) { #g7SZgRkJQ4ZCWHUl9OSMG3q6EJOI7COn { width:19.375rem;height:1.5rem;top:42.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdNuml3n9vmNqiFTaT2AZxrSOVnBfy1J { width:20rem;height:39.57225rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1csKoLAJyZxqMGn5S0C4G591TpQRzhu { background-color:#ffffff;background-image:none;display:block; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { background-color: transparent; background-image: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .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); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG8JMXpAc1GpSoPBUMptBoKSXUWM7GsL { width:20rem;height:2.19993125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl37camBttk6l8cdSMWlOMbXL3QnBCEQ { width:20rem;height:1.5rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyhsIg5HspPEWu5Smnh9eAJXrD3PUSL { width:20rem;height:34.5rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQMRL4MAWUyfWyvSxQ6HieqFh0aWing { width:20rem;height:20.246305418719rem;top:43.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFLPckT71nQlAvhiQA35ditcMyNfWFFp { background-color:#fbfbfb;background-image:none;display:block; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { background-color: transparent; background-image: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .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); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtOXdenXJCfk4dTkJKC5ILItqzop4cuq { width:20rem;height:49.5rem;top:9.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiElArsbol6lG84gwQx3fLUU8ZNSW43 { width:20rem;height:1.5rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOg3K36OykpiRugik23npWWzcvVU33on { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4pIJ7Gs478LZsfxHwos72zEfHtMhq0h { width:20rem;height:38.686567164179rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI { background-color:#ffffff;background-image:none;display:block; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { background-color: transparent; background-image: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .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); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkmnuL6t67F2D1ZOiffm2Vk2zvSNrrTa { width:20rem;height:18rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk13Ca4cihBnRVTEzJRGfUutvEFcWoI1 { width:20rem;height:3rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTT8eriDXTZ5AV5069vcutiddgfVsEs0 { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3v6oxanK61lKn9XCL0bPq466TIVM4Ua { width:20rem;height:18.0625rem;top:30.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#T3v6oxanK61lKn9XCL0bPq466TIVM4Ua li:before{  }
 }@media only screen and (max-width: 763px) { #qOTxwhVuzdHXXwCZPNBy2uObgekhnB0n { width:20rem;height:23.848396501458rem;top:49.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa { background-color:#fbfbfb;background-image:none;display:block; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { background-color: transparent; background-image: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .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); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1MdUilTH3dPWkidicG7b7plf97G6vF { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHu5oCHL1bmTnmDeGL2glF4vkSlupxtH { width:20rem;height:13.5rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU4WoDCbOAWcQOKpTgweamsGE2PvsaLG { height:11.25rem;width:20rem;top:36.53053855896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQtgbtRUBBVNdAiHZJHq3M32ZpwR7axy { width:20rem;height:6.6666666666669rem;top:26.174561500549rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH9cLWFenX44N1qK3z93ADWXR3Ca8s8P { width:20rem;height:3.1875rem;top:21.681437015534rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCKRsbLCXiaSTwApufrSxAzy5wg3RzDo { width:20rem;height:9.3958333333331rem;top:24.810929298401rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmE8CcK68SaxbiXfuMMnzbvSI0TwcMaR { width:20rem;height:9.3958333333331rem;top:24.809100151062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6L6NQ97A2IoDvOhvPrFHcQd1rddSRZf { width:20rem;height:9.3958333333331rem;top:24.808237075806rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #UyTrmBhO8IlMNLaJxbw8N84SRsSTJPEX { width:20rem;height:6.7916666666669rem;top:26.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvvkaD2nEeO6ybKTZEnEvBIDOT6G2rIi { width:20rem;height:6.7083333333331rem;top:26.1640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDfRXbfalibLy7JiLGhFznwAQECyWes { width:20rem;height:4.6666666666667rem;top:27.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgA11hOl3BNKLulMEOqEtFftXMSHBme { background-color:transparent;background-image:url("https://images.assets-landingi.com/htDkmz7l/photo_1605026084325_b7b3cdc2a63a.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme.adaptive-delivery-prevent-bg, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyload, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyloading { background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { background-color: transparent; background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,114,164,0.8); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .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); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { width:20rem;height:7.87109375rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwV3TUPTKmPxq4XdeROEObIzmhxqsmDw { width:20rem;height:25.0625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8LnTpMoxhpuyh79PZ97br2vPK9XB4c0 { width:20rem;height:4.625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr  { width:17.5rem;height:auto;top:17.8125rem;left:0rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr {display:block;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr { width:17.5rem;height:auto;top:34.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #zTn0IvHJVmeSltOmsq8E9vI9Ghvel9yR {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #hBnJW5CBbBVStBnDz5rUBi2EOTTXQl8V { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #LwCr0RqEJulANdPzgp1kBEMLfBzQEkqw {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #thLTFd768qkIZGtE9IbiN2RegRZqnKr5 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Bv3otObTcsHvRptrLT71kuTRvkbkViOH { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #JFSkbfGkV4kbPLQoMIpTZ0XFueuTTTuB {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #fW1yzoRsLyAZwqeTcAECGU6pB0TipvQv {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #qbG5SURCBgGbXPVPBTfa2HXXWJWplLH0 { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #WUB1z41JD5aFHdXRZTc3vRTwb8BZrQd8 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Tsq50T0WqomhVwaJfgOFgVdoUrwdLoB3 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #wNRWQkeTOSdalp3NMA910ytHpMnkpc9G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #G5mNUmFwvw2yeSrGdWrGPG5bJOIKlZ0G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DcBEe1XSrBqtV2EZzXFXxInNXE1vythf {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DJop45LiGPZRcrlPMlFH2EzaptX8BeQ6 {  }
 }@media only screen and (max-width: 763px) { #Mr3V93teQFV5m4vg0qoNTNc09lrF7A1z { width:20rem;height:10.3984375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abu6J80tWQ5lmidg6rfqMNQhUQ8Qs7ny { width:20rem;height:1.57493125rem;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1vFMCdKUK81X0rZpNMQLaakm45CTKwZ { width:20rem;height:2.25rem;top:24.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xM0oTFFGCoiQWEkkh9rTxsh6p3JV3G { width:20rem;height:2.25rem;top:26.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4QIHJlTHVQwnt8wcD3DUcVfe97Egq6v { width:20rem;height:3.5rem;top:30.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 { display:block; }#wQHHe7ffZzpBQoXSSiz27JTPsNSiXdx5 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlRpTdJXf7Cb18tLQ9DcDBMFEfW9rea1 { width:20rem;height:2.4375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V66QTt5tC4sp4tNfWeW8FTQxVn9bp6gK { width:3.25rem;height:3.0625rem;top:0.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6WOGLzem8XTJhXwTBCg42azZVGceUpX { width:20rem;height:4.3857375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }