.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7094bb86-087f-4ba0-8691-1dbcf956f1f6/SHP_0086copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2.adaptive-delivery-prevent-bg, #CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2.lazyload, #CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2.lazyloading { background-image: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container { background-color: transparent; background-image: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container > .video-iframe-container { display: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row > .video-iframe-container { display: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .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); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container { border-width: 0; border-radius: 0; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container { font-size:14px;font-family:arial;height:825px;width:960px;position:relative;display:block; }#tUmKcLVUyGwRQoA79LamrOi8qtFNMGqZ { color:#ffffff;display:block;width:924px;position:absolute;font-family:lexend;font-size:96px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:553px;left:12px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TI00biJWN5whKgOpbO8vkp7e5dBr0TTs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:328px;top:12px;left:0px;overflow:hidden;display:block; }
#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row .container { background-color: transparent; background-image: none; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row .container > .video-iframe-container { display: none; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row > .video-iframe-container { display: none; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .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); }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row .container { border-width: 0; border-radius: 0; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row .container { font-size:14px;font-family:arial;height:1328px;width:960px;position:relative;display:block; }#iIqhl2fae7nfwmSlIP51JldsDOFHlNAG { color:#000000;display:block;width:800px;position:absolute;font-family:lexend;font-size:35px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:151px;left:80px;height:136.5px;display:block; }
#ppIVD2VfDtfavHFqCwddRWh9XPsIDbEe { color:#000000;display:block;width:800px;position:absolute;font-family:lexend;font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:368px;left:81px;height:455px;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; }
#Kf3lmuts6G3BC9KJBItNbmrDTQmP6dh5 { color:#000000;display:block;width:429px;position:absolute;font-family:lexend;font-size:20px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1147.6666717529px;left:265.5px;height:52px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FNot8QCPOozr3oLytd4b9Ohg5VgS1aOy { box-sizing:content-box;height:198px;width:198px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/00064d2c-4182-4d25-9688-ace8f6abc9f6/PAN193copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:928.99998474121px;left:381px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FNot8QCPOozr3oLytd4b9Ohg5VgS1aOy.adaptive-delivery-prevent-bg, #FNot8QCPOozr3oLytd4b9Ohg5VgS1aOy.lazyload, #FNot8QCPOozr3oLytd4b9Ohg5VgS1aOy.lazyloading { background-image: none; }
#xTQsHfLJr3V19np0rl5kgRIpqm7Ku4Qr { box-sizing:content-box;height:2px;width:800px;position:absolute;display:block;z-index:15005;background-color:#118870;background-image:none;top:129px;left:81px;display:block; }
#cMLy4O6DBaUDIBeI5LQBXkKlleTo5ddZ { box-sizing:content-box;height:2px;width:800px;position:absolute;display:block;z-index:15006;background-color:#118870;background-image:none;top:311px;left:79px;display:block; }
#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eea16a6c-9c5f-4233-9364-84548b9eaaf2/00d574ea3af0cac7e1f10c65ca6c2fc7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ.adaptive-delivery-prevent-bg, #v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ.lazyload, #v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ.lazyloading { background-image: none; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row .container { background-color: transparent; background-image: none; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row .container > .video-iframe-container { display: none; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row > .video-iframe-container { display: none; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .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); }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row .container { border-width: 0; border-radius: 0; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row .container { font-size:14px;font-family:arial;height:885px;width:960px;position:relative;display:block; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE { position:relative;display:block; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE { background-color: transparent; background-image: none; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row .container > .video-iframe-container { display: none; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row > .video-iframe-container { display: none; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .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); }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE { border-width: 0; border-radius: 0; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:694px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZW2kKETfSQTUhhhV0TIic7QyWdvNWRUU { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:128.00006103516px;left:209px;height:;display:block; }
#JscMKQboUnZmJ8prQJ8xI25ESNDG0pAE { color:#000000;display:block;width:797px;position:absolute;font-family:lexend;font-size:35px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:259.99993896484px;left:81.5px;height:182px;display:block; }
#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/33835fae-c975-440c-acdf-21269e7fdbee/SHP_8589.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX.adaptive-delivery-prevent-bg, #T9qwiTo2L3OAzQnwityr8dkzObuvXXEX.lazyload, #T9qwiTo2L3OAzQnwityr8dkzObuvXXEX.lazyloading { background-image: none; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row .container { background-color: transparent; background-image: none; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row .container > .video-iframe-container { display: none; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row > .video-iframe-container { display: none; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .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); }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row .container { border-width: 0; border-radius: 0; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row .container { font-size:14px;font-family:arial;height:655px;width:960px;position:relative;display:block; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9ec6d8a-ee4e-4001-8caf-1df34bc0a138/lisc.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2.adaptive-delivery-prevent-bg, #TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2.lazyload, #TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2.lazyloading { background-image: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container { background-color: transparent; background-image: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container > .video-iframe-container { display: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row > .video-iframe-container { display: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .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); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container { border-width: 0; border-radius: 0; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container { font-size:14px;font-family:arial;height:1167px;width:960px;position:relative;display:block; }#vdKrQnHlGR8rIlRHsS8OJXgc63d1OIVo { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:128.00006103516px;left:209px;height:;display:block; }
#TAvM3TcKGbVLGeEoowwFhU00mw6Qct69 { color:#ffffff;display:block;width:800px;position:absolute;font-family:lexend;font-size:35px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:401.50042724609px;left:80px;height:318.5px;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:2226px;width:960px;overflow:visible;position:relative;display:block; }#SP0eTGmFoVhDhXS67nJsDbpP6AkySE4V { color:#000000;display:block;width:690px;position:absolute;font-family:lexend;font-size:35px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:677.00016784668px;left:135px;height:273px;display:block; }
#Tb3UQrgoKcyDa3beBd4zfSzQoPmW3r5T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:265px;width:405px;top:1115px;left:555px;overflow:hidden;display:block; }
#zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX { box-sizing:content-box;height:261px;width:400px;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6622cea2-d5e7-4099-9a7a-0bdea504308d/7296466dd180c2c471c3d71ba9711fd6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:312px;left:100px;box-shadow: none;display:block; }#zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX.adaptive-delivery-prevent-bg, #zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX.lazyload, #zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX.lazyloading { background-image: none; }
#grAOyOmPCmdJhSQT6dpTipy2dN4BaIKC { box-sizing:content-box;height:309px;width:507px;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffaae739-9cc9-419c-a5fb-2f5c1daffcf9/9c56b3f8fdb08ae90b7925922bf72c0c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:100px;left:453px;box-shadow: none;display:block; }#grAOyOmPCmdJhSQT6dpTipy2dN4BaIKC.adaptive-delivery-prevent-bg, #grAOyOmPCmdJhSQT6dpTipy2dN4BaIKC.lazyload, #grAOyOmPCmdJhSQT6dpTipy2dN4BaIKC.lazyloading { background-image: none; }
#B6mEeP2dKKVRPdewUxEx6KDTIkDBl83h { color:#000000;display:block;width:690px;position:absolute;font-family:lexend;font-size:25px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1818px;left:135px;height:260px;display:block; }
#bhpVtqyd4UbVgVEmcLpl9MCTQfbTckBh { box-sizing:content-box;height:441px;width:647px;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb85bbd8-74fb-4139-aa8a-f29d8db8f8ca/ac8928bdf81a605d3fb79cefd74149a1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1309.0000610352px;left:0px;box-shadow: none;display:block; }#bhpVtqyd4UbVgVEmcLpl9MCTQfbTckBh.adaptive-delivery-prevent-bg, #bhpVtqyd4UbVgVEmcLpl9MCTQfbTckBh.lazyload, #bhpVtqyd4UbVgVEmcLpl9MCTQfbTckBh.lazyloading { background-image: none; }
#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row .container { background-color: transparent; background-image: none; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row .container > .video-iframe-container { display: none; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row > .video-iframe-container { display: none; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .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); }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row .container { border-width: 0; border-radius: 0; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row .container { font-size:14px;font-family:arial;height:879px;width:960px;position:relative;display:block; }#lebvOw4AwoK77TaFpHvUhhnWQnBcf9Mh { color:#ffffff;display:block;width:690px;position:absolute;font-family:lexend;font-size:25px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:501.83366394043px;left:135px;height:130px;display:block; }
#Pezu1M1m1OI8DdkcrSmSqaLlggMM2zZz { box-sizing:content-box;height:205px;width:320px;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c62d9df5-6745-488b-baf7-b4903602884c/SHP_8385.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:230.66638183594px;left:0px;box-shadow: none;display:block; }#Pezu1M1m1OI8DdkcrSmSqaLlggMM2zZz.adaptive-delivery-prevent-bg, #Pezu1M1m1OI8DdkcrSmSqaLlggMM2zZz.lazyload, #Pezu1M1m1OI8DdkcrSmSqaLlggMM2zZz.lazyloading { background-image: none; }
#kgf9rrR0xEs7dcwW4whE7yIL4TTPdyHz { box-sizing:content-box;height:305px;width:502px;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a31964cf-3c86-4407-92ad-77fd655c049c/SHP_8921.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:130px;left:458px;box-shadow: none;display:block; }#kgf9rrR0xEs7dcwW4whE7yIL4TTPdyHz.adaptive-delivery-prevent-bg, #kgf9rrR0xEs7dcwW4whE7yIL4TTPdyHz.lazyload, #kgf9rrR0xEs7dcwW4whE7yIL4TTPdyHz.lazyloading { background-image: none; }
#iBf7krST154ia4fMHIgStfuOCoSHTMkh { box-sizing:content-box;height:208px;width:320px;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1122fd1e-1c29-4620-aef3-a4416b14224f/SHP_0042.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.999694824219px;left:0px;box-shadow: none;display:block; }#iBf7krST154ia4fMHIgStfuOCoSHTMkh.adaptive-delivery-prevent-bg, #iBf7krST154ia4fMHIgStfuOCoSHTMkh.lazyload, #iBf7krST154ia4fMHIgStfuOCoSHTMkh.lazyloading { background-image: none; }
#cScJK9NUGtK9h6SZ0rechot19NSB4RUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row .container { background-color: transparent; background-image: none; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row .container > .video-iframe-container { display: none; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row > .video-iframe-container { display: none; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .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); }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row .container { border-width: 0; border-radius: 0; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row .container { font-size:14px;font-family:arial;height:497px;width:960px;position:relative;display:block; }#LkTemxDuVuTIdgi4C6NctWPZQfx1Xm2T { position:absolute;display:block;z-index:15000;height:482px;width:903px;top:12px;left:23px;display:block; }
#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row .container { background-color: transparent; background-image: none; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row .container > .video-iframe-container { display: none; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row > .video-iframe-container { display: none; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .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); }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row .container { border-width: 0; border-radius: 0; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row .container { font-size:14px;font-family:arial;height:83px;width:960px;position:relative;display:block; }#UWwVZIv0CgthTPG0wKeBQNgExFP2b5KK { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15000;background-color:#27846f;background-image:none;top:30px;left:345px;display:block; }
#zhfBKXcGEDSIEemzg5V3mRoNtfnRkRpH { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15001;background-color:#3c3c3c;background-image:none;top:30px;left:365px;display:block; }
#fssNI9xlBZdNbyaypwI0NNIf45uvWiAA { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15002;background-color:#3c3c3c;background-image:none;top:30px;left:385px;display:block; }
#UhT5AbqdVu0yPpIE7usKHtuHDZWkCBGw { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15003;background-color:#3c3c3c;background-image:none;top:30px;left:405px;display:block; }
#qzrpcX46V5ZnCfSfsug6oPFGD2yuOLs6 { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15004;background-color:#3c3c3c;background-image:none;top:30px;left:425px;display:block; }
#W1uTrIvLvDM2tsS4QxMzQJQMgyUAcnX1 { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15005;background-color:#3c3c3c;background-image:none;top:30px;left:445px;display:block; }
#gm1FgXTGAzE2AZozr7IZOfw7zFvT07fq { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15006;background-color:#3c3c3c;background-image:none;top:30px;left:465px;display:block; }
#IHgLK2AAqr4vVkhQiODrNgFnHzqHx38u { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15007;background-color:#3c3c3c;background-image:none;top:30px;left:485px;display:block; }
#haBT6sGfm7hsdHHTnGStWqPwTHD5gVbL { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15008;background-color:#3c3c3c;background-image:none;top:30px;left:505px;display:block; }
#lDTX4WkPqUMJ1wUtQVpe3UvsOy4nFbn1 { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15009;background-color:#3c3c3c;background-image:none;top:30px;left:525px;display:block; }
#uBbPVIUHKsfp9Hiu3QhA6HJuwaNl2VnC { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15010;background-color:#3c3c3c;background-image:none;top:30px;left:545px;display:block; }
#DL03IkgTW6aMig9SScS1ZdfKtxGUWkxn { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15011;background-color:#3c3c3c;background-image:none;top:30px;left:565px;display:block; }
#ppe99T0nmAqDMq5HASnTaAHskdGIpyrF { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15012;background-color:#3c3c3c;background-image:none;top:30px;left:585px;display:block; }
#GoGltvypIZshSNB4nyCcuSTMpillp9NR { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15013;background-color:#3c3c3c;background-image:none;top:30px;left:605px;display:block; }
#FVdKO2kKpZM0cUTi1k69452maTS7tsuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container { background-color: transparent; background-image: none; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container > .video-iframe-container { display: none; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row > .video-iframe-container { display: none; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .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); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container { border-width: 0; border-radius: 0; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container { font-size:14px;font-family:arial;height:292px;width:960px;position:relative;display:block; }#N0zGmpEGEs75ssKlrGbgzSumhLJFA15Q { color:#ffffff;display:block;width:316px;position:absolute;font-family:lexend;font-size:25px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:135px;left:564.66662597656px;height:65px;display:block; }
#IwIUWEWIPKu8ZIhJiR0gUXtALgaL4MlU { box-sizing:content-box;height:2px;width:800px;position:absolute;display:block;z-index:15003;background-color:#118870;background-image:none;top:71px;left:80px;display:block; }
#GgJXSHwdoKJdEJOIW425ha3Ov3M3WMqb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:128px;width:255px;top:103.5px;left:80px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 { display:block; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUmKcLVUyGwRQoA79LamrOi8qtFNMGqZ { top:553px;left:0px;width:764px;height:192px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TI00biJWN5whKgOpbO8vkp7e5dBr0TTs { top:12px;left:0px;width:328px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ { display:block; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIqhl2fae7nfwmSlIP51JldsDOFHlNAG { top:151px;left:0px;width:764px;height:136px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ppIVD2VfDtfavHFqCwddRWh9XPsIDbEe { top:368px;left:0px;width:764px;height:520px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Kf3lmuts6G3BC9KJBItNbmrDTQmP6dh5 { top:1147px;left:167.5px;width:429px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FNot8QCPOozr3oLytd4b9Ohg5VgS1aOy { top:928px;left:283px;width:198px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #xTQsHfLJr3V19np0rl5kgRIpqm7Ku4Qr { top:129px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #cMLy4O6DBaUDIBeI5LQBXkKlleTo5ddZ { top:311px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ { display:block; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HourdDVfsULuZcHwf6bScBQTsqFJ1JOE { display:block; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZW2kKETfSQTUhhhV0TIic7QyWdvNWRUU { top:128px;left:111px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JscMKQboUnZmJ8prQJ8xI25ESNDG0pAE { top:259px;left:0px;width:764px;height:182px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T9qwiTo2L3OAzQnwityr8dkzObuvXXEX { display:block; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 { display:block; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdKrQnHlGR8rIlRHsS8OJXgc63d1OIVo { top:128px;left:111px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TAvM3TcKGbVLGeEoowwFhU00mw6Qct69 { top:401px;left:0px;width:764px;height:364px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP0eTGmFoVhDhXS67nJsDbpP6AkySE4V { top:677px;left:37px;width:690px;height:318px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3UQrgoKcyDa3beBd4zfSzQoPmW3r5T { top:1115px;left:359px;width:405px;height:265px;display:block; }
 }@media only screen and (max-width: 763px) { #zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX { top:312px;left:2px;width:400px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #grAOyOmPCmdJhSQT6dpTipy2dN4BaIKC { top:100px;left:257px;width:507px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #B6mEeP2dKKVRPdewUxEx6KDTIkDBl83h { top:1818px;left:37px;width:690px;height:292px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bhpVtqyd4UbVgVEmcLpl9MCTQfbTckBh { top:1309px;left:0px;width:647px;height:441px;display:block; }
 }@media only screen and (max-width: 763px) { #q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ { display:block; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lebvOw4AwoK77TaFpHvUhhnWQnBcf9Mh { top:501px;left:0px;width:690px;height:162px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Pezu1M1m1OI8DdkcrSmSqaLlggMM2zZz { top:230px;left:0px;width:320px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #kgf9rrR0xEs7dcwW4whE7yIL4TTPdyHz { top:130px;left:6px;width:502px;height:305px;display:block; }
 }@media only screen and (max-width: 763px) { #iBf7krST154ia4fMHIgStfuOCoSHTMkh { top:12px;left:0px;width:320px;height:208px;display:block; }
 }@media only screen and (max-width: 763px) { #cScJK9NUGtK9h6SZ0rechot19NSB4RUd { display:block; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkTemxDuVuTIdgi4C6NctWPZQfx1Xm2T { top:12px;left:0px;width:764px;height:482px;display:block; }
 }@media only screen and (max-width: 763px) { #HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST { display:block; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWwVZIv0CgthTPG0wKeBQNgExFP2b5KK { top:30px;left:247px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zhfBKXcGEDSIEemzg5V3mRoNtfnRkRpH { top:30px;left:267px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fssNI9xlBZdNbyaypwI0NNIf45uvWiAA { top:30px;left:287px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UhT5AbqdVu0yPpIE7usKHtuHDZWkCBGw { top:30px;left:307px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qzrpcX46V5ZnCfSfsug6oPFGD2yuOLs6 { top:30px;left:327px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #W1uTrIvLvDM2tsS4QxMzQJQMgyUAcnX1 { top:30px;left:347px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gm1FgXTGAzE2AZozr7IZOfw7zFvT07fq { top:30px;left:367px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #IHgLK2AAqr4vVkhQiODrNgFnHzqHx38u { top:30px;left:387px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #haBT6sGfm7hsdHHTnGStWqPwTHD5gVbL { top:30px;left:407px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #lDTX4WkPqUMJ1wUtQVpe3UvsOy4nFbn1 { top:30px;left:427px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #uBbPVIUHKsfp9Hiu3QhA6HJuwaNl2VnC { top:30px;left:447px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #DL03IkgTW6aMig9SScS1ZdfKtxGUWkxn { top:30px;left:467px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ppe99T0nmAqDMq5HASnTaAHskdGIpyrF { top:30px;left:487px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #GoGltvypIZshSNB4nyCcuSTMpillp9NR { top:30px;left:507px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #FVdKO2kKpZM0cUTi1k69452maTS7tsuL { display:block; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0zGmpEGEs75ssKlrGbgzSumhLJFA15Q { top:135px;left:448px;width:316px;height:65px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IwIUWEWIPKu8ZIhJiR0gUXtALgaL4MlU { top:71px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #GgJXSHwdoKJdEJOIW425ha3Ov3M3WMqb { top:103px;left:0px;width:255px;height:128px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88327ace-1e44-494c-b3be-8d0deba5abda/dino_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2.adaptive-delivery-prevent-bg, #CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2.lazyload, #CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2.lazyloading { background-image: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container { background-color: transparent; background-image: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container > .video-iframe-container { display: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row > .video-iframe-container { display: none; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .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); }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container { border-width: 0; border-radius: 0; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHvVG01X8fGeqShwWZzgoVGJHGX6Pyi2 > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUmKcLVUyGwRQoA79LamrOi8qtFNMGqZ { width:320px;height:84px;top:550.61669921875px;left:0px;font-size:35px;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TI00biJWN5whKgOpbO8vkp7e5dBr0TTs { width:248px;height:119px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ { display:block; }#KtDlvb5IJWqTZJFFpT13wWhX9AbUbOOZ > .row .container { width:320px;height:932px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIqhl2fae7nfwmSlIP51JldsDOFHlNAG { width:320px;height:130px;top:60px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ppIVD2VfDtfavHFqCwddRWh9XPsIDbEe { width:320px;height:448.5px;top:223px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kf3lmuts6G3BC9KJBItNbmrDTQmP6dh5 { width:320px;height:39px;top:847px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNot8QCPOozr3oLytd4b9Ohg5VgS1aOy { width:148px;height:148px;top:682px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #xTQsHfLJr3V19np0rl5kgRIpqm7Ku4Qr { width:320px;height:2px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cMLy4O6DBaUDIBeI5LQBXkKlleTo5ddZ { width:320px;height:2px;top:204px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ { display:block; }#v8vNGv7EdiFC08Tgo3cEWTtSQHTbOmkZ > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HourdDVfsULuZcHwf6bScBQTsqFJ1JOE { display:block; }#HourdDVfsULuZcHwf6bScBQTsqFJ1JOE > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZW2kKETfSQTUhhhV0TIic7QyWdvNWRUU { width:200px;height:0;top:128px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JscMKQboUnZmJ8prQJ8xI25ESNDG0pAE { width:320px;height:156px;top:37px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9qwiTo2L3OAzQnwityr8dkzObuvXXEX { display:block; }#T9qwiTo2L3OAzQnwityr8dkzObuvXXEX > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9ec6d8a-ee4e-4001-8caf-1df34bc0a138/lisc.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2.adaptive-delivery-prevent-bg, #TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2.lazyload, #TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2.lazyloading { background-image: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container { background-color: transparent; background-image: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container > .video-iframe-container { display: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row > .video-iframe-container { display: none; }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .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); }#TrR8CDoxeBxR8Vhr0XOomqqcyZRTsTw2 > .row .container { width:320px;height:408px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdKrQnHlGR8rIlRHsS8OJXgc63d1OIVo { width:200px;height:0;top:128px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TAvM3TcKGbVLGeEoowwFhU00mw6Qct69 { width:320px;height:288px;top:60px;left:0px;font-size:20px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1199px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP0eTGmFoVhDhXS67nJsDbpP6AkySE4V { width:320px;height:136.5px;top:509px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3UQrgoKcyDa3beBd4zfSzQoPmW3r5T { width:320px;height:210.45px;top:665px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX { width:320px;height:213px;top:271px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6622cea2-d5e7-4099-9a7a-0bdea504308d/7296466dd180c2c471c3d71ba9711fd6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX.adaptive-delivery-prevent-bg, #zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX.lazyload, #zOfcC5460Tf3GbvSsh4qtUvzxSIz02RX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #grAOyOmPCmdJhSQT6dpTipy2dN4BaIKC { width:320px;height:196px;top:50px;left:0px;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B6mEeP2dKKVRPdewUxEx6KDTIkDBl83h { width:320px;height:253.5px;top:899px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bhpVtqyd4UbVgVEmcLpl9MCTQfbTckBh { width:320px;height:441px;top:1309px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ { display:block; }#q7MPKiAs9Za0S1E6DKg5Sud4FTrm1HFQ > .row .container { width:320px;height:903px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lebvOw4AwoK77TaFpHvUhhnWQnBcf9Mh { width:320px;height:136.5px;top:740.65625px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pezu1M1m1OI8DdkcrSmSqaLlggMM2zZz { width:320px;height:205px;top:493.15625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kgf9rrR0xEs7dcwW4whE7yIL4TTPdyHz { width:320px;height:277px;top:233px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iBf7krST154ia4fMHIgStfuOCoSHTMkh { width:320px;height:208px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cScJK9NUGtK9h6SZ0rechot19NSB4RUd { display:block; }#cScJK9NUGtK9h6SZ0rechot19NSB4RUd > .row .container { width:320px;height:231px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkTemxDuVuTIdgi4C6NctWPZQfx1Xm2T { width:320px;height:204px;top:13.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST { display:block; }#HT90DZsVPTRyoF3Qecd4SrZHWfrq53ST > .row .container { width:320px;height:46px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWwVZIv0CgthTPG0wKeBQNgExFP2b5KK { width:10px;height:10px;top:10px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zhfBKXcGEDSIEemzg5V3mRoNtfnRkRpH { width:10px;height:10px;top:10px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #fssNI9xlBZdNbyaypwI0NNIf45uvWiAA { width:10px;height:10px;top:10px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #UhT5AbqdVu0yPpIE7usKHtuHDZWkCBGw { width:10px;height:10px;top:10px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #qzrpcX46V5ZnCfSfsug6oPFGD2yuOLs6 { width:10px;height:10px;top:10px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #W1uTrIvLvDM2tsS4QxMzQJQMgyUAcnX1 { width:10px;height:10px;top:10px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #gm1FgXTGAzE2AZozr7IZOfw7zFvT07fq { width:10px;height:10px;top:10px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #IHgLK2AAqr4vVkhQiODrNgFnHzqHx38u { width:10px;height:10px;top:10px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #haBT6sGfm7hsdHHTnGStWqPwTHD5gVbL { width:10px;height:10px;top:10px;left:185px;display:block; }
 }@media only screen and (max-width: 763px) { #lDTX4WkPqUMJ1wUtQVpe3UvsOy4nFbn1 { width:10px;height:10px;top:10px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #uBbPVIUHKsfp9Hiu3QhA6HJuwaNl2VnC { width:10px;height:10px;top:10px;left:225px;display:block; }
 }@media only screen and (max-width: 763px) { #DL03IkgTW6aMig9SScS1ZdfKtxGUWkxn { width:10px;height:10px;top:10px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #ppe99T0nmAqDMq5HASnTaAHskdGIpyrF { width:10px;height:10px;top:10px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #GoGltvypIZshSNB4nyCcuSTMpillp9NR { width:10px;height:10px;top:10px;left:285px;display:block; }
 }@media only screen and (max-width: 763px) { #FVdKO2kKpZM0cUTi1k69452maTS7tsuL { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container { background-color: transparent; background-image: none; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container > .video-iframe-container { display: none; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row > .video-iframe-container { display: none; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .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); }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container { border-width: 0; border-radius: 0; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVdKO2kKpZM0cUTi1k69452maTS7tsuL > .row .container { width:320px;height:256px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0zGmpEGEs75ssKlrGbgzSumhLJFA15Q { width:320px;height:39px;top:177px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwIUWEWIPKu8ZIhJiR0gUXtALgaL4MlU { width:320px;height:2px;top:17px;left:0px;background-color:#118870;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GgJXSHwdoKJdEJOIW425ha3Ov3M3WMqb { width:212px;height:106px;top:51px;left:54px;display:block; }
 }