.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:6.125rem;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:0rem;left:22.265626907349rem;overflow:hidden;display:block; }
#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { background-color: transparent; background-image: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container > .video-iframe-container { display: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row > .video-iframe-container { display: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .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); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { background-color:transparent;background-image:none;width:60rem;height:18.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { color:#fff6f6;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:4.1875rem;font-weight:700;z-index:100000;line-height:.9;letter-spacing:0;top:2.373046875rem;left:0rem;height:15.0737625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.675rem;padding-right:0.601875rem;padding-bottom:0.675rem;padding-left:0.601875rem;display:block;align-items:center;width:3.6125rem;min-width:3.6125rem;height:3.62625rem;position:relative;font-family:"open sans";font-size:2.7rem;font-weight:700;line-height:58.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.421875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.815625rem;height:1.43375rem;position:relative;font-family:"open sans";font-size:1.0125rem;font-weight:400;line-height:22.94px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:23.25rem;height:6.831875rem;padding-top:0.84375rem;padding-right:0.86rem;padding-bottom:0.84375rem;padding-left:0.86rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.561849594116rem;left:16.731771469116rem;z-index:100000; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #bRWSilTB6srFDhuaB0cL9nZ0VunB3uVR { display:flex;position:relative;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #qF87CDZIhOyfaR0SUypTxcd2qXL4yck4 { width:auto; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #pgabwCyUXQud3JW9oT8WIMZ5r5iUfWrO {  }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #ym8EXOBQtwnmgX2X7MBnDVOryyUUeJMH { display:flex;position:relative;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #OBU7D9Gk0A072lMg28TGbOUfUdkyW7sH {  }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #IHn66iRF4zkna0LU6ENHDMeaG0fbvM0D {  }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #uKMf6CA1c06ynKxJze7OkSI44ogXq2IF { display:flex;position:relative;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #xPem0XgTJHQu2tZSMGhfSRQ306sLOGVD {  }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #Cb31d69BuqvvDadf1gKE8tO8ngWH0NtP {  }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #CgpXGEM41TnKOFwHcWIb5HhqinP9dedM { display:flex;position:relative;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #u3OmNWsTcbvckdq0yKB0XkxMNXKotdfQ {  }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #q8e0i0ST4BNr219bV7GXodBx1UIhfWaB {  }
#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { background-color: transparent; background-image: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container > .video-iframe-container { display: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row > .video-iframe-container { display: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .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); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { background-color:transparent;background-image:none;width:60rem;height:8.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { background-color: transparent; background-image: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .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); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { border-width: 0; border-radius: 0; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { display:block;width:29.124375rem;position:absolute;font-family:"titillium web";font-size:3.25rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:2.5618493556976rem;left:0.87456607818606rem;height:6.4995625rem;text-align:left;text-align-last:left;color:#ff5335;display:block; }
#RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { display:block;width:27.874375rem;position:absolute;font-family:"titillium web";font-size:3.3125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:9.686418533325rem;left:0rem;height:6.6254375rem;text-align:right;text-align-last:right;color:#ff0000;font-style:normal;display:block; }
#S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { border-bottom:0;border-left:0.25rem solid #ff5335;border-right:0;border-top:0;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/3aa3ef41c31f02749f37208d63d56387.png");background-position:center left !important;background-repeat:no-repeat !important;background-size:auto !important;height:8.75rem;width:0.74978125rem;position:absolute;display:block;z-index:100003;top:2.7560765743256rem;left:30.000001907349rem;display:block; }
#S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI.adaptive-delivery-prevent-bg { background-image: none; }
#w8BF7EwZRvCFknSzguRO253NVZT3Td11 { display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:3.8125rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:3.9040811061859rem;left:32.498918533325rem;height:7.625875rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:7.6931436061856rem;left:32.749567031861rem;height:2.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:100000;display:none; }
#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row .container { background-color: transparent; background-image: none; }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row .container > .video-iframe-container { display: none; }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row > .video-iframe-container { display: none; }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .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); }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row .container { border-width: 0; border-radius: 0; }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bsTz9Puf/Untitled_design_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq.adaptive-delivery-prevent-bg { background-image: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container { background-color: transparent; background-image: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container > .video-iframe-container { display: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row > .video-iframe-container { display: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .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); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container { border-width: 0; border-radius: 0; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;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:51.8125rem;width:60rem;position:relative;display:block; }#R67MJTTrDdw05zXVCmdsQCe3zf8Thpvs { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.686625rem;width:17.6248125rem;top:12.5rem;left:22.5rem;overflow:hidden;display:block; }
#T8HS76SChh2lwRIbGNx494UGoEVAbD9V { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:17.8125rem;top:12.25rem;left:1.3125rem;overflow:hidden;display:block; }
#r9vNFcNV4q1XRMlUbCnuEUpKamNrdRJs { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:18.2498125rem;top:12.3125rem;left:41.75rem;overflow:hidden;display:block; }
#v6v9CRxg3RSFMGwxTEypE0a9S0dXPsOh { display:block;width:58.1875rem;position:absolute;font-family:"titillium web";font-size:3.8125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:2.1462707519531rem;left:2.4066848754883rem;height:3.81293125rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#C4dcdzFViwVO0M8P5qReazKy3GR0FIhk { display:block;width:10.186625rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:31.248915672302rem;left:5.1247844696045rem;height:2.56293125rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#zvV0JBq89uTxD6h4HfWXQrDHxD2h1Juv { display:block;width:14.4998125rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:31.248915672302rem;left:24.649522781372rem;height:2.56293125rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#FwGHNF4MPweOTqwQ6UAqxNJ3S789UARN { display:block;width:14.4998125rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:31.248915672302rem;left:43.624135971069rem;height:2.56293125rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#D5dhqAPb9AV7SxL2kKt1w9BSNc8XiwoC { display:block;width:52.374125rem;position:absolute;font-family:"titillium web";font-size:2.6875rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:5.9581165313721rem;left:5.7139759063721rem;height:2.68771875rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#psssndHEdS9mfivoAOC9BEttWkQaDIiy { display:block;width:58.936625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:42.5625rem;left:1.0625rem;height:7.87434375rem;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:50.4375rem;left:1.0625rem;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.4375rem;width:60rem;top:42.0625rem;left:0rem;display:block; }
#qBIuOh1HWIswAoxeaXbnmQmL9NQxw3bn { background-color:#000000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.5rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.809028625488rem;left:0.53168487548828rem;display:block; }
#yUShmDaUkUgoUvmeZWhxf6UZpH2LxduC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zfJ13N5Nnegnzt8OyyxVBURpE1GEnwIW { background-color:#e50e0e;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:34.809028625488rem;left:20.437284469604rem;display:block; }
#W6KcuWEFR90cFT7f0ArPUG0KTtzP1cO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hf0ORLTCu0f0q2nCeVTzRxe2qlTsSPq9 { background-color:#000000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:34.809028625488rem;left:41.093751907349rem;display:block; }
#wdbzbV0zCilWcFc0KE8JgvDz2nq05zp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row .container { background-color: transparent; background-image: none; }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row .container > .video-iframe-container { display: none; }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row > .video-iframe-container { display: none; }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .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); }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row .container { border-width: 0; border-radius: 0; }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { z-index:100000;top:16.060107469559rem;left:7.5314674377444rem;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; }
#GBvNAdOQMz0wOVLx1amqZbt2crG9vyNa { position:absolute;display:block;z-index:99997;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:10.4373125rem;width:60rem;top:23.181414842606rem;left:0rem;display:block; }
#SeAZ8LVsL7tk9Z17rwUPCuTgb7WKJHwU { display:block;width:58.9355625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:24.460711717606rem;left:0.53168487548828rem;height:7.87435rem;text-align:center;text-align-last:center;color:#ff0000;font-style:normal;display:block; }
#ErimCDRPgi56x7sqzTOEmMMTb7TE432h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:60rem;top:2.1875rem;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:75.375rem;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:9.2491321861744rem;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.5rem;width:1.5rem;top:16.874132186174rem;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:22.936198711395rem;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:18.375rem;width:24.625rem;top:7.5564270019531rem;left:33.231340408325rem;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:7.1484375rem;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:15.949004173279rem;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:22.185330867768rem;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.68685rem;width:13.3745625rem;position:absolute;display:block;z-index:100003;top:30.130645751953rem;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:28.248268127441rem;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:32.223310470581rem;left:4.0625rem;height:30.38081875rem;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:32.998047828674rem;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.49956875rem;width:1.49956875rem;top:48.480906486511rem;left:0.93750095367431rem;overflow:hidden;display:block; }
#TWGmTFpX6lUGWTpqBPwpdxeupfIRomaT { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.49956875rem;top:62.91775512695rem;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.2495625rem;top:32.223314285278rem;left:32.917753219604rem;overflow:hidden;display:block; }
#L6ksV9GDXtdwpoFNeOPLuhZfhnKzRzUk { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1248125rem;width:25.3125rem;top:49.360902786255rem;left:32.887372970581rem;overflow:hidden;display:block; }
#LyASbH3X93EqEd0QNuDduJGZGpasIRnW { background-color:#e50e0e;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-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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.1873125rem;height:4.43685rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:69.133033752444rem;left:9.2100696563719rem;display:block; }
#T6tKMoZIDobh1cmJIQfhCX8QurLCaU2s { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 { 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; }
#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8.adaptive-delivery-prevent-bg { background-image: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container { background-color: transparent; background-image: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container > .video-iframe-container { display: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row > .video-iframe-container { display: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .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); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container { border-width: 0; border-radius: 0; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#Hsz22VyQqoliM24rRtXM51dqJpOkECWz { 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:2.9047317504883rem;left:0rem;height:1.7871125rem;color:#ffffff;display:block; }
#hBhnTsfxoE4We26UhXp9HsfhFXxDRG5m { 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.68685rem;width:8.2498125rem;position:absolute;display:block;z-index:100005;top:4.6234817504883rem;left:0rem;display:block; }
#hBhnTsfxoE4We26UhXp9HsfhFXxDRG5m.adaptive-delivery-prevent-bg { background-image: none; }
#ri93oDVhbeNT3Ip5s0nNDovtsbiPyDBN { 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.7901496887206rem;left:21.592882156372rem;height:10.4618125rem;color:#858585;display:block; }
#iAiofCAcAp19IFniyfX8LT3T7SA3mGfq { 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.2443599700925rem;left:42.749567031861rem;height:12.999125rem;color:#858585;display:block; }
#urKZEaHzJ3l405PChboUP1ynOzNvXcFS { display:block;width:18.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:24.370662689209rem;left:21.625436782837rem;height:1.2999125rem;color:#858585;font-style:normal;display:block; }
#epRMAP4fGGEQQWnEp85N8EuCI9sJFOLq { 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:24.370661735534rem;left:42.749567031861rem;height:2.599825rem;color:#858585;font-style:normal;display:block; }
#QBhmr7i4mJUSa8bLi4sSrBIpOahbTrkG { 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.1705751419069rem;left:2.2482643127441rem;height:11.69925rem;color:#858585;display:block; }
#Xuu6CItAp1RwZyT4bgO7RRwuU7p6N3kU { 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:24.370653629303rem;left:2.4034290313721rem;height:1.2999125rem;color:#858585;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:19.8125rem;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:18.287762165069rem;left:0rem;height:;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:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.2495625rem;height:4.56163125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:1.6970491409302rem;left:7.9047317504881rem;display:block; }
#rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#R3iqizGvDbKOnolrwIrELs7ey2J11HvN { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.0625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:15.677083015442rem;left:0rem;height:2.68120625rem;text-align:center;text-align-last:center;color:#020000;font-style:normal;display:block; }
#badulss2JPHp6SiJUT2ucxTvtDmtLUCT { display:block;width:58.9355625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:7.99587726593rem;left:1.0633687973023rem;height:5.2495625rem;text-align:center;text-align-last:center;color:#ff0000;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:0rem;left:16.140626907349rem;width:14.375rem;height:5.7251382635612rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { top:2.3125rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz { display:flex;width:18rem;height:5.0625rem;top:0.5rem;left:13.367189407349rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #bRWSilTB6srFDhuaB0cL9nZ0VunB3uVR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #qF87CDZIhOyfaR0SUypTxcd2qXL4yck4 {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #pgabwCyUXQud3JW9oT8WIMZ5r5iUfWrO {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #ym8EXOBQtwnmgX2X7MBnDVOryyUUeJMH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #OBU7D9Gk0A072lMg28TGbOUfUdkyW7sH {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #IHn66iRF4zkna0LU6ENHDMeaG0fbvM0D {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #uKMf6CA1c06ynKxJze7OkSI44ogXq2IF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #xPem0XgTJHQu2tZSMGhfSRQ306sLOGVD {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #Cb31d69BuqvvDadf1gKE8tO8ngWH0NtP {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #CgpXGEM41TnKOFwHcWIb5HhqinP9dedM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #u3OmNWsTcbvckdq0yKB0XkxMNXKotdfQ {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #q8e0i0ST4BNr219bV7GXodBx1UIhfWaB {  }
 }@media only screen and (max-width: 763px) { #VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:21.875rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { width:0.75rem;height:8.75rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { 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) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:21.875rem;height:2.5rem;top:10.1875rem;left:25.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh { display:block; }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq { display:block; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .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) { #R67MJTTrDdw05zXVCmdsQCe3zf8Thpvs { top:12.5rem;left:16.375rem;width:17.5625rem;height:17.624093961993rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8HS76SChh2lwRIbGNx494UGoEVAbD9V { top:12.25rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9vNFcNV4q1XRMlUbCnuEUpKamNrdRJs { top:12.3125rem;left:29.5625rem;width:18.1875rem;height:18.063113662127rem;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) { #C4dcdzFViwVO0M8P5qReazKy3GR0FIhk { 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) { #zvV0JBq89uTxD6h4HfWXQrDHxD2h1Juv { 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) { #FwGHNF4MPweOTqwQ6UAqxNJ3S789UARN { 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:42.0625rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBIuOh1HWIswAoxeaXbnmQmL9NQxw3bn { width:18.125rem;height:3.5rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUShmDaUkUgoUvmeZWhxf6UZpH2LxduC { display:block; }
 }@media only screen and (max-width: 763px) { #zfJ13N5Nnegnzt8OyyxVBURpE1GEnwIW { width:19.1875rem;height:3.625rem;top:34.75rem;left:14.312284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6KcuWEFR90cFT7f0ArPUG0KTtzP1cO2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hf0ORLTCu0f0q2nCeVTzRxe2qlTsSPq9 { width:18.125rem;height:3.75rem;top:34.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdbzbV0zCilWcFc0KE8JgvDz2nq05zp0 { display:block; }
 }@media only screen and (max-width: 763px) { #T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 { display:block; }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { top:16rem;left:1.4064674377441rem;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) { #GBvNAdOQMz0wOVLx1amqZbt2crG9vyNa { top:23.125rem;left:0rem;width:47.75rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeAZ8LVsL7tk9Z17rwUPCuTgb7WKJHwU { 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) { #ErimCDRPgi56x7sqzTOEmMMTb7TE432h { top:2.1875rem;left:0rem;width:47.75rem;height:9.55rem;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.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Tnzdp5C6zFLl0VE4VwtdkV06ozwgJT { top:9.1875rem;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:16.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPix0CSoO06QTVsbIvly2hqTwE22EVe { top:22.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STunRkREtPLFaUPl15KiTcFb4ZcDiN7d { top:7.5rem;left:23.125rem;width:24.625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSX9PtK7kGcf1G6AMrldysFOQhpeuZJm { width:24.4375rem;height:7.125rem;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:15.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL3xi579TVkD89AvBTcsMMSEAoDqbXPZ { width:24.4375rem;height:3.5625rem;top:22.125rem;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:13.3125rem;height:0.625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDin47uLHey4Mv6MDVZ8Kz77nzM9U2tP { width:30rem;height:1.75rem;top:28.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVNa7A6TFS1bCEZfCy4vSVs0FclVUnqc { width:24.4375rem;height:34rem;top:32.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Temx7GzkAuFXhxESoPM0gNw7AtGvOFrp { top:32.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLtsOOseelAPwt6K6HknE4G8xZG9kezt { top:48.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGmTFpX6lUGWTpqBPwpdxeupfIRomaT { top:62.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv4CTC44Ki9PQoicyoxBFzHFUDvo8HhK { top:32.1875rem;left:22.5rem;width:25.1875rem;height:15.024853462807rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ksV9GDXtdwpoFNeOPLuhZfhnKzRzUk { top:49.3125rem;left:22.4375rem;width:25.3125rem;height:15.1248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyASbH3X93EqEd0QNuDduJGZGpasIRnW { width:17.5rem;height:3.4375rem;top:8.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tKMoZIDobh1cmJIQfhCX8QurLCaU2s { display:block; }
 }@media only screen and (max-width: 763px) { #LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 { display:block; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hsz22VyQqoliM24rRtXM51dqJpOkECWz { width:20rem;height:1.75rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBhnTsfxoE4We26UhXp9HsfhFXxDRG5m { width:8.1875rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri93oDVhbeNT3Ip5s0nNDovtsbiPyDBN { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAiofCAcAp19IFniyfX8LT3T7SA3mGfq { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urKZEaHzJ3l405PChboUP1ynOzNvXcFS { width:12.5rem;height:1.25rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epRMAP4fGGEQQWnEp85N8EuCI9sJFOLq { width:12.5rem;height:1.25rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBhmr7i4mJUSa8bLi4sSrBIpOahbTrkG { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuu6CItAp1RwZyT4bgO7RRwuU7p6N3kU { 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) { #R3iqizGvDbKOnolrwIrELs7ey2J11HvN { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #badulss2JPHp6SiJUT2ucxTvtDmtLUCT { 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) { #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) { #OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { width:20rem;height:8.859375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz { display:flex;width:18rem;height:5.0625rem;top:0.5rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #bRWSilTB6srFDhuaB0cL9nZ0VunB3uVR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #qF87CDZIhOyfaR0SUypTxcd2qXL4yck4 {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #pgabwCyUXQud3JW9oT8WIMZ5r5iUfWrO {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #ym8EXOBQtwnmgX2X7MBnDVOryyUUeJMH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #OBU7D9Gk0A072lMg28TGbOUfUdkyW7sH {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #IHn66iRF4zkna0LU6ENHDMeaG0fbvM0D {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #uKMf6CA1c06ynKxJze7OkSI44ogXq2IF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #xPem0XgTJHQu2tZSMGhfSRQ306sLOGVD {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #Cb31d69BuqvvDadf1gKE8tO8ngWH0NtP {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #CgpXGEM41TnKOFwHcWIb5HhqinP9dedM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #u3OmNWsTcbvckdq0yKB0XkxMNXKotdfQ {  }
 }@media only screen and (max-width: 763px) { #EHiBbnqo8Tbvssnqcomk9A8qdu2dL1Dz #q8e0i0ST4BNr219bV7GXodBx1UIhfWaB {  }
 }@media only screen and (max-width: 763px) { #VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:20rem;height:6.875rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { width:0.75rem;height:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { width:20rem;height:6.875rem;top:17.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:20rem;height:1.875rem;top:25.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { top:15.1875rem;left:3.75rem;width:12.5rem;height:0.875rem;z-index:100004;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;border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;display:block; }
#wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh { display:block; }#rc0hpGGyUqPggBwlmrG1eNFNSJW1XcOh > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oFX01qiN/Find_your_fit_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq.adaptive-delivery-prevent-bg { background-image: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container { background-color: transparent; background-image: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container > .video-iframe-container { display: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row > .video-iframe-container { display: none; }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .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); }#iCJhvtT7MWcS7Lkry9SgsvlbTybQQAtq > .row .container { width:20rem;height:8.5rem;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) { #R67MJTTrDdw05zXVCmdsQCe3zf8Thpvs { width:17.5625rem;height:17.62303521846rem;top:29.31206875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8HS76SChh2lwRIbGNx494UGoEVAbD9V { width:17.8125rem;height:17.8125rem;top:10.24956875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9vNFcNV4q1XRMlUbCnuEUpKamNrdRJs { width:18.1875rem;height:18.063113662127rem;top:48.18510396846rem;left:0.875rem;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) { #C4dcdzFViwVO0M8P5qReazKy3GR0FIhk { width:10.125rem;height:0;top:67.498217630588rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvV0JBq89uTxD6h4HfWXQrDHxD2h1Juv { width:14.4375rem;height:0;top:71.310067630587rem;left:2.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwGHNF4MPweOTqwQ6UAqxNJ3S789UARN { width:14.4375rem;height:0;top:75.121917630588rem;left:2.75rem;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:6.31185rem;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:94.058988883025rem;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:101.93441612912rem;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:93.558767630587rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBIuOh1HWIswAoxeaXbnmQmL9NQxw3bn { width:18.125rem;height:3.5rem;top:78.933767630587rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUShmDaUkUgoUvmeZWhxf6UZpH2LxduC { display:block; }
 }@media only screen and (max-width: 763px) { #zfJ13N5Nnegnzt8OyyxVBURpE1GEnwIW { width:19.1875rem;height:3.625rem;top:83.683767630587rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6KcuWEFR90cFT7f0ArPUG0KTtzP1cO2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hf0ORLTCu0f0q2nCeVTzRxe2qlTsSPq9 { width:18.125rem;height:3.75rem;top:88.558767630587rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdbzbV0zCilWcFc0KE8JgvDz2nq05zp0 { display:block; }
 }@media only screen and (max-width: 763px) { #T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 { display:block; }#T9LlGLi0oRbnIlGM14MawxKXT0w8aOK4 > .row .container { width:20rem;height:23.5rem;position:relative;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) { #GBvNAdOQMz0wOVLx1amqZbt2crG9vyNa { width:20rem;height:10.375rem;top:11.6874375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeAZ8LVsL7tk9Z17rwUPCuTgb7WKJHwU { width:20rem;height:0;top:12.966734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErimCDRPgi56x7sqzTOEmMMTb7TE432h { width:20rem;height:3.9999375rem;top:6.4375rem;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:20rem;height:14.989384288747rem;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) { #TWGmTFpX6lUGWTpqBPwpdxeupfIRomaT { width:1.4375rem;height:1.4375rem;top:67.23631875rem;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) { #L6ksV9GDXtdwpoFNeOPLuhZfhnKzRzUk { width:20rem;height:11.950469135802rem;top:129.36519375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyASbH3X93EqEd0QNuDduJGZGpasIRnW { width:20rem;height:4.375rem;top:123.74019375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tKMoZIDobh1cmJIQfhCX8QurLCaU2s { display:block; }
 }@media only screen and (max-width: 763px) { #LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 { 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; }
#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8.adaptive-delivery-prevent-bg { background-image: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container { background-color: transparent; background-image: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container > .video-iframe-container { display: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row > .video-iframe-container { display: none; }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .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); }#LgaIMXpRzsBtKAeXtsS69ULCgkPteTa8 > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hsz22VyQqoliM24rRtXM51dqJpOkECWz { 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) { #hBhnTsfxoE4We26UhXp9HsfhFXxDRG5m { width:8.25rem;height:0.6875rem;top:5.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri93oDVhbeNT3Ip5s0nNDovtsbiPyDBN { 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) { #iAiofCAcAp19IFniyfX8LT3T7SA3mGfq { 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) { #urKZEaHzJ3l405PChboUP1ynOzNvXcFS { width:18.4375rem;height:0;top:37.47268125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epRMAP4fGGEQQWnEp85N8EuCI9sJFOLq { 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) { #QBhmr7i4mJUSa8bLi4sSrBIpOahbTrkG { 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) { #Xuu6CItAp1RwZyT4bgO7RRwuU7p6N3kU { 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:38.375rem;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) { #R3iqizGvDbKOnolrwIrELs7ey2J11HvN { width:20rem;height:2.5996125rem;top:25.496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #badulss2JPHp6SiJUT2ucxTvtDmtLUCT { width:20rem;height:0;top:29.308625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;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; }
 }