.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row .container { background-color: transparent; background-image: none; }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row .container > .video-iframe-container { display: none; }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row > .video-iframe-container { display: none; }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .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); }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row .container { border-width: 0; border-radius: 0; }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#zpgR7oK9my57Lm80NW6T7JBcoKEp7AKQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.74978125rem;width:14.436875rem;top:0.25rem;left:22.265626907349rem;overflow:hidden;display:block; }
#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NEKFi0sR/Onboard_Offers_1280_x_350_px_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }
#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9.adaptive-delivery-prevent-bg { background-image: none; }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row .container { background-color: transparent; background-image: none; }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row .container > .video-iframe-container { display: none; }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row > .video-iframe-container { display: none; }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .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); }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row .container { border-width: 0; border-radius: 0; }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row .container { background-color: transparent; background-image: none; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row .container > .video-iframe-container { display: none; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row > .video-iframe-container { display: none; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .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); }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row .container { border-width: 0; border-radius: 0; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:60rem;position:relative;display:block; }#v6v9CRxg3RSFMGwxTEypE0a9S0dXPsOh { display:block;width:59.561625rem;position:absolute;font-family:"titillium web";font-size:4rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:3.5894097089768rem;left:0.21809959411621rem;height:7.999125rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#D5dhqAPb9AV7SxL2kKt1w9BSNc8XiwoC { display:block;width:52.3730625rem;position:absolute;font-family:"titillium web";font-size:2.6875rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:9.6506060361863rem;left:6.0926666259766rem;height:5.3754375rem;text-align:center;text-align-last:center;color:#ff0000;font-style:normal;display:block; }
#psssndHEdS9mfivoAOC9BEttWkQaDIiy { display:block;width:58.9355625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:18.186849594116rem;left:0.53168487548828rem;height:8.7838625rem;text-align:center;text-align-last:center;color:#ff0000;font-style:normal;display:block; }
#n4MaRLHG3roofmUoZgoAG16xvMZdy3Jx { display:block;width:58.9355625rem;position:absolute;font-family:"titillium web";font-size:3.5625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:26.656901240349rem;left:0.53168487548828rem;height:3.56228125rem;text-align:center;text-align-last:center;color:#ff0000;font-style:normal;display:block; }
#NougQbdLEuadi0L6EPVdyf0sx5z1ox1L { position:absolute;display:block;z-index:99996;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.436rem;width:60rem;top:17.874349594116rem;left:0rem;display:block; }
#ErimCDRPgi56x7sqzTOEmMMTb7TE432h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9998125rem;width:60rem;top:30.055338859558rem;left:0rem;overflow:hidden;display:block; }
#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { background-color: transparent; background-image: none; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container > .video-iframe-container { display: none; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row > .video-iframe-container { display: none; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .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); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { border-width: 0; border-radius: 0; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:60rem;position:relative;display:block; }#TUSppGXNM1QzkQun7IPZTUTpHOtxt7yw { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.7871125rem;color:#000000;display:block; }
#o2Tnzdp5C6zFLl0VE4VwtdkV06ozwgJT { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.49956875rem;top:8.1234846115113rem;left:0.93750095367431rem;overflow:hidden;display:block; }
#gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg { border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;background-color:#ff0000;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:0.6875rem;width:13.375rem;position:absolute;display:block;z-index:100005;top:4.375rem;left:0rem;display:block; }
#gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg.adaptive-delivery-prevent-bg { background-image: none; }
#J6Cu2fUQApFS2Wx5ZipvFE6QIMNG5xP2 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.49956875rem;top:18.122834205627rem;left:0.93750095367431rem;overflow:hidden;display:block; }
#MdPix0CSoO06QTVsbIvly2hqTwE22EVe { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.49956875rem;top:25.367405891419rem;left:0.93750095367431rem;overflow:hidden;display:block; }
#STunRkREtPLFaUPl15KiTcFb4ZcDiN7d { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1870625rem;width:24.375rem;top:7.5585938692094rem;left:32.812501907349rem;overflow:hidden;display:block; }
#xSX9PtK7kGcf1G6AMrldysFOQhpeuZJm { display:block;width:24.4998125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:7.5585942566394rem;left:4.0625rem;height:10.722675rem;color:#000000;display:block; }
#hy646ntleOdCvktKEG00Hk7CE4QEGtW6 { display:block;width:24.4998125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:17.823348999024rem;left:4.0625rem;height:3.57421875rem;color:#000000;display:block; }
#rL3xi579TVkD89AvBTcsMMSEAoDqbXPZ { display:block;width:24.4998125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:24.435762405396rem;left:4.0625rem;height:3.57421875rem;color:#000000;display:block; }
#TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:30.436208724976rem;left:0.93750095367431rem;height:1.7871125rem;color:#000000;display:block; }
#HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;background-color:#ff0000;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:0.6875rem;width:14.5625rem;position:absolute;display:block;z-index:100003;top:32.223307609558rem;left:0.93750095367431rem;display:block; }
#HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO.adaptive-delivery-prevent-bg { background-image: none; }
#RDin47uLHey4Mv6MDVZ8Kz77nzM9U2tP { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:30.436198234558rem;left:0.93750095367431rem;height:1.7871125rem;color:#000000;display:block; }
#nVNa7A6TFS1bCEZfCy4vSVs0FclVUnqc { display:block;width:24.4998125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:35.597873628139rem;left:4.0625rem;height:19.65819375rem;color:#000000;display:block; }
#Temx7GzkAuFXhxESoPM0gNw7AtGvOFrp { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.49956875rem;top:36.123046875rem;left:0.93750095367431rem;overflow:hidden;display:block; }
#WLtsOOseelAPwt6K6HknE4G8xZG9kezt { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.875rem;top:54.168837547303rem;left:0.93750095367431rem;overflow:hidden;display:block; }
#Cv4CTC44Ki9PQoicyoxBFzHFUDvo8HhK { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.061875rem;width:25.2485rem;top:35.060765266419rem;left:33.356122970581rem;overflow:hidden;display:block; }
#imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { z-index:100000;top:59.812284469604rem;left:8.8736991882325rem;background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.936rem;height:5.18555rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }
#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b.adaptive-delivery-prevent-bg { background-image: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container { background-color: transparent; background-image: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container > .video-iframe-container { display: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row > .video-iframe-container { display: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .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); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container { border-width: 0; border-radius: 0; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#dESivawgGyTK0ilZ5Fvcvl1lfuAyc7DM { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.7871125rem;color:#ffffff;display:block; }
#ldQJlMofdEALx1vJ9Tq2VS0s3NyXRRet { border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;height:0.6875rem;width:8.25rem;position:absolute;display:block;z-index:100005;top:6.4375rem;left:0rem;display:block; }
#ldQJlMofdEALx1vJ9Tq2VS0s3NyXRRet.adaptive-delivery-prevent-bg { background-image: none; }
#vxRFogli0rKyVcvVKS6h24PkbqtP874S { display:block;width:16.7480625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.7304725646975rem;left:21.592882156372rem;height:9.099375rem;color:#fffdfd;display:block; }
#mip0xayQ0bVwNy3aHURU29FdgZpgAurz { display:block;width:16.7480625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.7304725646975rem;left:41.592885971069rem;height:12.999125rem;color:#fffdfd;display:block; }
#CwwiViZJx8OJfvv63eZnnLeZx01At6Sx { display:block;width:16.0623125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:23.141269683838rem;left:21.935766220092rem;height:1.2999125rem;color:#fffdfd;font-style:normal;display:block; }
#fss5NLSfgKtDJqLP8mMfdbMhIX88qbqg { display:block;width:15.625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:23.139107108116rem;left:41.592885971069rem;height:1.2999125rem;color:#fffdfd;font-style:normal;display:block; }
#HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { display:block;width:16.7480625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.8324680328369rem;left:0.62283039093018rem;height:12.999125rem;color:#fffdfd;display:block; }
#b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { display:block;width:16.4985rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:23.162982940674rem;left:0.74652862548825rem;height:1.2999125rem;color:#fffdfd;font-style:normal;display:block; }
#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { background-color: transparent; background-image: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .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); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { border-width: 0; border-radius: 0; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:11.257603645325rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"titillium web";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.75rem;height:4.43685rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:18.197700500488rem;left:6.9498710632325rem;display:block; }
#rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#G2NTzmMyRHM2JvZ0SWahzKrOghmgNxvP { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:1.5104184150696rem;left:0rem;height:9.74934375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { position:relative;display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { background-color: transparent; background-image: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container > .video-iframe-container { display: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row > .video-iframe-container { display: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .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); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { border-width: 0; border-radius: 0; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:4.28125rem;height:1.2999125rem;display:block; }
#BDeZGHgKPblPyaEb9xezZilrKvLECVib { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:45.34375rem;height:1.2999125rem;display:block; }
#Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:51.96875rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r6FMnsgD025EcV1VXIOrCQW6MscrlTWA { display:block; }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpgR7oK9my57Lm80NW6T7JBcoKEp7AKQ { top:0.25rem;left:16.140626907349rem;width:14.375rem;height:5.7240616476904rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 { display:block; }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq { display:block; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6v9CRxg3RSFMGwxTEypE0a9S0dXPsOh { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5dhqAPb9AV7SxL2kKt1w9BSNc8XiwoC { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psssndHEdS9mfivoAOC9BEttWkQaDIiy { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4MaRLHG3roofmUoZgoAG16xvMZdy3Jx { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NougQbdLEuadi0L6EPVdyf0sx5z1ox1L { top:17.8125rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErimCDRPgi56x7sqzTOEmMMTb7TE432h { top:30rem;left:0rem;width:47.75rem;height:9.54985078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l { display:block; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUSppGXNM1QzkQun7IPZTUTpHOtxt7yw { width:30rem;height:1.75rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Tnzdp5C6zFLl0VE4VwtdkV06ozwgJT { top:8.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg { width:13.375rem;height:0.6875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Cu2fUQApFS2Wx5ZipvFE6QIMNG5xP2 { top:18.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPix0CSoO06QTVsbIvly2hqTwE22EVe { top:25.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STunRkREtPLFaUPl15KiTcFb4ZcDiN7d { top:7.5rem;left:23.375rem;width:24.375rem;height:16.1870625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSX9PtK7kGcf1G6AMrldysFOQhpeuZJm { width:24.4375rem;height:10.6875rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy646ntleOdCvktKEG00Hk7CE4QEGtW6 { width:24.4375rem;height:5.3125rem;top:17.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL3xi579TVkD89AvBTcsMMSEAoDqbXPZ { width:24.4375rem;height:3.5625rem;top:24.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { width:30rem;height:1.75rem;top:30.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { width:14.5625rem;height:0.6875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDin47uLHey4Mv6MDVZ8Kz77nzM9U2tP { width:30rem;height:1.75rem;top:30.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVNa7A6TFS1bCEZfCy4vSVs0FclVUnqc { width:24.4375rem;height:21.5rem;top:35.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Temx7GzkAuFXhxESoPM0gNw7AtGvOFrp { top:36.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLtsOOseelAPwt6K6HknE4G8xZG9kezt { top:54.125rem;left:0rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv4CTC44Ki9PQoicyoxBFzHFUDvo8HhK { top:35rem;left:22.5625rem;width:25.1875rem;height:15.025485734301rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { top:59.75rem;left:0rem;width:44.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block; }
 }@media only screen and (max-width: 763px) { #I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b { display:block; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dESivawgGyTK0ilZ5Fvcvl1lfuAyc7DM { width:20rem;height:1.75rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldQJlMofdEALx1vJ9Tq2VS0s3NyXRRet { width:8.25rem;height:0.6875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxRFogli0rKyVcvVKS6h24PkbqtP874S { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mip0xayQ0bVwNy3aHURU29FdgZpgAurz { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwwiViZJx8OJfvv63eZnnLeZx01At6Sx { width:12.5rem;height:1.25rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fss5NLSfgKtDJqLP8mMfdbMhIX88qbqg { width:12.5rem;height:1.25rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { width:12.5rem;height:1.25rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.4375rem;top:8.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #G2NTzmMyRHM2JvZ0SWahzKrOghmgNxvP { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { top:1.125rem;left:0rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDeZGHgKPblPyaEb9xezZilrKvLECVib { top:1.1875rem;left:39.21875rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { top:1.1875rem;left:43.5rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r6FMnsgD025EcV1VXIOrCQW6MscrlTWA { display:block; }#r6FMnsgD025EcV1VXIOrCQW6MscrlTWA > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpgR7oK9my57Lm80NW6T7JBcoKEp7AKQ { width:14.375rem;height:5.7245339504035rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 { display:block; }#CAkthyriLtNRsafRCnRsBmMMkJKJSIT9 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq { display:block; }#gRUDa0S7t2VOPHqgLt32N4LDwtQe8cQq > .row .container { width:20rem;height:165.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6v9CRxg3RSFMGwxTEypE0a9S0dXPsOh { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5dhqAPb9AV7SxL2kKt1w9BSNc8XiwoC { width:20rem;height:0;top:10.4980625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #psssndHEdS9mfivoAOC9BEttWkQaDIiy { width:20rem;height:0;top:17.436rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4MaRLHG3roofmUoZgoAG16xvMZdy3Jx { width:20rem;height:0;top:25.906054626465rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NougQbdLEuadi0L6EPVdyf0sx5z1ox1L { width:20rem;height:12.375rem;top:17.1235rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErimCDRPgi56x7sqzTOEmMMTb7TE432h { width:20rem;height:3.9999375rem;top:29.304492126465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l { display:block; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { width:20rem;height:151.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUSppGXNM1QzkQun7IPZTUTpHOtxt7yw { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Tnzdp5C6zFLl0VE4VwtdkV06ozwgJT { width:1.5rem;height:1.5rem;top:6.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg { width:13.375rem;height:0.6875rem;top:3.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Cu2fUQApFS2Wx5ZipvFE6QIMNG5xP2 { width:1.5rem;height:1.5rem;top:16.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPix0CSoO06QTVsbIvly2hqTwE22EVe { width:1.5rem;height:1.5rem;top:26.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STunRkREtPLFaUPl15KiTcFb4ZcDiN7d { width:18.75rem;height:12.5rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSX9PtK7kGcf1G6AMrldysFOQhpeuZJm { width:14.625rem;height:12.50975rem;top:20.8125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy646ntleOdCvktKEG00Hk7CE4QEGtW6 { width:20rem;height:5.361325rem;top:47.55175rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL3xi579TVkD89AvBTcsMMSEAoDqbXPZ { width:20rem;height:3.57421875rem;top:54.1621rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { width:20rem;height:1.625rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { width:13.375rem;height:0.6875rem;top:5.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDin47uLHey4Mv6MDVZ8Kz77nzM9U2tP { width:20rem;height:1.625rem;top:58.98631875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVNa7A6TFS1bCEZfCy4vSVs0FclVUnqc { width:20rem;height:39.316425rem;top:69.92381875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Temx7GzkAuFXhxESoPM0gNw7AtGvOFrp { width:1.4375rem;height:1.4375rem;top:61.86131875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLtsOOseelAPwt6K6HknE4G8xZG9kezt { width:1.4375rem;height:1.4375rem;top:64.54881875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv4CTC44Ki9PQoicyoxBFzHFUDvo8HhK { width:20rem;height:12rem;top:110.49019375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { top:2.0625rem;left:0.5rem;width:19rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block; }
 }@media only screen and (max-width: 763px) { #I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b { background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-size:cover !important;display:block; }
#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b.adaptive-delivery-prevent-bg { background-image: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container { background-color: transparent; background-image: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container > .video-iframe-container { display: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row > .video-iframe-container { display: none; }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .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); }#I0bpEWpH1VvX2rmQuRfM2uCTTza71w4b > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dESivawgGyTK0ilZ5Fvcvl1lfuAyc7DM { width:20rem;height:1.625rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldQJlMofdEALx1vJ9Tq2VS0s3NyXRRet { width:8.25rem;height:0.6875rem;top:5.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxRFogli0rKyVcvVKS6h24PkbqtP874S { width:16.6875rem;height:7.7988125rem;top:19.42480625rem;left:1.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mip0xayQ0bVwNy3aHURU29FdgZpgAurz { width:16.6875rem;height:7.7988125rem;top:28.47268125rem;left:1.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwwiViZJx8OJfvv63eZnnLeZx01At6Sx { width:16rem;height:0;top:37.47268125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fss5NLSfgKtDJqLP8mMfdbMhIX88qbqg { width:15.625rem;height:0;top:40.02150625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:17.5rem;height:7.7988125rem;top:8.75rem;left:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { width:17.5rem;height:1.29980625rem;top:16.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:20rem;height:6.8232375rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.4375rem;top:8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #G2NTzmMyRHM2JvZ0SWahzKrOghmgNxvP { width:20rem;height:11.4345625rem;top:12.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { width:13rem;height:1.29980625rem;top:1.5rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDeZGHgKPblPyaEb9xezZilrKvLECVib { width:4.25rem;height:1.29980625rem;top:3.75rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { width:4.25rem;height:1.29980625rem;top:3.75rem;left:11.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }