.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;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); }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh { position:relative;display:block; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh { background-color: transparent; background-image: none; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .row .container > .video-iframe-container { display: none; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .row > .video-iframe-container { display: none; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .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); }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh { border-width: 0; border-radius: 0; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .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; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .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:165px;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; }#zDQaN0wseNAfbhkmWdJJQ5CdCgrfHVlf { 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;height:150.996px;width:150.996px;top:6.97265625px;left:0px;overflow:hidden;display:block; }
#urmr8cSVivgJgrVB5Muiy22uIvc28U29 { color:#4f4f4f;display:block;width:292px;position:absolute;font-family:roboto;font-size:21px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:45px;left:324px;height:27.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPoPbo0hAF1axom91cw67X93A6fZW8hO { color:#ffffff;display:block;width:279px;position:absolute;font-family:roboto;font-size:12px;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:78px;left:332px;height:19.1979px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsHTcXM4Jd9pp6FrnM3XAMLicFvmCf4z { color:#ffffff;display:block;width:139px;position:absolute;font-family:roboto;font-size:11px;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:41px;left:664px;height:17.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LnIEgdd5TWKWaKbpZoXGISMiKalX2w1K { position:absolute;display:block;z-index:15037;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;height:87px;width:180px;top:39px;left:639px;overflow:hidden;display:block; }
#qER2pE9PNhATfNCrdS6zuhTlS4ccznrx { position:absolute;display:block;z-index:15039;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;height:37px;width:141px;top:64px;left:819px;overflow:hidden;display:block; }
#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/fLc8ckTo/7.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:636px;width:960px;overflow:visible;position:relative;display:block; }#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:642.988px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:220.99609375px;left:0px;height:120px;font-style:normal;display:block; }
#qs4v1XBG6vMi2NMDJbqnh4bzcy0uLSTN { color:#2fb5f2;display:block;width:592.988px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:366.97265625px;left:0px;height:92.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gRCEzwxnANEzWigu0GbwZrvuONgGcZ0Z { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:277.02744px;height:43.02344px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:505px;left:0px;display:block; }
#ToTXGHn5smaw1gTraKf7UqWOFdDrwVxb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { 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; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { background-color: transparent; background-image: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .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); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { border-width: 0; border-radius: 0; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { font-size:14px;font-family:arial;height:2698px;width:960px;position:relative;display:block; }#MHp9by4wa2ashlFMrLGBy0AK1CtTl3FM { color:#93c847;display:block;width:418px;position:absolute;font-family:roboto;font-size:39px;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:67.984375px;left:0px;height:46.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o7zbQ7QsEL2GD9kNMUU2UNyf6rS0rhlD { color:#000000;display:block;width:415px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:133.41796875px;left:0px;height:286px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHP0HQla8IaI43bRPd4GupOTcZ7hMb6M { background-color:#93c847;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:381.934px;height:48.9453px;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:459.94140625px;left:0px;display:block; }
#hpwdHomzUmWDCWlNX7NNw8eiCdR2rADo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hNZTH3INf6mpD4AQDncnwtNOorzUt42F { color:#0099d9;display:block;width:496px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:68px;left:436px;height:24px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVVumaLOc76N8q9RLBrHmQcsaGxeovUm { color:#3e3e3d;display:block;width:490px;position:absolute;font-family:roboto;font-size:14px;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:103px;left:436px;height:201.562px;font-style:normal;text-align:left;text-align-last:left;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; }
#gTZDBoo9a4qG40zBlxFPPZ0PMQ1yB03s { color:#0099d9;display:block;width:495.996px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:337px;left:436px;height:24px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meqNRQts6HMDzxlc0BM71M8Fq8UQeJTy { color:#3e3e3d;display:block;width:490px;position:absolute;font-family:roboto;font-size:14px;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:369px;left:436px;height:44.7917px;font-style:normal;text-align:left;text-align-last:left;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; }
#wisy6qWJpJGBwKNwrgQbcSoJ2ywLlyNl { color:#3e3e3d;display:block;width:485.957px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:425px;left:436px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#wisy6qWJpJGBwKNwrgQbcSoJ2ywLlyNl li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wisy6qWJpJGBwKNwrgQbcSoJ2ywLlyNl li:before{  }
#VD35oamgKue85w050m3TtcyPUE8X5giW { color:#3e3e3d;display:block;width:504px;position:absolute;font-family:roboto;font-size:14px;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:601px;left:436px;height:67.1875px;font-style:normal;text-align:left;text-align-last:left;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; }
#mzy959iv7TQTrsuLVgywzyhzSJ3XiTuA { color:#3e3e3d;display:block;width:485.938px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15051;line-height:1.6;letter-spacing:0;top:679px;left:436px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mzy959iv7TQTrsuLVgywzyhzSJ3XiTuA li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#mzy959iv7TQTrsuLVgywzyhzSJ3XiTuA li:before{  }
#LD5ZAH28Pcmd7hFrrzqoLnggOTNvx5CW { color:#0099d9;display:block;width:517px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:932.98828125px;left:435.99609375px;height:24px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VfwXHyvcX2booUVqNTddWihuLp96RNXt { color:#000000;display:block;width:524px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:967px;left:435px;height:515.1039px;font-style:normal;text-align:left;text-align-last:left;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; }
#yX9EI0WkcxVTg1BbvkbmG7sNNdmrIyX5 { color:#93c847;display:block;width:23.9844px;position:absolute;font-family:roboto;font-size:48px;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:955.78125px;left:412.265625px;height:57.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nu5ZTLGOA11BmavfmMF4tIF8pxecE3rT { color:#0099d9;display:block;width:495.977px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:1526.97265625px;left:435.99609375px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P04GsDh1teZmTUTmXtcbdW1L0Pxm5BTL { color:#3e3e3d;display:block;width:503.984px;position:absolute;font-family:roboto;font-size:14px;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:1582.98828125px;left:435.99609375px;height:44.7917px;font-style:normal;text-align:left;text-align-last:left;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; }
#kwvm3E4XwvAW1TWbaB50UJg2H1NQgWxv { color:#000000;display:block;width:485.938px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15051;line-height:1.6;letter-spacing:0;top:1643px;left:435.99609375px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#kwvm3E4XwvAW1TWbaB50UJg2H1NQgWxv li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kwvm3E4XwvAW1TWbaB50UJg2H1NQgWxv li:before{  }
#NTP6BewTxoTrM4c82rPGoGnVHDVbxoMX { color:#000000;display:block;width:503.965px;position:absolute;font-family:roboto;font-size:14px;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:2572.984375px;left:435.99609375px;height:44.7917px;font-style:normal;text-align:left;text-align-last:left;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; }
#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row .container { background-color: transparent; background-image: none; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row .container > .video-iframe-container { display: none; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row > .video-iframe-container { display: none; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .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); }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row .container { border-width: 0; border-radius: 0; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row .container { font-size:14px;font-family:arial;height:1203px;width:960px;position:relative;display:block; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d9;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; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row .container { background-color: transparent; background-image: none; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row .container > .video-iframe-container { display: none; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row > .video-iframe-container { display: none; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .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); }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row .container { border-width: 0; border-radius: 0; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row .container { font-size:14px;font-family:arial;height:317px;width:960px;position:relative;display:block; }#muTBX4wyrzTsvuIyXiMsVzE4vB5LoGQi { color:#4f4f4f;display:block;width:268px;position:absolute;font-family:roboto;font-size:28px;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:44.183349609375px;left:0px;height:33.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U3DP40HBH7oQbvcyVhoTbtsg0TP6dprw { color:#111111;display:block;width:484px;position:absolute;font-family:roboto;font-size:11px;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:100.75px;left:0px;height:115.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POZ89vGAyQogAfXwR4XPiVCI3encCmMx { color:#111111;display:block;width:366px;position:absolute;font-family:roboto;font-size:12px;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:285.90838623047px;left:297px;height:18px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRPNbsxlsVwkleHCxope0kM1yaK3TMxx { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:106px;left:757.5px;display:block; }
#hdQNIONfqzoHnuHlSGamCgOfVnbH81JE { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:106px;left:835.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh { display:block; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDQaN0wseNAfbhkmWdJJQ5CdCgrfHVlf { top:6px;left:0px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #urmr8cSVivgJgrVB5Muiy22uIvc28U29 { width:291px;height:27px;top:45px;left:225.984375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hPoPbo0hAF1axom91cw67X93A6fZW8hO { width:278px;height:19px;top:78px;left:234px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TsHTcXM4Jd9pp6FrnM3XAMLicFvmCf4z { width:138px;height:17px;top:41px;left:566px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #LnIEgdd5TWKWaKbpZoXGISMiKalX2w1K { top:39px;left:541px;width:180px;height:86.9922px;display:block; }
 }@media only screen and (max-width: 763px) { #qER2pE9PNhATfNCrdS6zuhTlS4ccznrx { top:64px;left:623px;width:140px;height:36.730885982581px;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:642px;height:120px;top:220px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #qs4v1XBG6vMi2NMDJbqnh4bzcy0uLSTN { width:592px;height:92px;top:366px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gRCEzwxnANEzWigu0GbwZrvuONgGcZ0Z { width:277px;height:43px;top:505px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ToTXGHn5smaw1gTraKf7UqWOFdDrwVxb { display:block; }
 }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHp9by4wa2ashlFMrLGBy0AK1CtTl3FM { width:417px;height:46px;top:67px;left:0px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #o7zbQ7QsEL2GD9kNMUU2UNyf6rS0rhlD { width:415px;height:285px;top:133px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zHP0HQla8IaI43bRPd4GupOTcZ7hMb6M { width:381px;height:48px;top:459px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hpwdHomzUmWDCWlNX7NNw8eiCdR2rADo { display:block; }
 }@media only screen and (max-width: 763px) { #hNZTH3INf6mpD4AQDncnwtNOorzUt42F { width:495px;height:23px;top:67px;left:269px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nVVumaLOc76N8q9RLBrHmQcsaGxeovUm { width:490px;height:201px;top:103px;left:274px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gTZDBoo9a4qG40zBlxFPPZ0PMQ1yB03s { width:495px;height:23px;top:336px;left:269px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #meqNRQts6HMDzxlc0BM71M8Fq8UQeJTy { width:490px;height:44px;top:369px;left:274px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wisy6qWJpJGBwKNwrgQbcSoJ2ywLlyNl { width:485px;height:166px;top:425px;left:279px;font-size:14px;display:block; }#wisy6qWJpJGBwKNwrgQbcSoJ2ywLlyNl li:before{  }
 }@media only screen and (max-width: 763px) { #VD35oamgKue85w050m3TtcyPUE8X5giW { width:503px;height:67px;top:601px;left:261px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mzy959iv7TQTrsuLVgywzyhzSJ3XiTuA { width:485px;height:216px;top:679px;left:279px;font-size:14px;display:block; }#mzy959iv7TQTrsuLVgywzyhzSJ3XiTuA li:before{  }
 }@media only screen and (max-width: 763px) { #LD5ZAH28Pcmd7hFrrzqoLnggOTNvx5CW { width:517px;height:24px;top:932px;left:247px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VfwXHyvcX2booUVqNTddWihuLp96RNXt { width:523px;height:515px;top:967px;left:241px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yX9EI0WkcxVTg1BbvkbmG7sNNdmrIyX5 { width:23px;height:57px;top:955px;left:314.265625px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #Nu5ZTLGOA11BmavfmMF4tIF8pxecE3rT { width:495px;height:47px;top:1526px;left:269px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P04GsDh1teZmTUTmXtcbdW1L0Pxm5BTL { width:503px;height:44px;top:1582px;left:261px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kwvm3E4XwvAW1TWbaB50UJg2H1NQgWxv { width:485px;height:;top:1643px;left:279px;font-size:14px;display:block; }#kwvm3E4XwvAW1TWbaB50UJg2H1NQgWxv li:before{  }
 }@media only screen and (max-width: 763px) { #NTP6BewTxoTrM4c82rPGoGnVHDVbxoMX { width:503px;height:44px;top:2572px;left:261px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM { display:block; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG { display:block; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muTBX4wyrzTsvuIyXiMsVzE4vB5LoGQi { width:268px;height:33px;top:44px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #U3DP40HBH7oQbvcyVhoTbtsg0TP6dprw { width:484px;height:115px;top:100px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #POZ89vGAyQogAfXwR4XPiVCI3encCmMx { width:365px;height:17px;top:285px;left:198.98858642578px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XRPNbsxlsVwkleHCxope0kM1yaK3TMxx { top:106px;left:659.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hdQNIONfqzoHnuHlSGamCgOfVnbH81JE { top:106px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh { display:block; }#Zlby0O5JAmLKmqSLg9wP8w3oma8d1LEh > .row .container { width:320px;height:216px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDQaN0wseNAfbhkmWdJJQ5CdCgrfHVlf { width:72px;height:72px;top:50px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #urmr8cSVivgJgrVB5Muiy22uIvc28U29 { width:320px;height:0;top:110px;left:0px;text-align:right;text-align-last:right;font-size:15px;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #hPoPbo0hAF1axom91cw67X93A6fZW8hO { width:249px;height:0;top:194px;left:35px;text-align:center;text-align-last:center;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #TsHTcXM4Jd9pp6FrnM3XAMLicFvmCf4z { width:139px;height:0;top:157px;left:90px;text-align:center;text-align-last:center;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #LnIEgdd5TWKWaKbpZoXGISMiKalX2w1K { width:142px;height:68px;top:146px;left:15.59375px;display:block; }
 }@media only screen and (max-width: 763px) { #qER2pE9PNhATfNCrdS6zuhTlS4ccznrx { width:115px;height:29px;top:165.5px;left:176.828125px;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uauVcgS4/Landing_Page_Banners_1_.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;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; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::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; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:469px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:271px;height:155.938px;top:53.984375px;left:24.5px;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qs4v1XBG6vMi2NMDJbqnh4bzcy0uLSTN { width:320px;height:0;top:228.984375px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gRCEzwxnANEzWigu0GbwZrvuONgGcZ0Z { width:277px;height:43px;top:341.359375px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ToTXGHn5smaw1gTraKf7UqWOFdDrwVxb { display:block; }
 }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:320px;height:5717px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHp9by4wa2ashlFMrLGBy0AK1CtTl3FM { width:295px;height:115.172px;top:31px;left:12px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #o7zbQ7QsEL2GD9kNMUU2UNyf6rS0rhlD { width:320px;height:0;top:210px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zHP0HQla8IaI43bRPd4GupOTcZ7hMb6M { width:304px;height:48px;top:846.3437px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #hpwdHomzUmWDCWlNX7NNw8eiCdR2rADo { display:block; }
 }@media only screen and (max-width: 763px) { #hNZTH3INf6mpD4AQDncnwtNOorzUt42F { width:320px;height:0;top:166px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nVVumaLOc76N8q9RLBrHmQcsaGxeovUm { width:320px;height:0;top:516px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gTZDBoo9a4qG40zBlxFPPZ0PMQ1yB03s { width:320px;height:0;top:737.552px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #meqNRQts6HMDzxlc0BM71M8Fq8UQeJTy { width:320px;height:0;top:781.552px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wisy6qWJpJGBwKNwrgQbcSoJ2ywLlyNl { width:320px;height:0;top:914.3437px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }#wisy6qWJpJGBwKNwrgQbcSoJ2ywLlyNl li:before{  }
 }@media only screen and (max-width: 763px) { #VD35oamgKue85w050m3TtcyPUE8X5giW { width:320px;height:0;top:1101.1147px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mzy959iv7TQTrsuLVgywzyhzSJ3XiTuA { width:320px;height:0;top:1188.3022px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }#mzy959iv7TQTrsuLVgywzyhzSJ3XiTuA li:before{  }
 }@media only screen and (max-width: 763px) { #LD5ZAH28Pcmd7hFrrzqoLnggOTNvx5CW { width:320px;height:0;top:1502.458px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VfwXHyvcX2booUVqNTddWihuLp96RNXt { width:320px;height:0;top:1546.458px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yX9EI0WkcxVTg1BbvkbmG7sNNdmrIyX5 { width:23px;height:0;top:1424.8642px;left:148px;text-align:left;text-align-last:left;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Nu5ZTLGOA11BmavfmMF4tIF8pxecE3rT { width:320px;height:0;top:2081.552px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P04GsDh1teZmTUTmXtcbdW1L0Pxm5BTL { width:320px;height:0;top:2149.552px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kwvm3E4XwvAW1TWbaB50UJg2H1NQgWxv { width:320px;height:0;top:2214.3437px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }#kwvm3E4XwvAW1TWbaB50UJg2H1NQgWxv li:before{  }
 }@media only screen and (max-width: 763px) { #NTP6BewTxoTrM4c82rPGoGnVHDVbxoMX { width:320px;height:0;top:3152.7817px;left:0px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM { display:block; }#kWcToAZTTrSO0wAmJw6pUAoD5lLXXZsM > .row .container { width:320px;height:5029px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG { display:block; }#xEMb03Q7xWZ4yGuFOFW1UXMtHUeuDBnG > .row .container { width:320px;height:518px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muTBX4wyrzTsvuIyXiMsVzE4vB5LoGQi { width:320px;height:33.5938px;top:62px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #U3DP40HBH7oQbvcyVhoTbtsg0TP6dprw { width:298px;height:181.5px;top:119px;left:11px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #POZ89vGAyQogAfXwR4XPiVCI3encCmMx { width:320px;height:18px;top:389px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XRPNbsxlsVwkleHCxope0kM1yaK3TMxx { width:50px;height:50px;top:319px;left:87px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hdQNIONfqzoHnuHlSGamCgOfVnbH81JE { width:50px;height:50px;top:319px;left:176px;font-size:35px;display:block; }
 }