.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/DgTHveDa/pexels_fauxels_3183153.jpg");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:100014;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:100013;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:40.3125rem;width:75rem;position:relative;display:block; }#gzqln4PMvb3gRGD0TdOq6wtchdIkLpDi { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:99988;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.25rem;height:7.1493125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { background-color:#3a64f5;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.249125rem;height:4.43685rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:33rem;left:11.25rem;display:block; }
#EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:11.9375rem;left:1.375rem;height:11.99653125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .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;background-color:;background-image:none;margin-top:0;margin-right:0.37rem;margin-bottom:0;margin-left:0.37rem;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; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.548125rem;padding-right:0.0925rem;padding-bottom:0;padding-left:0.0925rem;display:block;width:3.976875rem;height:2.648125rem;position:relative;font-family:"open sans";font-size:2.465rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .widget-text.counter-label { background-color:;background-image:none;color:#e5e5e5;padding-top:0;padding-right:0.0925rem;padding-bottom:0.365rem;padding-left:0.0925rem;display:block;width:3.976875rem;height:0.685rem;position:relative;font-family:"open sans";font-size:0.548125rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq { top:27.25rem;left:11.125rem;z-index:100014;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:;background-image:none;display:block;width:19.625rem;height:5.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #l02nqIMVQdFqhKnha651INEpso6P1U7S { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #z1tQVKuTOka4o8FrCp9ucKR52bMqlEzL { display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #DTweomtIOfsITuzK0T68t0nhTW6qh7LM { display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #SdXbwiwhHP0i4SmzUysMh3bFkm55RVLv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #t3DTowao5TMuhp6FfOBckCJE4PdMNhdT { display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #rmN3OvS5rD0ui1BUcTuJNIUTXxnQ5Vcc { display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #tfKB0xAGWZp5MbZuqCGoncVGeAuIaPGN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #e8lGUrbIh9yrVG91oymM7IGisb6Q0i1p { display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #KHhu60KTFGx4wch4tF8B0kWusC2og1HR { display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #o3PgdQ24lDcOTwApS6JeZAaPMZdFMbiL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #mWU5hLoy6VdXQwEReTSmJxNyOrTB3Lom { display:block; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #lUcu87aofcmA34m1XoPhVfnH9QB4hbzG { 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:25.6875rem;left:6.5625rem;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;height:26.875rem;width:40.6875rem;top:13.311632156372rem;left:34.3125rem;overflow:hidden;display:block; }
#tLzxk48N8REQTJm5PO2o9QKoU5R1o1SK { background-color:#3a64f5;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.249125rem;height:4.43685rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:33rem;left:11.25rem;display:none; }
#lMr5GT17Sk2mE7w3Tia8qlbVzzzOEhrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#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:36.0625rem;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:21.4375rem;width:32.25rem;top:-1.0625rem;left:0rem;overflow:hidden;display:block; }
#worD61rLUx8hBTPAtbQVq4vvwhQ4UtRn { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:14.9375rem;width:28.625rem;top:17.6875rem;left:4.75rem;display:block; }
#dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:22.75rem;left:6.4375rem;height:8.2864375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:4.3118476867676rem;left:36.812068939209rem;height:2.4375rem;font-style:normal;display:block; }
#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:9.6243476867675rem;left:36.875003814698rem;height:;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:#3a64f5;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.374rem;height:5.061525rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:26.435546875rem;left:43.25rem;display:block; }
#hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oUbIyhA01heZBUAIuHC6aasuyK4mlqGP { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3a64f5, #c1cbec);background-image: -moz-linear-gradient(90deg, #3a64f5, #c1cbec);background-image: -ms-linear-gradient(90deg, #3a64f5, #c1cbec);background-image: -o-linear-gradient(90deg, #3a64f5, #c1cbec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a64f5', endColorstr='#c1cbec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a64f5', endColorstr='#c1cbec' );";background-image: linear-gradient(90deg, #3a64f5, #c1cbec);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:5.6875rem;top:21.25rem;left:6.4375rem;display:block; }
#RcniVRJkT92RXWU2VtnAE9HnFZ2HWSeG { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:18.875rem;left:6.4375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bSAsowSlMGHeZRJDentrab1RHLwJcEQP { position:relative;display:block; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP { background-color: transparent; background-image: none; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container > .video-iframe-container { display: none; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row > .video-iframe-container { display: none; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .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); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP { border-width: 0; border-radius: 0; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .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:23.3125rem;width:75rem;position:relative;display:block; }#ApmVpOyCgc8I38kPTKvh30bgO8g5Kxi5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:9.375rem;left:9.78125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { background-color:#3a64f5;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:20.249rem;height:4.749025rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:14.3125rem;left:27.3740234375rem;display:block; }
#HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { 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:1.6875rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { width:19.1875rem;height:4.375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block; }
 }@media only screen and (max-width: 763px) { #rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { top:11.9375rem;left:0rem;width:39.0625rem;height:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .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;background-color:;background-image:none;margin-top:0;margin-right:0.37rem;margin-bottom:0;margin-left:0.37rem;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; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.548125rem;padding-right:0.0925rem;padding-bottom:0;padding-left:0.0925rem;display:block;width:3.976875rem;height:2.648125rem;position:relative;font-family:"open sans";font-size:2.465rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .widget-text.counter-label { background-color:;background-image:none;color:#e5e5e5;padding-top:0;padding-right:0.0925rem;padding-bottom:0.365rem;padding-left:0.0925rem;display:block;width:3.976875rem;height:0.685rem;position:relative;font-family:"open sans";font-size:0.548125rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq { top:27.25rem;left:0rem;width:19.625rem;height:5.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #l02nqIMVQdFqhKnha651INEpso6P1U7S { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #z1tQVKuTOka4o8FrCp9ucKR52bMqlEzL {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #DTweomtIOfsITuzK0T68t0nhTW6qh7LM {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #SdXbwiwhHP0i4SmzUysMh3bFkm55RVLv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #t3DTowao5TMuhp6FfOBckCJE4PdMNhdT {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #rmN3OvS5rD0ui1BUcTuJNIUTXxnQ5Vcc {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #tfKB0xAGWZp5MbZuqCGoncVGeAuIaPGN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #e8lGUrbIh9yrVG91oymM7IGisb6Q0i1p {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #KHhu60KTFGx4wch4tF8B0kWusC2og1HR {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #o3PgdQ24lDcOTwApS6JeZAaPMZdFMbiL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #mWU5hLoy6VdXQwEReTSmJxNyOrTB3Lom {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #lUcu87aofcmA34m1XoPhVfnH9QB4hbzG {  }
 }@media only screen and (max-width: 763px) { #f86KZkWxvm4ZIqXMgONdfPpKNPqwNueX { top:25.6875rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAglCothoSUmhwF6IErcAXGvKN1sAINa { top:13.25rem;left:7.0625rem;width:40.6875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzxk48N8REQTJm5PO2o9QKoU5R1o1SK { width:19.1875rem;height:4.375rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMr5GT17Sk2mE7w3Tia8qlbVzzzOEhrZ { display:block; }
 }@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.0625rem;left:0rem;width:32.25rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #worD61rLUx8hBTPAtbQVq4vvwhQ4UtRn { top:17.6875rem;left:0rem;width:28.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 { top:22.6875rem;left:0rem;width:25rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { top:4.25rem;left:12.75rem;width:35rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { top:9.5625rem;left:12.8125rem;width:34.875rem;height:;font-size:1.3125rem;display:block; }#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 li:before{  }
 }@media only screen and (max-width: 763px) { #mNlnadS3TeURNUUrDpSwOSFq5DI2tevG { width:23.3125rem;height:5rem;top:26.375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block; }
 }@media only screen and (max-width: 763px) { #oUbIyhA01heZBUAIuHC6aasuyK4mlqGP { top:21.25rem;left:0rem;width:5.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcniVRJkT92RXWU2VtnAE9HnFZ2HWSeG { top:18.875rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSAsowSlMGHeZRJDentrab1RHLwJcEQP { display:block; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApmVpOyCgc8I38kPTKvh30bgO8g5Kxi5 { top:3.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { top:9.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { width:20.1875rem;height:4.6875rem;top:14.3125rem;left:13.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { 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:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GW0lTnmnMzbXQI4CKfA0t6l8EDBi8nVR { width:2.0625rem;height:2.0625rem;top:0.28125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq98g6nZI1C7P5NdBJLAwT9lNsRqTObE { width:17.9375rem;height:1.5rem;top:0.5625rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzqln4PMvb3gRGD0TdOq6wtchdIkLpDi { width:20rem;height:5.5rem;top:0.9366319179535rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { width:15.125rem;height:3.5625rem;top:32.5625rem;left:2.4375000596046rem;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:12.44444375rem;top:11.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#rokTdQif3fqKbVXB98iPPTcuAkTIOGDq { top:27.375rem;left:0.99999994039537rem;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:;background-image:none;display:block;width:17.9373125rem;height:4.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #l02nqIMVQdFqhKnha651INEpso6P1U7S { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #z1tQVKuTOka4o8FrCp9ucKR52bMqlEzL {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #DTweomtIOfsITuzK0T68t0nhTW6qh7LM {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #SdXbwiwhHP0i4SmzUysMh3bFkm55RVLv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #t3DTowao5TMuhp6FfOBckCJE4PdMNhdT {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #rmN3OvS5rD0ui1BUcTuJNIUTXxnQ5Vcc {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #tfKB0xAGWZp5MbZuqCGoncVGeAuIaPGN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #e8lGUrbIh9yrVG91oymM7IGisb6Q0i1p {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #KHhu60KTFGx4wch4tF8B0kWusC2og1HR {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #o3PgdQ24lDcOTwApS6JeZAaPMZdFMbiL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #mWU5hLoy6VdXQwEReTSmJxNyOrTB3Lom {  }
 }@media only screen and (max-width: 763px) { #rokTdQif3fqKbVXB98iPPTcuAkTIOGDq #lUcu87aofcmA34m1XoPhVfnH9QB4hbzG {  }
 }@media only screen and (max-width: 763px) { #f86KZkWxvm4ZIqXMgONdfPpKNPqwNueX { width:20rem;height:1.277775rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAglCothoSUmhwF6IErcAXGvKN1sAINa { width:15.8125rem;height:10.5rem;top:34.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLzxk48N8REQTJm5PO2o9QKoU5R1o1SK { width:15.6875rem;height:3.75rem;top:7.37673664093rem;left:2.1562500596046rem;z-index:100009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMr5GT17Sk2mE7w3Tia8qlbVzzzOEhrZ { display:block; }
 }@media only screen and (max-width: 763px) { #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoVySWmo3qKfI3950AoOcEyfqSNgFNy { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worD61rLUx8hBTPAtbQVq4vvwhQ4UtRn { width:20rem;height:15.75rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 { width:17.8125rem;height:10.22225rem;top:16.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { width:20rem;height:1.6111125rem;top:29.875rem;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:14.84025rem;top:32.6875rem;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:49.9375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block; }
 }@media only screen and (max-width: 763px) { #oUbIyhA01heZBUAIuHC6aasuyK4mlqGP { width:5.6875rem;height:0.375rem;top:15.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcniVRJkT92RXWU2VtnAE9HnFZ2HWSeG { width:20rem;height:1.5rem;top:13.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSAsowSlMGHeZRJDentrab1RHLwJcEQP { display:block; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApmVpOyCgc8I38kPTKvh30bgO8g5Kxi5 { width:20rem;height:5.1111125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { width:20rem;height:2.55555625rem;top:7.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { width:17.124rem;height:4.124025rem;top:11.6240234375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { display:block; }
 }