.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85878d;background-image:url("https://images.assets-landingi.com/uc/6da7e133-d0a6-42cf-94ac-b5fbbd33799e/intro_bg2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#BDfRqLIqp9AMHnOuvDy5P4tDaTPaha17 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0rem;height:7.79883125rem;display:block; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-form-header {  }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.625rem;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; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.875rem;color:#303541;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-text {padding-top: 0; padding-bottom: 0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:4.375rem;color:#303541;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .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:19.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-select {padding-top: 0; padding-bottom: 0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-checkbox { width:1rem;height:1rem;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; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-button { background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#ffffff;width:19.625rem;height:3.375rem;font-family:"tenor sans";overflow:hidden;font-style:normal; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl [class*="-text"]:-moz-placeholder { color:#b2b6be;font-family:"open sans";font-size:0.875rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl [class*="-text"]::-moz-placeholder { color:#b2b6be;font-family:"open sans";font-size:0.875rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl [class*="-text"]:-ms-input-placeholder { color:#b2b6be;font-family:"open sans";font-size:0.875rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl [class*="-text"]::-webkit-input-placeholder { color:#b2b6be;font-family:"open sans";font-size:0.875rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.375rem;overflow:hidden;font-style:normal; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .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; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-container:first-of-type{padding-top:0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-container:last-of-type{padding-bottom:0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;position:absolute;top:19.25rem;left:51.4375rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl {display:block;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;position:absolute;top:19.25rem;left:51.4375rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #U9NtG3L6pfeocwCaTNIXSc6LLFtxQnSL { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #Ih7Uii7605BmbZgUt7aRuNKBVISJnaMz { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #bNHP2FiBhe1KTeUwWAkG5Ck97fMldVZA { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #nzbQeMtrzxRua09BSiJuwDiHBCE0KTMC { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #SvXyixnssufcXUZbggMnxyxUdtnsgaGT { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #uUZwdqJsQOf0DJgA1wzdtrAIhTTXlqIh { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #DroklkE8hxUWTqecXbNu8MwZ415rrQdU { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #IEd5OH01J38Q5TM3pucvSnx9FyO99JAI { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #SfrXntgRlp2xFoKKCHZQyvf8UxBckeTT { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #yEZ8z8TaxEG5uof4ifM7VLfeFDd0pcBr { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #B0O5M3AxAG0sJ6Bdwrp7X1vUDqa5tFJM { position:relative;z-index:2; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #z0gsP5xfQM7kz8L6agHNkFEcinALrCIt { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #m92WUmzinPXoXTZ8X7rEAlr3eAz1addf { position:relative; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #pWFZpC8UsKvvW3swEmHNoeLmaCKDs8If { position:relative; }
#FTGP5Og8p9y8pmksTOMmmLxth0KfVTll { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.875rem;width:25rem;top:13.5625rem;left:50rem;display:block; }
#D88a6gV1WgVRVOMez3d6gslmF0oA6K71 { color:#303541;display:block;width:17rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;top:15.6875rem;left:54rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#loSHsUXUDPG06cagNBvHPtVCsVtCtCS3 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:22.4873046875rem;left:1.75rem;height:5.09765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2oVKixNqRf9Q6NA4Rz9Os1Hv1OPvsfm { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:12.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#H9OfmaWxwCRdZhgVTAJBTzcAFkigkNZD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:3.5rem;left:30.8125rem;display:block; }
#s0pRNSzraATpw43d1pFoDtiutnAIKg41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q7gwdSd78TAgpNfJSrACzggBKToCXkCB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:3.5rem;left:39.3125rem;display:block; }
#F08WqMnKwFH6UNKtaObM2riunuXUsUlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vFUM2tInvID0dZBPaw3Oerz0KZv5xXfc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:3.5rem;left:49.3125rem;display:block; }
#cPHQxsrBmpcNIhR6wfcR8ZrfBAfqamBA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PwCpzPDZfBmFX1vHQdyTdn1S71H4UAAs { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:3.5rem;left:63.125rem;overflow:hidden;display:block; }
#MF3bTImzA9EhbcpyWASdXA94XzePi0db { color:#ab5a55;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:39.1875rem;left:52.125rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x4Q9VDuieGd6GwqVSnHEMnWTZ33JRixW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:30.9375rem;left:0rem;display:block; }
#m8yEupCIbTxpHgKx0qAMvZA65znknk7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PJne3hA51fWBFcyLkfAfOR4wgeyUl8f9 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:37.0625rem;left:0rem;height:1.5rem;display:block; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.68);background-image:none;color:#303541;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;font-style:normal; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.68);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.69921875rem;left:0rem;z-index:100009; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #QsFWl6sxRi8q9cibw7AWaLZqbFKJks6o { display:flex;position:relative;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #Lxi3NtlI2R0ESXvbTZvOviNTaSrT6Qs6 { width:auto; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #rJQCS1a3QTg2U9SLE9VrXDu4shr8B18U {  }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #sywp7Ax4XSBvGAwLGRncclvuegwyAoaT { display:flex;position:relative;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #WUx74zUlccSyt3xfssZTo4aiEzkyA5Es {  }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #MHb5od2ktWtFueyNN3RR5la7WiTRM3zL {  }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #v6fm6Z7qEUT1vuXFpqXJ50cXOslRCFLb { display:flex;position:relative;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #TxqfmRQyQJN6qDzs7pGtzlmb8Ebsm3Dr {  }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #tbHQQBeoBoQImGs4kcOpI7rJDZTEK9UA {  }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #KTA4dnMZyVD823Ec9alB3co2LtOxgA47 { display:flex;position:relative;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #IShZL8WSGmbxuQ5kVa9Vf3zCqNx8fkAR {  }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #vluQLFnMcbgan7tJvldWFEu9oT2TBAAX {  }
#g0VLAX3bDOvyWUEl4Wx3yJUFnolBmoVD { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:31.9375rem;left:15rem;height:1.5rem;display:block; }
#cUCbKQIMwUcdfFPco0bAzvORrxbkPPna { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.9375rem;top:32.09375rem;left:30.25rem;overflow:hidden;display:block; }
#wmLRKd6JxfFUyWvoxPnpfzadGSrFybxp { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.75rem;top:32.625rem;left:33.3125rem;display:block; }
#e5lvgCS9KisN7RKzdlTUBSIKn1uHI5z8 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.5rem;top:32.09375rem;left:47.875rem;overflow:hidden;display:block; }
#DOSDVs0CdGJ3Vbeu8BAfw1Frkbx8sHbl { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:1.875rem;top:32.625rem;left:28.125rem;display:block; }
#WcH5NDbnmNGUiTUmDFdgz5uSp14LiS5U { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:1rem;top:23.443359375rem;left:0.0625rem;display:block; }
#vTdwTCbMs0KpTT4pSqfIR99vLSesCu67 { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:0.0625rem;top:22.880859375rem;left:0rem;display:block; }
#l28wl4CHUcEo0KznI0qqt9xeWaczPaI4 { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:1rem;top:25.068359375rem;left:0.0625rem;display:block; }
#zVAnoCst12bhMauxOAr1eWcS229prDxf { position:absolute;display:block;z-index:100016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:1rem;top:26.880859375rem;left:0.0625rem;display:block; }
#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw { position:relative;display:block; }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw { background-color: transparent; background-image: none; }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row .container > .video-iframe-container { display: none; }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row > .video-iframe-container { display: none; }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .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); }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw { border-width: 0; border-radius: 0; }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row .container > .video-iframe-container {  }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#A62S6Cs9IvQQE7oEUZOH4tQL6SAaECCP { color:#979aa0;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:12.125rem;left:0rem;height:10.1953125rem;display:block; }
#WuIc51LTqfk92OTOGQ26899u9U0Gk7Vk { color:#303541;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:2.599825rem;display:block; }
#Ct2I6qQCk4vLhLRXpdbmrDBV8RNX2LdT { position:absolute;display:block;z-index:100003;background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:5.875rem;left:0rem;display:block; }
#Tv0pkAffiQCFbQtCsPERaHGQnKfJFuld { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:25rem;top:4.125rem;left:49.375rem;overflow:hidden;display:block; }
#hythqPaVahQl7dh7ETKL5qRU4Q3iXbQ1 { position:absolute;display:block;z-index:100001;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.5625rem;top:3.5rem;left:48.75rem;display:block; }
#m7qkBATbQrW5w8LwVmPTZt1MW885kVTX { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6b0bd;border-left:0.0625rem solid #a6b0bd;border-right:0.0625rem solid #a6b0bd;border-bottom:0.0625rem solid #a6b0bd;height:15.125rem;width:12rem;top:15.875rem;left:46.1875rem;display:block; }
#b2XJPBf6R95GoyzftNZK0S06Jdpo0hsL { position:absolute;display:block;z-index:100008;background-color:rgba(255,255,255,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:16.9375rem;top:19rem;left:49.375rem;display:block; }
#wRRr89i2TXci8dHy4EgPa6eEtfTOKxUB { color:#979aa0;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:21.125rem;left:51.0625rem;height:4.2246125rem;font-style:normal;display:block; }
#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze { position:relative;display:block; }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze { background-color: transparent; background-image: none; }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row .container > .video-iframe-container { display: none; }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row > .video-iframe-container { display: none; }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .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); }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze { border-width: 0; border-radius: 0; }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row .container > .video-iframe-container {  }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#ZT27XL5RGTTAVNfhAfyvIb1bXzt4M92B { color:#979aa0;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:10.5625rem;left:36.4375rem;height:8.496125rem;display:block; }
#gMxeHc8RcWntMv0LaHm5KBbiIxtIZHoO { color:#303541;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.25rem;left:36.4375rem;height:2.599825rem;display:block; }
#ytoC4P60T2oyXX25OzArzKOE87b0x3Ae { position:absolute;display:block;z-index:100003;background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:4.3125rem;left:36.4375rem;display:block; }
#PEZrQonOGL5LLzbpmeV7Tf2fCydRAM48 { position:absolute;display:block;z-index:100001;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.5625rem;top:0rem;left:14.1875rem;display:block; }
#VS1TXzTR5saohQ6IoqkClGQ2iaZpFRoP { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6b0bd;border-left:0.0625rem solid #a6b0bd;border-right:0.0625rem solid #a6b0bd;border-bottom:0.0625rem solid #a6b0bd;height:15.125rem;width:12rem;top:16.9375rem;left:15.6875rem;display:block; }
#zTxC2KpgTVqZnCCt4OOBr7p4b0f5K7UW { position:absolute;display:block;z-index:100008;background-color:rgba(255,255,255,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:16.9375rem;top:19.0625rem;left:8.125rem;display:block; }
#UfypwEJuows8aoK4KiUNdZSNSGEtxRB8 { color:#979aa0;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:21.4375rem;left:8.125rem;height:4.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xUkhZpd91ElRJ7A974CIveq6fTKyPcEU { background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:23.625rem;left:59rem;display:block; }
#wyG3vCDPvVw1x3M5g52DNiDRxeEkhRt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Siu9RSoN0khL7ZIFpSI3ehWZukkINUP9 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.125rem;width:25rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o { position:relative;display:block; }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o { background-color: transparent; background-image: none; }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row .container > .video-iframe-container { display: none; }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row > .video-iframe-container { display: none; }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .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); }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o { border-width: 0; border-radius: 0; }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row .container > .video-iframe-container {  }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#wi4WCzm4lOGMpltCamOu529x32SahT4I { position:absolute;display:block;z-index:100006;background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:3.875rem;left:34.375rem;display:block; }
#wQmA9kUkWvMAwbGTLTpKhqCOvlsfHTAz { color:#303541;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.75rem;left:21.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#fyd00hTnu2CCp4R5XaSvZUTdU76VnzWZ { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:20rem;left:28.6875rem;height:3.39930625rem;text-align:center;text-align-last:center;display:block; }
#mVX0spqSnreHy1gChgoABFUePEgycfLK { position:absolute;display:block;z-index:100001;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5625rem;width:32.5rem;top:10.375rem;left:21.25rem;display:block; }
#TNb1XTmWF8n3x4a842l2WTcADTRyqnvT { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:30.5rem;left:23.6875rem;height:3.39930625rem;text-align:center;text-align-last:center;display:block; }
#ETk3Nc9bT4y3KQWfDQCtOpTMVgvnM2yE { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"tenor sans";font-size:5.625rem;font-weight:400;z-index:100006;line-height:.8;letter-spacing:0;top:14rem;left:35.5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1xzTTXgA8tThTpISsTyQMaSLquF2OvZ { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100007;line-height:.8;letter-spacing:0;top:16.8125rem;left:39.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4E3mElFTG9zbOHQ5mTtrM8cQ22K6rny { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:18.0625rem;top:11.625rem;left:28.5rem;overflow:hidden;display:block; }
#osVfzhWlR4UdpCc8hMhyRcI2Mx2HiRrQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:18.0625rem;top:35.5625rem;left:28.5rem;overflow:hidden;display:block; }
#css7MQJmykayrdzsbN2tvsZTELmlgUBN { background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:37.4375rem;left:29.5rem;display:block; }
#bqQk1IGxOGyEBltreErcN9emd7PZaDOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qGqRMtJmbKgWk4WDLz87xC5L3Q92kmid { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:25.375rem;left:24.3125rem;height:1.69965rem;text-align:center;text-align-last:center;display:block; }
#w8V85bpuxouvA3I6X4COfdhQtey5ZWFq { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"tenor sans";font-size:1.9375rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:27.3125rem;left:24.3125rem;height:3.2934rem;text-align:center;text-align-last:center;display:block; }
#xTXyodgczirouBuTNgbO4OMIXRqzbkkm { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6b0bd;border-left:0.0625rem solid #a6b0bd;border-right:0.0625rem solid #a6b0bd;border-bottom:0.0625rem solid #a6b0bd;height:20.1875rem;width:20.625rem;top:17rem;left:0rem;display:block; }
#tbKCrPZn3tKxeZdxn2Cha8I0NIIaVJrM { color:#303541;display:block;width:7.25rem;position:absolute;font-family:"tenor sans";font-size:3.5rem;font-weight:400;z-index:100008;line-height:.8;letter-spacing:0;top:21.875rem;left:5.5625rem;height:2.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dHxVQQEmJToUk5EvzpzggNwoAzKWifkm { color:#303541;display:block;width:1.5625rem;position:absolute;font-family:"tenor sans";font-size:1.625rem;font-weight:400;z-index:100009;line-height:.8;letter-spacing:0;top:23.18701171875rem;left:13.125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gH5f0iLuIdIQtG6T6T1u5Jx4OvhQZgdK { color:#979aa0;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:26.10107421875rem;left:2.28125rem;height:3.39930625rem;text-align:center;text-align-last:center;display:block; }
#dO0NUL6TUDTCUUN16TP85h6QHNrCmT2h { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6b0bd;border-left:0.0625rem solid #a6b0bd;border-right:0.0625rem solid #a6b0bd;border-bottom:0.0625rem solid #a6b0bd;height:20.1875rem;width:20.625rem;top:16.8125rem;left:54.375rem;display:block; }
#UPC2bF4fr0mCiEZ2VtTJDVIFx8TVPQia { color:#303541;display:block;width:1.5625rem;position:absolute;font-family:"tenor sans";font-size:1.625rem;font-weight:400;z-index:100013;line-height:.8;letter-spacing:0;top:23.18701171875rem;left:69.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzRF5ScuoTF4981AO9omt7kcPktw7PNH { color:#303541;display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:3.5rem;font-weight:400;z-index:100012;line-height:.8;letter-spacing:0;top:21.85009765625rem;left:56.5rem;height:2.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T0HMxaKEMMq1HQhgXUB8x0fcymTT2Jnu { color:#979aa0;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:25.9375rem;left:56.6875rem;height:6.796875rem;text-align:center;text-align-last:center;display:block; }
#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303541;background-image:url("https://images.assets-landingi.com/uc/ccc34ead-f3ef-4a50-ad78-87148d93b0ec/bg_video.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm.adaptive-delivery-prevent-bg, #fo0O7WX9oURoMBlSLMszDPZldhnl1zUm.lazyload, #fo0O7WX9oURoMBlSLMszDPZldhnl1zUm.lazyloading { background-image: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container { background-color: transparent; background-image: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container > .video-iframe-container { display: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row > .video-iframe-container { display: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .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); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container { border-width: 0; border-radius: 0; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row > .video-iframe-container {  }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#bRB4eT2iC8eT4fMEm2zD6Xbx5tDpAMOz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:56.25rem;top:11.125rem;left:9.375rem;display:block; }
#d5KDHGrdSaMF3MNrMc77xCTtA81ODPcF { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:4.125rem;left:34.9375rem;display:block; }
#maLckD9ryZiBzDLlkeQK16y123c2AD4S { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6rem;left:7.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#eUhS31kAHXU6b0XNrUdCLyA3mulypQry { background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:45.6875rem;left:29.5rem;display:block; }
#davezKqTWyiNhn5UET98iK9wtuefGSu9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp { position:relative;display:block; }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp { background-color: transparent; background-image: none; }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row .container > .video-iframe-container { display: none; }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row > .video-iframe-container { display: none; }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .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); }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp { border-width: 0; border-radius: 0; }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row .container > .video-iframe-container {  }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#VmDyxUsrpRdWwu2ITvZeDQSyepKxfFRm { color:#979aa0;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:10.5rem;left:0rem;height:20.4921875rem;display:block; }#VmDyxUsrpRdWwu2ITvZeDQSyepKxfFRm li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#VmDyxUsrpRdWwu2ITvZeDQSyepKxfFRm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6891d1ae-60af-4bd5-9c4f-67c4a701b5aa/arrow_check.svg); }
#SsLMMNBB2VznMfABTDnM4WL5gbglNCUX { color:#303541;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:2.599825rem;display:block; }
#WL0mTZsLheTF7ZPHIzMKeuSFBKreOeGk { position:absolute;display:block;z-index:100003;background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:4.25rem;left:0rem;display:block; }
#zWIv2WE4pmFkLvI9mbBgZSASGDERPtgf { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.875rem;width:24.375rem;top:4.25rem;left:50rem;overflow:hidden;display:block; }
#XFz3xfibkhRo4oNHlWC9gpn3nc9MbQiQ { position:absolute;display:block;z-index:100001;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.5625rem;top:3.625rem;left:49.375rem;display:block; }
#S0omnOvnL8TNK55znfbOXpCOi994vklr { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:34.9375rem;left:0rem;overflow:hidden;display:block; }
#GqCUagaLGKudZ2sLk0UVIZ5LwzxOmlVD { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:34.9375rem;left:7.75rem;overflow:hidden;display:block; }
#uL95U0SgHdH78tM2KhLWaB76JTEXi1fK { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:34.9375rem;left:23.25rem;overflow:hidden;display:block; }
#gr0rme8LzL98hERSmAylHb4lnFJKPmGO { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:34.9375rem;left:15.5rem;overflow:hidden;display:block; }
#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e9ca1c5f-0420-43bc-a6ab-7908cfcfbae1/bg_przeciwskazania.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt.adaptive-delivery-prevent-bg, #pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt.lazyload, #pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt.lazyloading { background-image: none; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container { background-color: transparent; background-image: none; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container > .video-iframe-container { display: none; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row > .video-iframe-container { display: none; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .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); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container { border-width: 0; border-radius: 0; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row > .video-iframe-container {  }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#AE4PtOxGITq6pX73aSQwxphpfOUyDndf { color:#ffffff;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:9.3125rem;left:0rem;height:19.6171875rem;display:block; }#AE4PtOxGITq6pX73aSQwxphpfOUyDndf li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#AE4PtOxGITq6pX73aSQwxphpfOUyDndf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6182e9e6-41ee-4455-b1e0-1918a48015e9/arrow_x.svg); }
#I330xKK5ovqzBdirphVOWJ3uZOoJRJMh { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.599825rem;display:block; }
#CWOCF6aw90slZZ5aqEPliABxOMFLMUKL { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:3.0625rem;left:0rem;display:block; }
#DSd9QZbcFf7O4Ea1pyZyDtukH7Av4eVm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.6875rem;width:24.3125rem;top:0rem;left:50.0625rem;overflow:hidden;display:block; }
#REdr2PIskuFvsoVIER43yfVTpDw673fq { position:absolute;display:block;z-index:100001;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.5625rem;top:24.8125rem;left:63.4375rem;display:block; }
#XEdRn6FNOzMozXFKE097kXUyAAfXAwrV { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M { position:relative;display:block; }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M { background-color: transparent; background-image: none; }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row .container > .video-iframe-container { display: none; }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row > .video-iframe-container { display: none; }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .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); }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M { border-width: 0; border-radius: 0; }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row .container > .video-iframe-container {  }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#vysmwHJsHBTmEMtt4Zxs7NUNM7Srn87e { position:absolute;display:block;z-index:100006;background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:3.125rem;left:34.375rem;display:block; }
#OnhUxS14mBgD7Kw7H2hEBD2aS5gv95yi { color:#303541;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5rem;left:21.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#MhbgITXeP5FQksTmaVT0ruhmGM8ekZTn { color:#a6b0bd;display:block;width:10.0625rem;position:absolute;font-family:"tenor sans";font-size:3.75rem;font-weight:400;z-index:100008;line-height:.8;letter-spacing:0;top:11.625rem;left:7.875rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KwHpoGyhHVsl0su24KcMvfTJTetEvAV9 { color:#303541;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:15.875rem;left:5.125rem;height:1.69965rem;text-align:center;text-align-last:center;display:block; }
#XKbCk7T5UbHw85EuPTOrnwbKWItTlQif { color:#a6b0bd;display:block;width:17.125rem;position:absolute;font-family:"tenor sans";font-size:3.75rem;font-weight:400;z-index:100010;line-height:.8;letter-spacing:0;top:11.625rem;left:28.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGoNODW628s77eqdvt1ruHk9oEgISDkJ { color:#303541;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:15.875rem;left:28.25rem;height:1.69965rem;text-align:center;text-align-last:center;display:block; }
#MUWJob1Kx1p9AAdbmd5ChN6gy6Xsd5Lx { color:#a6b0bd;display:block;width:17.125rem;position:absolute;font-family:"tenor sans";font-size:3.75rem;font-weight:400;z-index:100012;line-height:.8;letter-spacing:0;top:11.625rem;left:52.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTRmmADre1T7tZ6mVqSHkywMPOs4HQ3k { color:#303541;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:15.875rem;left:51.75rem;height:1.69965rem;text-align:center;text-align-last:center;display:block; }
#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303541;background-image:url("https://images.assets-landingi.com/uc/a6cf1eaa-5df6-457d-b4c3-710729ff9c40/bg_parallaxa.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D.adaptive-delivery-prevent-bg, #hgCWJZkf670Ab7SSxnimfs4Hvf64s08D.lazyload, #hgCWJZkf670Ab7SSxnimfs4Hvf64s08D.lazyloading { background-image: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container { background-color: transparent; background-image: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container > .video-iframe-container { display: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row > .video-iframe-container { display: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .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); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container { border-width: 0; border-radius: 0; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row > .video-iframe-container {  }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#E0afzSSmcQ9UEhdXsWfS3mPblB6loxeI { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:4.125rem;left:34.9375rem;display:block; }
#uFSUzJ5N0yUzJNPTNsNcueZOLmWaOH9z { color:#ffffff;display:block;width:61.1875rem;position:absolute;font-family:"tenor sans";font-size:2.25rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:7.0625rem;left:6.90625rem;height:9.4482375rem;text-align:center;text-align-last:center;display:block; }
#uOxcTIWiVl68R1luAuHEVEMdxO8D0pnU { background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.125rem;left:29.5rem;display:block; }
#D7GJBhTTnChbhV0FaWwUmfWNtI91lwP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.68);background-image:none;color:#303541;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;font-style:normal; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.68);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:18.8125rem;left:29rem;z-index:100011; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #usxlnsUMBSwRIKv6XyrkUn0tW7wNMUI1 { display:flex;position:relative;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #J05xoJ21v2ldZGhkdMf8KdemmILansHs { width:auto; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #IRR3fGZXaJaNewndlNKq4zzbs94t7p3h {  }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #U8dBsPmO8fnW4AAdLkJNXAzvoZnKhuE5 { display:flex;position:relative;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #IDBqpMnp8rb9CyeROcLoTZCWhcyy1CyC {  }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #s9ImKdnKotDNFzqXrgxwXuk0zTWnhsAX {  }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #RFM6RIZHvb8IfZSi00IIsLUJcDCsiUzo { display:flex;position:relative;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #LFw0eMaTBfmElhSPTiROSUOsTp6gXZb3 {  }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #lg7e8VTkmOIH3D2mmkSriIy6W3FXtWLR {  }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #h1BkNEakVvFM7ZPNdlpaXmJq0nek70iD { display:flex;position:relative;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #GEpSAHvoQBwf1F3lyXnOSe2Td7oyBkrp {  }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #rnhl2TT8zC7Q787D5zk6vf72r3A5SzNy {  }
#GvJQdhvyKAJ5CJQQFuVaEAPROKuaZkVi { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:15.875rem;left:21.8125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z { position:relative;display:block; }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z { background-color: transparent; background-image: none; }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row .container > .video-iframe-container { display: none; }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row > .video-iframe-container { display: none; }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .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); }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z { border-width: 0; border-radius: 0; }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row .container > .video-iframe-container {  }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#P3Doqdqd8h4OUTDCt7hOV9LAD6OmsaAn { color:#303541;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:18.5625rem;left:0rem;height:1.912325rem;display:block; }
#rEffbwooIK2HWxJTJLQeawyC880X2moV { color:#303541;display:block;width:32.5rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:5.19965rem;display:block; }
#fcFueGnLzNp80d4npxSIINL84SifbqlI { position:absolute;display:block;z-index:100003;background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:7.25rem;left:0rem;display:block; }
#xTPkz4nxnAnLm8LkVtVsJwbkk0O3SonI { position:absolute;display:block;z-index:100001;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.5625rem;top:4rem;left:37.0625rem;display:block; }
#bWs1IWLeG5c1Qq7Un7AGKMylmkWSz5Ul { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:37.3125rem;top:4.625rem;left:37.6875rem;overflow:hidden;display:block; }
#eQcOwka8sHCGKE5tekKKeW5haQkGXprx { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(48,53,65,0.17), rgba(48,53,65,0.04));background-image: -moz-linear-gradient(179deg, rgba(48,53,65,0.17), rgba(48,53,65,0.04));background-image: -ms-linear-gradient(179deg, rgba(48,53,65,0.17), rgba(48,53,65,0.04));background-image: -o-linear-gradient(179deg, rgba(48,53,65,0.17), rgba(48,53,65,0.04));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b303541', endColorstr='#0a303541' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b303541', endColorstr='#0a303541' );";background-image: linear-gradient(179deg, rgba(48,53,65,0.17), rgba(48,53,65,0.04));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:37.3125rem;top:4.625rem;left:37.6875rem;display:block; }
#LJDuAn7FJKk93blnoHelDAmfQdJlUIxU { color:#303541;display:block;width:24.875rem;position:absolute;font-family:"tenor sans";font-size:2rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:20.3125rem;left:0rem;height:2.599825rem;display:block; }
#iTa6RtbCeVJcdUnsn08XlAZMsNpZGE7w { color:#979aa0;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:23.5rem;left:0rem;height:1.912325rem;display:block; }
#fgZH3FX4JaT4uH1W8QXBV99F2qEHoaik { background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"tenor sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:29.875rem;left:0rem;display:block; }
#zpPRHehPvl6vGVIJDZgZt2GVUMul8GtO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303541;background-image:none;position:relative;display:block; }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row .container { background-color: transparent; background-image: none; }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row .container > .video-iframe-container { display: none; }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row > .video-iframe-container { display: none; }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .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); }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row .container { border-width: 0; border-radius: 0; }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row > .video-iframe-container {  }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#uiQmTJFZXMekUSF6oGsguVy6OrJ3pCwJ { position:absolute;display:block;z-index:100003;background-color:#303541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:1.6875rem;left:0.5625rem;display:block; }
#d6Dr2XZbSfNKATOHXe5paoEcT4GbeQse { color:#767d8b;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:3.375rem;left:18.4375rem;height:4.5rem;display:block; }
#lOOPNZULipPTXNJsKz9PLslQ6la3rgDp { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:12.5rem;top:3.78125rem;left:0rem;overflow:hidden;display:block; }
#ykpQJEGgSQrbHHEsgXW2Na1XwORDO1fz { color:#767d8b;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:3.375rem;left:38.25rem;height:4.5rem;display:block; }
#Hqpn1dUSgH0lFxLifHINlTzBCmtWu3QT { box-sizing:content-box;color:#767d8b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.0625rem;left:68.4375rem;display:block; }
#vwslSPbE9tboHxnsWPfc9rO291MGZvdA { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.5625rem;top:4.34375rem;left:72.4375rem;overflow:hidden;display:block; }
#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p { position:relative;display:block; }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p { background-color: transparent; background-image: none; }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row .container > .video-iframe-container { display: none; }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row > .video-iframe-container { display: none; }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .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); }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p { border-width: 0; border-radius: 0; }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row .container > .video-iframe-container {  }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#LG370OOLUydDgnmlXTTWhTcZEQQ3ApEi { color:#767d8b;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:0.96875rem;left:27.6875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDfRqLIqp9AMHnOuvDy5P4tDaTPaha17 { top:13.5625rem;left:0rem;width:32.5rem;height:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-regular-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-text { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-text {padding-top: 0; padding-bottom: 0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-textarea { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-select { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-select {padding-top: 0; padding-bottom: 0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-checkbox-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl  { width:19.625rem;height:auto;top:19.25rem;left:25.625rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .radio-container { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl {display:block;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl { width:19.625rem;height:auto;top:19.25rem;left:25.625rem; }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #U9NtG3L6pfeocwCaTNIXSc6LLFtxQnSL {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #Ih7Uii7605BmbZgUt7aRuNKBVISJnaMz {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #bNHP2FiBhe1KTeUwWAkG5Ck97fMldVZA {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #nzbQeMtrzxRua09BSiJuwDiHBCE0KTMC {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #SvXyixnssufcXUZbggMnxyxUdtnsgaGT {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #uUZwdqJsQOf0DJgA1wzdtrAIhTTXlqIh {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #DroklkE8hxUWTqecXbNu8MwZ415rrQdU {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #IEd5OH01J38Q5TM3pucvSnx9FyO99JAI {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #SfrXntgRlp2xFoKKCHZQyvf8UxBckeTT {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #yEZ8z8TaxEG5uof4ifM7VLfeFDd0pcBr {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #B0O5M3AxAG0sJ6Bdwrp7X1vUDqa5tFJM {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #z0gsP5xfQM7kz8L6agHNkFEcinALrCIt {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #m92WUmzinPXoXTZ8X7rEAlr3eAz1addf {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #pWFZpC8UsKvvW3swEmHNoeLmaCKDs8If {  }
 }@media only screen and (max-width: 763px) { #FTGP5Og8p9y8pmksTOMmmLxth0KfVTll { top:13.5625rem;left:22.75rem;width:25rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88a6gV1WgVRVOMez3d6gslmF0oA6K71 { top:15.6875rem;left:30.75rem;width:17rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loSHsUXUDPG06cagNBvHPtVCsVtCtCS3 { top:22.4375rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2oVKixNqRf9Q6NA4Rz9Os1Hv1OPvsfm { top:1.9375rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9OfmaWxwCRdZhgVTAJBTzcAFkigkNZD { width:5.5625rem;height:2.875rem;top:3.5rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pRNSzraATpw43d1pFoDtiutnAIKg41 { display:block; }
 }@media only screen and (max-width: 763px) { #Q7gwdSd78TAgpNfJSrACzggBKToCXkCB { width:6.8125rem;height:2.875rem;top:3.5rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F08WqMnKwFH6UNKtaObM2riunuXUsUlB { display:block; }
 }@media only screen and (max-width: 763px) { #vFUM2tInvID0dZBPaw3Oerz0KZv5xXfc { width:6rem;height:2.875rem;top:3.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHQxsrBmpcNIhR6wfcR8ZrfBAfqamBA { display:block; }
 }@media only screen and (max-width: 763px) { #PwCpzPDZfBmFX1vHQdyTdn1S71H4UAAs { top:3.5rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF3bTImzA9EhbcpyWASdXA94XzePi0db { top:39.1875rem;left:27rem;width:20.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Q9VDuieGd6GwqVSnHEMnWTZ33JRixW { width:12.8125rem;height:3.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8yEupCIbTxpHgKx0qAMvZA65znknk7t { display:block; }
 }@media only screen and (max-width: 763px) { #PJne3hA51fWBFcyLkfAfOR4wgeyUl8f9 { top:37.0625rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i { width:18rem;height:5.0625rem;display:flex;top:36.5rem;left:7.65625rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #QsFWl6sxRi8q9cibw7AWaLZqbFKJks6o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #Lxi3NtlI2R0ESXvbTZvOviNTaSrT6Qs6 {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #rJQCS1a3QTg2U9SLE9VrXDu4shr8B18U {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #sywp7Ax4XSBvGAwLGRncclvuegwyAoaT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #WUx74zUlccSyt3xfssZTo4aiEzkyA5Es {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #MHb5od2ktWtFueyNN3RR5la7WiTRM3zL {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #v6fm6Z7qEUT1vuXFpqXJ50cXOslRCFLb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #TxqfmRQyQJN6qDzs7pGtzlmb8Ebsm3Dr {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #tbHQQBeoBoQImGs4kcOpI7rJDZTEK9UA {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #KTA4dnMZyVD823Ec9alB3co2LtOxgA47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #IShZL8WSGmbxuQ5kVa9Vf3zCqNx8fkAR {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #vluQLFnMcbgan7tJvldWFEu9oT2TBAAX {  }
 }@media only screen and (max-width: 763px) { #g0VLAX3bDOvyWUEl4Wx3yJUFnolBmoVD { top:31.9375rem;left:1.375rem;width:11.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUCbKQIMwUcdfFPco0bAzvORrxbkPPna { top:32.0625rem;left:16.625rem;width:1.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmLRKd6JxfFUyWvoxPnpfzadGSrFybxp { top:32.625rem;left:19.6875rem;width:13.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5lvgCS9KisN7RKzdlTUBSIKn1uHI5z8 { top:32.0625rem;left:34.25rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOSDVs0CdGJ3Vbeu8BAfw1Frkbx8sHbl { top:32.625rem;left:14.5rem;width:1.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcH5NDbnmNGUiTUmDFdgz5uSp14LiS5U { top:23.4375rem;left:0rem;width:1rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTdwTCbMs0KpTT4pSqfIR99vLSesCu67 { top:22.875rem;left:0rem;width:0.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l28wl4CHUcEo0KznI0qqt9xeWaczPaI4 { top:25.0625rem;left:0rem;width:1rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVAnoCst12bhMauxOAr1eWcS229prDxf { top:26.875rem;left:0rem;width:1rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw { display:block; }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A62S6Cs9IvQQE7oEUZOH4tQL6SAaECCP { top:12.125rem;left:0rem;width:39.875rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuIc51LTqfk92OTOGQ26899u9U0Gk7Vk { top:7.8125rem;left:0rem;width:32.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct2I6qQCk4vLhLRXpdbmrDBV8RNX2LdT { top:5.875rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0pkAffiQCFbQtCsPERaHGQnKfJFuld { top:4.125rem;left:22.75rem;width:25rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hythqPaVahQl7dh7ETKL5qRU4Q3iXbQ1 { top:3.5rem;left:35.125rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7qkBATbQrW5w8LwVmPTZt1MW885kVTX { top:15.875rem;left:32.5625rem;width:12rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2XJPBf6R95GoyzftNZK0S06Jdpo0hsL { top:19rem;left:30.8125rem;width:16.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRRr89i2TXci8dHy4EgPa6eEtfTOKxUB { top:21.125rem;left:31.5625rem;width:16.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgQSITyk43mhgpxpQoVJOG5T4pcqNRze { display:block; }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT27XL5RGTTAVNfhAfyvIb1bXzt4M92B { top:10.5625rem;left:9.1875rem;width:38.5625rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMxeHc8RcWntMv0LaHm5KBbiIxtIZHoO { top:6.25rem;left:15.25rem;width:32.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoC4P60T2oyXX25OzArzKOE87b0x3Ae { top:4.3125rem;left:22.8125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZrQonOGL5LLzbpmeV7Tf2fCydRAM48 { top:0rem;left:0.5625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS1TXzTR5saohQ6IoqkClGQ2iaZpFRoP { top:16.9375rem;left:2.0625rem;width:12rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxC2KpgTVqZnCCt4OOBr7p4b0f5K7UW { top:19.0625rem;left:0rem;width:16.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfypwEJuows8aoK4KiUNdZSNSGEtxRB8 { top:21.4375rem;left:0rem;width:16.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUkhZpd91ElRJ7A974CIveq6fTKyPcEU { width:16rem;height:3.4375rem;top:23.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyG3vCDPvVw1x3M5g52DNiDRxeEkhRt7 { display:block; }
 }@media only screen and (max-width: 763px) { #Siu9RSoN0khL7ZIFpSI3ehWZukkINUP9 { top:0.625rem;left:0rem;width:25rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o { display:block; }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wi4WCzm4lOGMpltCamOu529x32SahT4I { top:3.875rem;left:20.75rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQmA9kUkWvMAwbGTLTpKhqCOvlsfHTAz { top:5.75rem;left:7.625rem;width:32.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyd00hTnu2CCp4R5XaSvZUTdU76VnzWZ { top:20rem;left:15.0625rem;width:17.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVX0spqSnreHy1gChgoABFUePEgycfLK { top:10.375rem;left:7.625rem;width:32.5rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNb1XTmWF8n3x4a842l2WTcADTRyqnvT { top:30.5rem;left:10.0625rem;width:27.6875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETk3Nc9bT4y3KQWfDQCtOpTMVgvnM2yE { top:14rem;left:21.875rem;width:4.125rem;height:4.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1xzTTXgA8tThTpISsTyQMaSLquF2OvZ { top:16.8125rem;left:25.6875rem;width:1.5625rem;height:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4E3mElFTG9zbOHQ5mTtrM8cQ22K6rny { top:11.625rem;left:14.875rem;width:18.0625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osVfzhWlR4UdpCc8hMhyRcI2Mx2HiRrQ { top:35.5625rem;left:14.875rem;width:18.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #css7MQJmykayrdzsbN2tvsZTELmlgUBN { width:16rem;height:3.4375rem;top:37.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqQk1IGxOGyEBltreErcN9emd7PZaDOK { display:block; }
 }@media only screen and (max-width: 763px) { #qGqRMtJmbKgWk4WDLz87xC5L3Q92kmid { top:25.375rem;left:10.6875rem;width:27.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8V85bpuxouvA3I6X4COfdhQtey5ZWFq { top:27.3125rem;left:10.6875rem;width:27.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXyodgczirouBuTNgbO4OMIXRqzbkkm { top:17rem;left:0rem;width:20.625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbKCrPZn3tKxeZdxn2Cha8I0NIIaVJrM { top:21.875rem;left:0rem;width:7.25rem;height:2.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHxVQQEmJToUk5EvzpzggNwoAzKWifkm { top:23.125rem;left:0rem;width:1.5625rem;height:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH5f0iLuIdIQtG6T6T1u5Jx4OvhQZgdK { top:26.0625rem;left:0rem;width:16.1875rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0NUL6TUDTCUUN16TP85h6QHNrCmT2h { top:16.8125rem;left:27rem;width:20.625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPC2bF4fr0mCiEZ2VtTJDVIFx8TVPQia { top:23.125rem;left:46.1875rem;width:1.5625rem;height:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzRF5ScuoTF4981AO9omt7kcPktw7PNH { top:21.8125rem;left:35.25rem;width:12.5rem;height:2.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0HMxaKEMMq1HQhgXUB8x0fcymTT2Jnu { top:25.9375rem;left:31.5625rem;width:16.1875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo0O7WX9oURoMBlSLMszDPZldhnl1zUm { display:block; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRB4eT2iC8eT4fMEm2zD6Xbx5tDpAMOz { top:11.125rem;left:0rem;width:47.75rem;height:26.846111111111rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5KDHGrdSaMF3MNrMc77xCTtA81ODPcF { top:4.125rem;left:21.3125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maLckD9ryZiBzDLlkeQK16y123c2AD4S { top:6rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhS31kAHXU6b0XNrUdCLyA3mulypQry { width:16rem;height:3.4375rem;top:45.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #davezKqTWyiNhn5UET98iK9wtuefGSu9 { display:block; }
 }@media only screen and (max-width: 763px) { #tN8oM2icoli99QMiOgIHs3kTxRyqyLXp { display:block; }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmDyxUsrpRdWwu2ITvZeDQSyepKxfFRm { top:10.5rem;left:0rem;width:39.875rem;height:22.1875rem;font-size:1rem;display:block; }#VmDyxUsrpRdWwu2ITvZeDQSyepKxfFRm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6891d1ae-60af-4bd5-9c4f-67c4a701b5aa/arrow_check.svg); }
 }@media only screen and (max-width: 763px) { #SsLMMNBB2VznMfABTDnM4WL5gbglNCUX { top:6.1875rem;left:0rem;width:32.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL0mTZsLheTF7ZPHIzMKeuSFBKreOeGk { top:4.25rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWIv2WE4pmFkLvI9mbBgZSASGDERPtgf { top:4.25rem;left:23.375rem;width:24.375rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFz3xfibkhRo4oNHlWC9gpn3nc9MbQiQ { top:3.625rem;left:35.75rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0omnOvnL8TNK55znfbOXpCOi994vklr { top:34.9375rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqCUagaLGKudZ2sLk0UVIZ5LwzxOmlVD { top:34.9375rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL95U0SgHdH78tM2KhLWaB76JTEXi1fK { top:34.9375rem;left:9.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr0rme8LzL98hERSmAylHb4lnFJKPmGO { top:34.9375rem;left:1.875rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt { display:block; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE4PtOxGITq6pX73aSQwxphpfOUyDndf { top:9.3125rem;left:0rem;width:39.875rem;height:21.3125rem;font-size:1rem;display:block; }#AE4PtOxGITq6pX73aSQwxphpfOUyDndf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6182e9e6-41ee-4455-b1e0-1918a48015e9/arrow_x.svg); }
 }@media only screen and (max-width: 763px) { #I330xKK5ovqzBdirphVOWJ3uZOoJRJMh { top:5rem;left:0rem;width:32.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOCF6aw90slZZ5aqEPliABxOMFLMUKL { top:3.0625rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSd9QZbcFf7O4Ea1pyZyDtukH7Av4eVm { top:0rem;left:23.4375rem;width:24.3125rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REdr2PIskuFvsoVIER43yfVTpDw673fq { top:24.8125rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEdRn6FNOzMozXFKE097kXUyAAfXAwrV { display:none; }
 }@media only screen and (max-width: 763px) { #WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M { display:block; }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vysmwHJsHBTmEMtt4Zxs7NUNM7Srn87e { top:3.125rem;left:20.75rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnhUxS14mBgD7Kw7H2hEBD2aS5gv95yi { top:5rem;left:7.625rem;width:32.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbgITXeP5FQksTmaVT0ruhmGM8ekZTn { top:11.625rem;left:0rem;width:10.0625rem;height:3rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwHpoGyhHVsl0su24KcMvfTJTetEvAV9 { top:15.875rem;left:0rem;width:16.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKbCk7T5UbHw85EuPTOrnwbKWItTlQif { top:11.625rem;left:15.3125rem;width:17.125rem;height:3rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoNODW628s77eqdvt1ruHk9oEgISDkJ { top:15.875rem;left:14.625rem;width:18.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWJob1Kx1p9AAdbmd5ChN6gy6Xsd5Lx { top:11.625rem;left:30.625rem;width:17.125rem;height:3rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRmmADre1T7tZ6mVqSHkywMPOs4HQ3k { top:15.875rem;left:29.25rem;width:18.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgCWJZkf670Ab7SSxnimfs4Hvf64s08D { display:block; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0afzSSmcQ9UEhdXsWfS3mPblB6loxeI { top:4.125rem;left:21.3125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSUzJ5N0yUzJNPTNsNcueZOLmWaOH9z { top:7.0625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOxcTIWiVl68R1luAuHEVEMdxO8D0pnU { width:16rem;height:3.4375rem;top:27.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7GJBhTTnChbhV0FaWwUmfWNtI91lwP6 { display:block; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL { width:18rem;height:5.0625rem;display:flex;top:36.5rem;left:7.65625rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #usxlnsUMBSwRIKv6XyrkUn0tW7wNMUI1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #J05xoJ21v2ldZGhkdMf8KdemmILansHs {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #IRR3fGZXaJaNewndlNKq4zzbs94t7p3h {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #U8dBsPmO8fnW4AAdLkJNXAzvoZnKhuE5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #IDBqpMnp8rb9CyeROcLoTZCWhcyy1CyC {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #s9ImKdnKotDNFzqXrgxwXuk0zTWnhsAX {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #RFM6RIZHvb8IfZSi00IIsLUJcDCsiUzo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #LFw0eMaTBfmElhSPTiROSUOsTp6gXZb3 {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #lg7e8VTkmOIH3D2mmkSriIy6W3FXtWLR {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #h1BkNEakVvFM7ZPNdlpaXmJq0nek70iD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #GEpSAHvoQBwf1F3lyXnOSe2Td7oyBkrp {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #rnhl2TT8zC7Q787D5zk6vf72r3A5SzNy {  }
 }@media only screen and (max-width: 763px) { #GvJQdhvyKAJ5CJQQFuVaEAPROKuaZkVi { top:15.875rem;left:8.1875rem;width:32.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z { display:block; }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3Doqdqd8h4OUTDCt7hOV9LAD6OmsaAn { top:18.5625rem;left:0rem;width:20.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEffbwooIK2HWxJTJLQeawyC880X2moV { top:9.1875rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFueGnLzNp80d4npxSIINL84SifbqlI { top:7.25rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPkz4nxnAnLm8LkVtVsJwbkk0O3SonI { top:4rem;left:23.4375rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWs1IWLeG5c1Qq7Un7AGKMylmkWSz5Ul { top:4.625rem;left:10.4375rem;width:37.3125rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQcOwka8sHCGKE5tekKKeW5haQkGXprx { top:4.625rem;left:10.4375rem;width:37.3125rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJDuAn7FJKk93blnoHelDAmfQdJlUIxU { top:20.3125rem;left:0rem;width:24.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTa6RtbCeVJcdUnsn08XlAZMsNpZGE7w { top:23.5rem;left:0rem;width:20.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgZH3FX4JaT4uH1W8QXBV99F2qEHoaik { width:16rem;height:3.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPRHehPvl6vGVIJDZgZt2GVUMul8GtO { display:block; }
 }@media only screen and (max-width: 763px) { #hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 { display:block; }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiQmTJFZXMekUSF6oGsguVy6OrJ3pCwJ { top:1.6875rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Dr2XZbSfNKATOHXe5paoEcT4GbeQse { top:3.375rem;left:4.8125rem;width:18.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOOPNZULipPTXNJsKz9PLslQ6la3rgDp { top:3.75rem;left:0rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpQJEGgSQrbHHEsgXW2Na1XwORDO1fz { top:3.375rem;left:24.625rem;width:16.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqpn1dUSgH0lFxLifHINlTzBCmtWu3QT { top:4.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwslSPbE9tboHxnsWPfc9rO291MGZvdA { top:4.3125rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p { display:block; }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG370OOLUydDgnmlXTTWhTcZEQQ3ApEi { top:0.9375rem;left:14.0625rem;width:18.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4e535bd-9924-4f64-8d9d-ce370109dd69/mob2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,53,65,0.42); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,53,65,0.42); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDfRqLIqp9AMHnOuvDy5P4tDaTPaha17 { width:20rem;height:8.44924375rem;top:11.36279296875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-text {padding-top: 0; padding-bottom: 0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-select {padding-top: 0; padding-bottom: 0;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl  { width:17.5rem;height:auto;top:41.625rem;left:0rem; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl {display:block;}#UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl { width:17.5rem;height:auto;top:41.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #U9NtG3L6pfeocwCaTNIXSc6LLFtxQnSL {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #Ih7Uii7605BmbZgUt7aRuNKBVISJnaMz {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #bNHP2FiBhe1KTeUwWAkG5Ck97fMldVZA {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #nzbQeMtrzxRua09BSiJuwDiHBCE0KTMC {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #SvXyixnssufcXUZbggMnxyxUdtnsgaGT {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #uUZwdqJsQOf0DJgA1wzdtrAIhTTXlqIh {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #DroklkE8hxUWTqecXbNu8MwZ415rrQdU {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #IEd5OH01J38Q5TM3pucvSnx9FyO99JAI {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #SfrXntgRlp2xFoKKCHZQyvf8UxBckeTT {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #yEZ8z8TaxEG5uof4ifM7VLfeFDd0pcBr {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #B0O5M3AxAG0sJ6Bdwrp7X1vUDqa5tFJM {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #z0gsP5xfQM7kz8L6agHNkFEcinALrCIt {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #m92WUmzinPXoXTZ8X7rEAlr3eAz1addf {  }
 }@media only screen and (max-width: 763px) { #UclT4Zq7uEG2iaQBx9cfQJx8uKKynRMl #pWFZpC8UsKvvW3swEmHNoeLmaCKDs8If {  }
 }@media only screen and (max-width: 763px) { #FTGP5Og8p9y8pmksTOMmmLxth0KfVTll { width:20rem;height:29.875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88a6gV1WgVRVOMez3d6gslmF0oA6K71 { width:17rem;height:3.5996125rem;top:38.0625rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loSHsUXUDPG06cagNBvHPtVCsVtCtCS3 { width:18.375rem;height:8.62353125rem;top:20.625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #p2oVKixNqRf9Q6NA4Rz9Os1Hv1OPvsfm { width:10.25rem;height:3rem;top:1.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9OfmaWxwCRdZhgVTAJBTzcAFkigkNZD { width:5.5625rem;height:2.875rem;top:5.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pRNSzraATpw43d1pFoDtiutnAIKg41 { display:block; }
 }@media only screen and (max-width: 763px) { #Q7gwdSd78TAgpNfJSrACzggBKToCXkCB { width:6.8125rem;height:2.875rem;top:5.9375rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F08WqMnKwFH6UNKtaObM2riunuXUsUlB { display:block; }
 }@media only screen and (max-width: 763px) { #vFUM2tInvID0dZBPaw3Oerz0KZv5xXfc { width:6rem;height:2.875rem;top:5.9375rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHQxsrBmpcNIhR6wfcR8ZrfBAfqamBA { display:block; }
 }@media only screen and (max-width: 763px) { #PwCpzPDZfBmFX1vHQdyTdn1S71H4UAAs { width:8.1875rem;height:8.1875rem;top:29.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF3bTImzA9EhbcpyWASdXA94XzePi0db { width:20rem;height:1.3496125rem;top:61.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Q9VDuieGd6GwqVSnHEMnWTZ33JRixW { width:12.8125rem;height:3.4375rem;top:76.125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8yEupCIbTxpHgKx0qAMvZA65znknk7t { display:block; }
 }@media only screen and (max-width: 763px) { #PJne3hA51fWBFcyLkfAfOR4wgeyUl8f9 { width:20rem;height:1.5rem;top:66.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TO69MpiZy4DJWOOcR7hee3OX5caBsT1i { width:18rem;height:5.0625rem;display:flex;top:69.4375rem;left:0.9375rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #QsFWl6sxRi8q9cibw7AWaLZqbFKJks6o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #Lxi3NtlI2R0ESXvbTZvOviNTaSrT6Qs6 {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #rJQCS1a3QTg2U9SLE9VrXDu4shr8B18U {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #sywp7Ax4XSBvGAwLGRncclvuegwyAoaT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #WUx74zUlccSyt3xfssZTo4aiEzkyA5Es {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #MHb5od2ktWtFueyNN3RR5la7WiTRM3zL {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #v6fm6Z7qEUT1vuXFpqXJ50cXOslRCFLb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #TxqfmRQyQJN6qDzs7pGtzlmb8Ebsm3Dr {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #tbHQQBeoBoQImGs4kcOpI7rJDZTEK9UA {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #KTA4dnMZyVD823Ec9alB3co2LtOxgA47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #IShZL8WSGmbxuQ5kVa9Vf3zCqNx8fkAR {  }
 }@media only screen and (max-width: 763px) { #TO69MpiZy4DJWOOcR7hee3OX5caBsT1i #vluQLFnMcbgan7tJvldWFEu9oT2TBAAX {  }
 }@media only screen and (max-width: 763px) { #g0VLAX3bDOvyWUEl4Wx3yJUFnolBmoVD { width:11rem;height:0;top:34.625rem;left:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUCbKQIMwUcdfFPco0bAzvORrxbkPPna { width:1.9375rem;height:1.125rem;top:108.9081875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmLRKd6JxfFUyWvoxPnpfzadGSrFybxp { width:13.75rem;height:0.0625rem;top:111.2831875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5lvgCS9KisN7RKzdlTUBSIKn1uHI5z8 { width:1.5rem;height:1.125rem;top:112.5956875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOSDVs0CdGJ3Vbeu8BAfw1Frkbx8sHbl { width:1.875rem;height:0.0625rem;top:107.5956875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcH5NDbnmNGUiTUmDFdgz5uSp14LiS5U { width:1rem;height:0.0625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTdwTCbMs0KpTT4pSqfIR99vLSesCu67 { width:0.0625rem;height:8.125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l28wl4CHUcEo0KznI0qqt9xeWaczPaI4 { width:1rem;height:0.0625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVAnoCst12bhMauxOAr1eWcS229prDxf { width:1rem;height:0.0625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw { display:block; }#BrzUUdAhUA2fEdyNSdsTHdZUxu2LtBJw > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A62S6Cs9IvQQE7oEUZOH4tQL6SAaECCP { width:20rem;height:22.0961875rem;top:7.037109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuIc51LTqfk92OTOGQ26899u9U0Gk7Vk { width:20rem;height:2.11230625rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct2I6qQCk4vLhLRXpdbmrDBV8RNX2LdT { width:6.25rem;height:0.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0pkAffiQCFbQtCsPERaHGQnKfJFuld { width:19.375rem;height:19.3125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hythqPaVahQl7dh7ETKL5qRU4Q3iXbQ1 { width:11.5625rem;height:11.5625rem;top:31.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7qkBATbQrW5w8LwVmPTZt1MW885kVTX { width:12.625rem;height:9rem;top:44.5625rem;left:0rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #b2XJPBf6R95GoyzftNZK0S06Jdpo0hsL { width:13.0625rem;height:8.5625rem;top:45.9375rem;left:1.1875rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #wRRr89i2TXci8dHy4EgPa6eEtfTOKxUB { width:11.8125rem;height:3.25rem;top:48.125rem;left:2.5rem;font-size:1.25rem;z-index:100014;font-family:"tenor sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fgQSITyk43mhgpxpQoVJOG5T4pcqNRze { display:block; }#fgQSITyk43mhgpxpQoVJOG5T4pcqNRze > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT27XL5RGTTAVNfhAfyvIb1bXzt4M92B { width:20rem;height:18.69675rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMxeHc8RcWntMv0LaHm5KBbiIxtIZHoO { width:20rem;height:2.11230625rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoC4P60T2oyXX25OzArzKOE87b0x3Ae { width:6.25rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZrQonOGL5LLzbpmeV7Tf2fCydRAM48 { width:11.5625rem;height:11.5625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS1TXzTR5saohQ6IoqkClGQ2iaZpFRoP { width:13.75rem;height:9.125rem;top:42.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxC2KpgTVqZnCCt4OOBr7p4b0f5K7UW { width:14.8125rem;height:6.9375rem;top:43.5rem;left:5.1875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #UfypwEJuows8aoK4KiUNdZSNSGEtxRB8 { width:12.1875rem;height:3.25rem;top:45.5625rem;left:6.8125rem;font-size:1.25rem;font-family:"tenor sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xUkhZpd91ElRJ7A974CIveq6fTKyPcEU { width:16rem;height:3.4375rem;top:53.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyG3vCDPvVw1x3M5g52DNiDRxeEkhRt7 { display:block; }
 }@media only screen and (max-width: 763px) { #Siu9RSoN0khL7ZIFpSI3ehWZukkINUP9 { width:19.375rem;height:22.5625rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o { display:block; }#KR1O9Lg67kf6Vr1Zc17gepwxM8K3lW9o > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wi4WCzm4lOGMpltCamOu529x32SahT4I { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQmA9kUkWvMAwbGTLTpKhqCOvlsfHTAz { width:20rem;height:2.11230625rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyd00hTnu2CCp4R5XaSvZUTdU76VnzWZ { width:14.375rem;height:3rem;top:14.6875rem;left:2.8125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mVX0spqSnreHy1gChgoABFUePEgycfLK { width:20rem;height:33.5625rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNb1XTmWF8n3x4a842l2WTcADTRyqnvT { width:18.5rem;height:6rem;top:25.5625rem;left:0.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ETk3Nc9bT4y3KQWfDQCtOpTMVgvnM2yE { width:4.125rem;height:3.5rem;top:9.8125rem;left:7.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1xzTTXgA8tThTpISsTyQMaSLquF2OvZ { width:1.5625rem;height:1.29980625rem;top:11.662109375rem;left:11.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4E3mElFTG9zbOHQ5mTtrM8cQ22K6rny { width:18.0625rem;height:8.375rem;top:7.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osVfzhWlR4UdpCc8hMhyRcI2Mx2HiRrQ { width:18.0625rem;height:7.1875rem;top:31.5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #css7MQJmykayrdzsbN2tvsZTELmlgUBN { width:16rem;height:3.4375rem;top:32.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqQk1IGxOGyEBltreErcN9emd7PZaDOK { display:block; }
 }@media only screen and (max-width: 763px) { #qGqRMtJmbKgWk4WDLz87xC5L3Q92kmid { width:20rem;height:3rem;top:18.75rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w8V85bpuxouvA3I6X4COfdhQtey5ZWFq { width:20rem;height:2.65625rem;top:22.34814453125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXyodgczirouBuTNgbO4OMIXRqzbkkm { width:19.875rem;height:17.625rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbKCrPZn3tKxeZdxn2Cha8I0NIIaVJrM { width:7.25rem;height:2.5rem;top:45rem;left:5.4375rem;font-size:3.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dHxVQQEmJToUk5EvzpzggNwoAzKWifkm { width:1.5625rem;height:1.29980625rem;top:46.125rem;left:13.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH5f0iLuIdIQtG6T6T1u5Jx4OvhQZgdK { width:16.1875rem;height:3.4619125rem;top:49.5rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0NUL6TUDTCUUN16TP85h6QHNrCmT2h { width:19.875rem;height:17.625rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPC2bF4fr0mCiEZ2VtTJDVIFx8TVPQia { width:1.5625rem;height:1.29980625rem;top:63.9375rem;left:13.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzRF5ScuoTF4981AO9omt7kcPktw7PNH { width:8.5rem;height:2.5rem;top:63rem;left:4.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0HMxaKEMMq1HQhgXUB8x0fcymTT2Jnu { width:16.1875rem;height:6.7988125rem;top:66.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo0O7WX9oURoMBlSLMszDPZldhnl1zUm { background-color:#303541;background-image:url("https://images.assets-landingi.com/uc/ccc34ead-f3ef-4a50-ad78-87148d93b0ec/bg_video.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm.adaptive-delivery-prevent-bg, #fo0O7WX9oURoMBlSLMszDPZldhnl1zUm.lazyload, #fo0O7WX9oURoMBlSLMszDPZldhnl1zUm.lazyloading { background-image: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container { background-color: transparent; background-image: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container > .video-iframe-container { display: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row > .video-iframe-container { display: none; }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .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); }#fo0O7WX9oURoMBlSLMszDPZldhnl1zUm > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRB4eT2iC8eT4fMEm2zD6Xbx5tDpAMOz { height:11.244444444444rem;width:20rem;top:11.6108125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5KDHGrdSaMF3MNrMc77xCTtA81ODPcF { width:6.25rem;height:0.0625rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maLckD9ryZiBzDLlkeQK16y123c2AD4S { width:20rem;height:6.3994375rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhS31kAHXU6b0XNrUdCLyA3mulypQry { width:16rem;height:3.4375rem;top:24.1049375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #davezKqTWyiNhn5UET98iK9wtuefGSu9 { display:block; }
 }@media only screen and (max-width: 763px) { #tN8oM2icoli99QMiOgIHs3kTxRyqyLXp { display:block; }#tN8oM2icoli99QMiOgIHs3kTxRyqyLXp > .row .container { width:20rem;height:106.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmDyxUsrpRdWwu2ITvZeDQSyepKxfFRm { width:20rem;height:40.9560625rem;top:7.787109375rem;left:0rem;font-size:1rem;display:block; }#VmDyxUsrpRdWwu2ITvZeDQSyepKxfFRm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6891d1ae-60af-4bd5-9c4f-67c4a701b5aa/arrow_check.svg); }
 }@media only screen and (max-width: 763px) { #SsLMMNBB2VznMfABTDnM4WL5gbglNCUX { width:20rem;height:2.11230625rem;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL0mTZsLheTF7ZPHIzMKeuSFBKreOeGk { width:6.25rem;height:0.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWIv2WE4pmFkLvI9mbBgZSASGDERPtgf { width:19.375rem;height:31.6875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFz3xfibkhRo4oNHlWC9gpn3nc9MbQiQ { width:11.5625rem;height:11.5625rem;top:51.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0omnOvnL8TNK55znfbOXpCOi994vklr { width:7.125rem;height:7.125rem;top:86.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqCUagaLGKudZ2sLk0UVIZ5LwzxOmlVD { width:7.125rem;height:7.125rem;top:86.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL95U0SgHdH78tM2KhLWaB76JTEXi1fK { width:7.125rem;height:7.125rem;top:95.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr0rme8LzL98hERSmAylHb4lnFJKPmGO { width:7.125rem;height:7.125rem;top:95.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt { background-color:#ffffff;background-image:none;display:block; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container { background-color: transparent; background-image: none; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container > .video-iframe-container { display: none; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row > .video-iframe-container { display: none; }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .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); }#pKIFSnUvIa4nfG9qA7rQpoALdhX80zTt > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE4PtOxGITq6pX73aSQwxphpfOUyDndf { width:19.375rem;height:38.318875rem;top:7.662109375rem;left:0.625rem;font-size:1rem;display:block; }#AE4PtOxGITq6pX73aSQwxphpfOUyDndf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6182e9e6-41ee-4455-b1e0-1918a48015e9/arrow_x.svg); }
 }@media only screen and (max-width: 763px) { #I330xKK5ovqzBdirphVOWJ3uZOoJRJMh { width:15.6875rem;height:2.11230625rem;top:3.8125rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOCF6aw90slZZ5aqEPliABxOMFLMUKL { width:6.25rem;height:0.0625rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSd9QZbcFf7O4Ea1pyZyDtukH7Av4eVm { width:19.375rem;height:25.8125rem;top:48.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REdr2PIskuFvsoVIER43yfVTpDw673fq { width:11.5625rem;height:11.5625rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEdRn6FNOzMozXFKE097kXUyAAfXAwrV { top:0rem;left:0rem;width:20rem;height:48.4375rem;z-index:100000;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M { display:block; }#WxZJVtRZLDnoddlFH5LHOgTk1KoxSr6M > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vysmwHJsHBTmEMtt4Zxs7NUNM7Srn87e { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnhUxS14mBgD7Kw7H2hEBD2aS5gv95yi { width:20rem;height:2.11230625rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbgITXeP5FQksTmaVT0ruhmGM8ekZTn { width:10.0625rem;height:2.5rem;top:8rem;left:4.9375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwHpoGyhHVsl0su24KcMvfTJTetEvAV9 { width:16.1875rem;height:1.69970625rem;top:11.25rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKbCk7T5UbHw85EuPTOrnwbKWItTlQif { width:17.125rem;height:2.5rem;top:15.1875rem;left:1.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoNODW628s77eqdvt1ruHk9oEgISDkJ { width:18.5rem;height:1.69970625rem;top:18.875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWJob1Kx1p9AAdbmd5ChN6gy6Xsd5Lx { width:17.125rem;height:2.5rem;top:22.6875rem;left:1.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRmmADre1T7tZ6mVqSHkywMPOs4HQ3k { width:18.5rem;height:1.69970625rem;top:25.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgCWJZkf670Ab7SSxnimfs4Hvf64s08D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6cf1eaa-5df6-457d-b4c3-710729ff9c40/bg_parallaxa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D.adaptive-delivery-prevent-bg, #hgCWJZkf670Ab7SSxnimfs4Hvf64s08D.lazyload, #hgCWJZkf670Ab7SSxnimfs4Hvf64s08D.lazyloading { background-image: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container { background-color: transparent; background-image: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,53,65,0.4); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container > .video-iframe-container { display: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,53,65,0.4); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row > .video-iframe-container { display: none; }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .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); }#hgCWJZkf670Ab7SSxnimfs4Hvf64s08D > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0afzSSmcQ9UEhdXsWfS3mPblB6loxeI { width:6.25rem;height:0.0625rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSUzJ5N0yUzJNPTNsNcueZOLmWaOH9z { width:20rem;height:11.37449375rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOxcTIWiVl68R1luAuHEVEMdxO8D0pnU { width:16rem;height:3.4375rem;top:26.37353515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7GJBhTTnChbhV0FaWwUmfWNtI91lwP6 { display:block; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL { width:18rem;height:5.0625rem;display:flex;top:19.3125rem;left:0.9375rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #usxlnsUMBSwRIKv6XyrkUn0tW7wNMUI1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #J05xoJ21v2ldZGhkdMf8KdemmILansHs {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #IRR3fGZXaJaNewndlNKq4zzbs94t7p3h {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #U8dBsPmO8fnW4AAdLkJNXAzvoZnKhuE5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #IDBqpMnp8rb9CyeROcLoTZCWhcyy1CyC {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #s9ImKdnKotDNFzqXrgxwXuk0zTWnhsAX {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #RFM6RIZHvb8IfZSi00IIsLUJcDCsiUzo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #LFw0eMaTBfmElhSPTiROSUOsTp6gXZb3 {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #lg7e8VTkmOIH3D2mmkSriIy6W3FXtWLR {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #h1BkNEakVvFM7ZPNdlpaXmJq0nek70iD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #GEpSAHvoQBwf1F3lyXnOSe2Td7oyBkrp {  }
 }@media only screen and (max-width: 763px) { #cftUcOpqvIx3hTCSyvMWFR6wcTagpUXL #rnhl2TT8zC7Q787D5zk6vf72r3A5SzNy {  }
 }@media only screen and (max-width: 763px) { #GvJQdhvyKAJ5CJQQFuVaEAPROKuaZkVi { width:20rem;height:1.5rem;top:16.81103515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z { display:block; }#LLcOThMwSyFHICsJiEaVwHCoTmTs1F8Z > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3Doqdqd8h4OUTDCt7hOV9LAD6OmsaAn { width:20rem;height:1.9121125rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEffbwooIK2HWxJTJLQeawyC880X2moV { width:20rem;height:4.2246125rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFueGnLzNp80d4npxSIINL84SifbqlI { width:6.25rem;height:0.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPkz4nxnAnLm8LkVtVsJwbkk0O3SonI { width:11.5625rem;height:11.5625rem;top:24.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWs1IWLeG5c1Qq7Un7AGKMylmkWSz5Ul { width:19.375rem;height:16.5625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQcOwka8sHCGKE5tekKKeW5haQkGXprx { width:19.375rem;height:16.5625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJDuAn7FJKk93blnoHelDAmfQdJlUIxU { width:20rem;height:2.5996125rem;top:11.787109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTa6RtbCeVJcdUnsn08XlAZMsNpZGE7w { width:20rem;height:1.9121125rem;top:14.38671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgZH3FX4JaT4uH1W8QXBV99F2qEHoaik { width:16rem;height:3.4375rem;top:37.9716796875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPRHehPvl6vGVIJDZgZt2GVUMul8GtO { display:block; }
 }@media only screen and (max-width: 763px) { #hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 { display:block; }#hkWNdyliFbbALGSkXVtZxfLwHTVDBrF4 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiQmTJFZXMekUSF6oGsguVy6OrJ3pCwJ { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Dr2XZbSfNKATOHXe5paoEcT4GbeQse { width:18.25rem;height:4.5rem;top:8.5625rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOOPNZULipPTXNJsKz9PLslQ6la3rgDp { width:12.5rem;height:3.6875rem;top:2.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpQJEGgSQrbHHEsgXW2Na1XwORDO1fz { width:16.6875rem;height:4.5rem;top:15rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hqpn1dUSgH0lFxLifHINlTzBCmtWu3QT { width:3.125rem;height:3.125rem;top:21.875rem;left:6.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwslSPbE9tboHxnsWPfc9rO291MGZvdA { width:2.5625rem;height:2.5625rem;top:22.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p { display:block; }#EVmK0NMPNlmlgLaXLtkqrOnBiWB3Pw9p > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG370OOLUydDgnmlXTTWhTcZEQQ3ApEi { width:18.25rem;height:1.5rem;top:1.25rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }