.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5136c6f4-2af1-44ba-9b2a-cbf356eb86f4/Projektbeznazwy80.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:60rem;height:27.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ac0qTAK1WwnkEeVR3NktTGqv2RafBluO { 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:13.75rem;width:26.4375rem;top:11.3125rem;left:28.75rem;overflow:hidden;display:block; }
#xC19suFZ5WqRpPrJTVkPSatVvTrtTT7g { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.875rem;left:39.6875rem;height:4.0625rem;display:block; }
#hB97NfMEviNzOrCSinS4660K3BTlu5CI { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.0625rem;left:34.875rem;height:4.0625rem;font-style:italic;display:block; }
#WfpWHnITJg40OvAGxR8rlh828hms3IOF { 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; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row .container { background-color: transparent; background-image: none; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row .container > .video-iframe-container { display: none; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row > .video-iframe-container { display: none; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .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); }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row .container { border-width: 0; border-radius: 0; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:60rem;position:relative;display:block; }#srIgxyyPgMQk2EBM72bR5gHgdTOEJgnM { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:8.375rem;height:6.90430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lULAG2TmNTZviTgwbswOda8SNSWcrd9O { position:absolute;display:block;z-index:15004;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:5.1875rem;width:7.9375rem;top:37.25rem;left:6.9375rem;overflow:hidden;display:block; }
#s2TyR9R9245Ue0gmJZPK4MFfIFAK0p6k { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:14.9375rem;top:24.8125rem;left:3.4375rem;overflow:hidden;display:block; }
#QMkPPP5Z2KhcwHfxwTJlKtLUJLuoA3pZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:14.3125rem;top:30.4375rem;left:3.6875rem;overflow:hidden;display:block; }
#xNp0T8lAr7ifvfW4sA1ROHX2dmbmBorn { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.0625rem;left:16.59375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mfGHzITDIBFrhrqUkgxE2iI0zWNN7ArF { color:#000000;display:block;width:12.125rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:33.4375rem;left:16.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UaPMA0XM2dAUMXvGWVc2dRqqok5i1m1s { color:#000000;display:block;width:11rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:38.625rem;left:17.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MkUdXiZV2nFAm6FdvTIbu6ecvCVa2cB5 { color:#282828;display:block;width:28.9375rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.125rem;left:6.375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmllo9r1T4JoDZC0lbQFxMo6kgPXzgAo { color:#caaea3;display:block;width:31.1875rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:4.5rem;left:8.1875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i66sDQ3ATpicqKIqGPR5V9NX9v1neQBR { 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:8.0625rem;width:8.625rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#VtAif2Gt8gyVwpnsFHloWh2Q5O40e9cv { color:#e81212;display:block;width:20.25rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:19.875rem;left:6.5rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KcsssTOI7RmrOeMesoJ6HBCLTFtRifWv { color:#282828;display:block;width:28.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:22.375rem;left:9.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJ3dqm7TRxKdwowwQ0ZaKT455kG7bJHl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:25.125rem;top:25.75rem;left:20.3125rem;overflow:hidden;display:block; }
#HQfPnElzzEnTbBmaT87RpmNI51V6E7gq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:29rem;width:21.625rem;top:3.5625rem;left:36.15625rem;overflow:hidden;display:block; }
#fMcKfulrDBGNKHaSME7T4tF9ARusXNU2 { color:#caaea3;display:block;width:12.625rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:6rem;left:21.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v3fIe1MMMgwFI7vUHhOCZMOPKJCILl0v { background-color:#949dda;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.125rem;left:36.09375rem;display:block; }
#K0UF5v79CsentAHXLTPPTKShAExwpr8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zE91P5Iu8ZXQ0zP0f42q1GE3my527phZ { 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:39.8125rem;width:60rem;display:none; }
#FalrJwccpcFZgA6p1CCLIsaQPNfefwQ6 { background-color:#949dda;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.125rem;left:36.09375rem;display:block; }
#FAfbx0Car59RFsiturW3EIgIlbUFblVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea12d695-ec54-4e85-81f9-af5cff5b11d8/Q82A5072.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W.adaptive-delivery-prevent-bg, #imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W.lazyload, #imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W.lazyloading { background-image: none; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row .container { background-color: transparent; background-image: none; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row .container > .video-iframe-container { display: none; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row > .video-iframe-container { display: none; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .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); }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row .container { border-width: 0; border-radius: 0; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT { 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; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row .container { background-color: transparent; background-image: none; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row .container > .video-iframe-container { display: none; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row > .video-iframe-container { display: none; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .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); }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row .container { border-width: 0; border-radius: 0; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row .container { font-size:0.875rem;font-family:arial;height:74.375rem;width:60rem;position:relative;display:block; }#K0Pv3B0sgiKZ0vWyIJC6dv9uuZRywrK2 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.75rem;height:5.199225rem;font-style:normal;display:block; }
#IPlZRlT17uODAr8vJU8NdpZlvzD5T2J8 { color:#e81212;display:block;width:20.25rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:2.5625rem;left:3.75rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gvHBB45mm3MSGnfQOsch28vQcHAFJhbe { color:#282828;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.4375rem;left:7.625rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJkyWo3ezELmrg1blWasMNbrIyLQaoA8 { 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:16.5625rem;width:29.75rem;top:1.375rem;left:28.859375rem;overflow:hidden;display:block; }
#M200sCX8AZmAR64GrEvFQeHqIIgg1vwi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:27.625rem;top:34.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#vUzq5T9lNqDXcKHwd2tIMNL8vli9Ivkw { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12.8125rem;left:3.75rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xrcoC5qgHJ90dFSuiaGVizUsAEORpxrr { color:#282828;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:4.4375rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:27rem;left:42.28125rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cyd7V57IC1skI4Ru4mvJZlXl5w1xBZoT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:27.4375rem;top:34.6875rem;left:30.5rem;overflow:hidden;display:block; }
#UwrUFIefSzTt3wyIK8xJrBMHrwJSW93A { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:16.0625rem;top:50.625rem;left:4.625rem;overflow:hidden;display:block; }
#Asq0G45zKMR0GkJvlfDZ9hSQmrTzL3AU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:17rem;top:50.625rem;left:21.4375rem;overflow:hidden;display:block; }
#CH5CcgS4u26qf2XnvTXBVepcXMJ2XEWN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:16.0625rem;top:50.625rem;left:39.1875rem;overflow:hidden;display:block; }
#kGswg2882KLolgHGyWr0aHAx66eKzGRG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:47.4375rem;top:12.8125rem;left:7.625rem;overflow:hidden;display:block; }
#mGHepDhTL1ukhIcMdKlA0qRTillnSaRk { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.5rem;top:27.59375rem;left:10.09375rem;display:block; }
#KWTulRNIcSTw6pXGMwXUlN19px47P5oX { color:#152945;display:block;width:1.875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.822265625rem;left:10.40625rem;height:1.54345625rem;font-style:normal;display:block; }
#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bd5070f-a7af-46df-a47c-fa6865dddadf/Q82A5408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72.adaptive-delivery-prevent-bg, #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72.lazyload, #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72.lazyloading { background-image: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { background-color: transparent; background-image: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container > .video-iframe-container { display: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row > .video-iframe-container { display: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .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); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { border-width: 0; border-radius: 0; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#kdP2WNU9r2s51xQLxhCgPXqMEOr8n26q { color:#282828;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:13.8125rem;left:20.6875rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OdZ5diVoem3p6isNhnVH22IkU10pgAHU { color:#282828;display:block;width:25.3125rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:8.4375rem;left:17.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-form-header {  }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:28.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .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:28.5rem;box-sizing:border-box;height:3.125rem;color:#282828;font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-text {padding-top: 0; padding-bottom: 0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .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:28.5rem;box-sizing:border-box;height:4.375rem;color:#282828;font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .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:28.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-select {padding-top: 0; padding-bottom: 0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#949dda;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.375rem;margin-bottom:0.25rem;margin-left:7.125rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:14.25rem;height:3.75rem;font-family:"source sans pro";overflow:hidden;text-align:center;text-align-last:center; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]:-moz-placeholder { color:rgba(40,40,40,0.4);font-family:roboto;font-size:0.9375rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]::-moz-placeholder { color:rgba(40,40,40,0.4);font-family:roboto;font-size:0.9375rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]:-ms-input-placeholder { color:rgba(40,40,40,0.4);font-family:roboto;font-size:0.9375rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]::-webkit-input-placeholder { color:rgba(40,40,40,0.4);font-family:roboto;font-size:0.9375rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .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:"source sans pro";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:27.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .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; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-container:first-of-type{padding-top:0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-container:last-of-type{padding-bottom:0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.3125rem;left:14.5rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.5rem;display:block;vertical-align:top; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A {display:block;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.3125rem;left:14.5rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #A8DFgxKwUUXXFwFFs7usTzbSL89Nl1sW { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #FOyhIAlrzeFTgLNHLeAivkXmgcEHMI9s { position:relative;display:none; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #TOUIOfrxw5EmIQboidMNv1KVsIPlpvAw { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #GqV7xzrl4VKtOeA3SKzHpRTJlEouuvN9 { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #o4pShLMAeVsbTxEkTosQODM1XadPER8a { position:relative;display:none; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #OhuTm2zrOancFddT6KEwv1yNUSqiWkKx { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #VteNxdH5vb7EuxvRFC24nOvH8LE0reET { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #AAzTDkWLETmLMJLJI6IBHrLQ9s4ffMow { position:relative;display:none; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #i8GN3LSPistR7lSLWNt6oQ3CzV4trlVA { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #xf7WyxE8Synsr1mxhv1w3sSPv8UD0BC3 { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #bGQ5TNixNsnocFC2QNSX6efAzZ8a1BK3 { position:relative;display:none; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #gT1ksDSkZir822iSaS0fiymxtCX9wp22 { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #fumSKo3fM8AD7NIGiMMwo6epWdc8PTnd { position:relative;display:block;z-index:15000; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #cUWpP1FzmAkTWNbTJ7t1J3H7JuDURlWo { position:relative;display:block;z-index:15000; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #iVS6vBrIMCnLLTpwTykup8Tye46adnO4 { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #PTQIyrBDuMo7h18Pf3xUUx8Zn0z5UGfa { position:relative; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #m1mvxRxNsZtg2Q6huWx1CPVP70m5gVTN { position:relative;display:block;z-index:15000; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #MTQspw15lKayglya5nF2pVn2gA6b9fTJ { position:relative;display:block;z-index:15000; }
#PBwRZdSiOPTztP9p3VIb9lOqbDDPrKzy { color:#282828;display:block;width:39.5625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.375rem;left:10.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cFp7ZT5BORRTgBtvtQCrEZIhXhrrk87o { color:#282828;display:block;width:20.5rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.75rem;left:20.1875rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container { background-color: transparent; background-image: none; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container > .video-iframe-container { display: none; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row > .video-iframe-container { display: none; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .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); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container { border-width: 0; border-radius: 0; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#lxfVp4V6yBClxGfyoDILk6Ta4ZALEZcp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:13.125rem;top:0rem;left:16.75rem;overflow:hidden;display:block; }
#fV7bvFUXfv0eqG4Z6ZeU633PcOiRDhsy { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.625rem;left:29rem;height:3.59911875rem;text-align:left;text-align-last:left;display:block; }
#nEGyhOh1kql1QKyrqsfXJApWi6tHcI21 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:4.8125rem;left:22.0625rem; }
#mEJ7t42wNZDdhWePhg00wLnVkiDy62PS { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:4.75rem;left:23.3125rem; }
#mEJ7t42wNZDdhWePhg00wLnVkiDy62PS > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac0qTAK1WwnkEeVR3NktTGqv2RafBluO { top:11.3125rem;left:21.3125rem;width:26.4375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC19suFZ5WqRpPrJTVkPSatVvTrtTT7g { top:17.875rem;left:33.5625rem;width:4.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB97NfMEviNzOrCSinS4660K3BTlu5CI { top:21.0625rem;left:25.875rem;width:21.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfpWHnITJg40OvAGxR8rlh828hms3IOF { display:block; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srIgxyyPgMQk2EBM72bR5gHgdTOEJgnM { top:10.3125rem;left:2.25rem;width:24.9375rem;height:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lULAG2TmNTZviTgwbswOda8SNSWcrd9O { top:37.25rem;left:0.8125rem;width:7.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2TyR9R9245Ue0gmJZPK4MFfIFAK0p6k { top:24.8125rem;left:0rem;width:14.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMkPPP5Z2KhcwHfxwTJlKtLUJLuoA3pZ { top:30.4375rem;left:0rem;width:14.3125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNp0T8lAr7ifvfW4sA1ROHX2dmbmBorn { top:28.0625rem;left:10.46875rem;width:12.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfGHzITDIBFrhrqUkgxE2iI0zWNN7ArF { top:33.4375rem;left:10.5625rem;width:12.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaPMA0XM2dAUMXvGWVc2dRqqok5i1m1s { top:38.625rem;left:11.125rem;width:11rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkUdXiZV2nFAm6FdvTIbu6ecvCVa2cB5 { width:28.9375rem;height:;top:2.125rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmllo9r1T4JoDZC0lbQFxMo6kgPXzgAo { width:31.1875rem;height:2.4375rem;top:4.5rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i66sDQ3ATpicqKIqGPR5V9NX9v1neQBR { top:3.5rem;left:0rem;width:8.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtAif2Gt8gyVwpnsFHloWh2Q5O40e9cv { width:20.25rem;height:1.875rem;top:19.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsssTOI7RmrOeMesoJ6HBCLTFtRifWv { width:28.9375rem;height:;top:22.375rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3dqm7TRxKdwowwQ0ZaKT455kG7bJHl { top:25.75rem;left:14.1875rem;width:25.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQfPnElzzEnTbBmaT87RpmNI51V6E7gq { top:3.5625rem;left:26.125rem;width:21.625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMcKfulrDBGNKHaSME7T4tF9ARusXNU2 { width:12.625rem;height:2.4375rem;top:6rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3fIe1MMMgwFI7vUHhOCZMOPKJCILl0v { width:21.75rem;height:3.4375rem;top:34.125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0UF5v79CsentAHXLTPPTKShAExwpr8O { display:block; }
 }@media only screen and (max-width: 763px) { #zE91P5Iu8ZXQ0zP0f42q1GE3my527phZ { width:47.75rem;height:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FalrJwccpcFZgA6p1CCLIsaQPNfefwQ6 { width:21.75rem;height:3.4375rem;top:38.125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAfbx0Car59RFsiturW3EIgIlbUFblVL { display:block; }
 }@media only screen and (max-width: 763px) { #imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W { display:block; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT { display:block; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0Pv3B0sgiKZ0vWyIJC6dv9uuZRywrK2 { top:6.875rem;left:0rem;width:25.1875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPlZRlT17uODAr8vJU8NdpZlvzD5T2J8 { width:20.25rem;height:1.875rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHBB45mm3MSGnfQOsch28vQcHAFJhbe { width:18.125rem;height:1.1875rem;top:4.4375rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJkyWo3ezELmrg1blWasMNbrIyLQaoA8 { top:1.375rem;left:18rem;width:29.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M200sCX8AZmAR64GrEvFQeHqIIgg1vwi { top:34.6875rem;left:0rem;width:27.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUzq5T9lNqDXcKHwd2tIMNL8vli9Ivkw { top:12.8125rem;left:0rem;width:24.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrcoC5qgHJ90dFSuiaGVizUsAEORpxrr { width:1.375rem;height:4.4375rem;top:27.625rem;left:36.78125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyd7V57IC1skI4Ru4mvJZlXl5w1xBZoT { top:34.6875rem;left:20.3125rem;width:27.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrUFIefSzTt3wyIK8xJrBMHrwJSW93A { top:50.625rem;left:0rem;width:16.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asq0G45zKMR0GkJvlfDZ9hSQmrTzL3AU { top:50.625rem;left:15.3125rem;width:17rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5CcgS4u26qf2XnvTXBVepcXMJ2XEWN { top:50.625rem;left:31.6875rem;width:16.0625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGswg2882KLolgHGyWr0aHAx66eKzGRG { top:12.8125rem;left:0.3125rem;width:47.4375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGHepDhTL1ukhIcMdKlA0qRTillnSaRk { top:27.5625rem;left:3.96875rem;width:2.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWTulRNIcSTw6pXGMwXUlN19px47P5oX { top:27.8125rem;left:4.28125rem;width:1.875rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 { display:block; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdP2WNU9r2s51xQLxhCgPXqMEOr8n26q { width:18.6875rem;height:1.5625rem;top:13.8125rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdZ5diVoem3p6isNhnVH22IkU10pgAHU { width:25.3125rem;height:;top:8.4375rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-regular-label { width:29.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-text { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-text {padding-top: 0; padding-bottom: 0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-textarea { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-select { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-select {padding-top: 0; padding-bottom: 0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.4375rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-checkbox-label { width:28.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A  { width:29.75rem;height:auto;top:15.3125rem;left:8.375rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .radio-container { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A {display:block;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A { width:29.75rem;height:auto;top:15.3125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #A8DFgxKwUUXXFwFFs7usTzbSL89Nl1sW {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #FOyhIAlrzeFTgLNHLeAivkXmgcEHMI9s { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #TOUIOfrxw5EmIQboidMNv1KVsIPlpvAw {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #GqV7xzrl4VKtOeA3SKzHpRTJlEouuvN9 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #o4pShLMAeVsbTxEkTosQODM1XadPER8a { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #OhuTm2zrOancFddT6KEwv1yNUSqiWkKx {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #VteNxdH5vb7EuxvRFC24nOvH8LE0reET {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #AAzTDkWLETmLMJLJI6IBHrLQ9s4ffMow { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #i8GN3LSPistR7lSLWNt6oQ3CzV4trlVA {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #xf7WyxE8Synsr1mxhv1w3sSPv8UD0BC3 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #bGQ5TNixNsnocFC2QNSX6efAzZ8a1BK3 { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #gT1ksDSkZir822iSaS0fiymxtCX9wp22 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #fumSKo3fM8AD7NIGiMMwo6epWdc8PTnd {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #cUWpP1FzmAkTWNbTJ7t1J3H7JuDURlWo {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #iVS6vBrIMCnLLTpwTykup8Tye46adnO4 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #PTQIyrBDuMo7h18Pf3xUUx8Zn0z5UGfa {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #m1mvxRxNsZtg2Q6huWx1CPVP70m5gVTN {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #MTQspw15lKayglya5nF2pVn2gA6b9fTJ {  }
 }@media only screen and (max-width: 763px) { #PBwRZdSiOPTztP9p3VIb9lOqbDDPrKzy { width:39.5625rem;height:;top:5.375rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFp7ZT5BORRTgBtvtQCrEZIhXhrrk87o { width:20.5rem;height:2.0625rem;top:2.75rem;left:14.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw { display:block; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxfVp4V6yBClxGfyoDILk6Ta4ZALEZcp { width:13.125rem;height:6.9375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV7bvFUXfv0eqG4Z6ZeU633PcOiRDhsy { top:2.625rem;left:22.875rem;width:16.75rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGyhOh1kql1QKyrqsfXJApWi6tHcI21 { top:4.8125rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJ7t42wNZDdhWePhg00wLnVkiDy62PS { top:4.75rem;left:17.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
#mEJ7t42wNZDdhWePhg00wLnVkiDy62PS > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5136c6f4-2af1-44ba-9b2a-cbf356eb86f4/Projektbeznazwy80.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac0qTAK1WwnkEeVR3NktTGqv2RafBluO { width:12.25rem;height:6.3125rem;top:3.818359375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC19suFZ5WqRpPrJTVkPSatVvTrtTT7g { width:4.625rem;height:2.1933625rem;top:7.875rem;left:11.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB97NfMEviNzOrCSinS4660K3BTlu5CI { width:8.6875rem;height:1.54345625rem;top:9.5rem;left:11.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfpWHnITJg40OvAGxR8rlh828hms3IOF { display:block; }#WfpWHnITJg40OvAGxR8rlh828hms3IOF > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srIgxyyPgMQk2EBM72bR5gHgdTOEJgnM { width:17.3125rem;height:5.625rem;top:5.28125rem;left:1.34375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lULAG2TmNTZviTgwbswOda8SNSWcrd9O { width:7.5rem;height:4.9375rem;top:53.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2TyR9R9245Ue0gmJZPK4MFfIFAK0p6k { width:14.9375rem;height:8.125rem;top:32.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMkPPP5Z2KhcwHfxwTJlKtLUJLuoA3pZ { width:14.3125rem;height:7.6875rem;top:43.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNp0T8lAr7ifvfW4sA1ROHX2dmbmBorn { width:8.25rem;height:3.65625rem;top:39.875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfGHzITDIBFrhrqUkgxE2iI0zWNN7ArF { width:10.75rem;height:2.4375rem;top:50.3125rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaPMA0XM2dAUMXvGWVc2dRqqok5i1m1s { width:11rem;height:2.4375rem;top:59.4375rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkUdXiZV2nFAm6FdvTIbu6ecvCVa2cB5 { width:10.5625rem;height:1.25rem;top:1.6875rem;left:4.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmllo9r1T4JoDZC0lbQFxMo6kgPXzgAo { width:10.4375rem;height:1.25rem;top:2.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i66sDQ3ATpicqKIqGPR5V9NX9v1neQBR { width:4.9375rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtAif2Gt8gyVwpnsFHloWh2Q5O40e9cv { width:10.1875rem;height:1.25rem;top:29.9375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsssTOI7RmrOeMesoJ6HBCLTFtRifWv { width:15.375rem;height:1.0625rem;top:31.75rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3dqm7TRxKdwowwQ0ZaKT455kG7bJHl { width:17.875rem;height:9.9375rem;top:18.5625rem;left:2.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #HQfPnElzzEnTbBmaT87RpmNI51V6E7gq { width:14.25rem;height:19.0625rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMcKfulrDBGNKHaSME7T4tF9ARusXNU2 { width:11.1875rem;height:1.25rem;top:2.875rem;left:8.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3fIe1MMMgwFI7vUHhOCZMOPKJCILl0v { width:19rem;height:3.625rem;top:63.625rem;left:0.59375rem;font-family:georgia;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0UF5v79CsentAHXLTPPTKShAExwpr8O { display:block; }
 }@media only screen and (max-width: 763px) { #zE91P5Iu8ZXQ0zP0f42q1GE3my527phZ { top:12.3125rem;left:0rem;width:20rem;height:13.25rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FalrJwccpcFZgA6p1CCLIsaQPNfefwQ6 { width:19rem;height:3.4375rem;top:68.5rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAfbx0Car59RFsiturW3EIgIlbUFblVL { display:block; }
 }@media only screen and (max-width: 763px) { #imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea12d695-ec54-4e85-81f9-af5cff5b11d8/Q82A5072.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W.adaptive-delivery-prevent-bg, #imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W.lazyload, #imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W.lazyloading { background-image: none; }#imVsgiDgT6HJaua3ChhMUOvDNZeJSv9W > .row .container { width:20rem;height:12.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT { display:block; }#s8PbNsQVQhoBS9RANdTsz3TOohZMHqfT > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0Pv3B0sgiKZ0vWyIJC6dv9uuZRywrK2 { width:18.75rem;height:4.548825rem;top:18.6875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPlZRlT17uODAr8vJU8NdpZlvzD5T2J8 { width:9.5625rem;height:1.25rem;top:1.75rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHBB45mm3MSGnfQOsch28vQcHAFJhbe { width:18.125rem;height:1.0625rem;top:3.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJkyWo3ezELmrg1blWasMNbrIyLQaoA8 { width:20rem;height:11.1338125rem;top:6.3388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M200sCX8AZmAR64GrEvFQeHqIIgg1vwi { width:10.5rem;height:5.4375rem;top:42.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUzq5T9lNqDXcKHwd2tIMNL8vli9Ivkw { width:18.8125rem;height:4.548825rem;top:24.4375rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrcoC5qgHJ90dFSuiaGVizUsAEORpxrr { width:1.375rem;height:0;top:60.65528125rem;left:18.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyd7V57IC1skI4Ru4mvJZlXl5w1xBZoT { width:20rem;height:11rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrUFIefSzTt3wyIK8xJrBMHrwJSW93A { width:9.1875rem;height:12.4375rem;top:42.6875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asq0G45zKMR0GkJvlfDZ9hSQmrTzL3AU { width:9.25rem;height:11.75rem;top:55.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5CcgS4u26qf2XnvTXBVepcXMJ2XEWN { width:10.3125rem;height:14rem;top:48.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGswg2882KLolgHGyWr0aHAx66eKzGRG { width:20rem;height:11.19825rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGHepDhTL1ukhIcMdKlA0qRTillnSaRk { width:1.0625rem;height:0.75rem;top:72.9482421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWTulRNIcSTw6pXGMwXUlN19px47P5oX { width:1.875rem;height:0.8125rem;top:72.9169921875rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 { position:relative;z-index:auto;display:block; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdP2WNU9r2s51xQLxhCgPXqMEOr8n26q { width:18.6875rem;height:1.0625rem;top:9.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdZ5diVoem3p6isNhnVH22IkU10pgAHU { width:18.3125rem;height:2.125rem;top:7.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-text {padding-top: 0; padding-bottom: 0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-select {padding-top: 0; padding-bottom: 0;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem;font-size:1.0625rem;overflow:hidden; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A  { width:17.5rem;height:26.4375rem;top:10.8125rem;left:0rem; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A {display:block;}#H179GIDeo2W9FuOAwO2rn9iOTTquFy9A { width:17.5rem;height:26.4375rem;top:10.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #A8DFgxKwUUXXFwFFs7usTzbSL89Nl1sW {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #FOyhIAlrzeFTgLNHLeAivkXmgcEHMI9s { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #TOUIOfrxw5EmIQboidMNv1KVsIPlpvAw {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #GqV7xzrl4VKtOeA3SKzHpRTJlEouuvN9 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #o4pShLMAeVsbTxEkTosQODM1XadPER8a { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #OhuTm2zrOancFddT6KEwv1yNUSqiWkKx {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #VteNxdH5vb7EuxvRFC24nOvH8LE0reET {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #AAzTDkWLETmLMJLJI6IBHrLQ9s4ffMow { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #i8GN3LSPistR7lSLWNt6oQ3CzV4trlVA {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #xf7WyxE8Synsr1mxhv1w3sSPv8UD0BC3 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #bGQ5TNixNsnocFC2QNSX6efAzZ8a1BK3 { display:none; }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #gT1ksDSkZir822iSaS0fiymxtCX9wp22 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #fumSKo3fM8AD7NIGiMMwo6epWdc8PTnd {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #cUWpP1FzmAkTWNbTJ7t1J3H7JuDURlWo {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #iVS6vBrIMCnLLTpwTykup8Tye46adnO4 {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #PTQIyrBDuMo7h18Pf3xUUx8Zn0z5UGfa {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #m1mvxRxNsZtg2Q6huWx1CPVP70m5gVTN {  }
 }@media only screen and (max-width: 763px) { #H179GIDeo2W9FuOAwO2rn9iOTTquFy9A #MTQspw15lKayglya5nF2pVn2gA6b9fTJ {  }
 }@media only screen and (max-width: 763px) { #PBwRZdSiOPTztP9p3VIb9lOqbDDPrKzy { width:15.9375rem;height:2.11230625rem;top:4rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFp7ZT5BORRTgBtvtQCrEZIhXhrrk87o { width:20rem;height:1.0625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container { background-color: transparent; background-image: none; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container > .video-iframe-container { display: none; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row > .video-iframe-container { display: none; }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .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); }#DxhUDSLU4omF8Mqi5MaEn5JFvZCgROTw > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxfVp4V6yBClxGfyoDILk6Ta4ZALEZcp { width:8.625rem;height:4.6875rem;top:0rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV7bvFUXfv0eqG4Z6ZeU633PcOiRDhsy { width:20rem;height:3rem;top:3.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEGyhOh1kql1QKyrqsfXJApWi6tHcI21 { width:1.1875rem;height:1.1875rem;top:7.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJ7t42wNZDdhWePhg00wLnVkiDy62PS { width:1.375rem;height:1.375rem;top:7.375rem;left:10rem;display:block; }
#mEJ7t42wNZDdhWePhg00wLnVkiDy62PS > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }