.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container { display: none; }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .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); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { background-color: transparent; background-image: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container > .video-iframe-container { display: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container { display: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .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); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { border-width: 0; border-radius: 0; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { font-size:0.875rem;font-family:poppins;height:6.4375rem;width:75rem;position:relative;display:block; }#TGlErVfzLITyKoK58MlAOFHOwo1PnEqv { background-color:#f7f7fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9062501192093rem;left:58.125005722046rem;display:block; }
#TR9tzyXe2Q0QK1GHqhhgNuhlgmUraNJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNv2MraJ0WyQeJnJ6unhb7GadRycrkIA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62305rem;width:16.936875rem;top:1.4440104365349rem;left:1.6731777191162rem;overflow:hidden;display:block; }
#OSWqVl2XwROWiF1ldg3AMNkdHw6pXBxv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:16.9375rem;top:1.404079914093rem;left:0.68576431274412rem;overflow:hidden;display:none; }
#R10v1REfWG9FT8C4BCGeTcQfrDGm4bOn { background-color:#f7f7fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9062501192093rem;left:58.125005722046rem;display:none; }
#HEOmDotDg2V4rbfcLFISqVKgIGx7aHAJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gg7sxSf8rtlo83SbbV0MLwCbPTIaQfoh { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#0002a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lkvPitzmfPUUZdVHolv37lPZUuEwgSL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa9004f8-1b7d-4bc8-b4b7-f014b3af5eb5/landing_page_wyprawa_AB_2025_1920x1080_250812_gk_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.adaptive-delivery-prevent-bg, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyload, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyloading { background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { background-color: transparent; background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container > .video-iframe-container { display: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container { display: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .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); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { border-width: 0; border-radius: 0; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#IpMJg5BiZmF9NfRCyQKKds3uygAlLrcU { background-color:#f7f7fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;box-sizing:border-box;color:#18191b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9062501192093rem;left:58.125005722046rem;display:none; }
#P8xF4cHGDPrO2dmPnddCmBLOpVOZdkbR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ { position:relative;display:block; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ { background-color: transparent; background-image: none; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row .container > .video-iframe-container { display: none; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row > .video-iframe-container { display: none; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .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); }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ { border-width: 0; border-radius: 0; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:100.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZlVOg7M6gT3piFkFx3d6TVtwrJllCbPK { color:#18191b;display:block;width:36.4375rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0.625rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODJi51TwZZhnuVLbsvnCmCWyWcdCgQBy { color:#18191b;display:block;width:35.74375rem;position:absolute;font-family:quicksand;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:32.6875rem;left:0.5625rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p82TCMooApKPUQV4aTkAkZiri720L80D { color:#18191b;display:block;width:36.5rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:36.625rem;left:0.4375rem;height:28.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zU0LOwdhn2Wr1Ts5sQmdFS7chT0g5S6u { color:#18191b;display:block;width:34.3125rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:67.5625rem;left:0.625rem;height:31.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-form-header {  }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-regular-label { height:auto;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;color:#000000;width:32.5625rem;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;font-style:normal;overflow:hidden; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f6f6ff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:32.5625rem;box-sizing:border-box;height:3.4375rem;color:#18191b;font-size:1rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0rem 0.3125rem 0.875rem rgba(199,199,199,0.64) ;line-height:1;text-align:left;text-align-last:left; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f6f6ff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;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:32.5625rem;box-sizing:border-box;height:4rem;color:#18191b;font-size:1rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0rem 0.3125rem 0.875rem rgba(199,199,199,0.64) ;line-height:1;text-align:left;text-align-last:left; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-select { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f6f6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #efb03f;border-left:0.125rem solid #efb03f;border-right:0.125rem solid #efb03f;border-bottom:0.125rem solid #efb03f;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:32.5625rem;box-sizing:border-box;height:3.4375rem;color:#5c677d;font-family:quicksand;font-size:1.3125rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.3125rem 0.3125rem rgba(199,199,199,0.45) ;line-height:1; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f7f7fe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#18191b;width:32.5625rem;height:3.75rem;font-family:quicksand;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]:-moz-placeholder { color:#18191b;font-family:quicksand;font-size:1.1875rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]::-moz-placeholder { color:#18191b;font-family:quicksand;font-size:1.1875rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]:-ms-input-placeholder { color:#18191b;font-family:quicksand;font-size:1.1875rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]::-webkit-input-placeholder { color:#18191b;font-family:quicksand;font-size:1.1875rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .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:quicksand;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#5c677d;vertical-align:top;width:31.3125rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial;float:none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .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; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:poppins;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-container:first-of-type{padding-top:0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-container:last-of-type{padding-bottom:0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.71826171875rem;top:0.68359375rem;z-index:15001;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.5625rem;display:block;vertical-align:top; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#5c677d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 {display:block;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.71826171875rem;top:0.68359375rem;z-index:15001;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #lFR0Kbf9fy3kcQ59M6Ilp9Igb95nNAG7 { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #BQ5eEo3EIP6mwdRQUSO3WHfk9pt9KWZX { position:relative;display:none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #de9ylrLCnEIz2yRfWUXtqdidZycvC4yI { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #ieZw586qKRwoWeTznsSxTzsV4d0xrD5I { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Mo2JCnv3WwetoEzekJ1MqKuTMeVutUfJ { position:relative;display:none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #sskqZnxiHpQq3FFQtHcTFHZlWsWyBPB7 { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Jd137bJpELKy8Hx6qpNHVX93w3OP5OTD { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #cQqo4qcHdEd5POAFpiBqUzWndCI5vseA { position:relative;display:none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #TqgxK7LDeHXMS6Mq432f7b6OX3gbKeHX { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #JFKtlNltR5mNr9wRWdbZdhe544G9X55A { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #G70W9L3x3fNTzUD3DMoKAkGo4eMApTki { position:relative;display:block; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #c9eq8unCpp221MRSaURftZm0A63gMZ83 { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Xzl21bNTaTGw3lTqw1XTeWIP4WA8m39h { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #ypvxaJZM971nXprUH2TpyUbRXNRw7Lby { position:relative;display:block; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #goIHQT6U4r7LoZckIhx8cgGqRV29lxDJ { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #iwOUZeCXbl29hoAZBUJb1lBdyerPSyH8 { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #w2yumwW68hH038RGyiCaKsXLLFkTPVBq { position:relative;display:block; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #uKByxdAoZACzJTbtqb8eDS0KtNTKqnt0 { position:relative; }
#CGKcX5PuKtJfvDuIGlkMQw7aQBT49c9m { position:relative;display:block; }
#Ta0fynMZ02whVI9JsxP8U7RUAe1HXVIW { position:relative;display:block; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #IZ2ic9KR3AKJlxA8EQyTBg7gCRpIpN9A { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #kfuEEUxlHKD3f4meN3fwqRFTMIcWApEk { position:relative;z-index:2; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #I76itwP4a2xps6AixXcelsyKikluID9A { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #RMmqs84JK7ozn4URZ5Jf6yt09Ic3o6Eb { position:relative;z-index:15000; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #o1z0rFJHiopgd2sO8dqEf2sLaFpu6DWv { position:relative;z-index:15000; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #QS1onQynoad2UfWxBrtHpnIWtrA28ZH0 { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #S2S9IhlA0TPOi8CRTScKJTunAMUlw4yt { position:relative;z-index:2; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #VM1FshIQt1uAuF9K9HIBtO43rESpqkiw { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #cHpDefwlWB752NspTP4hf7lQJp9ZyZpg { position:relative;z-index:15000; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #K7uALtIvtli0U6gIutrBG7KbEXsbNVEi { position:relative;z-index:15000; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #vi6K9CfigBpDM99ZrCEeosE8VWxk1FAP { position:relative;display:block;z-index:15000; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #bToq2E4T2P1azvEKqlWaNv29mZJRGM14 { position:relative;display:block;z-index:15000; }
#aarsIUMG18fNKUB7TT4UmPvTvyc3yAvS { position:relative;display:block; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #JalZBWBakblagpZ9TG9ON5b3KKkwIpr9 { position:relative; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #gU3you6RCbZK0qqq7LUW7Gu7HsEmsDzl { position:relative; }
#foECFUNPu1aDxHlp5VT9qi1rdeT3PNhR { color:#18191b;display:block;width:37.375rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0.68202972412112rem;left:0.25rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { border-width: 0; border-radius: 0; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;position:relative;display:none; }#EiXEg3v5n48NZ0i4FVOAZRvptKWzP3CW { color:#18191b;display:block;width:35.745125rem;position:absolute;font-family:quicksand;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:20.75rem;left:1.25rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQNtGpvOC2A8lC1xlVKQ1BOXKv6li0gA { color:#18191b;display:block;width:71.375rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.375rem;left:1.25rem;height:13.1286875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sV63EDs66f2SFV2vMusfd2VBCb10yyoQ { color:#18191b;display:block;width:72.625rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:40.3125rem;left:1.25rem;height:26.257325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBP0cqEW4lD4Vc5qse3VXtX2Po2hwWgy { color:#18191b;display:block;width:71.375rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.875rem;left:1.25rem;height:10.5029375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qSoNJnEU9Cy1o99cEF6MrKS9JZF8aJig { color:#18191b;display:block;width:71.3125rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.37109375rem;left:1.1871070861816rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { position:relative;display:block; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { background-color: transparent; background-image: none; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container > .video-iframe-container { display: none; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row > .video-iframe-container { display: none; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .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); }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { border-width: 0; border-radius: 0; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b5wdl9tnf7xDqAFIHiSN40mUsn2pyFNs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5625rem;width:36.5625rem;top:0.36666624999998rem;left:0.36666625rem;overflow:hidden;display:block; }
#mevGJKGsnrZRWrLPnywOublF29oV1i3s { position:absolute;display:block;z-index:15001;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:36.8125rem;width:36.8125rem;top:0.359375rem;left:37.784371948242rem;overflow:hidden;display:block; }
#lrydXieVldrGAibySrdeAXUTHTMW7dxs { position:relative;display:block; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs { background-color: transparent; background-image: none; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container > .video-iframe-container { display: none; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row > .video-iframe-container { display: none; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .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); }#lrydXieVldrGAibySrdeAXUTHTMW7dxs { border-width: 0; border-radius: 0; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VOuMvxvzIWIPkFWlViuvt9wXVzxUvdJg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:36.3125rem;top:0.65000228881837rem;left:0.425rem;overflow:hidden;display:block; }
#myRWrS0atGRN5rxpzBLuQ4io2mDiGtru { position:absolute;display:block;z-index:15001;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:36.4375rem;width:36.4375rem;top:0.72500228881838rem;left:38.049999237061rem;overflow:hidden;display:block; }
#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { position:relative;display:block; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { background-color: transparent; background-image: none; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container > .video-iframe-container { display: none; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row > .video-iframe-container { display: none; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .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); }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { border-width: 0; border-radius: 0; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FoICqs83ASKrS0xDrDUPoLkGVhogDT57 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:36.3125rem;top:0.6875rem;left:38.09375rem;overflow:hidden;display:block; }
#Er3GZ67Twq2alPVO8Zs2iyy5NLFrL8gh { position:absolute;display:block;z-index:15002;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:36.3125rem;width:36.3125rem;top:0.6875rem;left:0.59375rem;overflow:hidden;display:block; }
#BQDm3MioivpDtdUTzm2bH8JXG58JP87B { position:relative;display:block; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B { background-color: transparent; background-image: none; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container > .video-iframe-container { display: none; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row > .video-iframe-container { display: none; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .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); }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B { border-width: 0; border-radius: 0; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C2PhbvuaIHUChTJOsPfvELkDM1Oh5gSt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:36.3125rem;top:0.6875rem;left:38.09375rem;overflow:hidden;display:block; }
#OssKTuwTeD9v48iIc50k88yJ6OeOB3uy { position:absolute;display:block;z-index:15001;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:36.3125rem;width:36.3125rem;top:0.6875rem;left:0.59375rem;overflow:hidden;display:block; }
#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { background-color: transparent; background-image: none; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container > .video-iframe-container { display: none; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row > .video-iframe-container { display: none; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .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); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { border-width: 0; border-radius: 0; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#u10oTKwOiIVXSnGkKTQ2vWcGP0JQB6Az { position:absolute;display:block;z-index:15024;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:3.125rem;width:3.125rem;top:1.9375rem;left:63.5625rem;display:block; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:2.5625rem;left:64.1875rem; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#Ta2aEEOoNy85FCz5xbSkF8OwCs4rzine { position:absolute;display:block;z-index:15022;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:1.9375rem;left:59.875rem;display:block; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:2.4375rem;left:60.375rem; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#TJmKPkf19G0JwBJzmUprcQsLkyLLUt6p { position:absolute;display:block;z-index:15020;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:3rem;width:3rem;top:2rem;left:56.1875rem;display:block; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.5625rem;left:56.9375rem; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#o1TPuF6PCDzRoE2P6Khl22ekcqIBxvPV { position:absolute;display:block;z-index:15058;background-color:#b518b7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:2rem;left:52.75rem;display:block; }
#IgDixxtkbOwnfTCmKFmWCi7Kik761ifd { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.6875rem;left:53.4375rem;overflow:hidden;display:block; }
#NtFiA5nn1f8PLFiMJUX0Jn1DJoTKIJln { color:#18191b;display:block;width:19rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:32.8125rem;height:1.6253875rem;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; }
#uptI7WvO6cwLiRyWhyuHTm4xkOmnwqDR { color:#18191b;display:block;width:23.1875rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:8.3125rem;height:1.6253875rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { position:relative;z-index:auto;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGlErVfzLITyKoK58MlAOFHOwo1PnEqv { width:12.25rem;height:2.5625rem;top:1.9375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9tzyXe2Q0QK1GHqhhgNuhlgmUraNJl { display:block; }
 }@media only screen and (max-width: 763px) { #VNv2MraJ0WyQeJnJ6unhb7GadRycrkIA { width:16.875rem;height:3.6098140152773rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSWqVl2XwROWiF1ldg3AMNkdHw6pXBxv { width:16.9375rem;height:3.6242649867154rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R10v1REfWG9FT8C4BCGeTcQfrDGm4bOn { width:12.25rem;height:2.5625rem;top:1.9375rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEOmDotDg2V4rbfcLFISqVKgIGx7aHAJ { display:block; }
 }@media only screen and (max-width: 763px) { #gg7sxSf8rtlo83SbbV0MLwCbPTIaQfoh { width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkvPitzmfPUUZdVHolv37lPZUuEwgSL0 { display:block; }
 }@media only screen and (max-width: 763px) { #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG { display:block; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpMJg5BiZmF9NfRCyQKKds3uygAlLrcU { width:12.25rem;height:2.5625rem;top:1.9375rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8xF4cHGDPrO2dmPnddCmBLOpVOZdkbR { display:block; }
 }@media only screen and (max-width: 763px) { #lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ { display:block; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlVOg7M6gT3piFkFx3d6TVtwrJllCbPK { top:10.3125rem;left:0rem;width:36.4375rem;height:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODJi51TwZZhnuVLbsvnCmCWyWcdCgQBy { top:32.6875rem;left:0rem;width:35.6875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p82TCMooApKPUQV4aTkAkZiri720L80D { top:36.625rem;left:0rem;width:36.5rem;height:28.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU0LOwdhn2Wr1Ts5sQmdFS7chT0g5S6u { top:67.5rem;left:0rem;width:34.25rem;height:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-regular-label { display:block; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-checkbox-label { width:31.3125rem; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8  { width:32.5625rem;height:auto; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 {display:block;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 { width:32.5625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #lFR0Kbf9fy3kcQ59M6Ilp9Igb95nNAG7 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #BQ5eEo3EIP6mwdRQUSO3WHfk9pt9KWZX { display:none; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #de9ylrLCnEIz2yRfWUXtqdidZycvC4yI {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #ieZw586qKRwoWeTznsSxTzsV4d0xrD5I {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Mo2JCnv3WwetoEzekJ1MqKuTMeVutUfJ { display:none; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #sskqZnxiHpQq3FFQtHcTFHZlWsWyBPB7 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Jd137bJpELKy8Hx6qpNHVX93w3OP5OTD {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #cQqo4qcHdEd5POAFpiBqUzWndCI5vseA { display:none; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #TqgxK7LDeHXMS6Mq432f7b6OX3gbKeHX {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #JFKtlNltR5mNr9wRWdbZdhe544G9X55A {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #G70W9L3x3fNTzUD3DMoKAkGo4eMApTki { display:none; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #c9eq8unCpp221MRSaURftZm0A63gMZ83 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Xzl21bNTaTGw3lTqw1XTeWIP4WA8m39h {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #ypvxaJZM971nXprUH2TpyUbRXNRw7Lby {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #goIHQT6U4r7LoZckIhx8cgGqRV29lxDJ {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #iwOUZeCXbl29hoAZBUJb1lBdyerPSyH8 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #w2yumwW68hH038RGyiCaKsXLLFkTPVBq {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #uKByxdAoZACzJTbtqb8eDS0KtNTKqnt0 {  }
 }@media only screen and (max-width: 763px) { #CGKcX5PuKtJfvDuIGlkMQw7aQBT49c9m { display:block; }
 }@media only screen and (max-width: 763px) { #Ta0fynMZ02whVI9JsxP8U7RUAe1HXVIW { display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #IZ2ic9KR3AKJlxA8EQyTBg7gCRpIpN9A {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #kfuEEUxlHKD3f4meN3fwqRFTMIcWApEk { z-index:2; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #I76itwP4a2xps6AixXcelsyKikluID9A {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #RMmqs84JK7ozn4URZ5Jf6yt09Ic3o6Eb { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #o1z0rFJHiopgd2sO8dqEf2sLaFpu6DWv { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #QS1onQynoad2UfWxBrtHpnIWtrA28ZH0 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #S2S9IhlA0TPOi8CRTScKJTunAMUlw4yt { z-index:2; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #VM1FshIQt1uAuF9K9HIBtO43rESpqkiw {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #cHpDefwlWB752NspTP4hf7lQJp9ZyZpg { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #K7uALtIvtli0U6gIutrBG7KbEXsbNVEi { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #vi6K9CfigBpDM99ZrCEeosE8VWxk1FAP {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #bToq2E4T2P1azvEKqlWaNv29mZJRGM14 {  }
 }@media only screen and (max-width: 763px) { #aarsIUMG18fNKUB7TT4UmPvTvyc3yAvS { display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #JalZBWBakblagpZ9TG9ON5b3KKkwIpr9 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #gU3you6RCbZK0qqq7LUW7Gu7HsEmsDzl {  }
 }@media only screen and (max-width: 763px) { #foECFUNPu1aDxHlp5VT9qi1rdeT3PNhR { top:0.625rem;left:0rem;width:37.375rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 { display:none; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EiXEg3v5n48NZ0i4FVOAZRvptKWzP3CW { top:20.75rem;left:0rem;width:35.6875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQNtGpvOC2A8lC1xlVKQ1BOXKv6li0gA { top:25.375rem;left:0rem;width:47.75rem;height:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV63EDs66f2SFV2vMusfd2VBCb10yyoQ { top:40.3125rem;left:0rem;width:47.75rem;height:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBP0cqEW4lD4Vc5qse3VXtX2Po2hwWgy { top:8.875rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSoNJnEU9Cy1o99cEF6MrKS9JZF8aJig { top:1.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { display:block; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5wdl9tnf7xDqAFIHiSN40mUsn2pyFNs { width:36.5625rem;height:36.5625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mevGJKGsnrZRWrLPnywOublF29oV1i3s { width:36.8125rem;height:36.8125rem;top:0.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrydXieVldrGAibySrdeAXUTHTMW7dxs { display:block; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOuMvxvzIWIPkFWlViuvt9wXVzxUvdJg { width:36.3125rem;height:36.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRWrS0atGRN5rxpzBLuQ4io2mDiGtru { width:36.4375rem;height:36.4375rem;top:0.6875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { display:block; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoICqs83ASKrS0xDrDUPoLkGVhogDT57 { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3GZ67Twq2alPVO8Zs2iyy5NLFrL8gh { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDm3MioivpDtdUTzm2bH8JXG58JP87B { display:block; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2PhbvuaIHUChTJOsPfvELkDM1Oh5gSt { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssKTuwTeD9v48iIc50k88yJ6OeOB3uy { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq { display:block; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u10oTKwOiIVXSnGkKTQ2vWcGP0JQB6Az { width:3.5625rem;height:3.5625rem;top:2.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq { width:2.25rem;height:2.25rem;top:3.5312501713634rem;left:43.906251996756rem;display:block; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Ta2aEEOoNy85FCz5xbSkF8OwCs4rzine { width:3.5625rem;height:3.5625rem;top:2.8750001713634rem;left:43.250001996756rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fXMc0gFLN89UtTBXuTanMTLOKqHHme { width:2.375rem;height:2.375rem;top:3.4687501713634rem;left:39.093751996756rem;display:block; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #TJmKPkf19G0JwBJzmUprcQsLkyLLUt6p { width:3.5625rem;height:3.5625rem;top:2.875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph { width:1.875rem;height:1.875rem;top:3.5625rem;left:34.6875rem;display:block; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #o1TPuF6PCDzRoE2P6Khl22ekcqIBxvPV { width:3.5625rem;height:3.5625rem;top:2.875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgDixxtkbOwnfTCmKFmWCi7Kik761ifd { width:1.6875rem;height:1.6875rem;top:3.8125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtFiA5nn1f8PLFiMJUX0Jn1DJoTKIJln { width:25.9375rem;height:1.95rem;top:3.6812502667308rem;left:1.3750000894069rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uptI7WvO6cwLiRyWhyuHTm4xkOmnwqDR { width:25.9375rem;height:1.95rem;top:3.6812502667308rem;left:1.3750000894069rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container { display: none; }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .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) { #opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { position:relative;z-index:auto;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGlErVfzLITyKoK58MlAOFHOwo1PnEqv { width:14rem;height:2.625rem;top:1.875rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR9tzyXe2Q0QK1GHqhhgNuhlgmUraNJl { display:block; }
 }@media only screen and (max-width: 763px) { #VNv2MraJ0WyQeJnJ6unhb7GadRycrkIA { width:16.875rem;height:3.6098140152773rem;top:1.4375rem;left:1.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OSWqVl2XwROWiF1ldg3AMNkdHw6pXBxv { width:8.99825rem;height:1.875rem;top:0.9375rem;left:1.0625rem;overflow:hidden;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #R10v1REfWG9FT8C4BCGeTcQfrDGm4bOn { width:14rem;height:2.625rem;top:1.125rem;left:7.4027777910231rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #HEOmDotDg2V4rbfcLFISqVKgIGx7aHAJ { display:block; }
 }@media only screen and (max-width: 763px) { #gg7sxSf8rtlo83SbbV0MLwCbPTIaQfoh { top:1rem;left:11.537326931953rem;z-index:15019;width:7.5rem;height:2.125rem;color:#575757;display:block; }
 }@media only screen and (max-width: 763px) { #lkvPitzmfPUUZdVHolv37lPZUuEwgSL0 { display:block; }
 }@media only screen and (max-width: 763px) { #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c299aa13-3316-488c-a199-9ac7edbb8b7f/landing_page_wyprawa_AB_2025_1080x1080_250812_gk_02.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.adaptive-delivery-prevent-bg, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyload, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyloading { background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { background-color: transparent; background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container > .video-iframe-container { display: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container { display: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .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); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpMJg5BiZmF9NfRCyQKKds3uygAlLrcU { width:14rem;height:2.625rem;top:3.0628910064698rem;left:7.0246132016181rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #P8xF4cHGDPrO2dmPnddCmBLOpVOZdkbR { display:block; }
 }@media only screen and (max-width: 763px) { #lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ { display:block; }#lPFX1BWn2SzDV3JNPKcpvNw02HaBzpxJ > .row .container { width:20rem;height:128.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlVOg7M6gT3piFkFx3d6TVtwrJllCbPK { width:19.625rem;height:15.1875rem;top:5.499267578125rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #ODJi51TwZZhnuVLbsvnCmCWyWcdCgQBy { width:20rem;height:3.375rem;top:23.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #p82TCMooApKPUQV4aTkAkZiri720L80D { width:19.625rem;height:20.25rem;top:27.7490234375rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #zU0LOwdhn2Wr1Ts5sQmdFS7chT0g5S6u { width:19.625rem;height:21.9375rem;top:48.6865234375rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-form-header {  }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-regular-label { height:auto;display:block;font-family:quicksand;font-size:0.875rem;font-weight:700;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#18191b;font-size:0.75rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: none;text-align:justify;text-align-last:initial; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #18191b;border-left:0.0625rem solid #18191b;border-right:0.0625rem solid #18191b;border-bottom:0.0625rem solid #18191b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#18191b;font-size:0.75rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: none;text-align:justify;text-align-last:initial; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-select { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b518b7;border-left:0.0625rem solid #b518b7;border-right:0.0625rem solid #b518b7;border-bottom:0.0625rem solid #b518b7;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#23316a;font-family:quicksand;font-size:0.75rem;overflow:hidden;vertical-align:top;box-shadow: none; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f7f7fe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#18191b;width:17.5rem;height:3rem;font-family:quicksand;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem #18191b ; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]:-moz-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]::-moz-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]:-ms-input-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 [class*="-text"]::-webkit-input-placeholder { color:#18191b;font-family:quicksand;font-size:0.8125rem;font-weight:400;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .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:quicksand;line-height:1.4;font-size:0.75rem;font-weight:400;color:#18191b;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .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; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-container:first-of-type{padding-top:0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-container:last-of-type{padding-bottom:0;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:73.121337890625rem;z-index:15004; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.4;font-weight:400;color:#18191b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 {display:block;}#X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:73.121337890625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #lFR0Kbf9fy3kcQ59M6Ilp9Igb95nNAG7 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #BQ5eEo3EIP6mwdRQUSO3WHfk9pt9KWZX { display:none; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #de9ylrLCnEIz2yRfWUXtqdidZycvC4yI {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #ieZw586qKRwoWeTznsSxTzsV4d0xrD5I {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Mo2JCnv3WwetoEzekJ1MqKuTMeVutUfJ { display:none; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #sskqZnxiHpQq3FFQtHcTFHZlWsWyBPB7 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Jd137bJpELKy8Hx6qpNHVX93w3OP5OTD {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #cQqo4qcHdEd5POAFpiBqUzWndCI5vseA { display:none; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #TqgxK7LDeHXMS6Mq432f7b6OX3gbKeHX {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #JFKtlNltR5mNr9wRWdbZdhe544G9X55A {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #G70W9L3x3fNTzUD3DMoKAkGo4eMApTki { display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #c9eq8unCpp221MRSaURftZm0A63gMZ83 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #Xzl21bNTaTGw3lTqw1XTeWIP4WA8m39h {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #ypvxaJZM971nXprUH2TpyUbRXNRw7Lby { display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #goIHQT6U4r7LoZckIhx8cgGqRV29lxDJ {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #iwOUZeCXbl29hoAZBUJb1lBdyerPSyH8 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #w2yumwW68hH038RGyiCaKsXLLFkTPVBq { display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #uKByxdAoZACzJTbtqb8eDS0KtNTKqnt0 {  }
 }@media only screen and (max-width: 763px) { #CGKcX5PuKtJfvDuIGlkMQw7aQBT49c9m { display:block; }
 }@media only screen and (max-width: 763px) { #Ta0fynMZ02whVI9JsxP8U7RUAe1HXVIW { display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #IZ2ic9KR3AKJlxA8EQyTBg7gCRpIpN9A {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #kfuEEUxlHKD3f4meN3fwqRFTMIcWApEk { z-index:2; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #I76itwP4a2xps6AixXcelsyKikluID9A {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #RMmqs84JK7ozn4URZ5Jf6yt09Ic3o6Eb { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #o1z0rFJHiopgd2sO8dqEf2sLaFpu6DWv { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #QS1onQynoad2UfWxBrtHpnIWtrA28ZH0 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #S2S9IhlA0TPOi8CRTScKJTunAMUlw4yt { z-index:2; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #VM1FshIQt1uAuF9K9HIBtO43rESpqkiw {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #cHpDefwlWB752NspTP4hf7lQJp9ZyZpg { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #K7uALtIvtli0U6gIutrBG7KbEXsbNVEi { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #vi6K9CfigBpDM99ZrCEeosE8VWxk1FAP {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #bToq2E4T2P1azvEKqlWaNv29mZJRGM14 {  }
 }@media only screen and (max-width: 763px) { #aarsIUMG18fNKUB7TT4UmPvTvyc3yAvS { display:block; }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #JalZBWBakblagpZ9TG9ON5b3KKkwIpr9 {  }
 }@media only screen and (max-width: 763px) { #X8lg8E5zRBHBTTdRn92PJ0fUQl8h1Pq8 #gU3you6RCbZK0qqq7LUW7Gu7HsEmsDzl {  }
 }@media only screen and (max-width: 763px) { #foECFUNPu1aDxHlp5VT9qi1rdeT3PNhR { width:19.6875rem;height:3.375rem;top:0.63749504089356rem;left:0.25117182731628rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 { display:none; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { width:20rem;height:81.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EiXEg3v5n48NZ0i4FVOAZRvptKWzP3CW { width:18.9375rem;height:3.3764625rem;top:21.625rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #UQNtGpvOC2A8lC1xlVKQ1BOXKv6li0gA { width:19.5625rem;height:20.2588125rem;top:26.625rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #sV63EDs66f2SFV2vMusfd2VBCb10yyoQ { width:19.375rem;height:32.076425rem;top:48.1875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #wBP0cqEW4lD4Vc5qse3VXtX2Po2hwWgy { width:19.3125rem;height:15.1940625rem;top:5.0625rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #qSoNJnEU9Cy1o99cEF6MrKS9JZF8aJig { width:19.5rem;height:3.3764625rem;top:0.6875rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { display:block; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5wdl9tnf7xDqAFIHiSN40mUsn2pyFNs { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mevGJKGsnrZRWrLPnywOublF29oV1i3s { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrydXieVldrGAibySrdeAXUTHTMW7dxs { display:block; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOuMvxvzIWIPkFWlViuvt9wXVzxUvdJg { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRWrS0atGRN5rxpzBLuQ4io2mDiGtru { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { display:block; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoICqs83ASKrS0xDrDUPoLkGVhogDT57 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3GZ67Twq2alPVO8Zs2iyy5NLFrL8gh { width:20rem;height:20rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDm3MioivpDtdUTzm2bH8JXG58JP87B { display:block; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2PhbvuaIHUChTJOsPfvELkDM1Oh5gSt { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssKTuwTeD9v48iIc50k88yJ6OeOB3uy { width:20rem;height:20rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq { display:block; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u10oTKwOiIVXSnGkKTQ2vWcGP0JQB6Az { width:3.0625rem;height:3.0625rem;top:6.625rem;left:14.0625rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq { display:flex;width:1.9375rem;height:1.9375rem;top:7.1875rem;left:14.6875rem;font-size:0.6875rem; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #Ta2aEEOoNy85FCz5xbSkF8OwCs4rzine { width:3.125rem;height:3.125rem;top:6.625rem;left:10.25rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F4fXMc0gFLN89UtTBXuTanMTLOKqHHme { display:flex;width:2.0625rem;height:2.0625rem;top:7.125rem;left:10.8125rem; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #TJmKPkf19G0JwBJzmUprcQsLkyLLUt6p { width:3rem;height:3rem;top:6.625rem;left:6.5rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph { display:flex;width:1.75rem;height:1.75rem;top:7.25rem;left:7.1875rem;font-size:0.6875rem; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #o1TPuF6PCDzRoE2P6Khl22ekcqIBxvPV { width:2.9375rem;height:2.9375rem;top:6.6875rem;left:2.6875rem;background-color:#b518b7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IgDixxtkbOwnfTCmKFmWCi7Kik761ifd { width:1.625rem;height:1.625rem;top:7.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtFiA5nn1f8PLFiMJUX0Jn1DJoTKIJln { width:19rem;height:1.625rem;top:4.125rem;left:0.5rem;font-size:1.25rem;color:#18191b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uptI7WvO6cwLiRyWhyuHTm4xkOmnwqDR { width:20rem;height:1.6253875rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#18191b;text-align:center;text-align-last:center;display:block; }
 }