.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:#090909;background-image:none;position:relative;display:block; }
#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container { display: none; }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .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); }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 { 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; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row .container { background-color: transparent; background-image: none; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row .container > .video-iframe-container { display: none; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row > .video-iframe-container { display: none; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .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); }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row .container { border-width: 0; border-radius: 0; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:block; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.46);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { border-width: 0; border-radius: 0; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:none; }#sOhvnTfrcMHJq1A13LPnI0cTrK65MsX7 { display:block;width:43.125rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2492189407349rem;left:15.93359375rem;height:7.4739375rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#H08S0CGfvOFuA6E6GRTo0NSbvSbU8ow7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ddad68;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.1873225rem;width:25.8123125rem;position:absolute;display:block;z-index:15002;top:10.5rem;left:23.25rem;display:block; }
#kwPDp3oSRiQ6uuBvGIs7DDv54dXeFVSn { display:block;width:47.249625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.498579025269rem;left:13.872512817382rem;height:5.85069375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EHvU7BeyZmAWFwQKIPPo3RQ3Dg1rCIIG { 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:4.874825rem;width:16.62375rem;top:1.375rem;left:29.1875rem;overflow:hidden;display:block; }
#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/96306bdb-7d90-45e2-96df-2b83dbe8b787/Pokonajprokrastynacjw2godziny2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5.adaptive-delivery-prevent-bg, #qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5.lazyload, #qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5.lazyloading { background-image: none; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row .container { background-color: transparent; background-image: none; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row .container > .video-iframe-container { display: none; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row > .video-iframe-container { display: none; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .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); }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row .container { border-width: 0; border-radius: 0; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#Joaqso2JitruoBRakGI3T3i9FA28kaio { display:block;width:41.5625rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:16.810546875rem;height:3.41145625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEmyZnZedmDuGTQLOlaV5uIZ8ye4tF1B { display:block;width:43.1875rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.896484375rem;left:15.998046875rem;height:6.3375rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGE3amPrkr5UTT7dvbcWTsUpHRqtItOl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ddad68;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.18671875rem;width:25.8116875rem;position:absolute;display:block;z-index:15005;top:10.875rem;left:24.623439788818rem;display:block; }
#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/55b3eb8a1f4010f44c5d86fe0e2b39d8.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T.adaptive-delivery-prevent-bg, #KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T.lazyload, #KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T.lazyloading { background-image: none; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container { background-color: transparent; background-image: none; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container > .video-iframe-container { display: none; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row > .video-iframe-container { display: none; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .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); }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container { border-width: 0; border-radius: 0; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T::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; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#gTqg3hFb2S9gdnN8yZDMzfyLNKCmOPFT { display:block;width:36.5rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.5625rem;left:38.624996185302rem;height:28.75rem;font-style:normal;display:block; }#gTqg3hFb2S9gdnN8yZDMzfyLNKCmOPFT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#gTqg3hFb2S9gdnN8yZDMzfyLNKCmOPFT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f02e7820-1826-4b4e-8828-17d48b1a1e71/shne.png); }
#Ct3RL9LsJ6zBlg3iQWCf3rGH8mEAhCM5 { display:block;width:28.9366875rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.40625rem;left:39.561717987061rem;height:;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mv3OOcTnwPMcNxtd16Xr4I0wR6aXyy9c { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ddad68;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.1873225rem;width:25.8114375rem;position:absolute;display:block;z-index:15003;top:4.875rem;left:39.5625rem;display:block; }
#ck36sQlluIneF9wwxA4eIqa447WiQOaz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ddad68;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.1873225rem;width:25.8114375rem;position:absolute;display:block;z-index:15004;top:4.875rem;left:42.75rem;display:block; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .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; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ddad68;background-image:none;color:#ffffff;padding-top:0.58875rem;padding-right:0.51rem;padding-bottom:0.58875rem;padding-left:0.51rem;display:block;align-items:center;width:3.05875rem;min-width:3.05875rem;height:3.16375rem;position:relative;font-family:oswald;font-size:2.355625rem;font-weight:700;line-height:50.62px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .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.3675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.079375rem;height:1.249375rem;position:relative;font-family:oswald;font-size:0.883125rem;font-weight:400;line-height:19.99px;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; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.3125rem;height:5.958125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:29.9375rem;left:8.5625rem;z-index:15006; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #Ra2XfmtkgAUCk56Ez1skgcHnoCZQkmKV { display:flex;position:relative;top:0rem;left:0rem; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #E9vtw182gLvbiQAaA7dUHXu8mpOneWRr { width:auto; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #UMaffbKqimLBZqzy7bum2TT4K70biCrg {  }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #msLaSL3TlBo98Xvt1sTzCFzuql54O838 { display:flex;position:relative;top:0rem;left:0rem; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #b9815Am11bgwnuoyeCBS4OflRTCWalit {  }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #UtyprLlKz4uq4QB4Px9PmxFlJoh6s5Fn {  }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #qoxx6mWFJ5GTcMfPuyxdF4RgaeyXnufi { display:flex;position:relative;top:0rem;left:0rem; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #G1EPeJEPNw0NBG2ZwfvNPlLNZzxkMtob {  }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #uM4WetLXTNIMoLFCAwBvvyFGbmdqCREx {  }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #WqzIe6OpizhmFCszczhKHe2S5sBWHTHd { display:flex;position:relative;top:0rem;left:0rem; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #BHzufyUX911bQwvQU6n4GLXHX77vz6oi {  }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #L8wibba1Qz624Fxu5xpU76dMPOOc8Ll2 {  }
#simgcCeG1lPeIhsT3dZz4H7pcqkiFFTc { background-color:#ff0000;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:oswald;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8203125rem;left:47.499217987061rem;display:block; }
#tqbNyxZRJqsXM13vMUgVCr1hJNCtw1cs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTXdyqwec9Ntdg3qDzR99UITUJNTXnSR { display:block;width:19.0625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.1875rem;left:9.1875rem;height:3.0875rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6h36nKs5c1d9qHpKbGgS4DciicoZJLQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.1875rem;width:36rem;top:4.875rem;left:0.75rem;display:block; }
#Xlp9QIqJWNmqSHru0V6SkRqEmNOFXUwS { background-color:#ddad68;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.125rem;left:47.9375rem;display:none; }
#UaBWDf0gQOOUdDPQIPn8wFqoCCWTL2tc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmJQolctXTRXiaSamJzGyVnJ0tuZQTtS { box-sizing:content-box;height:21.3125rem;width:37.0625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:4.3106155395508rem;left:0.1875rem;display:block; }
#vX1klEDXSBV29vCuOOk31aNqQ2iSldah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row .container { background-color: transparent; background-image: none; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row .container > .video-iframe-container { display: none; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row > .video-iframe-container { display: none; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .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); }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row .container { border-width: 0; border-radius: 0; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#s5oC1Ups4MSDhzZaoW97BbRzwvTuGf8Q { display:block;width:11.625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0601577758789rem;left:31.686717987061rem;height:5.84895625rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#fTZkDgS53MOmOxHd8DnQvJAIziTzVyP9 { 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:23.125rem;width:15.125rem;top:4.671875rem;left:45.740627288818rem;overflow:hidden;display:block; }
#rBMg83CNp7cSgMMN1N74nwy6w9sCespM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:15.9375rem;top:15.060369253159rem;left:59.874816894531rem;overflow:hidden;display:block; }
#o9LQRz0ylM1ciplU7PpRWysRRBLw3vOJ { display:block;width:41.0625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3273429870606rem;left:3.49609375rem;height:2.6rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#q7dTNbOTB6ys5kX4wruOmloLM7QgrhrK { 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:14.125rem;width:22.875rem;top:41.1875rem;left:1.625rem;overflow:hidden;display:block; }
#rg30S7NJkih3CW7zMNfZ7ZoFlIL9EzT3 { display:block;width:38.375rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.5rem;height:20.46875rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#qLxFNhOGLAGROiQIaqQx1Ju28ItatsLF { display:block;width:34.7491875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:29.5625rem;left:3.49609375rem;height:8.3105625rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#GynXlGcpeAPpzrPeBa5qJAWbgaEf1Qy5 { 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:14.3119375rem;width:22.7494375rem;top:41.0625rem;left:25.5rem;overflow:hidden;display:block; }
#mS4v8wLi5KmAP1VKCSPoQlmKdaxDx77p { 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:14.1868125rem;width:22.8125rem;top:41.125rem;left:50.5625rem;overflow:hidden;display:block; }
#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 { position:relative;display:block; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 { background-color: transparent; background-image: none; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container > .video-iframe-container { display: none; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row > .video-iframe-container { display: none; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .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); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 { border-width: 0; border-radius: 0; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090909;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yiE8v9Vfd8tXZ6OhIpVUKzHA9t2OMWHz { display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:42.1875rem;height:5.03645625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogyxsKSdJfaFtRmzKBtFiAXmJK3XGWID { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ddad68;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.1873225rem;width:25.8114375rem;position:absolute;display:block;z-index:15002;top:3.9375rem;left:43.4375rem;display:block; }
#uDPopwB4zDI0XhRLx8FayuSUSa6nTaNd { display:block;width:36.9366875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:37.8125rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-form-header {  }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-regular-label { height:auto;display:block;font-family:oswald;font-size:0.875rem;font-weight:bold;color:#000000;width:24.0625rem;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; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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:24.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-text {padding-top: 0; padding-bottom: 0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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:24.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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:24.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-select {padding-top: 0; padding-bottom: 0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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:#ff0000;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:3.625rem;margin-bottom:0.25rem;margin-left:4.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:15.625rem;height:3rem;font-family:oswald;overflow:hidden; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:oswald;font-size:0.875rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:oswald;font-size:0.875rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:oswald;font-size:0.875rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:oswald;font-size:0.875rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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:oswald;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .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; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-container:first-of-type{padding-top:0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-container:last-of-type{padding-bottom:0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4367828369137rem;left:42.965137481689rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.0625rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u {display:block;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4367828369137rem;left:42.965137481689rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #vDzL3zOWk1qmPbwGrs0Mf6TR6TfuLkk5 { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #cTSbJT4zUnzk2BqVrAeQWEpd6TCMboGt { position:relative;display:block; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #ld2fp8Kp7D1sDyI4J8gGHO9cDQtBwEbx { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #CNrgQlbofmDU0Cqq9Fu4AJgsHS1plTIl { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #z3hZ3b0FHcOMczCcIbI5AKe4uo5kGOsV { position:relative;display:block; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #i11nR0mcuQ33JKIDdJlTyULG2tgetcW6 { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #OAtL879JFBVFCErmZMOwbqRpXiMZrcyI { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #S18MSbmdh4nvGPaNmMr5PZ05y0ANlLJo { position:relative;display:block; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #g1iOD3FSNdamJw5p6BVKtTCauXnumV89 { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #ksWvDd1qOfG9A7ppi72ogIJvQZWXwMEg { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #dWUQEXsaoq1WR9ggx1w4d1e33S8IgHli { position:relative;z-index:2; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #QW994EDmqWbUxPTC0T3mkw03fQsft02T { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #sKTfau3881cP7iwMaTpmToT7PgWWS9KT { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #nk19CXOV6RKZ9cK16Xwqu0Xp3K61AodN { position:relative;z-index:2; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #bHg35yqBzdNcLwspGrBMW6d8nzdw2f97 { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #lVTdSfph5Qe0vR0C0lPtQMPlMFUsPTg9 { position:relative; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #qgMfAQkh8eQDqrlulk5WtRFtIN0x9i8m { position:relative; }
#FSs8faG6glXc1VulGlLXNbWNx8v6V2o4 { 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:38.0625rem;width:27.3125rem;top:0rem;left:5.0933151245117rem;overflow:hidden;display:block; }
#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090909;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; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row .container { background-color: transparent; background-image: none; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row .container > .video-iframe-container { display: none; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row > .video-iframe-container { display: none; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .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); }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row .container { border-width: 0; border-radius: 0; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#xdK2T3Dw34W3RIaMQSp4x2IBi2aM2UBE { display:block;width:17.6875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9976568222046rem;left:10.642967224121rem;height:6.5rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#tpEog6i3b99kVL6zcPoMeTdD1JOUPdSE { display:block;width:41.0625rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8523445129394rem;left:0rem;height:3.41145625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiDrdL8nnrv80o3p3VUmztR3ocDt7LVR { display:block;width:35.2484375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:13.03281211853rem;left:1.8640594482422rem;height:15.75rem;font-style:normal;color:#ffffff;display:block; }#qiDrdL8nnrv80o3p3VUmztR3ocDt7LVR li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qiDrdL8nnrv80o3p3VUmztR3ocDt7LVR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f02e7820-1826-4b4e-8828-17d48b1a1e71/shne.png); }
#PQspOWysw41FyVrIBrhxHgt4bbS4rfId { 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:36.8125rem;width:24.5625rem;top:0.5625rem;left:46.403125762939rem;overflow:hidden;display:block; }
#e2xiX01r82sHEcuE6wTtHGaQaqG9THGJ { display:block;width:39.5rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8607951402662rem;left:1.1194953918457rem;height:34.1086875rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WVKLP0hTvb645UaroqqfLA8wO6siGz9O { background-color:#ddad68;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.125rem;left:47.9375rem;display:none; }
#oz2TIUnBU8eJoDIT4yEMF3MGLlIFHKeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKUBNWC8atbWBEtQGnLPoeO1yCOPi7td { display:block;width:43.6875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.143749237061rem;left:0rem;height:5.1171875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ak6lOSPxKTOIH5BWozLmRwmQOKVQspzH { display:block;width:39.5rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8607951402662rem;left:1.1194953918457rem;height:34.1086875rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 { 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; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container { background-color: transparent; background-image: none; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container > .video-iframe-container { display: none; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row > .video-iframe-container { display: none; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .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); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container { border-width: 0; border-radius: 0; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container { font-size:0.875rem;font-family:arial;height:105.1875rem;width:75rem;position:relative;display:block; }#iGdsm6GSeXlT3QruhipS5ouZdiTeVc9S { display:block;width:19.0625rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.75rem;height:3.575rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#nN2t6A6PKgZcS5PFBQCWG7kAp2tQEvv9 { display:block;width:20.9375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:9rem;height:2.925rem;color:#ddad68;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#NQdfJHnZ7T3c1sJplnceRuXq05TTUiPe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.6875rem;width:2.0625rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:23.125rem;left:41.25rem;overflow:hidden;display:block; }
#yHaaGVoGwRZmPFKGLLNOHJQWwNfFS8lo { 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:41.4373125rem;width:30.1243125rem;top:12.8125rem;left:3rem;overflow:hidden;display:block; }
#gRTExJtXwE0V6ExTEgzklX3Qb8sUMB5T { position:absolute;display:block;z-index:15010;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:41.624625rem;width:29.4993125rem;top:12.625rem;left:40.5rem;overflow:hidden;display:block; }
#lFhCx5xUuaqamX7844d5UShbcFibXn0Z { 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:42.6243125rem;width:30.8123125rem;top:54.25rem;left:3rem;overflow:hidden;display:block; }
#qHSo07evLhwbqy8OoolJOSJMsXOPqHCz { 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:42.75rem;width:30.8125rem;top:54.25rem;left:39.6875rem;overflow:hidden;display:block; }
#WuBD8tse0EIu0MTRSqZKSQfNO3ob9Xn0 { background-color:#ddad68;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.125rem;left:47.9375rem;display:none; }
#W5iMx8N9arnhbVfFRuAynZQXy3k4mrHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcgOpBACvfctPP65gdh8PbUDcPIMNtrk { background-color:#ff0000;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:oswald;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:100.25rem;left:28.6875rem;display:block; }
#a7K2StZWAwAM8t7Td4JEDQT9Gc3Ct3ZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { background-color: transparent; background-image: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .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); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { border-width: 0; border-radius: 0; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#m647C1JGTM4NA04hiQQTasPU4EEDearN { display:block;width:75rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:0.97511875rem;text-align:center;text-align-last:center;color:#999999;display:block; }
#SsKiNBn8T8owXXVIs2Ek16roEmAPUlch { display:block;width:75rem;position:absolute;font-family:oswald;font-size:0.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:0.40625rem;text-align:center;text-align-last:center;color:#e8e8e8;display:block; }
#XJHewWfEHZAJSstU6OHLHM9w4q287SWW { color:#000000;display:block;width:23.2494375rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1059074401856rem;left:25.874568939209rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 { display:block; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 { display:block; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOhvnTfrcMHJq1A13LPnI0cTrK65MsX7 { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H08S0CGfvOFuA6E6GRTo0NSbvSbU8ow7 { width:20rem;height:0.1875rem;top:10.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwPDp3oSRiQ6uuBvGIs7DDv54dXeFVSn { width:20.1875rem;height:3.875rem;top:12.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvU7BeyZmAWFwQKIPPo3RQ3Dg1rCIIG { top:1.375rem;left:7.3125rem;width:16.5625rem;height:4.8568637679525rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 { display:block; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Joaqso2JitruoBRakGI3T3i9FA28kaio { width:20.1875rem;height:3.875rem;top:12.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEmyZnZedmDuGTQLOlaV5uIZ8ye4tF1B { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGE3amPrkr5UTT7dvbcWTsUpHRqtItOl { width:20rem;height:0.1875rem;top:10.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T { display:block; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container { width:47.75rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTqg3hFb2S9gdnN8yZDMzfyLNKCmOPFT { width:36.5rem;height:;top:6.5625rem;left:11.25rem;font-size:1.25rem;display:block; }#gTqg3hFb2S9gdnN8yZDMzfyLNKCmOPFT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f02e7820-1826-4b4e-8828-17d48b1a1e71/shne.png); }
 }@media only screen and (max-width: 763px) { #Ct3RL9LsJ6zBlg3iQWCf3rGH8mEAhCM5 { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv3OOcTnwPMcNxtd16Xr4I0wR6aXyy9c { width:20rem;height:0.1875rem;top:10.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck36sQlluIneF9wwxA4eIqa447WiQOaz { width:20rem;height:0.1875rem;top:10.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .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; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .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; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP { display:flex;width:18rem;height:5.0625rem;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #Ra2XfmtkgAUCk56Ez1skgcHnoCZQkmKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #E9vtw182gLvbiQAaA7dUHXu8mpOneWRr {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #UMaffbKqimLBZqzy7bum2TT4K70biCrg {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #msLaSL3TlBo98Xvt1sTzCFzuql54O838 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #b9815Am11bgwnuoyeCBS4OflRTCWalit {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #UtyprLlKz4uq4QB4Px9PmxFlJoh6s5Fn {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #qoxx6mWFJ5GTcMfPuyxdF4RgaeyXnufi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #G1EPeJEPNw0NBG2ZwfvNPlLNZzxkMtob {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #uM4WetLXTNIMoLFCAwBvvyFGbmdqCREx {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #WqzIe6OpizhmFCszczhKHe2S5sBWHTHd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #BHzufyUX911bQwvQU6n4GLXHX77vz6oi {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #L8wibba1Qz624Fxu5xpU76dMPOOc8Ll2 {  }
 }@media only screen and (max-width: 763px) { #simgcCeG1lPeIhsT3dZz4H7pcqkiFFTc { width:17.5rem;height:3.4375rem;top:33.8125rem;left:27.061717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqbNyxZRJqsXM13vMUgVCr1hJNCtw1cs { display:block; }
 }@media only screen and (max-width: 763px) { #nTXdyqwec9Ntdg3qDzR99UITUJNTXnSR { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6h36nKs5c1d9qHpKbGgS4DciicoZJLQ { top:4.875rem;left:0rem;width:36rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlp9QIqJWNmqSHru0V6SkRqEmNOFXUwS { width:17.5rem;height:3.4375rem;top:31.125rem;left:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaBWDf0gQOOUdDPQIPn8wFqoCCWTL2tc { display:block; }
 }@media only screen and (max-width: 763px) { #LmJQolctXTRXiaSamJzGyVnJ0tuZQTtS { top:4.3125rem;left:0rem;width:37.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX1klEDXSBV29vCuOOk31aNqQ2iSldah { display:block; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5oC1Ups4MSDhzZaoW97BbRzwvTuGf8Q { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZkDgS53MOmOxHd8DnQvJAIziTzVyP9 { top:4.625rem;left:31.125rem;width:15.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBMg83CNp7cSgMMN1N74nwy6w9sCespM { top:15rem;left:30.3125rem;width:15.9375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9LQRz0ylM1ciplU7PpRWysRRBLw3vOJ { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7dTNbOTB6ys5kX4wruOmloLM7QgrhrK { top:41.1875rem;left:0rem;width:22.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg30S7NJkih3CW7zMNfZ7ZoFlIL9EzT3 { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLxFNhOGLAGROiQIaqQx1Ju28ItatsLF { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GynXlGcpeAPpzrPeBa5qJAWbgaEf1Qy5 { top:41.0625rem;left:11.875rem;width:22.6875rem;height:14.272971893536rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS4v8wLi5KmAP1VKCSPoQlmKdaxDx77p { top:41.125rem;left:24.9375rem;width:22.8125rem;height:14.1868125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 { display:block; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiE8v9Vfd8tXZ6OhIpVUKzHA9t2OMWHz { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogyxsKSdJfaFtRmzKBtFiAXmJK3XGWID { width:20rem;height:0.1875rem;top:10.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDPopwB4zDI0XhRLx8FayuSUSa6nTaNd { width:20.1875rem;height:3.875rem;top:12.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-regular-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-text { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-text {padding-top: 0; padding-bottom: 0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-textarea { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-select { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-select {padding-top: 0; padding-bottom: 0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.1875rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u  { width:24.0625rem;height:auto;top:8.375rem;left:21.1875rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .radio-container { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u {display:block;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u { width:24.0625rem;height:auto;top:8.375rem;left:21.1875rem; }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #vDzL3zOWk1qmPbwGrs0Mf6TR6TfuLkk5 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #cTSbJT4zUnzk2BqVrAeQWEpd6TCMboGt {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #ld2fp8Kp7D1sDyI4J8gGHO9cDQtBwEbx {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #CNrgQlbofmDU0Cqq9Fu4AJgsHS1plTIl {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #z3hZ3b0FHcOMczCcIbI5AKe4uo5kGOsV {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #i11nR0mcuQ33JKIDdJlTyULG2tgetcW6 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #OAtL879JFBVFCErmZMOwbqRpXiMZrcyI {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #S18MSbmdh4nvGPaNmMr5PZ05y0ANlLJo {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #g1iOD3FSNdamJw5p6BVKtTCauXnumV89 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #ksWvDd1qOfG9A7ppi72ogIJvQZWXwMEg {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #dWUQEXsaoq1WR9ggx1w4d1e33S8IgHli {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #QW994EDmqWbUxPTC0T3mkw03fQsft02T {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #sKTfau3881cP7iwMaTpmToT7PgWWS9KT {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #nk19CXOV6RKZ9cK16Xwqu0Xp3K61AodN {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #bHg35yqBzdNcLwspGrBMW6d8nzdw2f97 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #lVTdSfph5Qe0vR0C0lPtQMPlMFUsPTg9 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #qgMfAQkh8eQDqrlulk5WtRFtIN0x9i8m {  }
 }@media only screen and (max-width: 763px) { #FSs8faG6glXc1VulGlLXNbWNx8v6V2o4 { top:0rem;left:0rem;width:27.3125rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS { display:block; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdK2T3Dw34W3RIaMQSp4x2IBi2aM2UBE { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpEog6i3b99kVL6zcPoMeTdD1JOUPdSE { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiDrdL8nnrv80o3p3VUmztR3ocDt7LVR { width:35.1875rem;height:15.75rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }#qiDrdL8nnrv80o3p3VUmztR3ocDt7LVR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f02e7820-1826-4b4e-8828-17d48b1a1e71/shne.png); }
 }@media only screen and (max-width: 763px) { #PQspOWysw41FyVrIBrhxHgt4bbS4rfId { top:0.5625rem;left:23.1875rem;width:24.5625rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2xiX01r82sHEcuE6wTtHGaQaqG9THGJ { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVKLP0hTvb645UaroqqfLA8wO6siGz9O { width:17.5rem;height:3.4375rem;top:31.125rem;left:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz2TIUnBU8eJoDIT4yEMF3MGLlIFHKeh { display:block; }
 }@media only screen and (max-width: 763px) { #lKUBNWC8atbWBEtQGnLPoeO1yCOPi7td { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6lOSPxKTOIH5BWozLmRwmQOKVQspzH { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 { display:block; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container { width:47.75rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGdsm6GSeXlT3QruhipS5ouZdiTeVc9S { width:19.0625rem;height:3.5625rem;top:4.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN2t6A6PKgZcS5PFBQCWG7kAp2tQEvv9 { width:20.9375rem;height:2.875rem;top:7.6875rem;left:2.1869659423828rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdfJHnZ7T3c1sJplnceRuXq05TTUiPe { width:2.0625rem;height:1.6875rem;top:26.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHaaGVoGwRZmPFKGLLNOHJQWwNfFS8lo { top:12.8125rem;left:0rem;width:30.0625rem;height:41.352286696377rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTExJtXwE0V6ExTEgzklX3Qb8sUMB5T { top:12.625rem;left:18.3125rem;width:29.4375rem;height:41.537405267919rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFhCx5xUuaqamX7844d5UShbcFibXn0Z { top:54.25rem;left:0rem;width:30.75rem;height:42.538112300886rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSo07evLhwbqy8OoolJOSJMsXOPqHCz { top:54.25rem;left:16.9375rem;width:30.75rem;height:42.662984257511rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuBD8tse0EIu0MTRSqZKSQfNO3ob9Xn0 { width:17.5rem;height:3.4375rem;top:31.125rem;left:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5iMx8N9arnhbVfFRuAynZQXy3k4mrHA { display:block; }
 }@media only screen and (max-width: 763px) { #IcgOpBACvfctPP65gdh8PbUDcPIMNtrk { width:17.5rem;height:3.4375rem;top:100.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7K2StZWAwAM8t7Td4JEDQT9Gc3Ct3ZK { display:block; }
 }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:47.75rem;height:0.9375rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsKiNBn8T8owXXVIs2Ek16roEmAPUlch { width:47.75rem;height:0.375rem;top:4.4375rem;left:0rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHewWfEHZAJSstU6OHLHM9w4q287SWW { top:4.0625rem;left:12.249568939209rem;width:23.1875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 { display:block; }#E1TDP8wp1pGRV8H8euOOSoPrZpFWHQ56 > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0cc0d2b4-8901-4105-99c7-699529434a3c/1f81ac2d2d834b86b944f2161a690fd9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9.adaptive-delivery-prevent-bg, #bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9.lazyload, #bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9.lazyloading { background-image: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { background-color: transparent; background-image: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container > .video-iframe-container { display: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row > .video-iframe-container { display: none; }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .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); }#bwlVCZ1EPmOdmFdOlAL6qWWDTRWmd6k9 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOhvnTfrcMHJq1A13LPnI0cTrK65MsX7 { width:19.1246875rem;height:3.9004625rem;top:5.3739873766899rem;left:0.43547463417053rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H08S0CGfvOFuA6E6GRTo0NSbvSbU8ow7 { width:16.3736875rem;height:0.186631875rem;top:9.999276816845rem;left:1.8106192350387rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwPDp3oSRiQ6uuBvGIs7DDv54dXeFVSn { width:18.4996875rem;height:6.4988125rem;top:10.686487853527rem;left:0.7486979961395rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHvU7BeyZmAWFwQKIPPo3RQ3Dg1rCIIG { width:11.24925rem;height:3.1872125rem;top:1.248553276062rem;left:4.3728300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0cc0d2b4-8901-4105-99c7-699529434a3c/1f81ac2d2d834b86b944f2161a690fd9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5.adaptive-delivery-prevent-bg, #qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5.lazyload, #qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5.lazyloading { background-image: none; }#qB6STUSb6ZcSDKdM7HeTWazlI5fa6hM5 > .row .container { width:20rem;height:19.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Joaqso2JitruoBRakGI3T3i9FA28kaio { width:20rem;height:8.937375rem;top:9.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEmyZnZedmDuGTQLOlaV5uIZ8ye4tF1B { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGE3amPrkr5UTT7dvbcWTsUpHRqtItOl { width:20rem;height:0.125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T { display:block; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T { background-color: transparent; background-image: none; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container > .video-iframe-container { display: none; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row > .video-iframe-container { display: none; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container { width:20rem;height:69.75rem;background-color:transparent;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/55b3eb8a1f4010f44c5d86fe0e2b39d8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container.adaptive-delivery-prevent-bg, #KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container.lazyload, #KbhOnveveXstO0WB5WxOKKr2Ln5OFT9T > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #gTqg3hFb2S9gdnN8yZDMzfyLNKCmOPFT { width:19.1246875rem;height:27.8349375rem;top:35.249568939209rem;left:0.43547463417053rem;font-size:1rem;overflow:hidden;display:block; }#gTqg3hFb2S9gdnN8yZDMzfyLNKCmOPFT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f02e7820-1826-4b4e-8828-17d48b1a1e71/shne.png); }
 }@media only screen and (max-width: 763px) { #Ct3RL9LsJ6zBlg3iQWCf3rGH8mEAhCM5 { width:20rem;height:5.6872125rem;top:27.811771392823rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mv3OOcTnwPMcNxtd16Xr4I0wR6aXyy9c { width:20rem;height:0.12429rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck36sQlluIneF9wwxA4eIqa447WiQOaz { width:20rem;height:0.12429rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .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; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP .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; }
#qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP { display:flex;width:18rem;height:5.0625rem;top:20.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #Ra2XfmtkgAUCk56Ez1skgcHnoCZQkmKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #E9vtw182gLvbiQAaA7dUHXu8mpOneWRr {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #UMaffbKqimLBZqzy7bum2TT4K70biCrg {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #msLaSL3TlBo98Xvt1sTzCFzuql54O838 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #b9815Am11bgwnuoyeCBS4OflRTCWalit {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #UtyprLlKz4uq4QB4Px9PmxFlJoh6s5Fn {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #qoxx6mWFJ5GTcMfPuyxdF4RgaeyXnufi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #G1EPeJEPNw0NBG2ZwfvNPlLNZzxkMtob {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #uM4WetLXTNIMoLFCAwBvvyFGbmdqCREx {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #WqzIe6OpizhmFCszczhKHe2S5sBWHTHd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #BHzufyUX911bQwvQU6n4GLXHX77vz6oi {  }
 }@media only screen and (max-width: 763px) { #qUq4kpI1u8coBCt2gUd6FmLTbAJwMfxP #L8wibba1Qz624Fxu5xpU76dMPOOc8Ll2 {  }
 }@media only screen and (max-width: 763px) { #simgcCeG1lPeIhsT3dZz4H7pcqkiFFTc { width:17.5rem;height:3.4375rem;top:65.18750190735rem;left:1.4973958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqbNyxZRJqsXM13vMUgVCr1hJNCtw1cs { display:block; }
 }@media only screen and (max-width: 763px) { #nTXdyqwec9Ntdg3qDzR99UITUJNTXnSR { width:18.56075rem;height:1.4625rem;top:18.687500476837rem;left:0.71788197755812rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6h36nKs5c1d9qHpKbGgS4DciicoZJLQ { height:11.2144375rem;width:20rem;top:0.93749952316281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlp9QIqJWNmqSHru0V6SkRqEmNOFXUwS { width:17.5rem;height:3.4375rem;top:13.5rem;left:1.25rem;z-index:15008;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #UaBWDf0gQOOUdDPQIPn8wFqoCCWTL2tc { display:block; }
 }@media only screen and (max-width: 763px) { #LmJQolctXTRXiaSamJzGyVnJ0tuZQTtS { width:20rem;height:21.3125rem;top:69.8741338562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vX1klEDXSBV29vCuOOk31aNqQ2iSldah { display:block; }#vX1klEDXSBV29vCuOOk31aNqQ2iSldah > .row .container { width:20rem;height:142.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5oC1Ups4MSDhzZaoW97BbRzwvTuGf8Q { width:14.437125rem;height:2.6rem;top:1.25rem;left:2.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTZkDgS53MOmOxHd8DnQvJAIziTzVyP9 { width:16.25rem;height:24.875rem;top:8.2317705154419rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBMg83CNp7cSgMMN1N74nwy6w9sCespM { width:16.87425rem;height:22.9369375rem;top:73.959777832031rem;left:1.5603300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9LQRz0ylM1ciplU7PpRWysRRBLw3vOJ { width:20rem;height:2.6rem;top:4.4105758666992rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7dTNbOTB6ys5kX4wruOmloLM7QgrhrK { width:20rem;height:12.349601359585rem;top:101.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg30S7NJkih3CW7zMNfZ7ZoFlIL9EzT3 { width:19.37425rem;height:21.92925rem;top:34.981193542481rem;left:0.31032991409302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLxFNhOGLAGROiQIaqQx1Ju28ItatsLF { width:19.99925rem;height:13.298625rem;top:58.414358139038rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GynXlGcpeAPpzrPeBa5qJAWbgaEf1Qy5 { width:20rem;height:12.581948859406rem;top:114.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS4v8wLi5KmAP1VKCSPoQlmKdaxDx77p { width:20rem;height:12.437753424657rem;top:128.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 { background-color:transparent;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/14fb4365d6a09d0458678b57f66f964a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;display:block; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9.adaptive-delivery-prevent-bg, #zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9.lazyload, #zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9.lazyloading { background-image: none; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container { background-color: transparent; background-image: none; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container > .video-iframe-container { display: none; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row > .video-iframe-container { display: none; }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .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); }#zpgzDtEZIW7fP3FetxILR6m9FZiCnCZ9 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiE8v9Vfd8tXZ6OhIpVUKzHA9t2OMWHz { width:20rem;height:4.87413125rem;top:5.1875057220459rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogyxsKSdJfaFtRmzKBtFiAXmJK3XGWID { width:16.374125rem;height:0.186631875rem;top:10.999132156372rem;left:1.8116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDPopwB4zDI0XhRLx8FayuSUSa6nTaNd { width:20rem;height:3.25rem;top:1.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-text {padding-top: 0; padding-bottom: 0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-select {padding-top: 0; padding-bottom: 0;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.0625rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u  { width:17.5rem;height:auto;top:12.730766296387rem;left:0rem; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u {display:block;}#w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u { width:17.5rem;height:auto;top:12.730766296387rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #vDzL3zOWk1qmPbwGrs0Mf6TR6TfuLkk5 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #cTSbJT4zUnzk2BqVrAeQWEpd6TCMboGt { display:block; }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #ld2fp8Kp7D1sDyI4J8gGHO9cDQtBwEbx {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #CNrgQlbofmDU0Cqq9Fu4AJgsHS1plTIl {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #z3hZ3b0FHcOMczCcIbI5AKe4uo5kGOsV { display:block; }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #i11nR0mcuQ33JKIDdJlTyULG2tgetcW6 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #OAtL879JFBVFCErmZMOwbqRpXiMZrcyI {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #S18MSbmdh4nvGPaNmMr5PZ05y0ANlLJo { display:block; }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #g1iOD3FSNdamJw5p6BVKtTCauXnumV89 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #ksWvDd1qOfG9A7ppi72ogIJvQZWXwMEg {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #dWUQEXsaoq1WR9ggx1w4d1e33S8IgHli {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #QW994EDmqWbUxPTC0T3mkw03fQsft02T {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #sKTfau3881cP7iwMaTpmToT7PgWWS9KT {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #nk19CXOV6RKZ9cK16Xwqu0Xp3K61AodN {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #bHg35yqBzdNcLwspGrBMW6d8nzdw2f97 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #lVTdSfph5Qe0vR0C0lPtQMPlMFUsPTg9 {  }
 }@media only screen and (max-width: 763px) { #w7Mr8TSAqmTe2ATgVTmTq6PcuTc2bK1u #qgMfAQkh8eQDqrlulk5WtRFtIN0x9i8m {  }
 }@media only screen and (max-width: 763px) { #FSs8faG6glXc1VulGlLXNbWNx8v6V2o4 { width:9rem;height:12.5rem;top:40.167536254882rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS { display:block; }#s4kZThOG7BEH6KPBHabINZ7Or3hcnXXS > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdK2T3Dw34W3RIaMQSp4x2IBi2aM2UBE { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpEog6i3b99kVL6zcPoMeTdD1JOUPdSE { width:20rem;height:0;top:5.09854375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qiDrdL8nnrv80o3p3VUmztR3ocDt7LVR { width:20rem;height:23.2421875rem;top:14.437499523163rem;left:0rem;font-size:1.25rem;overflow:hidden;display:block; }#qiDrdL8nnrv80o3p3VUmztR3ocDt7LVR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f02e7820-1826-4b4e-8828-17d48b1a1e71/shne.png); }
 }@media only screen and (max-width: 763px) { #PQspOWysw41FyVrIBrhxHgt4bbS4rfId { width:12.5625rem;height:19.125rem;top:10.059027671814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2xiX01r82sHEcuE6wTtHGaQaqG9THGJ { width:19.7496875rem;height:7.149875rem;top:5.2488431930542rem;left:0.12297457456589rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15002;color:#ffffff;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #WVKLP0hTvb645UaroqqfLA8wO6siGz9O { width:17.5rem;height:3.4375rem;top:54.623264312744rem;left:1.2491319775581rem;z-index:15008;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #oz2TIUnBU8eJoDIT4yEMF3MGLlIFHKeh { display:block; }
 }@media only screen and (max-width: 763px) { #lKUBNWC8atbWBEtQGnLPoeO1yCOPi7td { width:20rem;height:auto;top:32.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ak6lOSPxKTOIH5BWozLmRwmQOKVQspzH { width:20rem;height:11.940125rem;top:40.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15003;color:#ffffff;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 { display:block; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 { background-color: transparent; background-image: none; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container > .video-iframe-container { display: none; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row > .video-iframe-container { display: none; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .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); }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container { width:20rem;height:127.6875rem;background-color:#ffffff;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/590bc1adea7793edf54a9a5437f5bdff.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-size:auto !important;position:relative;display:block; }#EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container.adaptive-delivery-prevent-bg, #EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container.lazyload, #EsVaPvIWD1mGDUatZV1TdNboE5akPMC7 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #iGdsm6GSeXlT3QruhipS5ouZdiTeVc9S { width:17.3118125rem;height:2.275rem;top:1.25rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nN2t6A6PKgZcS5PFBQCWG7kAp2tQEvv9 { width:20rem;height:1.86875rem;top:3.7979375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQdfJHnZ7T3c1sJplnceRuXq05TTUiPe { width:2.062325rem;height:1.6867875rem;top:74.52337309265rem;left:0.74999618530275rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHaaGVoGwRZmPFKGLLNOHJQWwNfFS8lo { width:20rem;height:27.510876804242rem;top:6.345875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTExJtXwE0V6ExTEgzklX3Qb8sUMB5T { width:20rem;height:28.220742432557rem;top:64.023375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFhCx5xUuaqamX7844d5UShbcFibXn0Z { width:20rem;height:27.667064911146rem;top:35.1065rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSo07evLhwbqy8OoolJOSJMsXOPqHCz { width:20rem;height:27.748282443909rem;top:93.493375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuBD8tse0EIu0MTRSqZKSQfNO3ob9Xn0 { width:17.5rem;height:3.4375rem;top:122.3125rem;left:1.25rem;z-index:15009;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #W5iMx8N9arnhbVfFRuAynZQXy3k4mrHA { display:block; }
 }@media only screen and (max-width: 763px) { #IcgOpBACvfctPP65gdh8PbUDcPIMNtrk { width:17.5rem;height:3.4375rem;top:127rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7K2StZWAwAM8t7Td4JEDQT9Gc3Ct3ZK { display:block; }
 }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:20rem;height:1.2991875rem;top:1.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsKiNBn8T8owXXVIs2Ek16roEmAPUlch { width:20rem;height:0.40625rem;top:3.7994804382324rem;left:0rem;font-size:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJHewWfEHZAJSstU6OHLHM9w4q287SWW { width:19.9985625rem;height:0.81235625rem;top:3.5951871871948rem;left:0.00072342157363894rem;font-size:0.625rem;display:block; }
 }