.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0GTzmWzA/averie_woodard_111831_unsplash_1_.png");background-position:top center !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: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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); }#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); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;z-index:auto;display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { background-color: transparent; background-image: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container > .video-iframe-container { display: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container { display: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .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); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { border-width: 0; border-radius: 0; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container {  }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.3427734375rem;left:37.5rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C06VP4XymlkOOVuhw2nDnRMcA9we0M4D { position:absolute;display:block;z-index:100002;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;height:3.8125rem;width:9.375rem;top:1.28125rem;left:0rem;display:block; }
#BXB6kZcKDns3dLbEFGQfcNTvSTh1eFq5 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:8.5rem;top:1.71875rem;left:0.4375rem;overflow:hidden;display:block; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .widget-text.counter-number { border-top:0.075rem solid #2a2d3d;border-left:0.076875rem solid #2a2d3d;border-right:0.076875rem solid #2a2d3d;border-bottom:0.075rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.200625rem;padding-right:0.180625rem;padding-bottom:0.200625rem;padding-left:0.180625rem;display:block;align-items:center;width:1.08375rem;min-width:1.08375rem;height:1.079375rem;position:relative;font-family:arial;font-size:0.80375rem;font-weight:700;line-height:17.27px;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .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.125625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.444375rem;height:0.426875rem;position:relative;font-family:arial;font-size:0.30125rem;font-weight:700;line-height:6.83px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT { border-top:0;border-left:0;border-right:0;border-bottom: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:10.375rem;height:2.183125rem;padding-top:0.243125rem;padding-right:0.245625rem;padding-bottom:0.243125rem;padding-left:0.245625rem;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:2.8289930820465rem;left:51.402778625488rem;z-index:100003; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #SP6yTKVLOcN71LkRa0sAyK92nbhfoHyd { display:flex;position:relative;top:0rem;left:0rem; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #dDaxzDFyACyTzayc80MzlR3eQmMt1XZA { width:auto; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #v1yPfGQfrdDghpCgVvSZtIcS4Tu2ygZZ {  }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #AkVDlyOP5OA7T2QNn5IBTDbORSMTtAwq { display:flex;position:relative;top:0rem;left:0rem; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #N8J7RnJGpUOZbQqi1cvxlc3i4S9TyZRZ {  }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #HFwLAHclGpmlSXN4OFfKBO8PVfUJJVTe {  }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #tawKIiT7OPwpmmXF2eCT32T8mklZd2Tc { display:flex;position:relative;top:0rem;left:0rem; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #TBJDQTJy4RANwDfwPlJzTI1mKZxrb5vf {  }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #u24rsUT7Zheo2cZs0mLmBV5NqS4lzilM {  }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #r6RbyeLuVNvexMRNrnRGwKl7XtJmyGuA { display:flex;position:relative;top:0rem;left:0rem; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #geubQWZierRICZJvS1iGZ9sTKoEs6QV5 {  }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #ldR31PWRAiFMdeJ2c2AeRE1VW7fXJDx2 {  }
#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(1,6,85,0.66);background-image:none;position:relative;display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { background-color: transparent; background-image: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container > .video-iframe-container { display: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container { display: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .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); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { border-width: 0; border-radius: 0; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container {  }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { color:#ffffff;display:block;width:32.6248125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1rem;left:2.4357643127441rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:12.3125rem;left:1.8125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZEsEhr91TFlQG5L3iGxrdaLorSZ2CCP0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33rem;width:21.3125rem;top:1.875rem;left:45.59375rem;overflow:hidden;display:block; }
#fX37l945NFwtity78IwwaH8wINnZKr3H { background-color:#db2645;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:4.375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:24.1875rem;left:7.03125rem;display:block; }
#oZWQq1F69gVT2IbhRbSFTc9zmOqCE9wr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fPLBrTT5pWMUmXTE9rXmTmZTnGWWEBR1 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:24.3125rem;left:37.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM .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; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.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:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.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:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM { 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.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;z-index:1;display:none; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #qiwLGRpkHweglXHSn05FNLuVViHndrWu { display:flex;position:relative;top:0rem;left:0rem; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #KsOgMixs0SLw9JktaQdexnXAhizdaIsC { width:auto; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #PmO8SSxCwpnezXKhE0koTJTvFqVQmX4l {  }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #w6a96iNPSVQqarQ8kXzq9ySJtPXiTNy2 { display:flex;position:relative;top:0rem;left:0rem; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #ickhRCXEowZyD7xtqwnvBSx7FNAuEBxz {  }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #nUB3Q5ioiySGAlpiB5gAn4Hv0ekbllVH {  }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #uJiOZuc4OahXx6FIfy4LTcmC4iyo2GHD { display:flex;position:relative;top:0rem;left:0rem; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #JTN9WItJmIre2F367Nx5QsNr2tXsmdLM {  }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #v2gSpdOTrAV8H2TM6bCTboDJky89U7Ki {  }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #DgWdwTr8RKqfHTNnwmH7Us9LCSZoHnDV { display:flex;position:relative;top:0rem;left:0rem; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #ZxFT59r4JV839VqnBA42yoIzpOCdMV1L {  }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM #CG4Ge9ckaD2fVCqp3Mt2NgiQVGTCR3vB {  }
#iqTzss0dinWNTWFNE88240MvCNGqiaJZ { color:#ffffff;display:block;width:32.624125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.9800348281861rem;left:2.4357643127441rem;height:6.3368125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 > .row .container { border-width: 0; border-radius: 0; }#AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 > .row > .video-iframe-container {  }#AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:none; }#dw8z82DaAaGUiR6O6KEAynaQo8JCSvh5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.25rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HavNnzvtB7F2STmKKSOPE7SSMitNiigT { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:4.1240234375rem;left:28.53125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#Zc5W2lCeurRBC7iqXLMv9TsgLktgTk2U { background-color:#db2645;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.5625rem;left:31.25rem;display:block; }
#f2laAt4hpxBlK4JfprFupGo10BVHCJhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UthBlUcDoK8qux3cLJ6AEQ3Nfh2ZLa3v { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:0rem;left:43.75rem;display:block; }
#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dbIwPYR3/cubebackground.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES.adaptive-delivery-prevent-bg, #rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES.lazyload, #rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES.lazyloading { background-image: none; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row .container { background-color: transparent; background-image: none; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row .container > .video-iframe-container { display: none; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row > .video-iframe-container { display: none; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .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); }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row .container { border-width: 0; border-radius: 0; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row > .video-iframe-container {  }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#oOTfBJckrTPX9pmHX7z97qripvg4QXHz { position:absolute;display:block;z-index:100006;background-color:#787878;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:10rem;left:4.1875rem;display:block; }
#bMCsxmNOGXRhuCsQiUlROoVa3bxGriUW { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:8.6868476867675rem;left:11.25rem;height:4.0625rem;font-style:normal;display:block; }
#FzAGO3GVT4W8Ttowve4Jxkzgqdec0AnF { color:#657087;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:100035;line-height:1.4;letter-spacing:0;top:13.3125rem;left:11.25rem;height:3.32465rem;font-style:normal;display:block; }
#a7b9m4REZKTRAwDLuoGQ9bWos2yw5esc { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:10.9375rem;left:5.125rem;display:block; }
#LhyGqRCUU4b8TEuNMe0NTV4t3br7PyPy { position:absolute;display:block;z-index:100011;background-color:#fee440;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:9.9997825622556rem;left:41.624355316162rem;display:block; }
#pWBgUDSvLn7KqTJQ2wMnPCgRCNruOZs7 { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:10.874347686767rem;left:42.624782562256rem;display:block; }
#NvyFfVlP326Xboh5xsPoBMMyKvdP2W7S { position:absolute;display:block;z-index:100005;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:7.5616302490238rem;left:3.0620670318604rem;display:block; }
#JBLVLfzNWI0MKsBIkEN5sDc1Zd6CBaoB { color:#657087;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:100040;line-height:1.4;letter-spacing:0;top:13.3125rem;left:48.750003814698rem;height:3.32465rem;font-style:normal;display:block; }
#mp7HisuFBPMItwxSIAMNzndPgA1SkuWX { position:absolute;display:block;z-index:100010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:7.5616302490238rem;left:40.562068939209rem;display:block; }
#O6cnmW0l8yDaLFPNaVTAoHcNLpXFmc6v { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:8.6868476867675rem;left:48.750003814698rem;height:4.0625rem;font-style:normal;display:block; }
#rtnCrxUCdGqGgsMK9zQK5i63o5sCmsF6 { position:absolute;display:block;z-index:100010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:19.687282562256rem;left:3.0620670318604rem;display:block; }
#NOV6H3tNa6LGEaQZwV6W8OgcwPwa508g { color:#657087;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:100040;line-height:1.4;letter-spacing:0;top:25.437068939209rem;left:11.25rem;height:3.32465rem;font-style:normal;display:block; }
#PgHKUUK3EIDttlPpyIaiAQwwIsdRoQKe { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:20.8125rem;left:11.25rem;height:4.0625rem;font-style:normal;display:block; }
#ckrf4mSgaA1uCtvCwr9Uf63mnqR3GaSH { position:absolute;display:block;z-index:100011;background-color:#f61067;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:22.125rem;left:4.1875rem;display:block; }
#Xc7Bic5bB9cDddc3A2kwCAZhSFSpsDeD { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:23.0625rem;left:5.125rem;display:block; }
#k0M99AqXIf2gy0dWi2acz8CTUhc8wQ3M { position:absolute;display:block;z-index:100015;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:19.687282562256rem;left:40.562068939209rem;display:block; }
#ihM7hyLohxoXPih0qaPrt6caRNp5qqZQ { color:#657087;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:100045;line-height:1.4;letter-spacing:0;top:25.437068939209rem;left:48.750003814698rem;height:3.32465rem;font-style:normal;display:block; }
#PVwAeeCH6SD4vavRHcLI4zmVktVzNIoX { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:20.8125rem;left:48.750003814698rem;height:4.0625rem;font-style:normal;display:block; }
#KTHIJvW7AAi3HKnzRCUPDrHC22FhX2AG { position:absolute;display:block;z-index:100016;background-color:#40fe84;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:22.124351501465rem;left:41.624355316162rem;display:block; }
#BN4c0GWbbTEUSopiUvlIRkh7940lB6Bi { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:22.937065124512rem;left:42.561855316162rem;display:block; }
#HVERl3T871rvkeW4EGaGdhpy3SfwEe5R { color:#000000;display:block;width:29.12475rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:35.88134765625rem;left:4.1845703125rem;height:5.52430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIDs1iDreu7HMCk5JQrTZg3UOsNAv2n9 { position:absolute;display:block;z-index:100006;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:34.749134063721rem;left:3.0620670318604rem;display:block; }
#HlGk9ZC7S634Ca3McpLC3KpiyVrfavec { box-sizing:content-box;color:#db2645;font-size:7.9375rem;font-weight:400;line-height:1;height:11.375rem;width:11.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.5rem 0.625rem 2.3125rem rgba(0,0,0,0.21);display:block;z-index:100048;top:30.625rem;left:30.3125rem;display:none; }
#ASI73hpcwQdC73hxSeZNFxRV6eENU1zf { box-sizing:content-box;color:#db2645;font-size:7.9375rem;font-weight:400;line-height:1;height:11.375rem;width:11.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.5rem 0.625rem 2.3125rem rgba(0,0,0,0.21);display:block;z-index:100049;top:34.250003814698rem;left:30.312503814698rem;display:block; }
#bR1SMyyCGXzxOy1e6ahc1va6NWimfzTv { color:#000000;display:block;width:49.9370625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.1625461578369rem;left:11.031902313233rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATuVJh4a0bGBkiJQWPirDOQoG1uOorvn { position:absolute;display:block;z-index:100048;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:15.81175rem;width:30.7495rem;top:31.934814453125rem;left:41.62353515625rem;overflow:hidden;display:block; }
#heODx3MuHThi7qVUTsilblNaSqaoMQQp { position:relative;display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp { background-color: transparent; background-image: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container > .video-iframe-container { display: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row > .video-iframe-container { display: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .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); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp { border-width: 0; border-radius: 0; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container > .video-iframe-container {  }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .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:58.875rem;width:75rem;position:relative;display:block; }#TcGMNs4XNHa0pnMJitS0el78G8igaH04 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.9375rem;width:32.8125rem;top:12.375rem;left:2.34375rem;overflow:hidden;display:block; }
#Txakumzd2MewDRIJqf5lqP9T7N4T6UWc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.25rem;width:32.8125rem;top:6.0625rem;left:39.84375rem;overflow:hidden;display:block; }
#OHgKmoGBnQIXgtuTuzvWeVpDA31zfZOV { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:3.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:4.71245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POOngDEERemTLu4zGkWE7d0yT4nO87ap { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wc5hpx18NUp5Sf1HCoePzq7RcqBme7g4 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5rem;left:37.5rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/I5ntc0Db/what_the_hex_copy60.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re.adaptive-delivery-prevent-bg, #ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re.lazyload, #ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re.lazyloading { background-image: none; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { background-color: transparent; background-image: none; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container > .video-iframe-container { display: none; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row > .video-iframe-container { display: none; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .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); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { border-width: 0; border-radius: 0; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row > .video-iframe-container {  }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#ylpvw5QRuQkrDwS8TrnfcgIbiZuCdP1Z { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.28125rem;left:0rem;height:5.3624125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQkRS1Fhzw0zGDRT9xTc0DGGn9RQLDfx { color:#ee0000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:18.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ffxka0BrLD7xPrkaStiuFeJvUpNwfvCf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:26.25rem;top:14.375rem;left:5.625rem;overflow:hidden;display:block; }
#UH2GWVwFeOoDIe6oPqSImNiaviga9yTI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:26.25rem;top:14.375rem;left:43.125rem;overflow:hidden;display:block; }
#rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:38.8125rem;left:2.34375rem;height:6.497375rem;text-align:center;text-align-last:center;display:block; }
#Qmq74CD8w3bybxBG97HDQQBKKC7Mql8I { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:44.3125rem;left:39.84375rem;height:5.19791875rem;text-align:center;text-align-last:center;display:block; }
#ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:45.6875rem;left:12.5rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z2U5kPRZPkabpClFmqV5fTy5MWhnNvHw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:49.9375rem;left:50rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { background-color: transparent; background-image: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container > .video-iframe-container { display: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container { display: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .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); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { border-width: 0; border-radius: 0; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container {  }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9775943756104rem;left:0rem;height:4.71245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { color:#cac6c6;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6194000244137rem;left:0rem;height:3.57465rem;text-align:center;text-align-last:center;display:block; }
#GCBCzWUEVTCGOIioIV6N8UHd9gsws0GO { 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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#d33259;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.4375rem;height:5.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:12.4130859375rem;left:18.28125rem;display:block; }
#mZUog26s9yeMZk5P2euDXETJ573UNUIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { background-color: transparent; background-image: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container > .video-iframe-container { display: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container { display: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .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); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { border-width: 0; border-radius: 0; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container {  }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#mZELSCAHLAqDrEApKcSTzSIZHQCBPois { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#41b7d8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.124375rem;height:1.249675rem;text-decoration:none;z-index:100003;text-align:right;text-align-last:right;top:25.99967956543rem;left:31.875001311302rem;display:block; }
#zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RaoRQ9vurvXhg32hfBWkdl5BpIGbVqbM { color:#868686;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#bcHswLwIxz25dBw8G6UdoVgCgiUXLhFp { color:#868686;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:10.3958125rem;text-align:center;text-align-last:center;display:block; }
#J6AgfEHu1aT4zAFR1AHIgdT0JJrsfvLH { position:absolute;display:block;z-index:100005;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;height:4.5rem;width:11.25rem;top:3.125rem;left:31.875rem;display:block; }
#cihlQLC9mVWSKcUvVReI1lEWEvxgKwbs { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:10.375rem;top:3.59375rem;left:32.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { top:0.3125rem;left:10.25rem;width:37.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C06VP4XymlkOOVuhw2nDnRMcA9we0M4D { top:1.25rem;left:0rem;width:9.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXB6kZcKDns3dLbEFGQfcNTvSTh1eFq5 { top:1.6875rem;left:0rem;width:8.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .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; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .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; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT { width:18.625rem;height:5.2125rem;display:flex;top:2.4375rem;left:31.824653625488rem;z-index:100003; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #SP6yTKVLOcN71LkRa0sAyK92nbhfoHyd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #dDaxzDFyACyTzayc80MzlR3eQmMt1XZA {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #v1yPfGQfrdDghpCgVvSZtIcS4Tu2ygZZ {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #AkVDlyOP5OA7T2QNn5IBTDbORSMTtAwq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #N8J7RnJGpUOZbQqi1cvxlc3i4S9TyZRZ {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #HFwLAHclGpmlSXN4OFfKBO8PVfUJJVTe {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #tawKIiT7OPwpmmXF2eCT32T8mklZd2Tc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #TBJDQTJy4RANwDfwPlJzTI1mKZxrb5vf {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #u24rsUT7Zheo2cZs0mLmBV5NqS4lzilM {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #r6RbyeLuVNvexMRNrnRGwKl7XtJmyGuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #geubQWZierRICZJvS1iGZ9sTKoEs6QV5 {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #ldR31PWRAiFMdeJ2c2AeRE1VW7fXJDx2 {  }
 }@media only screen and (max-width: 763px) { #ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { top:1rem;left:0rem;width:32.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { top:12.3125rem;left:0rem;width:35.75rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsEhr91TFlQG5L3iGxrdaLorSZ2CCP0 { top:1.875rem;left:25.15625rem;width:21.3125rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX37l945NFwtity78IwwaH8wINnZKr3H { width:23.4375rem;height:4.375rem;top:24.1875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWQq1F69gVT2IbhRbSFTc9zmOqCE9wr { display:block; }
 }@media only screen and (max-width: 763px) { #fPLBrTT5pWMUmXTE9rXmTmZTnGWWEBR1 { top:24.3125rem;left:10.25rem;width:37.5rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM .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; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM .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; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #qiwLGRpkHweglXHSn05FNLuVViHndrWu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #KsOgMixs0SLw9JktaQdexnXAhizdaIsC {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #PmO8SSxCwpnezXKhE0koTJTvFqVQmX4l {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #w6a96iNPSVQqarQ8kXzq9ySJtPXiTNy2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #ickhRCXEowZyD7xtqwnvBSx7FNAuEBxz {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #nUB3Q5ioiySGAlpiB5gAn4Hv0ekbllVH {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #uJiOZuc4OahXx6FIfy4LTcmC4iyo2GHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #JTN9WItJmIre2F367Nx5QsNr2tXsmdLM {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #v2gSpdOTrAV8H2TM6bCTboDJky89U7Ki {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #DgWdwTr8RKqfHTNnwmH7Us9LCSZoHnDV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #ZxFT59r4JV839VqnBA42yoIzpOCdMV1L {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #CG4Ge9ckaD2fVCqp3Mt2NgiQVGTCR3vB {  }
 }@media only screen and (max-width: 763px) { #iqTzss0dinWNTWFNE88240MvCNGqiaJZ { top:4.9375rem;left:0rem;width:32.5625rem;height:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 { display:block; }#AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw8z82DaAaGUiR6O6KEAynaQo8JCSvh5 { top:1.125rem;left:17.625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HavNnzvtB7F2STmKKSOPE7SSMitNiigT { top:4.0625rem;left:14.90625rem;width:17.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc5W2lCeurRBC7iqXLMv9TsgLktgTk2U { width:12.5rem;height:3.4375rem;top:7.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2laAt4hpxBlK4JfprFupGo10BVHCJhQ { display:block; }
 }@media only screen and (max-width: 763px) { #UthBlUcDoK8qux3cLJ6AEQ3Nfh2ZLa3v { top:0rem;left:30.125rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES { display:block; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOTfBJckrTPX9pmHX7z97qripvg4QXHz { top:10rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMCsxmNOGXRhuCsQiUlROoVa3bxGriUW { top:8.625rem;left:1.6875rem;width:22.1875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzAGO3GVT4W8Ttowve4Jxkzgqdec0AnF { top:13.3125rem;left:1.6875rem;width:22.1875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7b9m4REZKTRAwDLuoGQ9bWos2yw5esc { top:10.9375rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhyGqRCUU4b8TEuNMe0NTV4t3br7PyPy { top:9.9375rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBgUDSvLn7KqTJQ2wMnPCgRCNruOZs7 { top:10.8125rem;left:23.875rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyFfVlP326Xboh5xsPoBMMyKvdP2W7S { top:7.5rem;left:0rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBLVLfzNWI0MKsBIkEN5sDc1Zd6CBaoB { top:13.3125rem;left:25.5625rem;width:22.1875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp7HisuFBPMItwxSIAMNzndPgA1SkuWX { top:7.5rem;left:16.375rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6cnmW0l8yDaLFPNaVTAoHcNLpXFmc6v { top:8.625rem;left:25.5625rem;width:22.1875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnCrxUCdGqGgsMK9zQK5i63o5sCmsF6 { top:19.625rem;left:0rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOV6H3tNa6LGEaQZwV6W8OgcwPwa508g { top:25.375rem;left:1.6875rem;width:22.1875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgHKUUK3EIDttlPpyIaiAQwwIsdRoQKe { top:20.8125rem;left:1.6875rem;width:22.1875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckrf4mSgaA1uCtvCwr9Uf63mnqR3GaSH { top:22.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc7Bic5bB9cDddc3A2kwCAZhSFSpsDeD { top:23.0625rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0M99AqXIf2gy0dWi2acz8CTUhc8wQ3M { top:19.625rem;left:16.375rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihM7hyLohxoXPih0qaPrt6caRNp5qqZQ { top:25.375rem;left:25.5625rem;width:22.1875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVwAeeCH6SD4vavRHcLI4zmVktVzNIoX { top:20.8125rem;left:25.5625rem;width:22.1875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTHIJvW7AAi3HKnzRCUPDrHC22FhX2AG { top:22.0625rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4c0GWbbTEUSopiUvlIRkh7940lB6Bi { top:22.875rem;left:23.875rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVERl3T871rvkeW4EGaGdhpy3SfwEe5R { top:35.875rem;left:0rem;width:29.0625rem;height:8.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIDs1iDreu7HMCk5JQrTZg3UOsNAv2n9 { top:34.6875rem;left:0rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGk9ZC7S634Ca3McpLC3KpiyVrfavec { top:30.625rem;left:12.5rem;width:11.375rem;height:11.375rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASI73hpcwQdC73hxSeZNFxRV6eENU1zf { top:34.25rem;left:12.5rem;width:11.375rem;height:11.375rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR1SMyyCGXzxOy1e6ahc1va6NWimfzTv { top:2.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuVJh4a0bGBkiJQWPirDOQoG1uOorvn { top:31.875rem;left:16.875rem;width:30.6875rem;height:15.779868879982rem;display:block; }
 }@media only screen and (max-width: 763px) { #heODx3MuHThi7qVUTsilblNaSqaoMQQp { display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcGMNs4XNHa0pnMJitS0el78G8igaH04 { top:12.375rem;left:0rem;width:32.8125rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txakumzd2MewDRIJqf5lqP9T7N4T6UWc { top:6.0625rem;left:14.9375rem;width:32.8125rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgKmoGBnQIXgtuTuzvWeVpDA31zfZOV { top:2.5rem;left:0rem;width:37.5rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POOngDEERemTLu4zGkWE7d0yT4nO87ap { top:8.6875rem;left:0rem;width:37.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc5hpx18NUp5Sf1HCoePzq7RcqBme7g4 { top:2.5rem;left:10.25rem;width:37.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re { display:block; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylpvw5QRuQkrDwS8TrnfcgIbiZuCdP1Z { top:6.25rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkRS1Fhzw0zGDRT9xTc0DGGn9RQLDfx { top:4.6875rem;left:0rem;width:37.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffxka0BrLD7xPrkaStiuFeJvUpNwfvCf { top:14.375rem;left:0rem;width:26.25rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH2GWVwFeOoDIe6oPqSImNiaviga9yTI { top:14.375rem;left:21.5rem;width:26.25rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { top:38.8125rem;left:0rem;width:32.8125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmq74CD8w3bybxBG97HDQQBKKC7Mql8I { top:44.3125rem;left:14.9375rem;width:32.8125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { top:45.6875rem;left:5.6875rem;width:12.5rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2U5kPRZPkabpClFmqV5fTy5MWhnNvHw { top:49.9375rem;left:29.5625rem;width:12.5rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { top:1.9375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { top:7.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCBCzWUEVTCGOIioIV6N8UHd9gsws0GO { width:38.4375rem;height:5.125rem;top:12.375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUog26s9yeMZk5P2euDXETJ573UNUIZ { display:block; }
 }@media only screen and (max-width: 763px) { #NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZELSCAHLAqDrEApKcSTzSIZHQCBPois { width:8.0625rem;height:1.1875rem;top:25.9375rem;left:18.250001311302rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block; }
 }@media only screen and (max-width: 763px) { #RaoRQ9vurvXhg32hfBWkdl5BpIGbVqbM { top:22.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcHswLwIxz25dBw8G6UdoVgCgiUXLhFp { top:8.875rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AgfEHu1aT4zAFR1AHIgdT0JJrsfvLH { top:3.125rem;left:18.25rem;width:11.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cihlQLC9mVWSKcUvVReI1lEWEvxgKwbs { top:3.5625rem;left:18.6875rem;width:10.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { position:relative;z-index:auto;display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { width:20rem;height:0;top:6.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C06VP4XymlkOOVuhw2nDnRMcA9we0M4D { width:9.375rem;height:3.8125rem;top:0.6875rem;left:5.3124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXB6kZcKDns3dLbEFGQfcNTvSTh1eFq5 { width:8.5rem;height:2.9375rem;top:1.125rem;left:5.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .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; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .widget-text.counter-number { padding-top:0.165rem;padding-right:0.145625rem;padding-bottom:0.165rem;padding-left:0.145625rem;width:0.873125rem;min-width:0.873125rem;height:0.88625rem;font-size:0.659375rem;line-height:14.18px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #2a2d3d;border-right:0.0625rem solid #2a2d3d;border-bottom:0.0625rem solid #2a2d3d;border-left:0.0625rem solid #2a2d3d; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.103125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.16375rem;height:0.35rem;font-size:0.2475rem;line-height:5.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APT1ldWmisPHCETXdXb9FCsEiRiTS2dT { width:9.1875rem;height:1.794375rem;display:flex;top:2.4375rem;left:0.68749994039537rem;z-index:100003;padding-top:0.08rem;padding-right:0.081875rem;padding-bottom:0.08rem;padding-left:0.081875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #SP6yTKVLOcN71LkRa0sAyK92nbhfoHyd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #dDaxzDFyACyTzayc80MzlR3eQmMt1XZA {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #v1yPfGQfrdDghpCgVvSZtIcS4Tu2ygZZ {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #AkVDlyOP5OA7T2QNn5IBTDbORSMTtAwq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #N8J7RnJGpUOZbQqi1cvxlc3i4S9TyZRZ {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #HFwLAHclGpmlSXN4OFfKBO8PVfUJJVTe {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #tawKIiT7OPwpmmXF2eCT32T8mklZd2Tc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #TBJDQTJy4RANwDfwPlJzTI1mKZxrb5vf {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #u24rsUT7Zheo2cZs0mLmBV5NqS4lzilM {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #r6RbyeLuVNvexMRNrnRGwKl7XtJmyGuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #geubQWZierRICZJvS1iGZ9sTKoEs6QV5 {  }
 }@media only screen and (max-width: 763px) { #APT1ldWmisPHCETXdXb9FCsEiRiTS2dT #ldR31PWRAiFMdeJ2c2AeRE1VW7fXJDx2 {  }
 }@media only screen and (max-width: 763px) { #ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { width:19.997375rem;height:1.70573125rem;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { width:16.25rem;height:9.5625rem;top:7.7222223281863rem;left:1.8750000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsEhr91TFlQG5L3iGxrdaLorSZ2CCP0 { width:8.247375rem;height:12.8125rem;top:30.5625rem;left:5.8758681416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX37l945NFwtity78IwwaH8wINnZKr3H { width:14.1875rem;height:3.25rem;top:18.637153625488rem;left:2.9062500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWQq1F69gVT2IbhRbSFTc9zmOqCE9wr { display:block; }
 }@media only screen and (max-width: 763px) { #fPLBrTT5pWMUmXTE9rXmTmZTnGWWEBR1 { width:20rem;height:1.5434rem;top:23.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM .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; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM .widget-text.counter-number { padding-top:0.2525rem;padding-right:0.22375rem;padding-bottom:0.2525rem;padding-left:0.22375rem;width:1.34375rem;min-width:1.34375rem;height:1.356875rem;font-size:1.01rem;line-height:21.71px;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; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1575rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.79125rem;height:0.53625rem;font-size:0.37875rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oqSIA3PZGNReJRFraghSq5dLOyRGycpM { display:flex;top:26rem;left:4.0624998211861rem;width:11.1875rem;height:2.555625rem;z-index:100012;padding-top:0.315625rem;padding-right:0.32rem;padding-bottom:0.315625rem;padding-left:0.32rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #qiwLGRpkHweglXHSn05FNLuVViHndrWu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #KsOgMixs0SLw9JktaQdexnXAhizdaIsC {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #PmO8SSxCwpnezXKhE0koTJTvFqVQmX4l {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #w6a96iNPSVQqarQ8kXzq9ySJtPXiTNy2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #ickhRCXEowZyD7xtqwnvBSx7FNAuEBxz {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #nUB3Q5ioiySGAlpiB5gAn4Hv0ekbllVH {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #uJiOZuc4OahXx6FIfy4LTcmC4iyo2GHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #JTN9WItJmIre2F367Nx5QsNr2tXsmdLM {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #v2gSpdOTrAV8H2TM6bCTboDJky89U7Ki {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #DgWdwTr8RKqfHTNnwmH7Us9LCSZoHnDV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #ZxFT59r4JV839VqnBA42yoIzpOCdMV1L {  }
 }@media only screen and (max-width: 763px) { #oqSIA3PZGNReJRFraghSq5dLOyRGycpM #CG4Ge9ckaD2fVCqp3Mt2NgiQVGTCR3vB {  }
 }@media only screen and (max-width: 763px) { #iqTzss0dinWNTWFNE88240MvCNGqiaJZ { width:16.625rem;height:3.41145625rem;top:3.5182294845581rem;left:1.6875000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 { display:none; }#AVXO4dwG7iC2A4Oz1To0qOA3ZLx7tJR0 > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dw8z82DaAaGUiR6O6KEAynaQo8JCSvh5 { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HavNnzvtB7F2STmKKSOPE7SSMitNiigT { width:17.9375rem;height:0;top:8.1875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc5W2lCeurRBC7iqXLMv9TsgLktgTk2U { width:12.5rem;height:3.4375rem;top:11.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2laAt4hpxBlK4JfprFupGo10BVHCJhQ { display:block; }
 }@media only screen and (max-width: 763px) { #UthBlUcDoK8qux3cLJ6AEQ3Nfh2ZLa3v { width:2.4375rem;height:2.4375rem;top:4.5rem;left:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES { display:block; }#rk47MW9qvUq5qc6BR9Jhdh7wA7RB7oES > .row .container { width:20rem;height:109.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOTfBJckrTPX9pmHX7z97qripvg4QXHz { width:5.625rem;height:5.625rem;top:9.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMCsxmNOGXRhuCsQiUlROoVa3bxGriUW { width:18.5625rem;height:3.7361125rem;top:16.125rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzAGO3GVT4W8Ttowve4Jxkzgqdec0AnF { width:18.6875rem;height:4.98698125rem;top:20.4375rem;left:0.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7b9m4REZKTRAwDLuoGQ9bWos2yw5esc { width:3.75rem;height:3.75rem;top:10.5625rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhyGqRCUU4b8TEuNMe0NTV4t3br7PyPy { width:5.625rem;height:5.625rem;top:28.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBgUDSvLn7KqTJQ2wMnPCgRCNruOZs7 { width:3.75rem;height:3.75rem;top:29.75rem;left:8.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyFfVlP326Xboh5xsPoBMMyKvdP2W7S { width:20rem;height:17.8125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBLVLfzNWI0MKsBIkEN5sDc1Zd6CBaoB { width:19.6875rem;height:4.98698125rem;top:41.6875rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mp7HisuFBPMItwxSIAMNzndPgA1SkuWX { width:20rem;height:19.3125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6cnmW0l8yDaLFPNaVTAoHcNLpXFmc6v { width:19.5rem;height:3.7361125rem;top:35.375rem;left:0.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtnCrxUCdGqGgsMK9zQK5i63o5sCmsF6 { width:19.875rem;height:15.4375rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOV6H3tNa6LGEaQZwV6W8OgcwPwa508g { width:20rem;height:3.32465rem;top:60.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgHKUUK3EIDttlPpyIaiAQwwIsdRoQKe { width:20rem;height:3.7361125rem;top:56rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckrf4mSgaA1uCtvCwr9Uf63mnqR3GaSH { width:5.625rem;height:5.625rem;top:49.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc7Bic5bB9cDddc3A2kwCAZhSFSpsDeD { width:3.75rem;height:3.75rem;top:50.6875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0M99AqXIf2gy0dWi2acz8CTUhc8wQ3M { width:19.875rem;height:16.9375rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihM7hyLohxoXPih0qaPrt6caRNp5qqZQ { width:20rem;height:4.98698125rem;top:77.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVwAeeCH6SD4vavRHcLI4zmVktVzNIoX { width:20rem;height:3.7361125rem;top:73.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTHIJvW7AAi3HKnzRCUPDrHC22FhX2AG { width:5.625rem;height:5.625rem;top:66.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4c0GWbbTEUSopiUvlIRkh7940lB6Bi { width:3.75rem;height:3.75rem;top:67.3125rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVERl3T871rvkeW4EGaGdhpy3SfwEe5R { width:20rem;height:7.3125rem;top:85.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIDs1iDreu7HMCk5JQrTZg3UOsNAv2n9 { width:19.875rem;height:10.3125rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGk9ZC7S634Ca3McpLC3KpiyVrfavec { width:11.375rem;height:11.375rem;top:91.5625rem;left:4.3125rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASI73hpcwQdC73hxSeZNFxRV6eENU1zf { width:11.375rem;height:11.375rem;top:34.25rem;left:4.3125rem;font-size:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR1SMyyCGXzxOy1e6ahc1va6NWimfzTv { width:18.75rem;height:5.19965rem;top:1.607638835907rem;left:0.62413197755814rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuVJh4a0bGBkiJQWPirDOQoG1uOorvn { width:19.875rem;height:10.219960405216rem;top:98.125rem;left:0rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #heODx3MuHThi7qVUTsilblNaSqaoMQQp { display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcGMNs4XNHa0pnMJitS0el78G8igaH04 { width:20rem;height:24.342857142857rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txakumzd2MewDRIJqf5lqP9T7N4T6UWc { width:20rem;height:28.190476190476rem;top:40.15525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgKmoGBnQIXgtuTuzvWeVpDA31zfZOV { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #POOngDEERemTLu4zGkWE7d0yT4nO87ap { width:20rem;height:3.57465rem;top:5.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc5hpx18NUp5Sf1HCoePzq7RcqBme7g4 { width:20rem;height:3.57465rem;top:35.40525rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re { display:block; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylpvw5QRuQkrDwS8TrnfcgIbiZuCdP1Z { width:20rem;height:5.19965rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkRS1Fhzw0zGDRT9xTc0DGGn9RQLDfx { width:20rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffxka0BrLD7xPrkaStiuFeJvUpNwfvCf { width:20rem;height:17.904761904762rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH2GWVwFeOoDIe6oPqSImNiaviga9yTI { width:20rem;height:22.095238095238rem;top:46.7793125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { width:20rem;height:11.6953125rem;top:31.2793125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmq74CD8w3bybxBG97HDQQBKKC7Mql8I { width:20rem;height:7.796875rem;top:70.1240625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { width:12.5rem;height:1.375rem;top:43.7793125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2U5kPRZPkabpClFmqV5fTy5MWhnNvHw { width:12.5rem;height:1.375rem;top:78.8740625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { position:relative;z-index:auto;display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { width:19.999rem;height:7.7995rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { width:19.9980625rem;height:5.847225rem;top:9.65625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCBCzWUEVTCGOIioIV6N8UHd9gsws0GO { width:19rem;height:5.0625rem;top:17.25rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUog26s9yeMZk5P2euDXETJ573UNUIZ { display:block; }
 }@media only screen and (max-width: 763px) { #NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZELSCAHLAqDrEApKcSTzSIZHQCBPois { width:8.125rem;height:1.25rem;top:36.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block; }
 }@media only screen and (max-width: 763px) { #RaoRQ9vurvXhg32hfBWkdl5BpIGbVqbM { width:20rem;height:2.599825rem;top:33.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcHswLwIxz25dBw8G6UdoVgCgiUXLhFp { width:20rem;height:23.3958125rem;top:9.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AgfEHu1aT4zAFR1AHIgdT0JJrsfvLH { width:11.25rem;height:4.5rem;top:2.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cihlQLC9mVWSKcUvVReI1lEWEvxgKwbs { width:10.375rem;height:3.5625rem;top:2.875rem;left:4.8125rem;display:block; }
 }