.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86603ddf-6919-48a0-9ba5-da5f145fe169/laskaskaczerecewgorzeshutterstock_1096147682211.png");background-position:center !important;background-repeat:repeat-x !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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#efTAKqRir5GfT7QHMGx6yWuliULXgsdl { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:20.21249961853rem;left:0rem;height:16.1rem;font-style:normal;display:block; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:38.625rem;left:0rem; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:38.625rem;left:4.0625rem; }
#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:12.9375rem;left:50.6875rem;display:block; }
#hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#herrQ9QVhwe3pZ2xAnMSp5DKSGBPEFPl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:17rem;left:50.6875rem;display:block; }
#AxgFbnTPZrqmlI8Mk3DQ1T4XvFGbyoqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSN1Ei51MrKTMLxbEVGw1JTLIR0Nq8hp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:right;text-align-last:right;top:20.846874237061rem;left:50.6875rem;display:block; }
#SyRdXLveD6mTsb7MbLyQgyaLdrDXKVvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnTNgTRkRAHUpGAMWPwEFiZfZizv9XpK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:24.367708206177rem;left:50.6875rem;display:block; }
#Nh6frh2A7ZAnOUVsHUkGAywozUsWg0VE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAiysCTtAdewo011O5cRTxV2TPD9U9KN { background-color:#ffffff;background-image:none;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: none;box-sizing:border-box;color:#8b70b3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.849998474121rem;left:49.9375rem;display:block; }
#KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P5KIC0aQmnzOb9Q6W6UMOXVre1kNRez4 { 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:14.6875rem;width:30.25rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#HmuEvV0x51HFrXTRdqUNyzMOcKyF596F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:28.125rem;left:50.6875rem;display:block; }
#k9g39epNxi6AAxxOEwOT6CyyHVfWhZV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { 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; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:4.5583333969116rem;left:18.96875rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:#000000;display:block;width:31rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:8.3125rem;font-style:normal;display:block; }
#a8FnwDqZRtBnF0Z4JLosX9X8iSAk7cAS { 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:11.9375rem;width:22.25rem;top:12rem;left:37.75rem;overflow:hidden;display:block; }
#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a45cb024-74ce-47d2-8daf-c8977e433821/ucarecdnzezmianamizezmianamizezmianami.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.adaptive-delivery-prevent-bg, #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.lazyload, #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.lazyloading { background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { background-color: transparent; background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .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); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { border-width: 0; border-radius: 0; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::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; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:60rem;position:relative;display:block; }#ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:4.0625rem;left:22.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#SxIrg28Hkz3PC1zZVyD7xT0o6VVA6lgR { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:10.512500762939rem;left:0rem;height:11.025rem;font-style:normal;display:block; }
#Tt1dumfuC3aAeUsVXc0KKK1yZyH9JUgN { 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:7.3125rem;width:7.3125rem;top:27.90625rem;left:4.0625rem;overflow:hidden;display:block; }
#TX0RCsTiJs5B2T8BQ6ntzI53aTlQPdSy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:27.875rem;left:17.9375rem;overflow:hidden;display:block; }
#vdnaz9JDnJ6AuBfEFErkyIwBoVlhlZn0 { 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:7.3125rem;width:7.3125rem;top:27.90625rem;left:33.0625rem;overflow:hidden;display:block; }
#P2SL5zT67lrTNNoRygTVTTpIBBJkzaSs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:27.90625rem;left:48.608337402344rem;overflow:hidden;display:block; }
#vTo2NXCzb1MtOwO82JJ3rtBWZ2A1Vnk8 { 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:7.3125rem;width:7.3125rem;top:41.15625rem;left:4.0625rem;overflow:hidden;display:block; }
#Zo9H9Co2Czb1TQOzywAQmFQfeBmU46Ox { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:41.125rem;left:18.25rem;overflow:hidden;display:block; }
#uxQ8Qwna1pEM7WDXWMM7MsU7TKF5sDNw { 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:7.4375rem;width:7.4375rem;top:41.09375rem;left:33rem;overflow:hidden;display:block; }
#O9H9EqSgCvATddL4AKBksFB6WuTWR1SF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:41.125rem;left:48.577087402344rem;overflow:hidden;display:block; }
#WhQqR8IuHd0q0swba6d4IQcJmm4Z3OEO { 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:7.5625rem;width:7.6875rem;top:55.59375rem;left:3.875rem;overflow:hidden;display:block; }
#To9DIFF3dCCGLXNHxfQeTtEeyKdlXX1y { position:absolute;display:block;z-index:15021;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:7.625rem;width:7.625rem;top:55.5625rem;left:18.1875rem;overflow:hidden;display:block; }
#PWUuiEMdbrgnMKFGGox0cC0IEQhVBzpu { position:absolute;display:block;z-index:15022;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:7.625rem;width:7.625rem;top:55.5625rem;left:32.90625rem;overflow:hidden;display:block; }
#AuoCCIUXJWW4VDWlImK3MoauLzW3toD3 { 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:7.625rem;width:7.625rem;top:55.5625rem;left:48.452087402344rem;overflow:hidden;display:block; }
#r5x2m1DBB2y5nVnnUfNfdcz3zHOGdk51 { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:36.64687538147rem;left:6.125rem;height:1.3rem;font-style:normal;display:block; }
#sfHHgzXfdh9aHhNzkyMaRUd4EzQThICx { color:#000000;display:block;width:6.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:35.996874809265rem;left:18.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2bSJzChErC5plTsdu5bQTByDlTerewR { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:35.996874809265rem;left:30.9375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKXb8C5KLGAeAXFzRdmVJsAKzfTq23Ac { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:35.996874809265rem;left:48.170837402344rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fk9SEMukzIRkZIPg3wUyly58cWwNByEy { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:49.4375rem;left:2.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x19LUL6RmQDvKeUbFq1sanEHPNxHTy7m { color:#000000;display:block;width:6.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:49.375rem;left:18.3125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxGcqL3nSE0hAcBu3inKOTyNS0tVK67o { color:#000000;display:block;width:8.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:49.375rem;left:32.53125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSt9P6dsGZwrsE3NFsJZD7SuHPSeWtTl { color:#000000;display:block;width:7.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:49.375rem;left:48.702087402344rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fyw2M37K7BFgmDQBOJIXS2qcQVp8zzEv { color:#000000;display:block;width:9rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:64.006248474119rem;left:3.21875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZ5puHFlofAtDMOlwKphk8XtybRGXLfM { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:64.006248474119rem;left:19.375rem;height:1.3rem;font-style:normal;display:block; }
#Dasatx6O3M46Zc0yxBF6urcJlOssln1T { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:64.006248474119rem;left:35.25rem;height:1.3rem;font-style:normal;display:block; }
#Ja2Tg3kZlmTDao2z2NJkum9fZVSwPSzt { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:64.006248474119rem;left:50rem;height:1.3rem;font-style:normal;display:block; }
#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8b70b3;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; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row .container { background-color: transparent; background-image: none; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row .container > .video-iframe-container { display: none; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row > .video-iframe-container { display: none; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .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); }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row .container { border-width: 0; border-radius: 0; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#mAc3vE2Pcmqwx0AExcmruxCLQrscDvWe { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3781242370606rem;left:20.3125rem;height:2.68125rem;font-style:normal;display:block; }
#P7nIxnTzTpTAizp1dKc7AcMVuWuR9BPD { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;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.9375rem;width:2.9375rem;top:1.5rem;left:15.5rem;overflow:hidden;display:block; }
#p47cNq6sZMqb378JtX5tZILKgLhtzmhT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.5625rem;left:12.5625rem; }
#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 { 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; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row .container { background-color: transparent; background-image: none; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row .container > .video-iframe-container { display: none; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row > .video-iframe-container { display: none; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .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); }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row .container { border-width: 0; border-radius: 0; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row .container { font-size:0.875rem;font-family:arial;height:67.125rem;width:60rem;position:relative;display:block; }#AVMz9zOEdJ7igs0t8T2H3oV507ElbfHR { 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:56.1875rem;width:35.0625rem;top:6.3125rem;left:11.90625rem;overflow:hidden;display:block; }
#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL { 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; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { background-color: transparent; background-image: none; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container > .video-iframe-container { display: none; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row > .video-iframe-container { display: none; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .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); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { border-width: 0; border-radius: 0; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:60rem;position:relative;display:block; }#E915PUkeZmTdQmOvRTzEb3qM3Krqdeo5 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:9.7125015258787rem;left:0rem;height:9.975rem;font-style:normal;display:block; }
#KTpZZtxzPHyezlRPm0mLwJ34dTninSzN { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:3.90625rem;left:20.96875rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T9VRarr7obG0AUIerzwsZzToCLqM7oSX { position:absolute;display:block;z-index:15003;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.8125rem;width:60rem;top:21.699999809265rem;left:0rem;overflow:hidden;display:block; }
#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8b70b3;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; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { background-color: transparent; background-image: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .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); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { border-width: 0; border-radius: 0; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#SDyrBSQQWUJgbTqdQpZQlf8dnkvw5bwn { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.9375rem;left:0rem;height:3.325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ctPvkqK3fkoLbJC0i5ZTvNXOlnRThlXS { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:4.125rem;left:8.5625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#poG5RR0VdeQc9VdaDHgG9KrPNwkftzVk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:60rem;top:18.125rem;left:0rem;overflow:hidden;display:block; }
#vh305HVlwLPTseFfetFO50lPMeJ50CCV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:11.1875rem;top:11.6875rem;left:0rem;overflow:hidden;display:none; }
#e667tyaTasFcXivoBBaxiipW6zJfADce { position:relative;display:block; }#e667tyaTasFcXivoBBaxiipW6zJfADce { background-color: transparent; background-image: none; }#e667tyaTasFcXivoBBaxiipW6zJfADce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e667tyaTasFcXivoBBaxiipW6zJfADce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e667tyaTasFcXivoBBaxiipW6zJfADce > .row .container > .video-iframe-container { display: none; }#e667tyaTasFcXivoBBaxiipW6zJfADce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e667tyaTasFcXivoBBaxiipW6zJfADce > .row > .video-iframe-container { display: none; }#e667tyaTasFcXivoBBaxiipW6zJfADce > .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); }#e667tyaTasFcXivoBBaxiipW6zJfADce { border-width: 0; border-radius: 0; }#e667tyaTasFcXivoBBaxiipW6zJfADce > .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; }#e667tyaTasFcXivoBBaxiipW6zJfADce > .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:31.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z4dPqCRfmGcur2JXWWSC0grJOMKe3l9k { 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:20.375rem;width:21.75rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
#NnsPA6PKbTghOK7B3oI4TuMtlaSBbD3K { 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:20.25rem;width:37.6875rem;top:5.40625rem;left:22.3125rem;overflow:hidden;display:block; }
#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:#8b70b3;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; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { border-width: 0; border-radius: 0; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-form-header {  }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#8b70b3;width:25.1875rem;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; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;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:25.1875rem;box-sizing:border-box;height:3.125rem;color:#8b70b3;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;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:25.1875rem;box-sizing:border-box;height:4.375rem;color:#8b70b3;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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:25.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .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; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .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:#8b70b3;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:5.0625rem;margin-bottom:0.25rem;margin-left:5.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:15.0625rem;height:3.75rem;font-family:lato;overflow:hidden; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-moz-placeholder { color:#8b70b3;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-moz-placeholder { color:#8b70b3;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-ms-input-placeholder { color:#8b70b3;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-webkit-input-placeholder { color:#8b70b3;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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:lato;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.74);vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:first-of-type{padding-top:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:last-of-type{padding-bottom:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.6875rem;left:28.25rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.6875rem;left:28.25rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #ooJBalgFSdLdqL6RdpFapxuERpaaTqHJ { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #lFEQN9CgWy81elgbMz3GRAONCwcgchSQ { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #xlriFOrzltiLPrZmWxxR36LBWyVtdA9W { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #pteMndP93Qu1gIDFr4goe3DRGZ8WSMHa { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #nXM9IUs8ZmZTgXk7QlpsQfI7edF4Nd3w { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #GSeHEoInXtJQ7a4WMU1c4xkLw0nDpfip { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf { position:relative; }
#dScT8g0kMFenT1JcXukOKlExAOWJzVTx { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:3.9937496185302rem;left:24.34375rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#wpPUfrXDFfAJwdkenGre1oXXdKzIr7xt { color:#8b70b3;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:12.637499809265rem;left:26.15625rem;height:3.6125rem;font-style:normal;display:block; }
#tZB9ozUFvZ3RLFPXZoXqgTRCA68ZvxqJ { box-sizing:content-box;height:39.75rem;width:35.8125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.125rem;left:24.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Ug3eC5hbxiQKJc7qcIPFIOL3fUATg8ZU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:23.75rem;top:22.21875rem;left:0rem;overflow:hidden;display:block; }
#VMyzioxMPRXmXPplpfESWtCRx4aAqIMI { 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:6.875rem;width:14.25rem;top:56.0625rem;left:24.34375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:31.125rem;height:16.0625rem;top:20.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs { width:3.125rem;height:3.125rem;top:38.625rem;left:0rem;display:block; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT { width:3.125rem;height:3.125rem;top:38.625rem;left:0rem;display:block; }
#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { width:9.3125rem;height:2.5625rem;top:12.9375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block; }
 }@media only screen and (max-width: 763px) { #herrQ9QVhwe3pZ2xAnMSp5DKSGBPEFPl { width:9.3125rem;height:2.5625rem;top:17rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgFbnTPZrqmlI8Mk3DQ1T4XvFGbyoqr { display:block; }
 }@media only screen and (max-width: 763px) { #PSN1Ei51MrKTMLxbEVGw1JTLIR0Nq8hp { width:9.3125rem;height:2.625rem;top:20.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyRdXLveD6mTsb7MbLyQgyaLdrDXKVvM { display:block; }
 }@media only screen and (max-width: 763px) { #fnTNgTRkRAHUpGAMWPwEFiZfZizv9XpK { width:9.3125rem;height:2.625rem;top:24.3125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6frh2A7ZAnOUVsHUkGAywozUsWg0VE { display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:10.0625rem;height:3.25rem;top:33.8125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #P5KIC0aQmnzOb9Q6W6UMOXVre1kNRez4 { top:2.375rem;left:0rem;width:30.25rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmuEvV0x51HFrXTRdqUNyzMOcKyF596F { width:9.3125rem;height:2.625rem;top:28.125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9g39epNxi6AAxxOEwOT6CyyHVfWhZV4 { display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:22.0625rem;height:2.8125rem;top:4.5rem;left:12.84375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:31rem;height:8.3125rem;top:13.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8FnwDqZRtBnF0Z4JLosX9X8iSAk7cAS { top:12rem;left:25.5rem;width:22.25rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:15.625rem;height:2.8125rem;top:4.0625rem;left:16.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxIrg28Hkz3PC1zZVyD7xT0o6VVA6lgR { top:10.5rem;left:0rem;width:47.75rem;height:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1dumfuC3aAeUsVXc0KKK1yZyH9JUgN { top:27.875rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0RCsTiJs5B2T8BQ6ntzI53aTlQPdSy { top:27.875rem;left:11.8125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdnaz9JDnJ6AuBfEFErkyIwBoVlhlZn0 { top:27.875rem;left:26.9375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2SL5zT67lrTNNoRygTVTTpIBBJkzaSs { top:27.875rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTo2NXCzb1MtOwO82JJ3rtBWZ2A1Vnk8 { top:41.125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo9H9Co2Czb1TQOzywAQmFQfeBmU46Ox { top:41.125rem;left:12.125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxQ8Qwna1pEM7WDXWMM7MsU7TKF5sDNw { top:41.0625rem;left:26.875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9H9EqSgCvATddL4AKBksFB6WuTWR1SF { top:41.125rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhQqR8IuHd0q0swba6d4IQcJmm4Z3OEO { top:55.5625rem;left:0rem;width:7.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To9DIFF3dCCGLXNHxfQeTtEeyKdlXX1y { top:55.5625rem;left:12.0625rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWUuiEMdbrgnMKFGGox0cC0IEQhVBzpu { top:55.5625rem;left:26.78125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuoCCIUXJWW4VDWlImK3MoauLzW3toD3 { top:55.5625rem;left:40.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5x2m1DBB2y5nVnnUfNfdcz3zHOGdk51 { top:36.625rem;left:0rem;width:3.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHHgzXfdh9aHhNzkyMaRUd4EzQThICx { top:35.9375rem;left:12.125rem;width:6.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2bSJzChErC5plTsdu5bQTByDlTerewR { top:35.9375rem;left:24.8125rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKXb8C5KLGAeAXFzRdmVJsAKzfTq23Ac { top:35.9375rem;left:39.5625rem;width:8.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk9SEMukzIRkZIPg3wUyly58cWwNByEy { top:49.4375rem;left:0rem;width:11.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x19LUL6RmQDvKeUbFq1sanEHPNxHTy7m { top:49.375rem;left:12.1875rem;width:6.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGcqL3nSE0hAcBu3inKOTyNS0tVK67o { top:49.375rem;left:26.40625rem;width:8.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSt9P6dsGZwrsE3NFsJZD7SuHPSeWtTl { top:49.375rem;left:40.625rem;width:7.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyw2M37K7BFgmDQBOJIXS2qcQVp8zzEv { top:64rem;left:0rem;width:9rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ5puHFlofAtDMOlwKphk8XtybRGXLfM { top:64rem;left:13.25rem;width:5.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dasatx6O3M46Zc0yxBF6urcJlOssln1T { top:64rem;left:29.125rem;width:3.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja2Tg3kZlmTDao2z2NJkum9fZVSwPSzt { top:64rem;left:43.875rem;width:3.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN { display:block; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAc3vE2Pcmqwx0AExcmruxCLQrscDvWe { top:2.375rem;left:14.1875rem;width:31.625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7nIxnTzTpTAizp1dKc7AcMVuWuR9BPD { top:1.5rem;left:9.375rem;width:2.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p47cNq6sZMqb378JtX5tZILKgLhtzmhT { top:3.5625rem;left:6.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 { display:block; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVMz9zOEdJ7igs0t8T2H3oV507ElbfHR { top:6.3125rem;left:5.78125rem;width:35.0625rem;height:56.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL { display:block; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E915PUkeZmTdQmOvRTzEb3qM3Krqdeo5 { width:47.75rem;height:9.9375rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpZZtxzPHyezlRPm0mLwJ34dTninSzN { width:18.0625rem;height:2.8125rem;top:3.875rem;left:14.84375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9VRarr7obG0AUIerzwsZzToCLqM7oSX { top:21.6875rem;left:0rem;width:47.75rem;height:23.72578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { display:block; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDyrBSQQWUJgbTqdQpZQlf8dnkvw5bwn { width:47.75rem;height:3.3125rem;top:10.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPvkqK3fkoLbJC0i5ZTvNXOlnRThlXS { width:42.875rem;height:2.8125rem;top:4.125rem;left:2.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poG5RR0VdeQc9VdaDHgG9KrPNwkftzVk { top:18.125rem;left:0rem;width:47.75rem;height:12.335416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh305HVlwLPTseFfetFO50lPMeJ50CCV { top:11.6875rem;left:0rem;width:11.1875rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e667tyaTasFcXivoBBaxiipW6zJfADce { display:block; }#e667tyaTasFcXivoBBaxiipW6zJfADce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4dPqCRfmGcur2JXWWSC0grJOMKe3l9k { top:5.3125rem;left:0rem;width:21.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnsPA6PKbTghOK7B3oI4TuMtlaSBbD3K { top:5.375rem;left:10.0625rem;width:37.6875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.0625rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:25.1875rem;height:auto;top:16.6875rem;left:20.0625rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:25.1875rem;height:auto;top:16.6875rem;left:20.0625rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #ooJBalgFSdLdqL6RdpFapxuERpaaTqHJ {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #lFEQN9CgWy81elgbMz3GRAONCwcgchSQ {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #xlriFOrzltiLPrZmWxxR36LBWyVtdA9W {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #pteMndP93Qu1gIDFr4goe3DRGZ8WSMHa {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #nXM9IUs8ZmZTgXk7QlpsQfI7edF4Nd3w {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #GSeHEoInXtJQ7a4WMU1c4xkLw0nDpfip {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:11.3125rem;height:2.8125rem;top:3.9375rem;left:18.21875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpPUfrXDFfAJwdkenGre1oXXdKzIr7xt { width:31.875rem;height:3.5625rem;top:12.625rem;left:15.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZB9ozUFvZ3RLFPXZoXqgTRCA68ZvxqJ { top:10.125rem;left:11.9375rem;width:35.8125rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3eC5hbxiQKJc7qcIPFIOL3fUATg8ZU { top:22.1875rem;left:0rem;width:23.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMyzioxMPRXmXPplpfESWtCRx4aAqIMI { top:56.0625rem;left:18.21875rem;width:14.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86603ddf-6919-48a0-9ba5-da5f145fe169/laskaskaczerecewgorzeshutterstock_1096147682211.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:20rem;height:18.975rem;top:13.313541412354rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs { display:flex;width:3.125rem;height:3.125rem;top:63.125rem;left:4.9687501192093rem; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT { display:flex;width:3.125rem;height:3.125rem;top:63.125rem;left:11.961805462837rem; }
#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { width:7.375rem;height:2.5625rem;top:36.1875rem;left:6.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block; }
 }@media only screen and (max-width: 763px) { #herrQ9QVhwe3pZ2xAnMSp5DKSGBPEFPl { width:6.75rem;height:2.5625rem;top:40rem;left:6.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxgFbnTPZrqmlI8Mk3DQ1T4XvFGbyoqr { display:block; }
 }@media only screen and (max-width: 763px) { #PSN1Ei51MrKTMLxbEVGw1JTLIR0Nq8hp { width:8rem;height:2.625rem;top:44rem;left:6.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyRdXLveD6mTsb7MbLyQgyaLdrDXKVvM { display:block; }
 }@media only screen and (max-width: 763px) { #fnTNgTRkRAHUpGAMWPwEFiZfZizv9XpK { width:5.25rem;height:2.625rem;top:47.875rem;left:7.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6frh2A7ZAnOUVsHUkGAywozUsWg0VE { display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:10.0625rem;height:3.25rem;top:56.805557250976rem;left:4.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #P5KIC0aQmnzOb9Q6W6UMOXVre1kNRez4 { width:20rem;height:9.750875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmuEvV0x51HFrXTRdqUNyzMOcKyF596F { width:9.3125rem;height:2.625rem;top:51.75rem;left:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9g39epNxi6AAxxOEwOT6CyyHVfWhZV4 { display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:20rem;height:1.79948125rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:20rem;height:17.5rem;top:5.1736149787903rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8FnwDqZRtBnF0Z4JLosX9X8iSAk7cAS { width:20rem;height:10.7613125rem;top:23.985242366791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:20rem;height:112.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:20rem;height:1.79948125rem;top:2.6249942779541rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxIrg28Hkz3PC1zZVyD7xT0o6VVA6lgR { width:20rem;height:28rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1dumfuC3aAeUsVXc0KKK1yZyH9JUgN { width:7.3125rem;height:7.3125rem;top:36.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0RCsTiJs5B2T8BQ6ntzI53aTlQPdSy { width:7.375rem;height:7.375rem;top:36.875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdnaz9JDnJ6AuBfEFErkyIwBoVlhlZn0 { width:7.3125rem;height:7.3125rem;top:48.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2SL5zT67lrTNNoRygTVTTpIBBJkzaSs { width:7.3125rem;height:7.3125rem;top:48.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTo2NXCzb1MtOwO82JJ3rtBWZ2A1Vnk8 { width:7.3125rem;height:7.3125rem;top:61.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo9H9Co2Czb1TQOzywAQmFQfeBmU46Ox { width:7.375rem;height:7.375rem;top:61.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxQ8Qwna1pEM7WDXWMM7MsU7TKF5sDNw { width:7.4375rem;height:7.4375rem;top:74.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9H9EqSgCvATddL4AKBksFB6WuTWR1SF { width:7.375rem;height:7.375rem;top:74.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhQqR8IuHd0q0swba6d4IQcJmm4Z3OEO { width:7.6875rem;height:7.5625rem;top:85.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To9DIFF3dCCGLXNHxfQeTtEeyKdlXX1y { width:7.625rem;height:7.625rem;top:85.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWUuiEMdbrgnMKFGGox0cC0IEQhVBzpu { width:7.625rem;height:7.625rem;top:99.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuoCCIUXJWW4VDWlImK3MoauLzW3toD3 { width:7.625rem;height:7.625rem;top:99.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5x2m1DBB2y5nVnnUfNfdcz3zHOGdk51 { width:3.1875rem;height:1.05625rem;top:45.25rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfHHgzXfdh9aHhNzkyMaRUd4EzQThICx { width:6.625rem;height:1.05625rem;top:45.5rem;left:12rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2bSJzChErC5plTsdu5bQTByDlTerewR { width:8.0625rem;height:2.1125rem;top:56.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKXb8C5KLGAeAXFzRdmVJsAKzfTq23Ac { width:8.1875rem;height:1.05625rem;top:56.5625rem;left:11.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fk9SEMukzIRkZIPg3wUyly58cWwNByEy { width:8.75rem;height:2.1125rem;top:69.625rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x19LUL6RmQDvKeUbFq1sanEHPNxHTy7m { width:3.1875rem;height:1.05625rem;top:69.8125rem;left:13.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxGcqL3nSE0hAcBu3inKOTyNS0tVK67o { width:8.375rem;height:1.05625rem;top:82.625rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSt9P6dsGZwrsE3NFsJZD7SuHPSeWtTl { width:7.125rem;height:2.1125rem;top:82.6875rem;left:11.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fyw2M37K7BFgmDQBOJIXS2qcQVp8zzEv { width:5.75rem;height:2.1125rem;top:94.5625rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZ5puHFlofAtDMOlwKphk8XtybRGXLfM { width:4.75rem;height:1.05625rem;top:94.4375rem;left:12.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dasatx6O3M46Zc0yxBF6urcJlOssln1T { width:3.1875rem;height:1.05625rem;top:108.0625rem;left:3.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ja2Tg3kZlmTDao2z2NJkum9fZVSwPSzt { width:3.1875rem;height:1.05625rem;top:108.0625rem;left:13.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN { display:block; }#dOXO5mmmTGJgbPqDsJPdb6RsHUM0WCLN > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAc3vE2Pcmqwx0AExcmruxCLQrscDvWe { width:20rem;height:5.19965rem;top:9.4375009536744rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7nIxnTzTpTAizp1dKc7AcMVuWuR9BPD { width:3.375rem;height:4.5625rem;top:3.0625rem;left:11.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #p47cNq6sZMqb378JtX5tZILKgLhtzmhT { display:flex;width:3.125rem;height:3.125rem;top:3.7812471389771rem;left:5.5000001192093rem; }
 }@media only screen and (max-width: 763px) { #DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 { display:block; }#DnRogS2QbimUnLaZ5v6CEgmLnFUFvRF3 > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVMz9zOEdJ7igs0t8T2H3oV507ElbfHR { width:20rem;height:32.0495rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL { display:block; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E915PUkeZmTdQmOvRTzEb3qM3Krqdeo5 { width:20rem;height:33.25rem;top:4.29948125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KTpZZtxzPHyezlRPm0mLwJ34dTninSzN { width:20rem;height:1.79948125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9VRarr7obG0AUIerzwsZzToCLqM7oSX { width:20rem;height:9.9375rem;top:39.981771469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { display:block; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { background-color: transparent; background-image: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .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); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { width:20rem;height:52rem;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDyrBSQQWUJgbTqdQpZQlf8dnkvw5bwn { width:18.75rem;height:10.5rem;top:9.1597366333006rem;left:0.625rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ctPvkqK3fkoLbJC0i5ZTvNXOlnRThlXS { width:20rem;height:4.8rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #poG5RR0VdeQc9VdaDHgG9KrPNwkftzVk { width:20rem;height:5.16666875rem;top:31.34115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh305HVlwLPTseFfetFO50lPMeJ50CCV { width:20rem;height:28.0625rem;top:22.090282440186rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e667tyaTasFcXivoBBaxiipW6zJfADce { display:block; }#e667tyaTasFcXivoBBaxiipW6zJfADce > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4dPqCRfmGcur2JXWWSC0grJOMKe3l9k { width:20rem;height:18.735632183908rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnsPA6PKbTghOK7B3oI4TuMtlaSBbD3K { width:20rem;height:10.746268656716rem;top:21.235632183908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:#8b70b3;background-image:none;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #000000;box-shadow: none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #000000;box-shadow: none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;color:#ffffff; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:17.5rem;height:auto;top:9.9366323947906rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:17.5rem;height:auto;top:9.9366323947906rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #ooJBalgFSdLdqL6RdpFapxuERpaaTqHJ {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #lFEQN9CgWy81elgbMz3GRAONCwcgchSQ {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #xlriFOrzltiLPrZmWxxR36LBWyVtdA9W {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #pteMndP93Qu1gIDFr4goe3DRGZ8WSMHa {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #nXM9IUs8ZmZTgXk7QlpsQfI7edF4Nd3w {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #GSeHEoInXtJQ7a4WMU1c4xkLw0nDpfip {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpPUfrXDFfAJwdkenGre1oXXdKzIr7xt { width:20rem;height:1.69965rem;top:7.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZB9ozUFvZ3RLFPXZoXqgTRCA68ZvxqJ { width:20rem;height:35.5625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3eC5hbxiQKJc7qcIPFIOL3fUATg8ZU { width:18.8125rem;height:14.5625rem;top:4.29948125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMyzioxMPRXmXPplpfESWtCRx4aAqIMI { width:14.25rem;height:6.875rem;top:43.312496185302rem;left:2.8750001192093rem;display:block; }
 }