.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ee2a73-5aab-43e4-a74d-d1c6ac0995a7/JBSzespol58.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:60rem;position:relative;display:block; }#mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"advent pro";font-size:16rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:15.46875rem;left:0rem;height:14.375rem;font-style:normal;display:block; }
#efTAKqRir5GfT7QHMGx6yWuliULXgsdl { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:37rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:53.3125rem;left:0rem; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:53.3125rem;left:3.8125rem; }
#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#a8pRVfT0lTUKV99fMWltzJLEtyhXzvin { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:53.3125rem;left:7.9375rem; }
#a8pRVfT0lTUKV99fMWltzJLEtyhXzvin > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vSQh3to10MFtc6JsEKBTf6Tm8GSfecwr { color:#fff91e;display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:6.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.6875rem;left:0rem;height:8.75rem;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:1.4375rem;left:1.125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.875rem;left:1.125rem;height:3.75rem;font-style:normal;display:block; }
#WzwvLAB2mP3dwviCRo32WKvfBcX9drOO { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:13.25rem;left:1.125rem;height:14.125rem;font-style:normal;display:block; }#WzwvLAB2mP3dwviCRo32WKvfBcX9drOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WzwvLAB2mP3dwviCRo32WKvfBcX9drOO li:before{  }
#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row .container { background-color: transparent; background-image: none; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row .container > .video-iframe-container { display: none; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row > .video-iframe-container { display: none; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .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); }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row .container { border-width: 0; border-radius: 0; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#Z0Qwu4lsV5kRDlVm3F7TXdTo4sH06Rfl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.3125rem;width:13.5rem;top:8.9231758117675rem;left:0rem;display:block; }
#guUhM8qFzMPfN8rMT2Qwod3rZqT0kyMt { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nx9SgkPsboDzuC44vECCGWULvv0q9LCN { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:17.25rem;left:1.125rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9ybUmyP5QXsNMNwTKBtWuGHP7Qo9vHJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.0625rem;top:10.625rem;left:5.375rem;overflow:hidden;display:block; }
#zXbQM3A46f4iphX4oVZqUnw0tHzEhTTu { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.4375rem;width:13.5rem;top:8.75rem;left:15.4375rem;display:block; }
#cr2BrVLtdJ4EUeXBzBoOQKU1Tg8DwZDk { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:17.25rem;left:16.5625rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qC7JR8X8HIhzJpG4AVdNIXgwx2PqTCix { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#My013QKHMMqT9qDkcbyG4CXzsTXuLxcS { 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:2.9375rem;width:3.125rem;top:10.625rem;left:20.8125rem;overflow:hidden;display:block; }
#pbwkTsQsqBoXUTfSWnK0c1TlvKhSSPDt { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.375rem;width:13.5rem;top:8.75rem;left:30.875rem;display:block; }
#aevUG2PRrVZFbMATFW6tMQ5NGy8vxZRZ { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.25rem;left:32rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xatOv3QvqvMOQ6dXTI6u0eWdvEWBENrt { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxGSV97qXLr2wTrJvc8lqth3ukd8AlQR { 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:3rem;width:3.125rem;top:10.625rem;left:36.25rem;overflow:hidden;display:block; }
#pDcAPSqLwmh3URLTeK4sTi4d6zKkmH5w { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.4375rem;width:13.5rem;top:8.75rem;left:46.125rem;display:block; }
#hH8F1yMGR6btmh7HJJ6ZfWd1E7kR9mS9 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:21.0625rem;left:47.22917175293rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDMWMhd1ERn9EPJ8kJ5USn3vxMOIIvqP { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMRGQ6598o5VZXQ3ZecrHdyoNub9sAGP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.125rem;top:10.625rem;left:51.5rem;overflow:hidden;display:block; }
#sWpieFuyaTgRoTHrWIsXbi151s26Gz9C { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:2.9999961853027rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B972xDkpVvJFmcryXJnbE69395AvJZ8q { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.623046875rem;left:21.96875rem;display:block; }
#HgkTZTU0ZVSET5xtFLLTn9zGclZwTczo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row .container { background-color: transparent; background-image: none; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row .container > .video-iframe-container { display: none; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row > .video-iframe-container { display: none; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .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); }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row .container { border-width: 0; border-radius: 0; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:60rem;position:relative;display:block; }#KT3tbRswIBrNKXiRrbABASS96R7xbV5S { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.5625rem;width:14.3125rem;top:31rem;left:0rem;display:block; }
#x1kErVcu7lFDTNMW9LnBPDKRpt0Zv3vW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:25.3125rem;top:4.0625rem;left:33.4375rem;overflow:hidden;display:block; }
#IsTP56d4lhiDQTtblG88ZXq7lb9i6Leb { color:#666666;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:37.875rem;left:0.9375rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqPTZdIeBISIs3v0Lq8DsZhLHVWFiiqO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:0.9375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WfH7SpG2WKP1y9LIMBSlmQdE1t6hlAO6 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:4.0625rem;left:1.8125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#JW4TFyEHgk24TzqhyMseBMuuzmbJOn7f { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:9.375rem;left:1.0625rem;height:14.75rem;font-style:normal;display:block; }#JW4TFyEHgk24TzqhyMseBMuuzmbJOn7f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JW4TFyEHgk24TzqhyMseBMuuzmbJOn7f li:before{  }
#mGLHU76gdwsQXavbmwb5J8an8dJe7c4K { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.8125rem;width:14.3125rem;top:31rem;left:15.625rem;display:block; }
#xafKvn0oRptn0FCAsBx8fOJwAM3NcZG3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.5625rem;left:16.5625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yRgBkvHGAzcV3heAw6WzdIHcPAnzzndT { color:#666666;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:37.875rem;left:16.5625rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LaEb1FsikeIMlC9FlvTZ1SyDwsZhUypF { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.875rem;width:14.3125rem;top:31rem;left:30.4375rem;display:block; }
#gdeRZN5FztwL7XveiVRxy3EMara9M3bE { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.875rem;width:14.3125rem;top:31rem;left:45.6875rem;display:block; }
#iqzIAuVOFkh5gkpQkKyMpb1luWR4IGDA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.6875rem;left:30.875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQ2KEaz8Ti0Auw08rmmuuHWLksGmqSqS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33.3125rem;left:46.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nzh4RcmSNVbIQgwfdsT6bfXwhRJ9fpaC { color:#666666;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:38.375rem;left:31.375rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ML6WdAsNc8XIvB5wVTp4z3VHJCtGZ5yk { color:#666666;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:38.375rem;left:46.4375rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu { 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; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row .container { background-color: transparent; background-image: none; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row .container > .video-iframe-container { display: none; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row > .video-iframe-container { display: none; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .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); }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row .container { border-width: 0; border-radius: 0; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#vZeEQbKlkMevfRq0u1vkuwOLroxvRCry { color:#000000;display:block;width:54.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQwKEqsyUNgzRmL4D9R6qOXMNeE4QUD4 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:3.1875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZynRAaSuWmVGbHl1wnZpHXdgLEphWTJ3 { color:#000000;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2.875rem;height:1.375rem;font-style:normal;display:block; }
#TGIv9dJdwNp5L8tvvSPDlHBC46aloHXc { color:#000000;display:block;width:20.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1.625rem;height:12.375rem;font-style:normal;display:block; }
#lcDToz2mJ02VpMhXZFg6lVsMZFxTAlG9 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:21.25rem;left:35.25rem;height:5.5rem;font-style:normal;display:block; }
#h0gbp6MdVRdcTnlCix7i1RHP3F4VVn3T { color:#000000;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.75rem;left:35.375rem;height:2.75rem;font-style:normal;display:block; }
#VhH4Hx8ECXO8GBWJEItTBaPnIwE3UnZm { box-sizing:content-box;height:15.5rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#fff91e;background-image:none;top:15.375rem;left:0rem;display:block; }
#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row .container { background-color: transparent; background-image: none; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row .container > .video-iframe-container { display: none; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row > .video-iframe-container { display: none; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .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); }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row .container { border-width: 0; border-radius: 0; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#gmhbrkbT3XlcZL83HLUulwUnKRFVMTyl { color:#ffffff;display:block;width:26rem;position:absolute;font-family:lato;font-size:5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:1.9375rem;left:34rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#eCUG2Vk78wiAIpVmMs1rDaDN1EEqF2M5 { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.8125rem;left:34.0625rem;height:26.25rem;font-style:normal;display:block; }
#yJsOhuo32o5AVfBGOpy8pdOgLHJ0yuKX { 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:33.4375rem;width:33.4375rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a87c4339-2736-4e37-af90-a53ab6e7be57/2.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { border-width: 0; border-radius: 0; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::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; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:60rem;overflow:visible;position:relative;display:block; }#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-form-header {  }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#000000;width:25.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffdb15;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#0d1325;width:15.0625rem;height:3.75rem;font-family:lato;overflow:hidden; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.5);font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.5);font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.5);font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.5);font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.74);vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:first-of-type{padding-top:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:last-of-type{padding-bottom:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.875rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.875rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg { position:relative;z-index:2; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf { position:relative; }
#dScT8g0kMFenT1JcXukOKlExAOWJzVTx { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:4.5625rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#pSZ1aqQWsuXIeoznkwaKTNRRpbxLCSQJ { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:18.9375rem;left:31.625rem;height:2.5rem;font-style:normal;display:block; }
#TgBDTV6f06TxMpdgIBRGSP8HCEelUGTE { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:23.1875rem;left:33.9375rem;height:3.75rem;font-style:normal;display:block; }
#t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.4375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#Txek0vLGhm83BEVAfuwCpAz4wzaWQT0q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.255859375rem;left:31.625rem; }
#K0ukDe1UkUa1JLIxedTIWIhnZ0go2hVm { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:28.812500953674rem;left:33.9375rem;height:1.875rem;font-style:normal;display:block; }
#En4gG0masNRkTfTmoPmTUdioVak31QlC { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:33.125000953674rem;left:33.9375rem;height:1.875rem;font-style:normal;display:block; }
#q54aih2fcD1J4mtKQh4limd7zZAVHxIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.036458015442rem;left:31.625rem; }
#uS0T6ssqhwIqbePvwbn0zoEaogcDIK16 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.723958015442rem;left:31.625rem; }
#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { color:rgba(255,255,255,0.8);display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:2.1875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:47.75rem;height:14.375rem;top:15.4375rem;left:0rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:46.875rem;height:6.75rem;top:37rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs { width:3.125rem;height:3.125rem;top:53.3125rem;left:0rem;display:block; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT { width:3.125rem;height:3.125rem;top:53.3125rem;left:0rem;display:block; }
#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #a8pRVfT0lTUKV99fMWltzJLEtyhXzvin { width:3.125rem;height:3.125rem;top:53.3125rem;left:1.8125rem;display:block; }
#a8pRVfT0lTUKV99fMWltzJLEtyhXzvin > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vSQh3to10MFtc6JsEKBTf6Tm8GSfecwr { top:27.6875rem;left:0rem;width:30.0625rem;height:8.75rem;font-size:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:47.75rem;height:3.0625rem;top:1.4375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:47.75rem;height:3.375rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzwvLAB2mP3dwviCRo32WKvfBcX9drOO { width:25.9375rem;height:11.125rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }#WzwvLAB2mP3dwviCRo32WKvfBcX9drOO li:before{  }
 }@media only screen and (max-width: 763px) { #qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 { display:block; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0Qwu4lsV5kRDlVm3F7TXdTo4sH06Rfl { width:13.5rem;height:23.3125rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUhM8qFzMPfN8rMT2Qwod3rZqT0kyMt { width:13.125rem;height:1.625rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx9SgkPsboDzuC44vECCGWULvv0q9LCN { width:11.625rem;height:8.375rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ybUmyP5QXsNMNwTKBtWuGHP7Qo9vHJ { width:3.0625rem;height:3.125rem;top:10.625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXbQM3A46f4iphX4oVZqUnw0tHzEhTTu { width:13.5rem;height:23.4375rem;top:8.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr2BrVLtdJ4EUeXBzBoOQKU1Tg8DwZDk { width:11.625rem;height:12.5625rem;top:17.25rem;left:11.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC7JR8X8HIhzJpG4AVdNIXgwx2PqTCix { width:13.125rem;height:1.625rem;top:14.625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #My013QKHMMqT9qDkcbyG4CXzsTXuLxcS { width:3.125rem;height:2.9375rem;top:10.625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwkTsQsqBoXUTfSWnK0c1TlvKhSSPDt { width:13.5rem;height:23.375rem;top:8.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevUG2PRrVZFbMATFW6tMQ5NGy8vxZRZ { width:11.625rem;height:4.1875rem;top:17.25rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xatOv3QvqvMOQ6dXTI6u0eWdvEWBENrt { width:13.125rem;height:1.625rem;top:14.625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxGSV97qXLr2wTrJvc8lqth3ukd8AlQR { width:3.125rem;height:3rem;top:10.625rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDcAPSqLwmh3URLTeK4sTi4d6zKkmH5w { width:13.5rem;height:23.4375rem;top:8.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH8F1yMGR6btmh7HJJ6ZfWd1E7kR9mS9 { width:11.625rem;height:9.75rem;top:21.0625rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDMWMhd1ERn9EPJ8kJ5USn3vxMOIIvqP { width:13.125rem;height:4.875rem;top:14.625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMRGQ6598o5VZXQ3ZecrHdyoNub9sAGP { width:3.125rem;height:2.8125rem;top:10.625rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWpieFuyaTgRoTHrWIsXbi151s26Gz9C { width:47.75rem;height:3.0625rem;top:2.9375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B972xDkpVvJFmcryXJnbE69395AvJZ8q { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgkTZTU0ZVSET5xtFLLTn9zGclZwTczo { display:block; }
 }@media only screen and (max-width: 763px) { #gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y { display:block; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT3tbRswIBrNKXiRrbABASS96R7xbV5S { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1kErVcu7lFDTNMW9LnBPDKRpt0Zv3vW { top:4.0625rem;left:22.4375rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsTP56d4lhiDQTtblG88ZXq7lb9i6Leb { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPTZdIeBISIs3v0Lq8DsZhLHVWFiiqO { top:31.5625rem;left:0rem;width:12.5rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfH7SpG2WKP1y9LIMBSlmQdE1t6hlAO6 { width:28.75rem;height:3rem;top:4.0625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4TFyEHgk24TzqhyMseBMuuzmbJOn7f { width:32.4375rem;height:14.75rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }#JW4TFyEHgk24TzqhyMseBMuuzmbJOn7f li:before{  }
 }@media only screen and (max-width: 763px) { #mGLHU76gdwsQXavbmwb5J8an8dJe7c4K { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xafKvn0oRptn0FCAsBx8fOJwAM3NcZG3 { top:31.5625rem;left:10.4375rem;width:12.5rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRgBkvHGAzcV3heAw6WzdIHcPAnzzndT { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaEb1FsikeIMlC9FlvTZ1SyDwsZhUypF { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdeRZN5FztwL7XveiVRxy3EMara9M3bE { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqzIAuVOFkh5gkpQkKyMpb1luWR4IGDA { top:32.6875rem;left:24.75rem;width:12.5rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ2KEaz8Ti0Auw08rmmuuHWLksGmqSqS { top:33.3125rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzh4RcmSNVbIQgwfdsT6bfXwhRJ9fpaC { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML6WdAsNc8XIvB5wVTp4z3VHJCtGZ5yk { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu { display:block; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZeEQbKlkMevfRq0u1vkuwOLroxvRCry { top:7.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQwKEqsyUNgzRmL4D9R6qOXMNeE4QUD4 { width:47.75rem;height:3.0625rem;top:3.1875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZynRAaSuWmVGbHl1wnZpHXdgLEphWTJ3 { top:15.9375rem;left:0rem;width:20.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIv9dJdwNp5L8tvvSPDlHBC46aloHXc { top:17.8125rem;left:0rem;width:20.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcDToz2mJ02VpMhXZFg6lVsMZFxTAlG9 { top:21.25rem;left:27rem;width:20.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0gbp6MdVRdcTnlCix7i1RHP3F4VVn3T { top:16.75rem;left:27.25rem;width:20.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhH4Hx8ECXO8GBWJEItTBaPnIwE3UnZm { top:15.375rem;left:0rem;width:47.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz { display:block; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmhbrkbT3XlcZL83HLUulwUnKRFVMTyl { width:26rem;height:4.5rem;top:1.9375rem;left:21.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCUG2Vk78wiAIpVmMs1rDaDN1EEqF2M5 { width:25.9375rem;height:26.25rem;top:7.8125rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJsOhuo32o5AVfBGOpy8pdOgLHJ0yuKX { top:1.875rem;left:0rem;width:33.4375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:25.1875rem;height:27.875rem;top:16.875rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:25.1875rem;height:27.875rem;top:16.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:21.625rem;height:4.5rem;top:4.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZ1aqQWsuXIeoznkwaKTNRRpbxLCSQJ { width:28.375rem;height:2.5rem;top:18.9375rem;left:19.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgBDTV6f06TxMpdgIBRGSP8HCEelUGTE { width:25.4375rem;height:3.375rem;top:23.1875rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { width:28.375rem;height:4.5rem;top:10.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txek0vLGhm83BEVAfuwCpAz4wzaWQT0q { top:23.25rem;left:25.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ukDe1UkUa1JLIxedTIWIhnZ0go2hVm { width:25.4375rem;height:1.875rem;top:28.8125rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4gG0masNRkTfTmoPmTUdioVak31QlC { width:25.4375rem;height:1.6875rem;top:33.125rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q54aih2fcD1J4mtKQh4limd7zZAVHxIs { top:33rem;left:25.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS0T6ssqhwIqbePvwbn0zoEaogcDIK16 { top:28.6875rem;left:25.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:11.6875rem;height:1.5rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56b0f181-185f-4e79-920b-c249a7de3fa4/SKU07535.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:20rem;height:7.986975rem;top:0rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:16.875rem;height:3.1679625rem;top:23.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs { display:flex;width:3.125rem;height:3.125rem;top:34.208335876465rem;left:4.03125rem; }
#T8vERcm7WS8LoADgUVKGKOTpcvkKG2Hs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT { display:flex;width:3.125rem;height:3.125rem;top:34.208335876465rem;left:0rem; }
#IFhusMvJ5Ths1NtpIs96v40Unh5pIrzT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #a8pRVfT0lTUKV99fMWltzJLEtyhXzvin { display:flex;width:3.125rem;height:3.125rem;top:34.208335876465rem;left:7.7708339691163rem; }
#a8pRVfT0lTUKV99fMWltzJLEtyhXzvin > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vSQh3to10MFtc6JsEKBTf6Tm8GSfecwr { width:20rem;height:0;top:38.583335876465rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:20rem;height:2.69921875rem;top:4.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:20rem;height:27.1875rem;top:27.500000715256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzwvLAB2mP3dwviCRo32WKvfBcX9drOO { width:20rem;height:0;top:55.9375rem;left:0rem;font-size:1rem;display:block; }#WzwvLAB2mP3dwviCRo32WKvfBcX9drOO li:before{  }
 }@media only screen and (max-width: 763px) { #qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 { display:block; }#qDhax6AsK4s9VaCbECt53WxNTFl5N7y4 > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0Qwu4lsV5kRDlVm3F7TXdTo4sH06Rfl { width:13.5rem;height:15.25rem;top:6.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUhM8qFzMPfN8rMT2Qwod3rZqT0kyMt { width:13.125rem;height:1.25rem;top:12.625rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nx9SgkPsboDzuC44vECCGWULvv0q9LCN { width:13.125rem;height:4.125rem;top:14.875rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9ybUmyP5QXsNMNwTKBtWuGHP7Qo9vHJ { width:3.0625rem;height:3.125rem;top:8.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXbQM3A46f4iphX4oVZqUnw0tHzEhTTu { width:13.5rem;height:15.25rem;top:23.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr2BrVLtdJ4EUeXBzBoOQKU1Tg8DwZDk { width:13.125rem;height:4.125rem;top:31.75rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qC7JR8X8HIhzJpG4AVdNIXgwx2PqTCix { width:13.125rem;height:1.25rem;top:29.5rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #My013QKHMMqT9qDkcbyG4CXzsTXuLxcS { width:3.125rem;height:2.9375rem;top:25.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwkTsQsqBoXUTfSWnK0c1TlvKhSSPDt { width:13.5rem;height:15.25rem;top:40.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevUG2PRrVZFbMATFW6tMQ5NGy8vxZRZ { width:13.125rem;height:4.125rem;top:48.625rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xatOv3QvqvMOQ6dXTI6u0eWdvEWBENrt { width:13.125rem;height:1.25rem;top:46.375rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxGSV97qXLr2wTrJvc8lqth3ukd8AlQR { width:3.125rem;height:3rem;top:42.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDcAPSqLwmh3URLTeK4sTi4d6zKkmH5w { width:13.5rem;height:15.25rem;top:57.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH8F1yMGR6btmh7HJJ6ZfWd1E7kR9mS9 { width:13.125rem;height:4.125rem;top:65.5rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDMWMhd1ERn9EPJ8kJ5USn3vxMOIIvqP { width:13.125rem;height:1.25rem;top:63.25rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMRGQ6598o5VZXQ3ZecrHdyoNub9sAGP { width:3.125rem;height:2.8125rem;top:59.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWpieFuyaTgRoTHrWIsXbi151s26Gz9C { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B972xDkpVvJFmcryXJnbE69395AvJZ8q { width:16.0625rem;height:3.625rem;top:75.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgkTZTU0ZVSET5xtFLLTn9zGclZwTczo { display:block; }
 }@media only screen and (max-width: 763px) { #gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y { display:block; }#gXGrKEm95BRwqJ16lhv6RdhuP7p9GI8y > .row .container { width:20rem;height:215.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT3tbRswIBrNKXiRrbABASS96R7xbV5S { width:14.3125rem;height:15.125rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1kErVcu7lFDTNMW9LnBPDKRpt0Zv3vW { width:18rem;height:18rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsTP56d4lhiDQTtblG88ZXq7lb9i6Leb { width:12.5rem;height:2.875rem;top:19.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPTZdIeBISIs3v0Lq8DsZhLHVWFiiqO { width:12.5rem;height:1.75rem;top:17.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfH7SpG2WKP1y9LIMBSlmQdE1t6hlAO6 { width:20rem;height:0;top:68.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4TFyEHgk24TzqhyMseBMuuzmbJOn7f { width:20rem;height:0;top:72.3125rem;left:0rem;font-size:1rem;display:block; }#JW4TFyEHgk24TzqhyMseBMuuzmbJOn7f li:before{  }
 }@media only screen and (max-width: 763px) { #mGLHU76gdwsQXavbmwb5J8an8dJe7c4K { width:14.3125rem;height:24.8125rem;top:88.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xafKvn0oRptn0FCAsBx8fOJwAM3NcZG3 { width:12.5rem;height:0;top:88.875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRgBkvHGAzcV3heAw6WzdIHcPAnzzndT { width:12.5rem;height:0;top:95.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaEb1FsikeIMlC9FlvTZ1SyDwsZhUypF { width:14.3125rem;height:24.875rem;top:114.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdeRZN5FztwL7XveiVRxy3EMara9M3bE { width:14.3125rem;height:24.875rem;top:140.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqzIAuVOFkh5gkpQkKyMpb1luWR4IGDA { width:12.5rem;height:0;top:116.0625rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ2KEaz8Ti0Auw08rmmuuHWLksGmqSqS { width:12.5rem;height:0;top:142.8125rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzh4RcmSNVbIQgwfdsT6bfXwhRJ9fpaC { width:12.5rem;height:0;top:121.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML6WdAsNc8XIvB5wVTp4z3VHJCtGZ5yk { width:12.5rem;height:0;top:147.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu { display:block; }#nDBMqF4HnyK51wBkfRvdwQ1WWJMZsLcu > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZeEQbKlkMevfRq0u1vkuwOLroxvRCry { width:20rem;height:5.19791875rem;top:21.382814407349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQwKEqsyUNgzRmL4D9R6qOXMNeE4QUD4 { width:20rem;height:0;top:27.8203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZynRAaSuWmVGbHl1wnZpHXdgLEphWTJ3 { width:20rem;height:0;top:32.6328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGIv9dJdwNp5L8tvvSPDlHBC46aloHXc { width:20rem;height:0;top:34.5078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcDToz2mJ02VpMhXZFg6lVsMZFxTAlG9 { width:20rem;height:0;top:37.9453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0gbp6MdVRdcTnlCix7i1RHP3F4VVn3T { width:20rem;height:0;top:33.4453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhH4Hx8ECXO8GBWJEItTBaPnIwE3UnZm { width:20rem;height:15.5rem;top:32.0703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz { display:block; }#f4PuQPTKaOxSbtdL5qyXNuSH3cU9imDz > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmhbrkbT3XlcZL83HLUulwUnKRFVMTyl { width:20rem;height:2.69921875rem;top:4.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCUG2Vk78wiAIpVmMs1rDaDN1EEqF2M5 { width:20rem;height:27.1875rem;top:27.500000715256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJsOhuo32o5AVfBGOpy8pdOgLHJ0yuKX { width:20rem;height:20rem;top:6.2500002384187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c81dc524-648d-47a7-a613-5212e18000f0/template.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:17.5rem;height:auto;top:15.687500476837rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:17.5rem;height:auto;top:15.687500476837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:20rem;height:2.69921875rem;top:4.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZ1aqQWsuXIeoznkwaKTNRRpbxLCSQJ { width:20rem;height:2.54948125rem;top:47.062502861023rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgBDTV6f06TxMpdgIBRGSP8HCEelUGTE { width:17.25rem;height:3.1979125rem;top:50.624981880188rem;left:2.75rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { width:20rem;height:4.5rem;top:9.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txek0vLGhm83BEVAfuwCpAz4wzaWQT0q { display:flex;width:1.875rem;height:1.875rem;top:51.283854484558rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K0ukDe1UkUa1JLIxedTIWIhnZ0go2hVm { width:17.0625rem;height:1.59895625rem;top:55.459635734558rem;left:2.8125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #En4gG0masNRkTfTmoPmTUdioVak31QlC { width:17.125rem;height:1.59895625rem;top:59.244791984558rem;left:2.8125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #q54aih2fcD1J4mtKQh4limd7zZAVHxIs { display:flex;width:1.875rem;height:1.875rem;top:59.106772422791rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uS0T6ssqhwIqbePvwbn0zoEaogcDIK16 { display:flex;width:1.875rem;height:1.875rem;top:55.320315361023rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:20rem;height:1.48698125rem;top:1.98681640625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }