.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e5d7381-4d4d-4396-b010-54c64f856659/mike66_1__1_.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.83); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.83); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row .container { background-color: transparent; background-image: none; }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row .container > .video-iframe-container { display: none; }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row > .video-iframe-container { display: none; }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .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); }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row .container { border-width: 0; border-radius: 0; }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#GW0lTnmnMzbXQI4CKfA0t6l8EDBi8nVR { box-sizing:content-box;color:#e94c40;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0rem;left:21.125rem;display:block; }
#Cq98g6nZI1C7P5NdBJLAwT9lNsRqTObE { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:1.03125rem;left:25.375rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#gzqln4PMvb3gRGD0TdOq6wtchdIkLpDi { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:99988;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.25rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { background-color:#44ccce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.24825rem;height:4.43663125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.060762643814rem;left:9.5590286254881rem;display:block; }
#EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:13.5625rem;left:2.3411464691162rem;height:9.597225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f86KZkWxvm4ZIqXMgONdfPpKNPqwNueX { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.5rem;left:4.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAglCothoSUmhwF6IErcAXGvKN1sAINa { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;height:25.875rem;width:30.75rem;top:13.5625rem;left:38.0625rem;overflow:hidden;display:block; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .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; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;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:arial;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; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 { 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:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:27.125002145767rem;left:10.181423187256rem;z-index:100013; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #KTGTxGC2p2lD4vyo3Ff73BQIvuKMoWcZ { display:flex;position:relative;top:0rem;left:0rem; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #mgnubSZcRdldllBR8ralOGZIkkmxwvHO { width:auto; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #MMqVz5rTfGMIaZHVR7L6BmQs0dfs6iOL {  }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #tCcLdbkkdXuVccQsUvzbLN565aD3GhtC { display:flex;position:relative;top:0rem;left:0rem; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #OQPFO2m1boqKc9LTRT6p9sZ2iHORNQEw {  }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #LU7ELdliBFkg0dbIOlbHCN4W5RtuTEXf {  }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #clV3JmSfSP5Rq2UwmdtcRu9NGs2gJDLf { display:flex;position:relative;top:0rem;left:0rem; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #QqfOVvTuXuskQOIvebXd4l5cTwTLIMlT {  }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #xcRdTSHzbIi6wiui1fbpQyF6X8n9hwo2 {  }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #IROiEoSD69XeNs5LEWxioLkZHJbseOLB { display:flex;position:relative;top:0rem;left:0rem; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #Xq2qFtr1w2V3W8cg5Gv7RfeXxH7Ral5n {  }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #rBoVEmOkrHCXKoWDxoLrJHGS4SGtWUlD {  }
#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vg06Dcwg/Background2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh.adaptive-delivery-prevent-bg, #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh.lazyload, #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh.lazyloading { background-image: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { background-color: transparent; background-image: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container > .video-iframe-container { display: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row > .video-iframe-container { display: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .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); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { border-width: 0; border-radius: 0; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#xMoVySWmo3qKfI3950AoOcEyfqSNgFNy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.125rem rgba(0,0,0,0.17) ;height:27.5rem;width:18.25rem;top:-1.875rem;left:0rem;overflow:hidden;display:block; }
#OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { color:#000000;display:block;width:35rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:3.375rem;left:31.75rem;height:2.4375rem;font-style:normal;display:block; }
#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.125rem;left:31.75rem;height:11.609375rem;display:block; }#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 li:before{  }
#mNlnadS3TeURNUUrDpSwOSFq5DI2tevG { background-color:#44ccce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.374125rem;height:5.06163125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:20.626735687256rem;left:33.749134063721rem;display:block; }
#hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk { display:block; }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GW0lTnmnMzbXQI4CKfA0t6l8EDBi8nVR { top:0rem;left:7.5rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq98g6nZI1C7P5NdBJLAwT9lNsRqTObE { top:1rem;left:11.75rem;width:27.0625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzqln4PMvb3gRGD0TdOq6wtchdIkLpDi { top:2.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { width:19.1875rem;height:4.375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block; }
 }@media only screen and (max-width: 763px) { #rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { top:13.5625rem;left:0rem;width:33.6875rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f86KZkWxvm4ZIqXMgONdfPpKNPqwNueX { top:24.5rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAglCothoSUmhwF6IErcAXGvKN1sAINa { top:13.5625rem;left:17rem;width:30.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .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; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .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; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 { width:18rem;height:5.0625rem;display:flex;top:27.1875rem;left:0rem;z-index:100013; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #KTGTxGC2p2lD4vyo3Ff73BQIvuKMoWcZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #mgnubSZcRdldllBR8ralOGZIkkmxwvHO {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #MMqVz5rTfGMIaZHVR7L6BmQs0dfs6iOL {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #tCcLdbkkdXuVccQsUvzbLN565aD3GhtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #OQPFO2m1boqKc9LTRT6p9sZ2iHORNQEw {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #LU7ELdliBFkg0dbIOlbHCN4W5RtuTEXf {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #clV3JmSfSP5Rq2UwmdtcRu9NGs2gJDLf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #QqfOVvTuXuskQOIvebXd4l5cTwTLIMlT {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #xcRdTSHzbIi6wiui1fbpQyF6X8n9hwo2 {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #IROiEoSD69XeNs5LEWxioLkZHJbseOLB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #Xq2qFtr1w2V3W8cg5Gv7RfeXxH7Ral5n {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #rBoVEmOkrHCXKoWDxoLrJHGS4SGtWUlD {  }
 }@media only screen and (max-width: 763px) { #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoVySWmo3qKfI3950AoOcEyfqSNgFNy { top:-1.875rem;left:0rem;width:18.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { top:3.375rem;left:12.75rem;width:35rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { top:8.125rem;left:16.6875rem;width:31.0625rem;height:11.5625rem;font-size:1.3125rem;display:block; }#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 li:before{  }
 }@media only screen and (max-width: 763px) { #mNlnadS3TeURNUUrDpSwOSFq5DI2tevG { width:23.3125rem;height:5rem;top:20.625rem;left:20.124134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk { display:block; }#ssyJuFTOcMey6BoC8CskQAAwMzE1mqBk > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GW0lTnmnMzbXQI4CKfA0t6l8EDBi8nVR { width:2.0625rem;height:2.0625rem;top:0rem;left:8.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq98g6nZI1C7P5NdBJLAwT9lNsRqTObE { width:17.9375rem;height:1.5434rem;top:1.9375rem;left:1.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzqln4PMvb3gRGD0TdOq6wtchdIkLpDi { width:20rem;height:5.1171875rem;top:1.1241321563721rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { width:14.375rem;height:3.375rem;top:20.9375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block; }
 }@media only screen and (max-width: 763px) { #rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { width:20rem;height:6.79860625rem;top:7.0034723281863rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f86KZkWxvm4ZIqXMgONdfPpKNPqwNueX { width:20rem;height:1.29948125rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAglCothoSUmhwF6IErcAXGvKN1sAINa { width:19rem;height:16rem;top:34.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .widget-text.counter-number { padding-top:0.30125rem;padding-right:0.268125rem;padding-bottom:0.30125rem;padding-left:0.268125rem;width:1.609375rem;min-width:1.609375rem;height:1.61875rem;font-size:1.205rem;line-height:25.9px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.188125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.145625rem;height:0.64rem;font-size:0.451875rem;line-height:10.24px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 { width:11.0625rem;height:3.0625rem;display:flex;top:16.6875rem;left:4.4375rem;z-index:100013;padding-top:0.0375rem;padding-right:0.038125rem;padding-bottom:0.0375rem;padding-left:0.038125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #KTGTxGC2p2lD4vyo3Ff73BQIvuKMoWcZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #mgnubSZcRdldllBR8ralOGZIkkmxwvHO {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #MMqVz5rTfGMIaZHVR7L6BmQs0dfs6iOL {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #tCcLdbkkdXuVccQsUvzbLN565aD3GhtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #OQPFO2m1boqKc9LTRT6p9sZ2iHORNQEw {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #LU7ELdliBFkg0dbIOlbHCN4W5RtuTEXf {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #clV3JmSfSP5Rq2UwmdtcRu9NGs2gJDLf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #QqfOVvTuXuskQOIvebXd4l5cTwTLIMlT {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #xcRdTSHzbIi6wiui1fbpQyF6X8n9hwo2 {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #IROiEoSD69XeNs5LEWxioLkZHJbseOLB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #Xq2qFtr1w2V3W8cg5Gv7RfeXxH7Ral5n {  }
 }@media only screen and (max-width: 763px) { #NfznX5WrOwt7LE6mn1UT4QTOA1IJ1NH1 #rBoVEmOkrHCXKoWDxoLrJHGS4SGtWUlD {  }
 }@media only screen and (max-width: 763px) { #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoVySWmo3qKfI3950AoOcEyfqSNgFNy { width:13.5rem;height:20.375rem;top:22.499132871627rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { width:20rem;height:10.471375rem;top:4.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 li:before{  }
 }@media only screen and (max-width: 763px) { #mNlnadS3TeURNUUrDpSwOSFq5DI2tevG { width:18.5625rem;height:4.125rem;top:15.875000953674rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block; }
 }