.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;
}body { background-color:#fcfcfc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a3b48e55-e536-46fd-8508-f1327f281d8c/bgfull.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.adaptive-delivery-prevent-bg, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyload, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyloading { background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { background-color: transparent; background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { border-width: 0; border-radius: 0; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { font-size:14px;font-family:arial;height:604px;width:1200px;position:relative;display:block; }#GtsSvri5bAMp9I4NTKVAJJJWld2NqT6g { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#qlSJ4Nu5oWAOvakwBPNKTp6pEJsILoJh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#PhE1caTX5meRlBEwnm2qLIBGbVC2KO0D { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#tgvVzbdnQblg5tcWyTCpqLubR7wUoCbO { position:absolute;display:block;z-index:14995;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:70px;width:104px;top:386px;left:417px;overflow:hidden;display:none; }
#S0Fv589wBLzLfR1CMovZ9tTo41ITQ0yq { color:#f3e9e9;display:block;width:528px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:103px;left:0px;height:156px;font-style:normal;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; }
#TENJTnCImelc5xaleLrFIwXIvUQqoBCQ { background-color:rgba(232,222,139,0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 10px 10px 10px rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:288px;height:60px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:315px;left:0px;display:block; }
#dlC8qRapTLSBaHm8u7dJeHlLq3lKDTGQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TGzwZftaVvy86vcwyCbWmITdpfdeo52x { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:86px;width:182px;top:0px;left:1004.1714285714px;overflow:hidden;display:block; }
#rGD0vQ1EP3gtlIOJBu8FwDa3VWls3daP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:270px;width:503px;top:133px;left:697px;overflow:hidden;display:block; }
#fv0GpoFrFyVp2A5lFgoFkZxIEuskZd4D { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:538px;width:358px;top:66px;left:484.5px;overflow:hidden;display:block; }
#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT { 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; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row .container { background-color: transparent; background-image: none; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row .container > .video-iframe-container { display: none; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row > .video-iframe-container { display: none; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .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); }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row .container { border-width: 0; border-radius: 0; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row .container { font-size:14px;font-family:arial;height:1099px;width:1200px;position:relative;display:block; }#tImVFuczIAMOU5GcOEgSbpTi9A1cv7pA { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 0 15px 30px rgba(0,0,0,0.19) ;height:889px;width:751px;top:28.984375px;left:225px;display:block; }
#SeG1qWpZw2ToUKxhhOpFoXIPBKBXLgqh { color:#000000;display:block;width:651px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:129.953125px;left:279.484375px;height:504px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnQossHNLnFZgtKHPTNp5FFi4QbwKRsX { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:284px;height:50px;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:0px;left:458px;display:none; }
#mt0FAfWPBP9spT3TfK6mcFh6UFVEV4dO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XKA0AopBTxqyVuascJmEQOauhvDTkmJt { position:absolute;display:block;z-index:15018;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:10px;width:37px;top:19px;left:696px;overflow:hidden;display:none; }
#U5PP2pTTCM5eQkuRWe3ZEkn4X1gBDzFH { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340.969px;height:57.9844px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:971px;left:429.5px;display:block; }
#saJfSGxQBBrTFBpntgQ0opkVTzvadPnk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xGpprVWxQ0E5OLsA2HJTpJWQGyAHGPai { color:#203949;display:block;width:635px;position:absolute;font-family:poppins;font-size:26px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:73.940963745117px;left:279.49658203125px;height:33.8021px;font-style:normal;display:block; }
#PzemIC1UC3niNOibNDnGDfpFARBxp3L9 { color:#000000;display:block;width:545px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:650px;left:279.484375px;height:118px;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }#PzemIC1UC3niNOibNDnGDfpFARBxp3L9 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#PzemIC1UC3niNOibNDnGDfpFARBxp3L9 li:before{  }
#LlzAWCOEO1FEeQWTrFc94Dr1VFSbV5i8 { color:#000000;display:block;width:670px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:798px;left:279.484375px;height:36px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ulTBKQScq8e8kAv2fDmKii51kSsc24JC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/30bdbcb3-99ee-4b30-94e9-41f8899427a5/tlo.png");background-position:top 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; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC.adaptive-delivery-prevent-bg, #ulTBKQScq8e8kAv2fDmKii51kSsc24JC.lazyload, #ulTBKQScq8e8kAv2fDmKii51kSsc24JC.lazyloading { background-image: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container { background-color: transparent; background-image: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container > .video-iframe-container { display: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row > .video-iframe-container { display: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .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); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container { border-width: 0; border-radius: 0; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container { font-size:14px;font-family:arial;height:684px;width:1200px;position:relative;display:block; }#efhlia7vSLfpTANfpkBWnPwyh5i3ebza { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:223px;width:223px;top:264px;left:99px;overflow:hidden;display:block; }
#LkIJcXz6KaOX7AAKTaiNp4hxT1ZzZwLm { color:#f8e86b;display:block;width:323px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:233px;left:385px;height:39px;font-style:normal;display:block; }
#BDpqF6fPz9F1OFST13OX1CHgIzxUKVQt { color:#ffffff;display:block;width:815px;position:absolute;font-family:poppins;font-size:48px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:275px;left:385px;height:62.3906px;font-style:normal;display:block; }
#Uh31aGc7vqxoOse2qP6QJryyJENNIgD3 { color:#ffffff;display:block;width:748px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:365px;left:385px;height:120px;display:block; }
#o5PuTooU3LD588hBHrCuxUU0fu8Dc65F { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:284px;height:50px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:537px;left:385px;display:block; }
#XONx0EZwUdpatJgyek0lE3nzwOoz9yiq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/9f434a24-9326-4a9f-aa83-a5507b0c1aa2/Group7111.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h.adaptive-delivery-prevent-bg, #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h.lazyload, #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h.lazyloading { background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { background-color: transparent; background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .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); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { border-width: 0; border-radius: 0; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { font-size:14px;font-family:rubik;height:899px;width:1200px;position:relative;display:block; }#GBJiznQpsLwbTJAHGVvP6HnB510pnQwG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 15px 30px rgba(0,0,0,0.27) ;height:804px;width:583px;top:48px;left:309px;display:block; }
#A32KweAAyeUttuiqDuSMLzTyHPhUd2bl { position:absolute;z-index:15012;top:140px;left:379.5px;width:441px;height:590px;display:block; }
#sRhnz3L0LEfvR6n2gWGc3T299r4cTXny { color:#000000;display:block;width:338px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:108px;left:431px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mU6VdxIgSQ8Z8fCvSSirvAF9gl9KZziq { color:#000000;display:block;width:325px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:69px;left:438px;height:39px;text-align:center;text-align-last:center;display:block; }
#PZCGEthSWFegB4siU6Kfr2HHNeX7wmvT { color:#000000;display:block;width:460px;position:absolute;font-family:poppins;font-size:12px;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:783px;left:370px;height:48px;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #024f63, #2d9f79);background-image: -moz-linear-gradient(top, #024f63, #2d9f79);background-image: -ms-linear-gradient(top, #024f63, #2d9f79);background-image: -o-linear-gradient(top, #024f63, #2d9f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#024f63', endColorstr='#2d9f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#024f63', endColorstr='#2d9f79' );";background-image: linear-gradient(to bottom, #024f63, #2d9f79);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; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .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); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { font-size:14px;font-family:arial;height:237px;width:1200px;position:relative;display:block; }#WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { display:block;width:557px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:125.5px;left:19px;height:87.969px;text-align:left;text-align-last:left;color:rgba(255,255,255,0.5);display:block; }
#ewv9U3tbqZA7h1RZTUGQWk02wp0RQS44 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:208px;top:64px;left:19px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/388afb34-9b7a-4183-a536-5fa2495d4db6/tlo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.adaptive-delivery-prevent-bg, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyload, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyloading { background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { background-color: transparent; background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { width:764px;height:607px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GtsSvri5bAMp9I4NTKVAJJJWld2NqT6g { top:122px;left:564.00003623962px;width:200px;height:40px;z-index:14993;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #qlSJ4Nu5oWAOvakwBPNKTp6pEJsILoJh { top:58.000003814697px;left:563.98865795135px;width:200px;height:40px;z-index:14991;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #PhE1caTX5meRlBEwnm2qLIBGbVC2KO0D { top:189.00000762939px;left:563.98865795135px;width:200px;height:40px;z-index:14992;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #tgvVzbdnQblg5tcWyTCpqLubR7wUoCbO { width:104px;height:70px;top:219px;left:253.00000572205px;display:none; }
 }@media only screen and (max-width: 1199px) { #S0Fv589wBLzLfR1CMovZ9tTo41ITQ0yq { width:474px;height:109.172px;top:83px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #TENJTnCImelc5xaleLrFIwXIvUQqoBCQ { width:298px;height:60px;top:289px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #dlC8qRapTLSBaHm8u7dJeHlLq3lKDTGQ { display:block; }
 }@media only screen and (max-width: 1199px) { #TGzwZftaVvy86vcwyCbWmITdpfdeo52x { width:148px;height:72px;top:0px;left:608.00004863739px;display:block; }
 }@media only screen and (max-width: 1199px) { #rGD0vQ1EP3gtlIOJBu8FwDa3VWls3daP { width:389px;height:208px;top:381px;left:86px;display:block; }
 }@media only screen and (max-width: 1199px) { #fv0GpoFrFyVp2A5lFgoFkZxIEuskZd4D { width:358px;height:538px;top:72px;left:406px;display:block; }
 }@media only screen and (max-width: 1199px) { #xTIQT17ezTGywLcTyu8xwzzzJF32fGzT { display:block; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row .container { width:764px;height:964px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tImVFuczIAMOU5GcOEgSbpTi9A1cv7pA { width:687px;height:789px;top:36px;left:39px;display:block; }
 }@media only screen and (max-width: 1199px) { #SeG1qWpZw2ToUKxhhOpFoXIPBKBXLgqh { width:592.917px;height:453.4682px;top:124px;left:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #CnQossHNLnFZgtKHPTNp5FFi4QbwKRsX { width:284px;height:50px;top:0px;left:240px;display:none; }
 }@media only screen and (max-width: 1199px) { #mt0FAfWPBP9spT3TfK6mcFh6UFVEV4dO { display:block; }
 }@media only screen and (max-width: 1199px) { #XKA0AopBTxqyVuascJmEQOauhvDTkmJt { width:37px;height:10px;top:19px;left:478px;display:none; }
 }@media only screen and (max-width: 1199px) { #U5PP2pTTCM5eQkuRWe3ZEkn4X1gBDzFH { width:340.984px;height:57.9844px;top:872px;left:212px;display:block; }
 }@media only screen and (max-width: 1199px) { #saJfSGxQBBrTFBpntgQ0opkVTzvadPnk { display:block; }
 }@media only screen and (max-width: 1199px) { #xGpprVWxQ0E5OLsA2HJTpJWQGyAHGPai { width:600.99px;height:26px;top:68px;left:86px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #PzemIC1UC3niNOibNDnGDfpFARBxp3L9 { width:592.906px;height:107.172px;top:596px;left:85.53125px;font-size:18px;display:block; }#PzemIC1UC3niNOibNDnGDfpFARBxp3L9 li:before{  }
 }@media only screen and (max-width: 1199px) { #LlzAWCOEO1FEeQWTrFc94Dr1VFSbV5i8 { width:592.906px;height:32.3906px;top:723px;left:85.53125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #ulTBKQScq8e8kAv2fDmKii51kSsc24JC { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/30bdbcb3-99ee-4b30-94e9-41f8899427a5/tlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC.adaptive-delivery-prevent-bg, #ulTBKQScq8e8kAv2fDmKii51kSsc24JC.lazyload, #ulTBKQScq8e8kAv2fDmKii51kSsc24JC.lazyloading { background-image: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container { background-color: transparent; background-image: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container > .video-iframe-container { display: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row > .video-iframe-container { display: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .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); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container { width:764px;height:583px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #efhlia7vSLfpTANfpkBWnPwyh5i3ebza { width:204px;height:204px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #LkIJcXz6KaOX7AAKTaiNp4hxT1ZzZwLm { width:323px;height:39px;top:195px;left:240px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #BDpqF6fPz9F1OFST13OX1CHgIzxUKVQt { width:493px;height:44.1875px;top:234px;left:240px;font-size:34px;display:block; }
 }@media only screen and (max-width: 1199px) { #Uh31aGc7vqxoOse2qP6QJryyJENNIgD3 { width:517px;height:126px;top:303px;left:240px;font-size:14px;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #o5PuTooU3LD588hBHrCuxUU0fu8Dc65F { width:284px;height:50px;top:475px;left:240px;display:block; }
 }@media only screen and (max-width: 1199px) { #XONx0EZwUdpatJgyek0lE3nzwOoz9yiq { display:block; }
 }@media only screen and (max-width: 1199px) { #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h { background-color:rgba(255,255,255,0.7);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; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { background-color: transparent; background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .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); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { border-width: 0; border-radius: 0; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { width:764px;height:1072px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GBJiznQpsLwbTJAHGVvP6HnB510pnQwG { width:635px;height:884px;top:43px;left:65px;display:block; }
 }@media only screen and (max-width: 1199px) { #A32KweAAyeUttuiqDuSMLzTyHPhUd2bl { width:470px;height:634px;top:142px;left:133px;display:block; }
 }@media only screen and (max-width: 1199px) { #sRhnz3L0LEfvR6n2gWGc3T299r4cTXny { width:466px;height:26px;top:97px;left:137px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #mU6VdxIgSQ8Z8fCvSSirvAF9gl9KZziq { width:325px;height:39px;top:59px;left:205px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #PZCGEthSWFegB4siU6Kfr2HHNeX7wmvT { width:523px;height:80px;top:810px;left:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:764px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:468px;height:123.1564px;top:27.5px;left:240.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ewv9U3tbqZA7h1RZTUGQWk02wp0RQS44 { width:178px;height:40px;top:27.5px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ffbc2d-853e-4736-91e9-9d212b104b5d/tlo2x.png");background-position:bottom 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; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.adaptive-delivery-prevent-bg, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyload, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyloading { background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { background-color: transparent; background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { border-width: 0; border-radius: 0; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtsSvri5bAMp9I4NTKVAJJJWld2NqT6g { width:200px;height:40px;top:301.7656px;left:120px;display:none; }
 }@media only screen and (max-width: 763px) { #qlSJ4Nu5oWAOvakwBPNKTp6pEJsILoJh { width:200px;height:40px;top:237.7656px;left:120px;display:none; }
 }@media only screen and (max-width: 763px) { #PhE1caTX5meRlBEwnm2qLIBGbVC2KO0D { width:200px;height:40px;top:368.7656px;left:120px;display:none; }
 }@media only screen and (max-width: 763px) { #tgvVzbdnQblg5tcWyTCpqLubR7wUoCbO { width:113px;height:70px;top:490px;left:172.11665344238px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #S0Fv589wBLzLfR1CMovZ9tTo41ITQ0yq { width:300px;height:85.7812px;top:83px;left:10px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TENJTnCImelc5xaleLrFIwXIvUQqoBCQ { width:320px;height:60px;top:203.7656px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dlC8qRapTLSBaHm8u7dJeHlLq3lKDTGQ { display:block; }
 }@media only screen and (max-width: 763px) { #TGzwZftaVvy86vcwyCbWmITdpfdeo52x { width:119px;height:58px;top:0px;left:100.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rGD0vQ1EP3gtlIOJBu8FwDa3VWls3daP { width:320px;height:171.76938369781px;top:283.75px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fv0GpoFrFyVp2A5lFgoFkZxIEuskZd4D { width:320px;height:480.8938547486px;top:495.484375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xTIQT17ezTGywLcTyu8xwzzzJF32fGzT { display:block; }#xTIQT17ezTGywLcTyu8xwzzzJF32fGzT > .row .container { width:320px;height:1075px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tImVFuczIAMOU5GcOEgSbpTi9A1cv7pA { width:320px;height:987px;top:12.96875px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SeG1qWpZw2ToUKxhhOpFoXIPBKBXLgqh { width:293.984px;height:633.5305px;top:84.953125px;left:12.984375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CnQossHNLnFZgtKHPTNp5FFi4QbwKRsX { width:283.993px;height:50px;top:1450px;left:18px;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #mt0FAfWPBP9spT3TfK6mcFh6UFVEV4dO { display:block; }
 }@media only screen and (max-width: 763px) { #XKA0AopBTxqyVuascJmEQOauhvDTkmJt { width:36.9965px;height:10px;top:1470px;left:244px;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #U5PP2pTTCM5eQkuRWe3ZEkn4X1gBDzFH { width:284px;height:50px;top:20px;left:18px;display:none; }
 }@media only screen and (max-width: 763px) { #saJfSGxQBBrTFBpntgQ0opkVTzvadPnk { display:block; }
 }@media only screen and (max-width: 763px) { #xGpprVWxQ0E5OLsA2HJTpJWQGyAHGPai { width:301.984px;height:24.6875px;top:42.265625px;left:8.984375px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PzemIC1UC3niNOibNDnGDfpFARBxp3L9 { width:293px;height:125.188px;top:731.796875px;left:13.5px;font-size:16px;display:block; }#PzemIC1UC3niNOibNDnGDfpFARBxp3L9 li:before{  }
 }@media only screen and (max-width: 763px) { #LlzAWCOEO1FEeQWTrFc94Dr1VFSbV5i8 { width:298px;height:57.5938px;top:856.984375px;left:11px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ulTBKQScq8e8kAv2fDmKii51kSsc24JC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #215283, #2d9f79);background-image: -moz-linear-gradient(180deg, #215283, #2d9f79);background-image: -ms-linear-gradient(180deg, #215283, #2d9f79);background-image: -o-linear-gradient(180deg, #215283, #2d9f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#215283', endColorstr='#2d9f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#215283', endColorstr='#2d9f79' );";background-image: linear-gradient(180deg, #215283, #2d9f79);background-size:auto !important;display:block; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container { background-color: transparent; background-image: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container > .video-iframe-container { display: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row > .video-iframe-container { display: none; }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .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); }#ulTBKQScq8e8kAv2fDmKii51kSsc24JC > .row .container { width:320px;height:725px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efhlia7vSLfpTANfpkBWnPwyh5i3ebza { width:158px;height:158px;top:46px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #LkIJcXz6KaOX7AAKTaiNp4hxT1ZzZwLm { width:211px;height:26px;top:238px;left:13px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BDpqF6fPz9F1OFST13OX1CHgIzxUKVQt { width:267px;height:62.375px;top:267px;left:13px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Uh31aGc7vqxoOse2qP6QJryyJENNIgD3 { width:295px;height:210px;top:342.765625px;left:12.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o5PuTooU3LD588hBHrCuxUU0fu8Dc65F { width:284px;height:50px;top:605px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XONx0EZwUdpatJgyek0lE3nzwOoz9yiq { display:block; }
 }@media only screen and (max-width: 763px) { #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { background-color: transparent; background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .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); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { width:320px;height:993px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBJiznQpsLwbTJAHGVvP6HnB510pnQwG { width:320px;height:882px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A32KweAAyeUttuiqDuSMLzTyHPhUd2bl { width:300px;height:570px;top:119px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #sRhnz3L0LEfvR6n2gWGc3T299r4cTXny { width:291px;height:26px;top:75px;left:14.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mU6VdxIgSQ8Z8fCvSSirvAF9gl9KZziq { width:300px;height:39px;top:36px;left:10px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PZCGEthSWFegB4siU6Kfr2HHNeX7wmvT { width:300px;height:112px;top:752px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:300px;height:140.7501px;top:88.099975585938px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ewv9U3tbqZA7h1RZTUGQWk02wp0RQS44 { width:235px;height:49px;top:26.099975585938px;left:32.5px;display:block; }
 }