.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:transparent;background-image:url("https://images.assets-landingi.com/6EOCFI4l/IMG_1302.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#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.7); }#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); }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv { position:relative;display:block; }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv { background-color: transparent; background-image: none; }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row .container > .video-iframe-container { display: none; }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row > .video-iframe-container { display: none; }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .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); }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv { border-width: 0; border-radius: 0; }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row .container > .video-iframe-container {  }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .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; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .widget-text.counter-number { border-top:0.125rem solid #fdff00;border-left:0.125rem solid #fdff00;border-right:0.125rem solid #fdff00;border-bottom:0.125rem solid #fdff00;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .widget-text.counter-label { background-color:;background-image:none;color:#ffd600;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:0.71875rem;left:20.687501907349rem;z-index:100000; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #mJ2KUdtPi0k34cIbiKr0bmH6o1J8TcV7 { display:flex;position:relative;top:0rem;left:0rem; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #mX7uA9li6VV55rNmcUJDUalDJ8H8hMOZ { width:auto; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #SCCkCUV24TUUu2lTOJ03L80yLdrBQDx3 {  }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #FHMKGWWWt2pEuzFnGRMwAM0cARd5B2PL { display:flex;position:relative;top:0rem;left:0rem; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #Gz9l19xHoFaoWk6Hf3ZIexzR0xrAMgaT {  }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #i6yDmnngSIdV3aCqRobDEz55T9dSikM2 {  }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #CxBTfFN5A1N3949JmOJabFiLLErXtOWd { display:flex;position:relative;top:0rem;left:0rem; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #r8swgVAmqV0hnBu8qJJn1PkfJCceZzJx {  }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #SlfTXq2xgH3ORkLm2Ioxd3eaGZvpwfM4 {  }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #WIky0OKE5V6BXxTmpovVUF3Cqq1V1prq { display:flex;position:relative;top:0rem;left:0rem; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #c9ErzTk9BTgNl0Gc2NTq6qVBZgTPcVo2 {  }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #S4VT3dmliQazGcPns6U2bcIpumy1FWBH {  }
#DOdOtSU6cTR7MwTk9H8DbQoPo9bnbrV7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:19rem;top:0.53125rem;left:0rem;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:9.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { color:#fff6f6;display:block;width:58.5625rem;position:absolute;font-family:"futura medium";font-size:4.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7875003814698rem;left:1.4371089935302rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row .container { background-color: transparent; background-image: none; }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row .container > .video-iframe-container { display: none; }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row > .video-iframe-container { display: none; }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .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); }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row .container { border-width: 0; border-radius: 0; }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row > .video-iframe-container {  }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row .container { background-color: transparent; background-image: none; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row .container > .video-iframe-container { display: none; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row > .video-iframe-container { display: none; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .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); }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row .container { border-width: 0; border-radius: 0; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row > .video-iframe-container {  }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { background-color: transparent; background-image: none; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container > .video-iframe-container { display: none; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row > .video-iframe-container { display: none; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .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); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { border-width: 0; border-radius: 0; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row > .video-iframe-container {  }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;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:2.125rem;left:0rem;height:1.7875rem;color:#000000;display:block; }
#HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;height:0.6875rem;width:13.375rem;position:absolute;display:block;z-index:100003;top:4.1875rem;left:0rem;display:block; }#HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO.adaptive-delivery-prevent-bg, #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO.lazyload, #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO.lazyloading { background-image: none; }
#HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.1875002384187rem;left:5rem;height:2.6rem;color:#858585;display:block; }
#b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.687109231949rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#zWUSlHG13kU0qW8kgXBZ9oFkH5f1ZZFG { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.624610185623rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#Md2eHTIXFIJS7pJAa7yirIUSPfSlIDTn { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.350000619888rem;left:5rem;height:1.3rem;color:#858585;display:block; }
#TWAGAt6Rz33kfoq8NhwssR3cR5WltehJ { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:31.937499284744rem;left:35.000001907349rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#GwhpBQ8PPdZMTBsBCsJRO90Wz0Gy2229 { display:block;width:22.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:7.1875002384187rem;left:35.000001907349rem;height:22.1rem;color:#858585;display:block; }
#hBcuA1zfkugvrK4hpCvENSJZIfqXNTO2 { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:31.937499284744rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#cV5WcDl2Pzv4al38JASgqwsb3TEI6KVH { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.112500429154rem;left:5rem;height:5.2rem;color:#858585;display:block; }
#mR0pSoOaN8q3Gr1Mtk9swWtnKWfFM4hJ { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:18.987500429154rem;left:5rem;height:2.6rem;color:#858585;display:block; }
#bvgGseeTOrGNBDa4DZ52GR9a84kdLf7e { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:22.687501192093rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#iK6OP1x5MAJTMfRJAUqrLLMRgvKlc0G1 { box-sizing:content-box;color:#fdff00;font-size:4.9375rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:34.449219703674rem;left:0rem;display:block; }
#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row .container { background-color: transparent; background-image: none; }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row .container > .video-iframe-container { display: none; }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row > .video-iframe-container { display: none; }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .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); }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row .container { border-width: 0; border-radius: 0; }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row > .video-iframe-container {  }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row > .video-iframe-container {  }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.7246074676514rem;left:3.03125rem;height:1.3rem;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:2.7238292694092rem;left:45.531251907349rem;height:1.3rem;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:2.7238292694092rem;left:52.093748092651rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KE8TgDzkGJknUli0aPSW4US4gu2NaBxv { display:block; }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .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; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .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; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe { width:19rem;height:5.3125rem;display:flex;top:0.8125rem;left:12.77499961853rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #mJ2KUdtPi0k34cIbiKr0bmH6o1J8TcV7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #mX7uA9li6VV55rNmcUJDUalDJ8H8hMOZ {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #SCCkCUV24TUUu2lTOJ03L80yLdrBQDx3 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #FHMKGWWWt2pEuzFnGRMwAM0cARd5B2PL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #Gz9l19xHoFaoWk6Hf3ZIexzR0xrAMgaT {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #i6yDmnngSIdV3aCqRobDEz55T9dSikM2 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #CxBTfFN5A1N3949JmOJabFiLLErXtOWd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #r8swgVAmqV0hnBu8qJJn1PkfJCceZzJx {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #SlfTXq2xgH3ORkLm2Ioxd3eaGZvpwfM4 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #WIky0OKE5V6BXxTmpovVUF3Cqq1V1prq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #c9ErzTk9BTgNl0Gc2NTq6qVBZgTPcVo2 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #S4VT3dmliQazGcPns6U2bcIpumy1FWBH {  }
 }@media only screen and (max-width: 763px) { #DOdOtSU6cTR7MwTk9H8DbQoPo9bnbrV7 { top:0.5rem;left:0rem;width:19rem;height:6.9375rem;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:1.75rem;left:0rem;width:47.75rem;height:6.125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg { display:block; }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS { display:block; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX { display:block; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { width:30rem;height:1.75rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { width:13.375rem;height:0.6875rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { width:12.5rem;height:1.25rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWUSlHG13kU0qW8kgXBZ9oFkH5f1ZZFG { width:12.5rem;height:1.25rem;top:31.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md2eHTIXFIJS7pJAa7yirIUSPfSlIDTn { width:20rem;height:6.25rem;top:24.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAGAt6Rz33kfoq8NhwssR3cR5WltehJ { width:12.5rem;height:1.25rem;top:31.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhpBQ8PPdZMTBsBCsJRO90Wz0Gy2229 { width:20rem;height:6.25rem;top:24.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBcuA1zfkugvrK4hpCvENSJZIfqXNTO2 { width:12.5rem;height:1.25rem;top:19.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5WcDl2Pzv4al38JASgqwsb3TEI6KVH { width:20rem;height:6.25rem;top:12.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR0pSoOaN8q3Gr1Mtk9swWtnKWfFM4hJ { width:20rem;height:6.25rem;top:24.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgGseeTOrGNBDa4DZ52GR9a84kdLf7e { width:12.5rem;height:1.25rem;top:31.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6OP1x5MAJTMfRJAUqrLLMRgvKlc0G1 { top:34.4375rem;left:0rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb5V04sZzBv2cHoht5aB5h0sctv91EPW { display:block; }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row .container { width:47.75rem;height:14.6875rem;position:relative;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:2.6875rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDeZGHgKPblPyaEb9xezZilrKvLECVib { top:2.6875rem;left:39.406251907349rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { top:2.6875rem;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) { #KE8TgDzkGJknUli0aPSW4US4gu2NaBxv { display:block; }#KE8TgDzkGJknUli0aPSW4US4gu2NaBxv > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .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; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe .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; }
#lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe { width:19rem;height:5.3125rem;display:flex;top:1.25rem;left:-0.125rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #mJ2KUdtPi0k34cIbiKr0bmH6o1J8TcV7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #mX7uA9li6VV55rNmcUJDUalDJ8H8hMOZ {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #SCCkCUV24TUUu2lTOJ03L80yLdrBQDx3 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #FHMKGWWWt2pEuzFnGRMwAM0cARd5B2PL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #Gz9l19xHoFaoWk6Hf3ZIexzR0xrAMgaT {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #i6yDmnngSIdV3aCqRobDEz55T9dSikM2 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #CxBTfFN5A1N3949JmOJabFiLLErXtOWd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #r8swgVAmqV0hnBu8qJJn1PkfJCceZzJx {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #SlfTXq2xgH3ORkLm2Ioxd3eaGZvpwfM4 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #WIky0OKE5V6BXxTmpovVUF3Cqq1V1prq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #c9ErzTk9BTgNl0Gc2NTq6qVBZgTPcVo2 {  }
 }@media only screen and (max-width: 763px) { #lJ6Tpe6QKaH5LMNxaGy3mgELq8TfwFFe #S4VT3dmliQazGcPns6U2bcIpumy1FWBH {  }
 }@media only screen and (max-width: 763px) { #DOdOtSU6cTR7MwTk9H8DbQoPo9bnbrV7 { width:19rem;height:6.9375rem;top:8.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg { display:block; }#qTTCfdsmGgw22CgZ2ApDySFi2lKiAvZg > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS { display:block; }#QRnX5JKdNffGTiGlyvHTVT3TEHdmdHIS > .row .container { width:20rem;height:131.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX { display:block; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { 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) { #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { width:13.375rem;height:0.6875rem;top:4.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:17.5rem;height:2.6rem;top:6.3125rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { width:17.5rem;height:1.3rem;top:10.1625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWUSlHG13kU0qW8kgXBZ9oFkH5f1ZZFG { width:17.5rem;height:1.3rem;top:15.2625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md2eHTIXFIJS7pJAa7yirIUSPfSlIDTn { width:17.5rem;height:1.3rem;top:12.7125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAGAt6Rz33kfoq8NhwssR3cR5WltehJ { width:17.5rem;height:1.3rem;top:63.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhpBQ8PPdZMTBsBCsJRO90Wz0Gy2229 { width:18.5625rem;height:28.6rem;top:33.2125rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBcuA1zfkugvrK4hpCvENSJZIfqXNTO2 { width:17.5rem;height:1.3rem;top:30.6625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5WcDl2Pzv4al38JASgqwsb3TEI6KVH { width:17.5rem;height:5.2rem;top:24.2125rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR0pSoOaN8q3Gr1Mtk9swWtnKWfFM4hJ { width:19rem;height:2.6rem;top:17.8125rem;left:0.5rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgGseeTOrGNBDa4DZ52GR9a84kdLf7e { width:12.5rem;height:1.3rem;top:21.6625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6OP1x5MAJTMfRJAUqrLLMRgvKlc0G1 { width:7.125rem;height:7.125rem;top:75.425004482269rem;left:6.4374998807906rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cb5V04sZzBv2cHoht5aB5h0sctv91EPW { display:block; }#Cb5V04sZzBv2cHoht5aB5h0sctv91EPW > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { width:13rem;height:2.6rem;top:5.1rem;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.3rem;top:8.95rem;left:7.875rem;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.3rem;top:11.5rem;left:7.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }