.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1EmqxAzw/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #13b080;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#dAzzAb8y16ldiJkuXT3BJ4DTRVBIVizA { 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:2.375rem;width:9.125rem;top:1rem;left:0.75rem;overflow:hidden;display:block; }
#TmCZUtbWezIy8fcIEkUriN7pEU02ABqa { background-color:#0868c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.09375rem;left:69.31249809265rem;display:block; }
#ZHQoSF1S4AgL6bGPkpsM64b9nWKBW87W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4GboU3GI7M1zXvTTtnhqd7L6Me79vn9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:50.561719894409rem;display:block; }
#qooxtd4gz33k9FrNKDk6dnFfZBLx7pho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTQh9T5lZzfEtNwtGJTvOHT04LGleKcC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:44.124219894409rem;display:block; }
#deWpcTlS3yeWaE3UcfGeDXVe0uUD1Cka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzmOmyLOwZWKuzPPTkb2Tv27aeCcwHw0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:40.790365219116rem;display:block; }
#z1Nbnw0C4LRnua51iy542UL7b4LwBhln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb { position:relative;display:none; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb { border-width: 0; border-radius: 0; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .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; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .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:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#H6AU5q2Icp8r4dM2sKbGMz3y4ebFXi92 { 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:1.625rem;width:6rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#F9u1QNW8CwJq5WL0PQ5J5gXKwWTKIFUB { background-color:#13b080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.09375rem;left:69.31249809265rem;display:block; }
#Tvna9JzNzmSPlhgDFysylMZbr3hMWNP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcDtO8yiiIpyTZbJIG0STSHNie2ek9ef { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:50.561719894409rem;display:block; }
#eFGtAP5MxIx1oRL4ZsJs3wCF5Pz2oW7r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yuV9LukXOI2UrlN8rKovTrZIhwnRDfaL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:44.124219894409rem;display:block; }
#TXcHQTbPtXQuTD7s5S3Hm7H9EnQxTMi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7slBBmkS2ywTUWpfC0VhBsnZhcKcJTS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#322c60;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:36.624219894409rem;display:block; }
#fQHV61x4NRmXZqGdAN2RneqXwCG8gbFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oL71vO2VQI0ZFS2VafXD4n7JalNbfxTz { box-sizing:content-box;color:#0e9ae5;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:block;z-index:15000;display:none; }
#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V { 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; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row .container { background-color: transparent; background-image: none; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row .container > .video-iframe-container { display: none; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row > .video-iframe-container { display: none; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .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); }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row .container { border-width: 0; border-radius: 0; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b01313;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; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row .container { background-color: transparent; background-image: none; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row .container > .video-iframe-container { display: none; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row > .video-iframe-container { display: none; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .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); }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row .container { border-width: 0; border-radius: 0; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#mMW2DERtFKSpuEk4bwbz3HQkEHsNwDQr { color:#ffffff;display:block;width:12rem;position:absolute;font-family:averta;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:21.75rem;height:1.29980625rem;font-style:normal;display:block; }
#wd8gT3X67lCLywTIgbzu75VmM7fqEvqP { background-color:#0868c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:averta;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.71875rem;left:57.000001907349rem;display:block; }
#RyeZRTnuGQxhzttynG3ROb0yc4XkGOAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAPvP9Qv2iSmbtbRUzFSqCxWA4vSwChR { color:#ffffff;display:block;width:12rem;position:absolute;font-family:averta;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:21.75rem;height:1.3rem;font-style:normal;display:none; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.36875rem;padding-right:0.32125rem;padding-bottom:0.36875rem;padding-left:0.32125rem;display:block;align-items:center;width:1.926875rem;min-width:1.926875rem;height:1.981875rem;position:relative;font-family:"open sans";font-size:1.475rem;font-weight:700;line-height:31.71px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.230625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.569375rem;height:0.78375rem;position:relative;font-family:"open sans";font-size:0.553125rem;font-weight:400;line-height:12.54px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.25rem;height:3.73375rem;padding-top:0.460625rem;padding-right:0.45875rem;padding-bottom:0.460625rem;padding-left:0.45875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:35.166666030884rem;z-index:15006; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #JO7ikVyh48ZRgGTqdR94xekcvna1EkE1 { display:flex;position:relative;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #pm8oT7GZAPikd3pV3fN0pTgqt84Esm05 { width:auto; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #uPkTsXS4IKDfoxMhMC53AfILnJMdyRtM {  }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #lIoyrSIHexJU64BMH3IxCukMQy5WUBIk { display:flex;position:relative;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #c7RHD0mTSDxWfb3TdVolKrwWhsT0QOU2 {  }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #LIILeFV0KkZRG8WnKQ1spRqeTbw3A0tZ {  }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #bOyampKI9qTLwsL4wAzrqt1sTXSkJCSR { display:flex;position:relative;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #VRLzMML38Pu08WLMwc4rxEA2CXiE9dkK {  }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #KFUdk7HdAAbFMzvQRsXm4LfC1oZTuw9l {  }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #mmJwBvthKEqVZZvJtTP8obWhyDt5fz8g { display:flex;position:relative;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #CpyVgwNqSTa3lrliNPn4xbKoqO6EyhFZ {  }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #p1dWq9hsZC2XoS5FKIMWhw7Q236GHeB5 {  }
#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X { position:relative;display:block; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X { background-color: transparent; background-image: none; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .row .container > .video-iframe-container { display: none; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .row > .video-iframe-container { display: none; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .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); }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X { border-width: 0; border-radius: 0; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .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; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .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:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sTgmK116nh1fHQgH5ZLzvxCpwTWGiScs { 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:27.5625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aAQSq549amnQe6ROKR5N4tEKikzvf17L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mzwdzXhx/bg_warstwa_na_szare_tlo_pod_video.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L.adaptive-delivery-prevent-bg, #aAQSq549amnQe6ROKR5N4tEKikzvf17L.lazyload, #aAQSq549amnQe6ROKR5N4tEKikzvf17L.lazyloading { background-image: none; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row .container { background-color: transparent; background-image: none; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row .container > .video-iframe-container { display: none; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row > .video-iframe-container { display: none; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .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); }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row .container { border-width: 0; border-radius: 0; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:block; }#pTh9gZSTa3hTBCP6J0HaP29AucHnKJQq { color:#322c60;display:block;width:55rem;position:absolute;font-family:bitter;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:10rem;height:8.77441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abQw6cTwiD3M3BfnJXsuAxQi6LuDNqDZ { color:#322c60;display:block;width:56.3125rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:55.79296875rem;left:9.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMEJAFTZfIx3bMp2MReUoitHRWi5TUdC { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:bitter;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:20.781251907349rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-form-header {  }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-regular-label { height:auto;display:block;font-family:averta;font-size:0.875rem;font-weight:bold;color:#000000;width:23.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:23.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:averta; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:23.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:averta; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .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:23.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:averta;font-size:0.875rem;overflow:hidden; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-button { 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:#b01313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.3125rem;height:3.4375rem;font-family:averta;overflow:hidden; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:averta;font-size:0.875rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:averta;font-size:0.875rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:averta;font-size:0.875rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:averta;font-size:0.875rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .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:averta;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .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; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .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:averta;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-container:first-of-type{padding-top:0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-container:last-of-type{padding-bottom:0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.54296875rem;left:24.59375rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.3125rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-info-text { display:block;height:auto;font-family:averta;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh {display:block;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.54296875rem;left:24.59375rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #tGfJMvBvbUnSLZlxqa88o5mcgCCfHAH1 { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #EmtFU7I2oa3z4iGfNfvz0HW3VDrHmNeU { position:relative;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #oC7bEravlSh2i7kRiBwgy7I5nnzvswce { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #WRh3E9AaT5VVy73xW8RlxbhCCeR84W6e { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #OF1taGTpc0ZZ0nEtPidZ2la61xNbftzC { position:relative;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #ouabF4fxIESkdpeTQIABPvoOaKJTQJdk { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #WCpVl4RgAZ3RonpkTTQWQ3bEnzGAmsou { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #fmuKJU8CQ5i531KBKlsMlGurdrJTcCon { position:relative;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #wAXecGhMu2KEOEN3AkAQJCxZJH5XTvAT { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #riNb5TkgIFLfxOqrQ6LrPXnp9ba4ysTq { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #In1snZ9P0ZvsNsVZve2NVTXS9IR21xE8 { position:relative;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #tKXqDLWsuHMS4EhECG2c6vr0TTHCG4Tf { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #cxTbsUe8pZKnZTeQfniI1TwPObeMlUJp { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #NhVSKXgrs5w0RFc93da2sl9DfNPcNVw9 { position:relative;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #Rutw8eJmAet62Ab197OJGgcNGILJVvcT { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #dFTBamiTKqvTxB79ABgPM29OtQVXy3eU { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #hyIqqHbAZFf25XrIlzo4pSFKAqX7HOih { position:relative;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #yfTVL6zi8T47mzJQBQGefHnzDoQIsgTp { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #XvZaIoVhr7ZJ7UpqLx9QXlCW3ydNolHn { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #f6niPiUzHBohiKgeO8hICIXUufIcCWta { position:relative;display:block; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #Na3iL0rE4xtK2LGsiCl78sd666PRF6n7 { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #mfAeN8GmlFAIHnEuQTtKvTxBZmDdLiDM { position:relative; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #iA30K9AESWUvWcZVfrlTXddhXC9a00Tg { position:relative; }
#K0D1TKrx73t3tBfUL18eZH25TD38fWuD { 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; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { background-color: transparent; background-image: none; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container > .video-iframe-container { display: none; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row > .video-iframe-container { display: none; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .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); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { border-width: 0; border-radius: 0; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#gJvEK8w6vrFLp0mGrZME9LkhcJcIucVB { color:#322c60;display:block;width:69.8125rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:2.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/JvAJNTp6/tlo_naglowki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:49rem;top:0.25rem;left:13rem;display:block; }#Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP.adaptive-delivery-prevent-bg, #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP.lazyload, #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP.lazyloading { background-image: none; }
#Xlycbn2TklNXxc9CUPuZUSg3OWQMt4SV { color:#322c60;display:block;width:35.375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.700000286103rem;left:1.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm { color:#322c60;display:block;width:35rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:21.699999809265rem;left:1.53125rem;height:18.043rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:before{  }
#B4ssN4xPfRw0iolU6vaWp75gdpPgZALF { color:#322c60;display:block;width:35.375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.6875rem;left:38.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuRyPItTtbzpIiinXkh7FZxABRPSUIyO { color:#322c60;display:block;width:35rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:21.699871063233rem;left:40.000001907349rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT { 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; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row .container { background-color: transparent; background-image: none; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row .container > .video-iframe-container { display: none; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row > .video-iframe-container { display: none; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .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); }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row .container { border-width: 0; border-radius: 0; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#TBT0dmVA3WRwq7Llvkw4t9L94612pbCJ { color:#322c60;display:block;width:36.5625rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:5.84765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JnhnIScdJDhXlmJXbpHwMeA19KLQUzoZ { color:#000000;display:block;width:29.75rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:41.979166030884rem;height:7.71484375rem;display:block; }
#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL { 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; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row .container { background-color: transparent; background-image: none; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row .container > .video-iframe-container { display: none; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row > .video-iframe-container { display: none; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .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); }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row .container { border-width: 0; border-radius: 0; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row .container { font-size:0.875rem;font-family:arial;height:318.8125rem;width:75rem;position:relative;display:block; }#sickeqmIuSFRXBohLUHkJspidKNtrNDG { position:absolute;display:block;z-index:15007;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:106rem;width:75rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#k1V2UKcm2XedXhdhVpc9fJ0xFQs8hVMt { position:absolute;display:block;z-index:15008;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:106rem;width:75rem;top:107.70833587646rem;left:0rem;overflow:hidden;display:block; }
#uZ3bTgDuDm9R3adVrSIaSxsE8SP1lBJ5 { position:absolute;display:block;z-index:15009;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:106rem;width:75rem;top:211.83333587646rem;left:0rem;overflow:hidden;display:block; }
#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS { 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; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { background-color: transparent; background-image: none; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container > .video-iframe-container { display: none; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row > .video-iframe-container { display: none; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .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); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { border-width: 0; border-radius: 0; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#gJDLMV0dDAz1hpJrI6JCRwfTTTGtSf0z { background-color:#0868c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:bitter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.0625rem;left:33.718751907349rem;display:block; }
#eH8dIyH9zdStGTppMXyIfVVyD3mSyPf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 { 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; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row .container { background-color: transparent; background-image: none; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row .container > .video-iframe-container { display: none; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row > .video-iframe-container { display: none; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .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); }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row .container { border-width: 0; border-radius: 0; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#Mq1hiUrgDWX1RCEOnlxEirI5lsZLpceF { color:#322c60;display:block;width:75rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCiKiMpqCISCF7mBm4Imr3BPSxhv746s { position:absolute;display:block;z-index:15011;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:24.9375rem;width:38.75rem;top:12.674480438233rem;left:18.125001907349rem;overflow:hidden;display:block; }
#hUKol36Cr0p88fcRAT7FRTlmH2JDJTWk { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:averta;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:28.156251907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { 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; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container { background-color: transparent; background-image: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container > .video-iframe-container { display: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row > .video-iframe-container { display: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .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); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container { border-width: 0; border-radius: 0; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#y34dxLxa7lDWS7NgDWa8fELibn6sq7nB { color:#322c60;display:block;width:37.125rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.5rem;left:18.937501907349rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qnus5ZhFFyRa6UzwQQ2PrLoKte86lCU9 { color:#322c60;display:block;width:32.625rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.599609375rem;left:21.187501907349rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#Ecma1T3C3wyTA2C5EifusEh3nINi6Udd { color:#322c60;display:block;width:20.6875rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.0865898132325rem;left:31.375001907349rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLgwVpV7qFXzubJhhu92AxGqLN2sEqRF { color:#322c60;display:block;width:20.6875rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:9.6236991882325rem;left:29.541666030884rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b01313;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; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { background-color: transparent; background-image: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container > .video-iframe-container { display: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row > .video-iframe-container { display: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .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); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { border-width: 0; border-radius: 0; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8616790771484rem;left:0rem;height:1.13671875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzzAb8y16ldiJkuXT3BJ4DTRVBIVizA { width:9.125rem;height:2.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCZUtbWezIy8fcIEkUriN7pEU02ABqa { width:5.6875rem;height:2.1875rem;top:1.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQoSF1S4AgL6bGPkpsM64b9nWKBW87W { display:block; }
 }@media only screen and (max-width: 763px) { #z4GboU3GI7M1zXvTTtnhqd7L6Me79vn9 { width:6.5rem;height:4.375rem;top:0rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qooxtd4gz33k9FrNKDk6dnFfZBLx7pho { display:block; }
 }@media only screen and (max-width: 763px) { #GTQh9T5lZzfEtNwtGJTvOHT04LGleKcC { width:6.5rem;height:4.375rem;top:0rem;left:30.499219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #deWpcTlS3yeWaE3UcfGeDXVe0uUD1Cka { display:block; }
 }@media only screen and (max-width: 763px) { #GzmOmyLOwZWKuzPPTkb2Tv27aeCcwHw0 { width:3.375rem;height:4.375rem;top:0rem;left:27.165365219116rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Nbnw0C4LRnua51iy542UL7b4LwBhln { display:block; }
 }@media only screen and (max-width: 763px) { #gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb { display:none; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6AU5q2Icp8r4dM2sKbGMz3y4ebFXi92 { width:6rem;height:1.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9u1QNW8CwJq5WL0PQ5J5gXKwWTKIFUB { width:5.6875rem;height:2.1875rem;top:1.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvna9JzNzmSPlhgDFysylMZbr3hMWNP8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcDtO8yiiIpyTZbJIG0STSHNie2ek9ef { width:6.5rem;height:4.375rem;top:0rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFGtAP5MxIx1oRL4ZsJs3wCF5Pz2oW7r { display:block; }
 }@media only screen and (max-width: 763px) { #yuV9LukXOI2UrlN8rKovTrZIhwnRDfaL { width:6.5rem;height:4.375rem;top:0rem;left:30.499219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXcHQTbPtXQuTD7s5S3Hm7H9EnQxTMi1 { display:block; }
 }@media only screen and (max-width: 763px) { #s7slBBmkS2ywTUWpfC0VhBsnZhcKcJTS { width:3.375rem;height:4.375rem;top:0rem;left:22.999219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQHV61x4NRmXZqGdAN2RneqXwCG8gbFa { display:block; }
 }@media only screen and (max-width: 763px) { #oL71vO2VQI0ZFS2VafXD4n7JalNbfxTz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V { display:block; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk { display:block; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMW2DERtFKSpuEk4bwbz3HQkEHsNwDQr { width:12rem;height:1.25rem;top:0.625rem;left:8.1250019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd8gT3X67lCLywTIgbzu75VmM7fqEvqP { width:8.125rem;height:3.375rem;top:0.6875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyeZRTnuGQxhzttynG3ROb0yc4XkGOAI { display:block; }
 }@media only screen and (max-width: 763px) { #zAPvP9Qv2iSmbtbRUzFSqCxWA4vSwChR { width:9.1875rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr { display:flex;width:18rem;height:5.0625rem;top:0rem;left:21.541666030884rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #JO7ikVyh48ZRgGTqdR94xekcvna1EkE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #pm8oT7GZAPikd3pV3fN0pTgqt84Esm05 {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #uPkTsXS4IKDfoxMhMC53AfILnJMdyRtM {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #lIoyrSIHexJU64BMH3IxCukMQy5WUBIk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #c7RHD0mTSDxWfb3TdVolKrwWhsT0QOU2 {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #LIILeFV0KkZRG8WnKQ1spRqeTbw3A0tZ {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #bOyampKI9qTLwsL4wAzrqt1sTXSkJCSR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #VRLzMML38Pu08WLMwc4rxEA2CXiE9dkK {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #KFUdk7HdAAbFMzvQRsXm4LfC1oZTuw9l {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #mmJwBvthKEqVZZvJtTP8obWhyDt5fz8g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #CpyVgwNqSTa3lrliNPn4xbKoqO6EyhFZ {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #p1dWq9hsZC2XoS5FKIMWhw7Q236GHeB5 {  }
 }@media only screen and (max-width: 763px) { #LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X { display:block; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTgmK116nh1fHQgH5ZLzvxCpwTWGiScs { top:0rem;left:0rem;width:47.75rem;height:17.548125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQSq549amnQe6ROKR5N4tEKikzvf17L { display:block; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTh9gZSTa3hTBCP6J0HaP29AucHnKJQq { width:47.75rem;height:8.75rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abQw6cTwiD3M3BfnJXsuAxQi6LuDNqDZ { width:47.75rem;height:3.25rem;top:55.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMEJAFTZfIx3bMp2MReUoitHRWi5TUdC { top:13.375rem;left:7.1562519073488rem;width:33.4375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-regular-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-text { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-textarea { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-select { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-button { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh  { width:23.3125rem;height:auto;top:16.5rem;left:10.96875rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .radio-container { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh {display:block;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh { width:23.3125rem;height:auto;top:16.5rem;left:10.96875rem; }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #tGfJMvBvbUnSLZlxqa88o5mcgCCfHAH1 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #EmtFU7I2oa3z4iGfNfvz0HW3VDrHmNeU {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #oC7bEravlSh2i7kRiBwgy7I5nnzvswce {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #WRh3E9AaT5VVy73xW8RlxbhCCeR84W6e {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #OF1taGTpc0ZZ0nEtPidZ2la61xNbftzC {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #ouabF4fxIESkdpeTQIABPvoOaKJTQJdk {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #WCpVl4RgAZ3RonpkTTQWQ3bEnzGAmsou {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #fmuKJU8CQ5i531KBKlsMlGurdrJTcCon {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #wAXecGhMu2KEOEN3AkAQJCxZJH5XTvAT {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #riNb5TkgIFLfxOqrQ6LrPXnp9ba4ysTq {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #In1snZ9P0ZvsNsVZve2NVTXS9IR21xE8 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #tKXqDLWsuHMS4EhECG2c6vr0TTHCG4Tf {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #cxTbsUe8pZKnZTeQfniI1TwPObeMlUJp {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #NhVSKXgrs5w0RFc93da2sl9DfNPcNVw9 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #Rutw8eJmAet62Ab197OJGgcNGILJVvcT {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #dFTBamiTKqvTxB79ABgPM29OtQVXy3eU {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #hyIqqHbAZFf25XrIlzo4pSFKAqX7HOih {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #yfTVL6zi8T47mzJQBQGefHnzDoQIsgTp {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #XvZaIoVhr7ZJ7UpqLx9QXlCW3ydNolHn {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #f6niPiUzHBohiKgeO8hICIXUufIcCWta {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #Na3iL0rE4xtK2LGsiCl78sd666PRF6n7 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #mfAeN8GmlFAIHnEuQTtKvTxBZmDdLiDM {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #iA30K9AESWUvWcZVfrlTXddhXC9a00Tg {  }
 }@media only screen and (max-width: 763px) { #K0D1TKrx73t3tBfUL18eZH25TD38fWuD { display:block; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvEK8w6vrFLp0mGrZME9LkhcJcIucVB { width:47.75rem;height:7.3125rem;top:5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP { width:47.75rem;height:13.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlycbn2TklNXxc9CUPuZUSg3OWQMt4SV { width:35.375rem;height:1.9375rem;top:17.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm { width:35rem;height:;top:21.6875rem;left:0rem;font-size:1rem;display:block; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:before{  }
 }@media only screen and (max-width: 763px) { #B4ssN4xPfRw0iolU6vaWp75gdpPgZALF { width:35.375rem;height:1.9375rem;top:17.6875rem;left:12.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRyPItTtbzpIiinXkh7FZxABRPSUIyO { width:35rem;height:4.1875rem;top:21.6875rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT { display:block; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBT0dmVA3WRwq7Llvkw4t9L94612pbCJ { width:36.5625rem;height:7.25rem;top:5.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnhnIScdJDhXlmJXbpHwMeA19KLQUzoZ { top:5.875rem;left:18rem;width:29.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL { display:block; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sickeqmIuSFRXBohLUHkJspidKNtrNDG { top:2.625rem;left:0rem;width:47.75rem;height:67.486666666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1V2UKcm2XedXhdhVpc9fJ0xFQs8hVMt { top:107.6875rem;left:0rem;width:47.75rem;height:67.486666666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3bTgDuDm9R3adVrSIaSxsE8SP1lBJ5 { top:211.8125rem;left:0rem;width:47.75rem;height:67.486666666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #XocyGidUJomEKwl5FTbKNJfxhOfV6VvS { display:block; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJDLMV0dDAz1hpJrI6JCRwfTTTGtSf0z { width:7.5625rem;height:3.6875rem;top:2.0625rem;left:20.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8dIyH9zdStGTppMXyIfVVyD3mSyPf2 { display:block; }
 }@media only screen and (max-width: 763px) { #xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 { display:block; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mq1hiUrgDWX1RCEOnlxEirI5lsZLpceF { width:47.75rem;height:2.375rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCiKiMpqCISCF7mBm4Imr3BPSxhv746s { width:38.75rem;height:24.9375rem;top:12.625rem;left:4.5000019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUKol36Cr0p88fcRAT7FRTlmH2JDJTWk { top:4.375rem;left:14.531251907349rem;width:18.6875rem;height:6.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { display:block; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y34dxLxa7lDWS7NgDWa8fELibn6sq7nB { width:37.125rem;height:2.0625rem;top:3.5rem;left:5.3125019073486rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnus5ZhFFyRa6UzwQQ2PrLoKte86lCU9 { width:32.625rem;height:1.4375rem;top:5.5625rem;left:7.5625019073488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecma1T3C3wyTA2C5EifusEh3nINi6Udd { width:20.6875rem;height:1.1875rem;top:7.0625rem;left:17.750001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLgwVpV7qFXzubJhhu92AxGqLN2sEqRF { width:20.6875rem;height:1.4375rem;top:9.5625rem;left:15.916666030884rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { width:26.875rem;height:1.125rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:25.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dAzzAb8y16ldiJkuXT3BJ4DTRVBIVizA { width:10rem;height:2.6875rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCZUtbWezIy8fcIEkUriN7pEU02ABqa { width:5.6875rem;height:2.1875rem;top:22.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQoSF1S4AgL6bGPkpsM64b9nWKBW87W { display:block; }
 }@media only screen and (max-width: 763px) { #z4GboU3GI7M1zXvTTtnhqd7L6Me79vn9 { width:6.5rem;height:4.375rem;top:16.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qooxtd4gz33k9FrNKDk6dnFfZBLx7pho { display:block; }
 }@media only screen and (max-width: 763px) { #GTQh9T5lZzfEtNwtGJTvOHT04LGleKcC { width:6.5rem;height:4.375rem;top:10.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #deWpcTlS3yeWaE3UcfGeDXVe0uUD1Cka { display:block; }
 }@media only screen and (max-width: 763px) { #GzmOmyLOwZWKuzPPTkb2Tv27aeCcwHw0 { width:3.375rem;height:4.375rem;top:5.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Nbnw0C4LRnua51iy542UL7b4LwBhln { display:block; }
 }@media only screen and (max-width: 763px) { #gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row .container { background-color: transparent; background-image: none; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row .container > .video-iframe-container { display: none; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row > .video-iframe-container { display: none; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .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); }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row .container { border-width: 0; border-radius: 0; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyW7rddDWa4v6WzwKu7bzitgOIsFaHVb > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6AU5q2Icp8r4dM2sKbGMz3y4ebFXi92 { width:6.5625rem;height:1.75rem;top:1.25rem;left:6.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F9u1QNW8CwJq5WL0PQ5J5gXKwWTKIFUB { width:20rem;height:2.75rem;top:16.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tvna9JzNzmSPlhgDFysylMZbr3hMWNP8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcDtO8yiiIpyTZbJIG0STSHNie2ek9ef { width:19.375rem;height:2.8125rem;top:12.375rem;left:0.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eFGtAP5MxIx1oRL4ZsJs3wCF5Pz2oW7r { display:block; }
 }@media only screen and (max-width: 763px) { #yuV9LukXOI2UrlN8rKovTrZIhwnRDfaL { width:19.375rem;height:2.8125rem;top:8.3125rem;left:0.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXcHQTbPtXQuTD7s5S3Hm7H9EnQxTMi1 { display:block; }
 }@media only screen and (max-width: 763px) { #s7slBBmkS2ywTUWpfC0VhBsnZhcKcJTS { width:19.375rem;height:2.8125rem;top:4.25rem;left:0.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fQHV61x4NRmXZqGdAN2RneqXwCG8gbFa { display:block; }
 }@media only screen and (max-width: 763px) { #oL71vO2VQI0ZFS2VafXD4n7JalNbfxTz { top:-0.125rem;left:6.6875rem;width:2rem;height:2rem;z-index:15007;color:#22b5eb;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V { display:block; }#JHu86ERSXE5HnsoB31WS3EAvZhG0Cz1V > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk { display:block; }#q0a9w8rhdug2SaWq5THdDZ54qi4IAiyk > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMW2DERtFKSpuEk4bwbz3HQkEHsNwDQr { width:12rem;height:0;top:1.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wd8gT3X67lCLywTIgbzu75VmM7fqEvqP { width:5.6875rem;height:2rem;top:11.68296875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyeZRTnuGQxhzttynG3ROb0yc4XkGOAI { display:block; }
 }@media only screen and (max-width: 763px) { #zAPvP9Qv2iSmbtbRUzFSqCxWA4vSwChR { width:9.1875rem;height:1.94921875rem;top:1.25rem;left:5.375rem;font-size:0.75rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr { display:flex;width:18rem;height:5.0625rem;top:4.44921875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #JO7ikVyh48ZRgGTqdR94xekcvna1EkE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #pm8oT7GZAPikd3pV3fN0pTgqt84Esm05 {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #uPkTsXS4IKDfoxMhMC53AfILnJMdyRtM {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #lIoyrSIHexJU64BMH3IxCukMQy5WUBIk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #c7RHD0mTSDxWfb3TdVolKrwWhsT0QOU2 {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #LIILeFV0KkZRG8WnKQ1spRqeTbw3A0tZ {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #bOyampKI9qTLwsL4wAzrqt1sTXSkJCSR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #VRLzMML38Pu08WLMwc4rxEA2CXiE9dkK {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #KFUdk7HdAAbFMzvQRsXm4LfC1oZTuw9l {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #mmJwBvthKEqVZZvJtTP8obWhyDt5fz8g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #CpyVgwNqSTa3lrliNPn4xbKoqO6EyhFZ {  }
 }@media only screen and (max-width: 763px) { #tOAtIwRSQpUqlRxrkgOHlLOimUxK9ICr #p1dWq9hsZC2XoS5FKIMWhw7Q236GHeB5 {  }
 }@media only screen and (max-width: 763px) { #LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X { display:block; }#LtyKzZZc52VTLHQ5TOHE9EMCf9tzWM6X > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTgmK116nh1fHQgH5ZLzvxCpwTWGiScs { width:20rem;height:7.35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQSq549amnQe6ROKR5N4tEKikzvf17L { display:block; }#aAQSq549amnQe6ROKR5N4tEKikzvf17L > .row .container { width:20rem;height:75.022781372069rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTh9gZSTa3hTBCP6J0HaP29AucHnKJQq { width:20rem;height:15.9231875rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abQw6cTwiD3M3BfnJXsuAxQi6LuDNqDZ { width:20rem;height:11.375rem;top:63.6478rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMEJAFTZfIx3bMp2MReUoitHRWi5TUdC { width:20rem;height:2.5996125rem;top:18.4231875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh  { width:17.5rem;height:37.625rem;top:22.2728rem;left:0rem; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh {display:block;}#GT0Pey82gTunSRs9dTyNcJfUhlufvEDh { width:17.5rem;height:37.625rem;top:22.2728rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #tGfJMvBvbUnSLZlxqa88o5mcgCCfHAH1 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #EmtFU7I2oa3z4iGfNfvz0HW3VDrHmNeU {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #oC7bEravlSh2i7kRiBwgy7I5nnzvswce {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #WRh3E9AaT5VVy73xW8RlxbhCCeR84W6e {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #OF1taGTpc0ZZ0nEtPidZ2la61xNbftzC {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #ouabF4fxIESkdpeTQIABPvoOaKJTQJdk {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #WCpVl4RgAZ3RonpkTTQWQ3bEnzGAmsou {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #fmuKJU8CQ5i531KBKlsMlGurdrJTcCon {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #wAXecGhMu2KEOEN3AkAQJCxZJH5XTvAT {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #riNb5TkgIFLfxOqrQ6LrPXnp9ba4ysTq {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #In1snZ9P0ZvsNsVZve2NVTXS9IR21xE8 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #tKXqDLWsuHMS4EhECG2c6vr0TTHCG4Tf {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #cxTbsUe8pZKnZTeQfniI1TwPObeMlUJp {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #NhVSKXgrs5w0RFc93da2sl9DfNPcNVw9 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #Rutw8eJmAet62Ab197OJGgcNGILJVvcT {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #dFTBamiTKqvTxB79ABgPM29OtQVXy3eU {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #hyIqqHbAZFf25XrIlzo4pSFKAqX7HOih {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #yfTVL6zi8T47mzJQBQGefHnzDoQIsgTp {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #XvZaIoVhr7ZJ7UpqLx9QXlCW3ydNolHn {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #f6niPiUzHBohiKgeO8hICIXUufIcCWta {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #Na3iL0rE4xtK2LGsiCl78sd666PRF6n7 {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #mfAeN8GmlFAIHnEuQTtKvTxBZmDdLiDM {  }
 }@media only screen and (max-width: 763px) { #GT0Pey82gTunSRs9dTyNcJfUhlufvEDh #iA30K9AESWUvWcZVfrlTXddhXC9a00Tg {  }
 }@media only screen and (max-width: 763px) { #K0D1TKrx73t3tBfUL18eZH25TD38fWuD { display:block; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvEK8w6vrFLp0mGrZME9LkhcJcIucVB { width:20rem;height:15.9231875rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP { width:20rem;height:13.75rem;top:28.9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xlycbn2TklNXxc9CUPuZUSg3OWQMt4SV { width:20rem;height:1.94986875rem;top:18.4231875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm { width:20rem;height:32.04425rem;top:21.62240625rem;left:0rem;font-size:1rem;display:block; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:before{  }
 }@media only screen and (max-width: 763px) { #B4ssN4xPfRw0iolU6vaWp75gdpPgZALF { width:20rem;height:1.94986875rem;top:54.91603125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuRyPItTtbzpIiinXkh7FZxABRPSUIyO { width:20rem;height:6.9986875rem;top:58.11525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT { display:block; }#Exx4T43UX39x9l1e1mbC2KLRV4BPEIIT > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBT0dmVA3WRwq7Llvkw4t9L94612pbCJ { width:20rem;height:10.235675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnhnIScdJDhXlmJXbpHwMeA19KLQUzoZ { width:20rem;height:10.8053375rem;top:12.735rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL { display:block; }#JiUiUB1AzRZr9PXiTEhEyeXmMvfzTvRL > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sickeqmIuSFRXBohLUHkJspidKNtrNDG { width:20rem;height:28.26625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1V2UKcm2XedXhdhVpc9fJ0xFQs8hVMt { width:20rem;height:28.26625rem;top:30.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3bTgDuDm9R3adVrSIaSxsE8SP1lBJ5 { width:20rem;height:28.26625rem;top:60.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XocyGidUJomEKwl5FTbKNJfxhOfV6VvS { display:block; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJDLMV0dDAz1hpJrI6JCRwfTTTGtSf0z { width:7.5625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8dIyH9zdStGTppMXyIfVVyD3mSyPf2 { display:block; }
 }@media only screen and (max-width: 763px) { #xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 { display:block; }#xkxM1TwdOuWL7HLfGhTBxu0Df2nVTv57 > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mq1hiUrgDWX1RCEOnlxEirI5lsZLpceF { width:20rem;height:2.2747375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCiKiMpqCISCF7mBm4Imr3BPSxhv746s { width:13.8125rem;height:8.875rem;top:12.2428375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUKol36Cr0p88fcRAT7FRTlmH2JDJTWk { width:18.6875rem;height:6.21875625rem;top:4.7740875rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { display:block; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y34dxLxa7lDWS7NgDWa8fELibn6sq7nB { width:20rem;height:1.8372375rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qnus5ZhFFyRa6UzwQQ2PrLoKte86lCU9 { width:20rem;height:1.13736875rem;top:4.3365875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ecma1T3C3wyTA2C5EifusEh3nINi6Udd { width:10.8125rem;height:1.2246125rem;top:6.72330625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLgwVpV7qFXzubJhhu92AxGqLN2sEqRF { width:9.9375rem;height:2.2747375rem;top:9.19791875rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { width:20rem;height:1.13736875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }