.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp > .row > .video-iframe-container { display: none; }#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp > .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); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK { background-color:#0e67df;background-image:url("https://images.assets-landingi.com/uc/d5d1c309-3369-4d72-97d3-95d655428d5d/pod242.png");background-position:bottom 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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK.adaptive-delivery-prevent-bg, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyload, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyloading { background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { background-color: transparent; background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .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); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { border-width: 0; border-radius: 0; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { width:60rem;height:53.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ETQWxJI3xBGpVcAK5qNGTQbok9afsuoH { color:#f17920;display:block;width:57.5625rem;position:absolute;font-family:signika;font-size:4.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:46.375rem;left:2.4375rem;height:6.01220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row .container { background-color: transparent; background-image: none; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row .container > .video-iframe-container { display: none; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row > .video-iframe-container { display: none; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .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); }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row .container { border-width: 0; border-radius: 0; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row .container { font-size:0.875rem;font-family:"open sans";height:7.625rem;width:60rem;position:relative;display:block; }#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .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; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.584375rem;padding-right:0.51875rem;padding-bottom:0.584375rem;padding-left:0.51875rem;display:block;align-items:center;width:3.110625rem;min-width:3.110625rem;height:3.1425rem;position:relative;font-family:"open sans";font-size:2.338125rem;font-weight:700;line-height:50.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .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.365625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1475rem;height:1.2425rem;position:relative;font-family:"open sans";font-size:0.876875rem;font-weight:400;line-height:19.88px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C { 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;box-shadow: none;display:flex;justify-content:space-between;width:20.5625rem;height:5.919375rem;padding-top:0.730625rem;padding-right:0.740625rem;padding-bottom:0.730625rem;padding-left:0.740625rem;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:0rem;left:18.5712890625rem;z-index:5000; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #lN3muL0XPZQ9n34FpC56ivDBdbV7Bbp7 { display:flex;position:relative;top:0rem;left:0rem; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #a0DTkwt3Vb1Rh2p4OJhMx4AM0mVVGp8T { width:auto; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #Hy8eOGLaFDfq3wAEWkfBbGB3P4Hk7UH4 {  }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #WP71AyO4gGyiL0A5VQuBDdkpsa1wZnFb { display:flex;position:relative;top:0rem;left:0rem; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #L8peiG2H97eAU4EwFRBisRpdriNH6hHP {  }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #VlgKf4ffCBSgxwizOSd99whL1O0Olxrq {  }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #siqV0xRprTq1yeJ4Vfxl1vgSUexv3paM { display:flex;position:relative;top:0rem;left:0rem; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #ArfDxZCvoO7SgZcGxWr2T5DrfGdliUAS {  }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #fA9TTG7htfEktUFxgoKQzgw1uJOmT1Bc {  }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #yk2Hhw9eLRsZmkp134O5BGlICpTU6vww { display:flex;position:relative;top:0rem;left:0rem; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #oPxkicr8IoyO5Q5puBFkTgd13ZWK4ROx {  }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #td9ls0HApRAHwkwZgnz3JOTwTOasPiVk {  }
#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272425;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row .container { background-color: transparent; background-image: none; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row .container > .video-iframe-container { display: none; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row > .video-iframe-container { display: none; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .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); }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row .container { border-width: 0; border-radius: 0; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#aRwE3UFM4fEIHVewdPEVRCUucNXQWk3x { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:22.15625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#BmG9PWnBmWhUJuUu6uNKWbar17dPH5wo { color:#35ff43;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:5.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.2236328125rem;left:25rem;height:6.9873125rem;text-align:center;text-align-last:center;display:block; }
#QcLuRFFTuTnJKVdHiN3q7RGtRpomdxTz { color:#f6fdfd;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.8115234375rem;left:17.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ATMzL3kL3seppcxyJFHnTT65JkAyEl5M { background-color:#35ff43;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12.9375rem;left:17.75rem;display:block; }
#UKU1bBL8MKeEIciFPZbaBNyKCiO1fHIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080fed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { background-color: transparent; background-image: none; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container > .video-iframe-container { display: none; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row > .video-iframe-container { display: none; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .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); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { border-width: 0; border-radius: 0; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#ZIM8ml1Sk9GH312UyN4uJqeGmoDugsSq { color:#f6f0f0;display:block;width:60rem;position:absolute;font-family:signika;font-size:3.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:8.7744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { background-color: transparent; background-image: none; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container > .video-iframe-container { display: none; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row > .video-iframe-container { display: none; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .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); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { border-width: 0; border-radius: 0; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:60rem;position:relative;display:block; }#zatNTarg32RQckcWu7KEGTEyMIgRQD74 { position:absolute;display:block;z-index:15001;background-color:#020000;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:35.875rem;width:19.3125rem;top:6.8125rem;left:0.375rem;display:block; }
#i2yEUlJxJzKPSA7DGXnxn8C9xh2gyLSS { color:#3ade00;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.72314453125rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTNe9wPbrtgozRUN7mmAyegblG9TucK6 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.11328125rem;left:0.8125rem;height:19.01125rem;text-align:center;text-align-last:center;display:block; }
#RgJli0zD807P2seearmXFPkLxRlmmZPH { position:absolute;display:block;z-index:15005;background-color:#38b6ff;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:32.625rem;width:19.4375rem;top:6.8125rem;left:20.25rem;display:block; }
#ltbAzxWzguw36noJSJbodTsN6Sk4pFUH { color:#020000;display:block;width:18.5625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.72314453125rem;left:20.71875rem;height:21.9360625rem;text-align:center;text-align-last:center;display:block; }
#TGDlElXFEGZ6yFq3yDFlaa9AaV1lJvga { color:#f6fdfd;display:block;width:19.1875rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:20.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5820b4a4-7620-4d57-88bc-a55bc71ebacb/EncouragementBadge.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:0.4375rem;left:23.25rem;display:block; }#Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ.adaptive-delivery-prevent-bg, #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ.lazyload, #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ.lazyloading { background-image: none; }
#ITu1SDx1HHVbUR0cPu5vFyrMwWyKKXB6 { position:absolute;display:block;z-index:15009;background-color:#a97428;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:32.75rem;width:19.375rem;top:6.8125rem;left:40.3125rem;display:block; }
#gaLBf4wxH61vRNfK518eaPbEvq7I5OVa { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.8388671875rem;left:40.6875rem;height:26.32325rem;text-align:center;text-align-last:center;display:block; }
#Ez9tzNIUw5Ea1vEBT77U5TRAUyN0WXCE { color:#f6fdfd;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8d27e57-d43a-4a88-a67d-77a390ff94a7/MINDFULVOICE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:0.4375rem;left:43.25rem;display:block; }#lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE.adaptive-delivery-prevent-bg, #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE.lazyload, #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE.lazyloading { background-image: none; }
#qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/52caf24d-1e66-4a21-ab4b-c2b9beaa9999/MQTBADGE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:0.4375rem;left:3.25rem;display:block; }#qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx.adaptive-delivery-prevent-bg, #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx.lazyload, #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx.lazyloading { background-image: none; }
#WdMcVwQPA92h28QEpOQUBeHD6Mq8CD3E { color:#3ade00;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.40625rem;left:0.625rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K79Zh0svdv1qGVv4NdcuIZoWV4UZi4mt { background-color:#00ff27;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:3.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:47.125rem;left:3.5625rem;display:block; }
#sLGksvr4f8NGOSrZSnB39TMbhVJI3Hwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psqMkDJSnRutdviUoMoSTzmf9K0PKCEX { background-color:#00ff27;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:3.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.75rem;left:23.53125rem;display:block; }
#itXeNCSTTt8iGrFAlWn5DtvRPlOHDz9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOs0dUuusZzFRKpokvaMv3loK0GVL6Og { background-color:#00ff27;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:3.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.84375rem;left:43.53125rem;display:block; }
#Qmi6pfbrwQBefXu4WlPTG3PBHniBKPDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ul0ML0OkAE9WPtVp9WfXf4pWHHp7QXkv { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:43rem;left:0.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#sczWnwlgK6gCSO8wgzlQinvgVX6EhLhQ { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.5rem;left:20.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#rL5hwn70hAUVg46Vyk3FnecIgREltoBH { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.625rem;left:40.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row .container { background-color: transparent; background-image: none; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row .container > .video-iframe-container { display: none; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row > .video-iframe-container { display: none; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .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); }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row .container { border-width: 0; border-radius: 0; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row .container { font-size:0.875rem;font-family:arial;height:105.4375rem;width:60rem;position:relative;display:block; }#IctZFqKwS5Z8ytshEP9TUObwmxTXw11D { position:absolute;display:block;z-index:15001;background-color:#e560d6;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:33.5rem;width:19.4375rem;top:6.625rem;left:0.25rem;display:block; }
#yxUfuTCSg6VUEAkWCfhbxZrGnMFpEbqI { color:#020000;display:block;width:18.8125rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:0.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2s30btzZ8dzeH5gIGTmOBx5cylHHrLN { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0.53125rem;height:21.9360625rem;text-align:center;text-align-last:center;display:block; }
#HeXil8yVht4dI2ryduHxAhLfOKDO79ZX { position:absolute;display:block;z-index:15005;background-color:#cc9b31;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:33.4375rem;width:19.375rem;top:6.625rem;left:20.3125rem;display:block; }
#rfCAC49t4yS7Wlo8ndpA6KkecoJBAcmG { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:20.5625rem;height:21.9360625rem;text-align:center;text-align-last:center;display:block; }
#gZMopcJp2Vci6QKQDNlPrET1xZUIgcUh { color:#020000;display:block;width:19rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15rem;left:20.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pg7Da4ZHTqFXQe04nLT05093SD4y4GJg { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ba0291-1437-443e-b695-53986a3bcb00/consequencebadge.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:0.25rem;left:23.25rem;display:block; }#Pg7Da4ZHTqFXQe04nLT05093SD4y4GJg.adaptive-delivery-prevent-bg, #Pg7Da4ZHTqFXQe04nLT05093SD4y4GJg.lazyload, #Pg7Da4ZHTqFXQe04nLT05093SD4y4GJg.lazyloading { background-image: none; }
#fACUEWMRApQCT2Q9Qq24wD1DK0u8azUy { position:absolute;display:block;z-index:15009;background-color:#d1c927;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:33.5rem;width:19.25rem;top:6.625rem;left:40.375rem;display:block; }
#KMsTo0EHC4OQyB6TtUieIH70cGQng1S5 { color:#1e1e1e;display:block;width:18.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.59375rem;height:23.3984375rem;text-align:center;text-align-last:center;display:block; }
#UeIUSglEu7qc720X6lWfB3sbarPMtuKX { color:#020000;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTtguykBQyMwzPPiOzNmRN59LsVsWUSi { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d45e33c2-438c-4f3d-8c20-756f331aab8d/SUBADGE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:0.25rem;left:43.25rem;display:block; }#CTtguykBQyMwzPPiOzNmRN59LsVsWUSi.adaptive-delivery-prevent-bg, #CTtguykBQyMwzPPiOzNmRN59LsVsWUSi.lazyload, #CTtguykBQyMwzPPiOzNmRN59LsVsWUSi.lazyloading { background-image: none; }
#W9NKmHZRNhGMrXlEpVD5DnbxozctX09b { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69c9f418-11cd-4575-8558-1f7d8c58ee83/WhenThenBadge.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:0.25rem;left:3.25rem;display:block; }#W9NKmHZRNhGMrXlEpVD5DnbxozctX09b.adaptive-delivery-prevent-bg, #W9NKmHZRNhGMrXlEpVD5DnbxozctX09b.lazyload, #W9NKmHZRNhGMrXlEpVD5DnbxozctX09b.lazyloading { background-image: none; }
#AV47ksEIldiANaCUsxEASX2HWJTzqqls { position:absolute;display:block;z-index:15005;background-color:#f60002;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:38.125rem;width:19.3125rem;top:59.4375rem;left:0.375rem;display:block; }
#lblTFUwTq4AN2V8NUhmKJDFe36CK9Qan { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e624db8-5ef4-4c92-8df7-88e53bbe1cfa/FamilyBadge.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:53.0625rem;left:3.375rem;display:block; }#lblTFUwTq4AN2V8NUhmKJDFe36CK9Qan.adaptive-delivery-prevent-bg, #lblTFUwTq4AN2V8NUhmKJDFe36CK9Qan.lazyload, #lblTFUwTq4AN2V8NUhmKJDFe36CK9Qan.lazyloading { background-image: none; }
#GFTTUUUUm3PD04EMLitxtE9JRh0MS96V { color:#fdc865;display:block;width:18.5625rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:67.6875rem;left:0.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8Cl4iMFCGabVCsOzkphavSv1fHpLLQq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:70.4375rem;left:0.625rem;height:32.172875rem;text-align:center;text-align-last:center;display:block; }
#IQcUGxy1ZuZXpu2HXU9g9T4OgfyhqGzz { background-color:#00ff27;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:3.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:44.3125rem;left:3.875rem;display:block; }
#QozDpIEq2H86eOWdnToDkpkRaWJdzxq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRZoudnTWAcX8LMR6hDSzcDXQToHgs62 { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Er7a42yKBkuRVSQ9y1z7iD4vtCyr6kk3 { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40.125rem;left:20.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#X9LogAGOc9rHF2zBP0vmbTXDCzWRaam9 { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.125rem;left:40.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#JFoZHOzxPHxp7cZJothlNtLoxxZgsiWc { background-color:#00ff27;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:3.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:44.3125rem;left:23.53125rem;display:block; }
#NMsf3STN3HJ4tgLGxiv9Z72axBBnOHPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOMkBkyhN0WTndFXsZDRT38962JD9U7w { background-color:#00ff27;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:3.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.3125rem;left:43.53125rem;display:block; }
#spcWt4RzeFLSdTcpOstUfsqV8qrCAw5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTBuGUirzWV5Reul3phPPBETHWCl7TsL { background-color:#00ff27;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:3.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:101.5625rem;left:3.875rem;display:block; }
#PKft6tJfbvCUIyNiTWLsUUWhUIuqOnSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p45L4LFWCk3yobVT3SDwv8bsEmzgTweQ { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:97.5625rem;left:0.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row .container { background-color: transparent; background-image: none; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row .container > .video-iframe-container { display: none; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row > .video-iframe-container { display: none; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .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); }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row .container { border-width: 0; border-radius: 0; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#EvheR56UhEaAKlxmydhxSoJNvMJONblf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:36rem;top:0rem;left:13.088216957606rem;overflow:hidden;display:block; }
#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080fed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row .container { background-color: transparent; background-image: none; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row .container > .video-iframe-container { display: none; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row > .video-iframe-container { display: none; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .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); }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row .container { border-width: 0; border-radius: 0; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#R3D0pDkFzsoA6fAeFQmyCvrWF5eI2zEs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zSOAsXdb7xdJrIyOrwzVc2Ki0tPn3tSA { position:absolute;display:block;z-index:15010;background-color:#f17920;background-image:none;border-top:0.5rem solid #fffdfd;border-left:0.5rem solid #fffdfd;border-right:0.5rem solid #fffdfd;border-bottom:0.5rem solid #fffdfd;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:5.5625rem;left:0rem;display:block; }
#wQXkzISDpK0Ol5dKa4ehhU0JDUvHNFNK { color:#f6fdfd;display:block;width:22.0625rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:9.75rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h8ye3fiuekem0gbOb00Lt8WAFLRRvMbp { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:9.75rem;height:10.2368125rem;text-align:left;text-align-last:left;display:block; }
#ZlFad1LtX5HHMvElGps9Sn1wTor6yMmo { position:absolute;display:block;z-index:15013;background-color:#f17920;background-image:none;border-top:0.5rem solid #f7f7ff;border-left:0.5rem solid #f7f7ff;border-right:0.5rem solid #f7f7ff;border-bottom:0.5rem solid #f7f7ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:5.5625rem;left:31.5rem;display:block; }
#Z96HM46JlsUxwP25xe6llLIx9BvH0OOA { position:absolute;display:block;z-index:15019;background-color:#f17920;background-image:none;border-top:0.5rem solid #f7f7ff;border-left:0.5rem solid #f7f7ff;border-right:0.5rem solid #f7f7ff;border-bottom:0.5rem solid #f7f7ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:21.32421875rem;left:30.8125rem;display:block; }
#mflVstlf7E2BMeGHf82Rl6kqKN0dpF6V { position:absolute;display:block;z-index:15016;background-color:#f17920;background-image:none;border-top:0.5rem solid #f7f7ff;border-left:0.5rem solid #f7f7ff;border-right:0.5rem solid #f7f7ff;border-bottom:0.5rem solid #f7f7ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:21.9375rem;left:0rem;display:block; }
#Kbw88unJIa7JIqV1v1GuBWQMLhEOpybZ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:41.25rem;height:11.69925rem;text-align:left;text-align-last:left;display:block; }
#VJ4MeEelAWEvao8my2d4ZdcGzoizDfsW { color:#f6f0f0;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:41.25rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rrte8oZR6J0ATT2faoXRPyh72vg8DUk8 { color:#f6f0f0;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.125rem;left:9.75rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHb6dFxqkMIZ0v6w73wEB8vUqbTOctkp { color:#f6f0f0;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.244140625rem;left:41.25rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTRnG9TKF6RAwnTKrJ49qUAkFhgShWUz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.25rem;left:41.25rem;height:11.69925rem;text-align:left;text-align-last:left;display:block; }
#pcd3g3KIGpl5dGDWZcct7zuAiTD68hET { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.375rem;left:9.75rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#oKgMZpMKoHIrVP98K1VMcpyBHixr3bmn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.71875rem;left:1.15625rem; }
#pgoUuoTVHb9OJlAOFg0K99zmKweQf9Af { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.5rem;left:32.25rem; }
#pr8zGSkcbMoUt2tmuaI7C97UdsVRBZaz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:23.01171875rem;left:0.8125rem; }
#cuvEbxcl5TN7NMyhlUVLdhOtSisv1nMZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.26171875rem;left:31.8125rem; }
#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row .container { background-color: transparent; background-image: none; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row .container > .video-iframe-container { display: none; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row > .video-iframe-container { display: none; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .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); }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row .container { border-width: 0; border-radius: 0; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#Mfm5giXTC6kl4EQ49z4qQqDUJS3vDu1i { color:#f6f0f0;display:block;width:60rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 { position:relative;display:block; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 { background-color: transparent; background-image: none; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row .container > .video-iframe-container { display: none; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row > .video-iframe-container { display: none; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .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); }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 { border-width: 0; border-radius: 0; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D0wyLd75FWK5Aqb4v8Zp0wcrln50IFwu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #38b6ff;border-left:0.25rem solid #38b6ff;border-right:0.25rem solid #38b6ff;border-bottom:0.25rem solid #38b6ff;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-shadow: none;height:15.9375rem;width:17.125rem;top:2.5625rem;left:1.1875rem;display:block; }
#IiHRkn7DSelafKCiW246FArkcgxQ4Mg1 { position:absolute;display:block;z-index:15001;background-color:#38b6ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #38b6ff;border-left:0.25rem solid #38b6ff;border-right:0.25rem solid #38b6ff;border-bottom:0.25rem solid #38b6ff;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-shadow: none;height:16.5625rem;width:17.125rem;top:18.0625rem;left:1.1875rem;display:block; }
#NoRQz1bxTwbxxEhbvl1ooRgoyOmHi8WH { color:#3a3a3a;display:block;width:17.25rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPkp0KVJGSPt5nmn8hD11QyaTHataeEm { color:#38b6ff;display:block;width:15.75rem;position:absolute;font-family:signika;font-size:5.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.03125rem;left:2.125rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4UxcgWIQI5dTnRD5I2k7dTdlIZcRTid { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.0751953125rem;left:1.78125rem;height:14.911625rem;font-style:normal;display:block; }#P4UxcgWIQI5dTnRD5I2k7dTdlIZcRTid li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#P4UxcgWIQI5dTnRD5I2k7dTdlIZcRTid li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
#zg8hsOurXW2m0kroak0Lcov0xTzd6QUy { position:absolute;display:block;z-index:15006;background-color:#f60002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f60002;border-left:0.25rem solid #f60002;border-right:0.25rem solid #f60002;border-bottom:0.25rem solid #f60002;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-shadow: none;height:24.8125rem;width:17.125rem;top:13rem;left:41.4375rem;display:block; }
#rXcone3NBg3cUTBTa9Spka7MRfHt6b9G { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:42rem;height:21.63625rem;font-style:normal;display:block; }#rXcone3NBg3cUTBTa9Spka7MRfHt6b9G li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rXcone3NBg3cUTBTa9Spka7MRfHt6b9G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
#doyCbLbdysnS4TkD3b1qqTkkP85162Cr { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f60002;border-left:0.25rem solid #f60002;border-right:0.25rem solid #f60002;border-bottom:0.25rem solid #f60002;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-shadow: none;height:10.9375rem;width:17.125rem;top:2.5625rem;left:41.4375rem;display:block; }
#Xy0w8tQrfoXf6sAumtyL6WlBzShbxfxx { color:#f60002;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:44rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFWnEPWaUGG6N6ae3G8ZL2xDuLva5AHr { color:#3a3a3a;display:block;width:17.1875rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:41.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGahqmvBV5NxCgZIp8LCsZbeGlOifvC6 { background-color:#35ff43;background-image:none;background-position:top left !important;background-repeat: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-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:5.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.0625rem;left:21.90625rem;display:block; }
#reWeI89pOb0M1ScmXgfsgtl3SmTssEyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhVtChEbSlTR6yXwS4uexpeVaqtOJqSl { position:absolute;display:block;z-index:15006;background-color:#e560d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e560d6;border-left:0.25rem solid #e560d6;border-right:0.25rem solid #e560d6;border-bottom:0.25rem solid #e560d6;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-shadow: none;height:17.75rem;width:17.125rem;top:11.5rem;left:21.1875rem;display:block; }
#gzgQrFTuSgzBxbaEQweZHfnGnR20Bnbp { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:21.75rem;height:;font-style:normal;display:block; }#gzgQrFTuSgzBxbaEQweZHfnGnR20Bnbp li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gzgQrFTuSgzBxbaEQweZHfnGnR20Bnbp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
#OaA0Sy1pqLlrDteQXI8mOqtVcytX6UOs { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e560d6;border-left:0.25rem solid #e560d6;border-right:0.25rem solid #e560d6;border-bottom:0.25rem solid #e560d6;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-shadow: none;height:10.9375rem;width:17.125rem;top:1.0625rem;left:21.1875rem;display:block; }
#owkdgEmG95PPzSTwTFSrK2xclbIRCaeq { color:#e560d6;display:block;width:16.375rem;position:absolute;font-family:signika;font-size:5.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.875rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU0ZSgdMgdN7b0y5Stq3uSvoeK9Uy9hS { color:#3a3a3a;display:block;width:17.1875rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ffkhEtUSltBPPP0bOvLUXgo9UVXDzMQz { position:absolute;display:block;z-index:15011;background-color:#0313f2;background-image:none;background-position:top left !important;background-repeat: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-shadow: none;height:2.25rem;width:2.25rem;top:0rem;left:35.3125rem;display:block; }
#pqJqaw3iycUJbsFs0k3MuPF82pBhBwTE { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:0.375rem;left:35.75rem; }
#JPuBSu7QQWqfKRrHrZWLGMR3KQgsu0XA { color:#ff0000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.537109375rem;left:1.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#GqberVKM8kspz93pyrIK9ix8wK9rMLGE { background-color:#38b6ff;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;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:signika;font-size:6.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:5.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:10.234375rem;left:2.78125rem;display:block; }
#ZwSSok0btXQ0KyloM4MGd8saq6ziDq45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7bM2PDuVeIHABEnn374X2AP4xEr77F0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.5625rem;left:8rem; }
#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container { background-color: transparent; background-image: none; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container > .video-iframe-container { display: none; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row > .video-iframe-container { display: none; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .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); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container { border-width: 0; border-radius: 0; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#XIxkJeHavK9VN0hERigt378hZNgpfmOI { color:#ff8836;display:block;width:59.9375rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.537109375rem;left:0.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #080fed, #ff8836);background-image: -moz-linear-gradient(180deg, #080fed, #ff8836);background-image: -ms-linear-gradient(180deg, #080fed, #ff8836);background-image: -o-linear-gradient(180deg, #080fed, #ff8836);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080fed', endColorstr='#ff8836' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080fed', endColorstr='#ff8836' );";background-image: linear-gradient(180deg, #080fed, #ff8836);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container { background-color: transparent; background-image: none; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container > .video-iframe-container { display: none; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row > .video-iframe-container { display: none; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .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); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container { border-width: 0; border-radius: 0; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#QKyBLP9Hl9SEUHzlaf7JZmWU14QSaIkk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.9375rem;width:21.375rem;top:14.75rem;left:1.8125rem;display:block; }
#JsJCUWhOw9HHJwkhZb1wMzzzqD1yTTIT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.9375rem;width:21.375rem;top:14.75rem;left:26.8125rem;display:block; }
#XaXGpd7kxVullcHXmelmIm98C1THkSAm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.9375rem;width:21.375rem;top:14.75rem;left:51.8125rem;display:block; }
#pMTFTOe6q0DdHXFnxZb62id83TfwZxm8 { color:#eeeeee;display:block;width:21.9375rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.53125rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#WCyF0Q0aUtmket9Kw4Cnc3WbTeP39AB6 { color:#eeeeee;display:block;width:21.9375rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:26.53125rem;height:13.6479375rem;text-align:center;text-align-last:center;display:block; }
#rwV3vTVVh5ChqlGpTw5H54vhIMiG56cX { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.125rem;left:51.8125rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container { background-color: transparent; background-image: none; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container > .video-iframe-container { display: none; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row > .video-iframe-container { display: none; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .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); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container { border-width: 0; border-radius: 0; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#dxD0eqD01h1xIfNxXGvdmefQsRk29FSs { color:#ff8405;display:block;width:59.9375rem;position:absolute;font-family:signika;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.34375rem;left:0rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -moz-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -ms-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -o-linear-gradient(180deg, #ff8836, #f7f9fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );";background-image: linear-gradient(180deg, #ff8836, #f7f9fd);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container { background-color: transparent; background-image: none; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container > .video-iframe-container { display: none; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row > .video-iframe-container { display: none; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .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); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container { border-width: 0; border-radius: 0; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#WTxsLS4mkzDDCd2hsksGJLSsSRPx132V { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:15.6875rem;top:-0.0625rem;left:55.813696990424rem;overflow:hidden;display:block; }
#uFEwCUiE6CQFJpvEu6E6P09Lk2V51V92 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.78125rem;height:24.6962625rem;display:block; }
#NI9fA1hD5azxJcbOz5TFT1OCtkG8G4ac { color:#052463;display:block;width:12.625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:11.699225rem;text-align:center;text-align-last:center;display:block; }
#upmW6h1GxuT0ElbZJ5FpExFAMC2lfC2n { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:25.75rem;height:20.7968625rem;display:block; }
#qn4lvWFfq1s4gQ6REhla4EB7czMfmDAn { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:50.6875rem;height:25.99605625rem;display:block; }
#JIm0DberDQG9elknkaS6V9k6T3ElQ2op { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14rem;top:0.25rem;left:30.5rem;overflow:hidden;display:block; }
#nlu0MlaW9lRFfQluHKbPxd2NdfmzMc2P { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#u6Iuy5Bb4VhMiI6c8F6mDSk2J8hn5b5x { color:#eeeeee;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.34375rem;height:3.5625rem;display:none; }
#LzqANvIEKOTvJV6pTTZ5NPUf78iiiLNu { color:#eeeeee;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.34375rem;height:3.5625rem;display:none; }
#ag5KFM6dd4qbwyTsw5XWrTWAq1hR4OcN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mPbBcqUpVPKcRJR8F6Lk1GABZIaD5vfZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.8125rem;top:0rem;left:14.63671875rem;overflow:hidden;display:block; }
#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080fed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row .container { background-color: transparent; background-image: none; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row .container > .video-iframe-container { display: none; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row > .video-iframe-container { display: none; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .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); }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row .container { border-width: 0; border-radius: 0; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#ZOcWHb6xtNskBB7omJngDDwlzZUcNMaE { color:#ff8836;display:block;width:31.5rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:3rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#ppd3t1Mo9g5b1Uxy9aPvqbvleL7xVS1W { color:#ff8836;display:block;width:31.5rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:40.5rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#qTS8yGNcktJTr85wZzuHpREKpOTSaAz1 { color:#ff8836;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.03125rem;left:10.625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#qC5i9mvbK7N5S4dQ3VEC8LAxEUEyRIT7 { color:#ff8836;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.03125rem;left:48.125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Z7lOn069AKhIFXUNrgM7gDMM8KyVcfTg { color:#ff8836;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.34375rem;left:44.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#p6eXskrVxbDZcsXJVHskykE9ZrAhBuTK { box-sizing:content-box;color:#ff8836;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:12rem;left:47.375rem;display:block; }
#l7XDANTndTLM9fL1Ho8JW6qAov6slfWy { box-sizing:content-box;color:#ff8836;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:12rem;left:50.4375rem;display:block; }
#GbtqBvkt2x0AvyADcVyd9VokTkz9GOB9 { box-sizing:content-box;color:#ff8836;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:12rem;left:53.5rem;display:block; }
#zGftn0eODUonlZi9PxDpTI0dlmd6E3s9 { box-sizing:content-box;color:#ff8836;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:12rem;left:59.625rem;display:block; }
#OnARp4KHA7Xt0i7IJaQkLge31diBa3E5 { box-sizing:content-box;color:#ff8836;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:12rem;left:56.5rem;display:block; }
#iAU8EbORsBl3T4uaI4ZPJbe0bSBbzObz { box-sizing:content-box;color:#ff8836;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:12rem;left:62.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sesIhKxH4r0uGdzT2cSiatNezek0NEdK { display:block; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETQWxJI3xBGpVcAK5qNGTQbok9afsuoH { top:46.375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd { display:block; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .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; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .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; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.4462890625rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #lN3muL0XPZQ9n34FpC56ivDBdbV7Bbp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #a0DTkwt3Vb1Rh2p4OJhMx4AM0mVVGp8T {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #Hy8eOGLaFDfq3wAEWkfBbGB3P4Hk7UH4 {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #WP71AyO4gGyiL0A5VQuBDdkpsa1wZnFb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #L8peiG2H97eAU4EwFRBisRpdriNH6hHP {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #VlgKf4ffCBSgxwizOSd99whL1O0Olxrq {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #siqV0xRprTq1yeJ4Vfxl1vgSUexv3paM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #ArfDxZCvoO7SgZcGxWr2T5DrfGdliUAS {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #fA9TTG7htfEktUFxgoKQzgw1uJOmT1Bc {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #yk2Hhw9eLRsZmkp134O5BGlICpTU6vww { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #oPxkicr8IoyO5Q5puBFkTgd13ZWK4ROx {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #td9ls0HApRAHwkwZgnz3JOTwTOasPiVk {  }
 }@media only screen and (max-width: 763px) { #px64Vf77HsNqzzaf2WWdPgZgsmNA97pp { display:block; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRwE3UFM4fEIHVewdPEVRCUucNXQWk3x { top:0rem;left:16.03125rem;width:18.625rem;height:5.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmG9PWnBmWhUJuUu6uNKWbar17dPH5wo { top:5.1875rem;left:18.875rem;width:12.9375rem;height:6.9375rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLuRFFTuTnJKVdHiN3q7RGtRpomdxTz { top:10.75rem;left:11.3125rem;width:28.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATMzL3kL3seppcxyJFHnTT65JkAyEl5M { width:27.4375rem;height:4.5rem;top:12.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKU1bBL8MKeEIciFPZbaBNyKCiO1fHIe { display:block; }
 }@media only screen and (max-width: 763px) { #m05ot6EViu2ynLiEqg40sDxcrTVuLBvk { display:block; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIM8ml1Sk9GH312UyN4uJqeGmoDugsSq { width:47.75rem;height:4.375rem;top:1.5625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf { display:block; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zatNTarg32RQckcWu7KEGTEyMIgRQD74 { width:19.3125rem;height:35.875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yEUlJxJzKPSA7DGXnxn8C9xh2gyLSS { width:18.75rem;height:3.25rem;top:17.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNe9wPbrtgozRUN7mmAyegblG9TucK6 { width:18.375rem;height:19rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJli0zD807P2seearmXFPkLxRlmmZPH { width:19.4375rem;height:32.625rem;top:6.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbAzxWzguw36noJSJbodTsN6Sk4pFUH { width:18.5625rem;height:20.4375rem;top:17.6875rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDlElXFEGZ6yFq3yDFlaa9AaV1lJvga { width:19.1875rem;height:1.625rem;top:15.1875rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ { width:12.5rem;height:12.5rem;top:0.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITu1SDx1HHVbUR0cPu5vFyrMwWyKKXB6 { width:19.375rem;height:32.75rem;top:6.8125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaLBf4wxH61vRNfK518eaPbEvq7I5OVa { width:18.625rem;height:20.4375rem;top:17.8125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9tzNIUw5Ea1vEBT77U5TRAUyN0WXCE { width:18.75rem;height:1.625rem;top:15.1875rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE { width:12.5rem;height:12.5rem;top:0.4375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx { width:12.5rem;height:12.5rem;top:0.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMcVwQPA92h28QEpOQUBeHD6Mq8CD3E { width:18.75rem;height:2.3125rem;top:14.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K79Zh0svdv1qGVv4NdcuIZoWV4UZi4mt { width:12.9375rem;height:3.3125rem;top:47.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLGksvr4f8NGOSrZSnB39TMbhVJI3Hwp { display:block; }
 }@media only screen and (max-width: 763px) { #psqMkDJSnRutdviUoMoSTzmf9K0PKCEX { width:12.9375rem;height:3.3125rem;top:43.75rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itXeNCSTTt8iGrFAlWn5DtvRPlOHDz9w { display:block; }
 }@media only screen and (max-width: 763px) { #sOs0dUuusZzFRKpokvaMv3loK0GVL6Og { width:12.9375rem;height:3.125rem;top:43.8125rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmi6pfbrwQBefXu4WlPTG3PBHniBKPDt { display:block; }
 }@media only screen and (max-width: 763px) { #ul0ML0OkAE9WPtVp9WfXf4pWHHp7QXkv { top:43rem;left:0rem;width:18.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sczWnwlgK6gCSO8wgzlQinvgVX6EhLhQ { top:39.5rem;left:13.125rem;width:18.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL5hwn70hAUVg46Vyk3FnecIgREltoBH { top:39.625rem;left:29rem;width:18.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG { display:block; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IctZFqKwS5Z8ytshEP9TUObwmxTXw11D { width:19.4375rem;height:33.5rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUfuTCSg6VUEAkWCfhbxZrGnMFpEbqI { width:18.8125rem;height:1.625rem;top:15rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2s30btzZ8dzeH5gIGTmOBx5cylHHrLN { width:18.9375rem;height:19rem;top:17.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeXil8yVht4dI2ryduHxAhLfOKDO79ZX { width:19.375rem;height:33.4375rem;top:6.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfCAC49t4yS7Wlo8ndpA6KkecoJBAcmG { width:18.9375rem;height:19rem;top:17.8125rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZMopcJp2Vci6QKQDNlPrET1xZUIgcUh { width:19rem;height:1.625rem;top:15rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7Da4ZHTqFXQe04nLT05093SD4y4GJg { width:12.5rem;height:12.5rem;top:0.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fACUEWMRApQCT2Q9Qq24wD1DK0u8azUy { width:19.25rem;height:33.5rem;top:6.625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMsTo0EHC4OQyB6TtUieIH70cGQng1S5 { width:18.8125rem;height:20.4375rem;top:17.8125rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeIUSglEu7qc720X6lWfB3sbarPMtuKX { width:18.75rem;height:1.625rem;top:15rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtguykBQyMwzPPiOzNmRN59LsVsWUSi { width:12.5rem;height:12.5rem;top:0.25rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9NKmHZRNhGMrXlEpVD5DnbxozctX09b { width:12.5rem;height:12.5rem;top:0.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV47ksEIldiANaCUsxEASX2HWJTzqqls { width:19.3125rem;height:38.125rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lblTFUwTq4AN2V8NUhmKJDFe36CK9Qan { width:12.5rem;height:12.5rem;top:53.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTTUUUUm3PD04EMLitxtE9JRh0MS96V { width:18.5625rem;height:1.625rem;top:67.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Cl4iMFCGabVCsOzkphavSv1fHpLLQq { width:18.75rem;height:26.3125rem;top:70.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQcUGxy1ZuZXpu2HXU9g9T4OgfyhqGzz { width:12.9375rem;height:3.3125rem;top:44.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QozDpIEq2H86eOWdnToDkpkRaWJdzxq9 { display:block; }
 }@media only screen and (max-width: 763px) { #BRZoudnTWAcX8LMR6hDSzcDXQToHgs62 { top:40.1875rem;left:0rem;width:18.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er7a42yKBkuRVSQ9y1z7iD4vtCyr6kk3 { top:40.125rem;left:13.125rem;width:18.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9LogAGOc9rHF2zBP0vmbTXDCzWRaam9 { top:40.125rem;left:29rem;width:18.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoZHOzxPHxp7cZJothlNtLoxxZgsiWc { width:12.9375rem;height:3.3125rem;top:44.3125rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMsf3STN3HJ4tgLGxiv9Z72axBBnOHPc { display:block; }
 }@media only screen and (max-width: 763px) { #zOMkBkyhN0WTndFXsZDRT38962JD9U7w { width:12.9375rem;height:3.3125rem;top:44.3125rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcWt4RzeFLSdTcpOstUfsqV8qrCAw5i { display:block; }
 }@media only screen and (max-width: 763px) { #GTBuGUirzWV5Reul3phPPBETHWCl7TsL { width:12.9375rem;height:3.3125rem;top:101.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKft6tJfbvCUIyNiTWLsUUWhUIuqOnSc { display:block; }
 }@media only screen and (max-width: 763px) { #p45L4LFWCk3yobVT3SDwv8bsEmzgTweQ { top:97.5625rem;left:0rem;width:18.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE { display:block; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvheR56UhEaAKlxmydhxSoJNvMJONblf { top:0rem;left:6.9632169576063rem;width:36rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AInFcvndDf6SO8tD0GHhdTqIpAaQzETX { display:block; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3D0pDkFzsoA6fAeFQmyCvrWF5eI2zEs { width:47.75rem;height:4.6875rem;top:0rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSOAsXdb7xdJrIyOrwzVc2Ki0tPn3tSA { width:7.5rem;height:7.5rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXkzISDpK0Ol5dKa4ehhU0JDUvHNFNK { width:22.0625rem;height:1.9375rem;top:6.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ye3fiuekem0gbOb00Lt8WAFLRRvMbp { width:21.0625rem;height:8.75rem;top:8.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFad1LtX5HHMvElGps9Sn1wTor6yMmo { width:7.5rem;height:7.5rem;top:5.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96HM46JlsUxwP25xe6llLIx9BvH0OOA { width:7.5rem;height:7.5rem;top:21.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mflVstlf7E2BMeGHf82Rl6kqKN0dpF6V { width:7.5rem;height:7.5rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbw88unJIa7JIqV1v1GuBWQMLhEOpybZ { width:18.75rem;height:10.1875rem;top:8.9375rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ4MeEelAWEvao8my2d4ZdcGzoizDfsW { width:18.75rem;height:1.9375rem;top:6.4375rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrte8oZR6J0ATT2faoXRPyh72vg8DUk8 { width:18.75rem;height:1.9375rem;top:22.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHb6dFxqkMIZ0v6w73wEB8vUqbTOctkp { width:18.75rem;height:1.9375rem;top:22.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRnG9TKF6RAwnTKrJ49qUAkFhgShWUz { width:18.75rem;height:10.1875rem;top:25.25rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcd3g3KIGpl5dGDWZcct7zuAiTD68hET { width:18.75rem;height:7.25rem;top:25.375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKgMZpMKoHIrVP98K1VMcpyBHixr3bmn { top:6.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgoUuoTVHb9OJlAOFg0K99zmKweQf9Af { top:6.5rem;left:26.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr8zGSkcbMoUt2tmuaI7C97UdsVRBZaz { top:23rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuvEbxcl5TN7NMyhlUVLdhOtSisv1nMZ { top:22.25rem;left:25.6875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL { display:block; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mfm5giXTC6kl4EQ49z4qQqDUJS3vDu1i { width:47.75rem;height:5.6875rem;top:0.4375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 { display:block; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0wyLd75FWK5Aqb4v8Zp0wcrln50IFwu { width:17.125rem;height:15.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHRkn7DSelafKCiW246FArkcgxQ4Mg1 { width:17.125rem;height:16.5625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoRQz1bxTwbxxEhbvl1ooRgoyOmHi8WH { width:17.25rem;height:2.5625rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPkp0KVJGSPt5nmn8hD11QyaTHataeEm { width:15.75rem;height:7.6875rem;top:9rem;left:0.0625rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4UxcgWIQI5dTnRD5I2k7dTdlIZcRTid { width:16.4375rem;height:14.875rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }#P4UxcgWIQI5dTnRD5I2k7dTdlIZcRTid li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
 }@media only screen and (max-width: 763px) { #zg8hsOurXW2m0kroak0Lcov0xTzd6QUy { width:17.125rem;height:24.8125rem;top:13rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcone3NBg3cUTBTa9Spka7MRfHt6b9G { width:16.625rem;height:21.625rem;top:15.1875rem;left:31.125rem;font-size:1rem;display:block; }#rXcone3NBg3cUTBTa9Spka7MRfHt6b9G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
 }@media only screen and (max-width: 763px) { #doyCbLbdysnS4TkD3b1qqTkkP85162Cr { width:17.125rem;height:10.9375rem;top:2.5625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy0w8tQrfoXf6sAumtyL6WlBzShbxfxx { width:12.5rem;height:6.5rem;top:6.0625rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFWnEPWaUGG6N6ae3G8ZL2xDuLva5AHr { width:17.1875rem;height:2.5625rem;top:3.9375rem;left:30.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGahqmvBV5NxCgZIp8LCsZbeGlOifvC6 { width:16.1875rem;height:5.375rem;top:41.0625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reWeI89pOb0M1ScmXgfsgtl3SmTssEyc { display:block; }
 }@media only screen and (max-width: 763px) { #QhVtChEbSlTR6yXwS4uexpeVaqtOJqSl { width:17.125rem;height:17.75rem;top:11.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzgQrFTuSgzBxbaEQweZHfnGnR20Bnbp { width:16.5625rem;height:;top:14rem;left:15.1875rem;font-size:1rem;display:block; }#gzgQrFTuSgzBxbaEQweZHfnGnR20Bnbp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
 }@media only screen and (max-width: 763px) { #OaA0Sy1pqLlrDteQXI8mOqtVcytX6UOs { width:17.125rem;height:10.9375rem;top:1.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owkdgEmG95PPzSTwTFSrK2xclbIRCaeq { width:16.375rem;height:7.6875rem;top:4.5625rem;left:15.375rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0ZSgdMgdN7b0y5Stq3uSvoeK9Uy9hS { width:17.1875rem;height:2.5625rem;top:2.4375rem;left:14.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkhEtUSltBPPP0bOvLUXgo9UVXDzMQz { width:2.25rem;height:2.25rem;top:0rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqJqaw3iycUJbsFs0k3MuPF82pBhBwTE { width:1.375rem;height:1.375rem;top:0.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPuBSu7QQWqfKRrHrZWLGMR3KQgsu0XA { top:6.5rem;left:0rem;width:17.3125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqberVKM8kspz93pyrIK9ix8wK9rMLGE { width:14.4375rem;height:5.3125rem;top:10.1875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwSSok0btXQ0KyloM4MGd8saq6ziDq45 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7bM2PDuVeIHABEnn374X2AP4xEr77F0 { top:13.5625rem;left:5.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3yufptfttb2sAhcNpUwmecEq4obJA8 { display:block; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIxkJeHavK9VN0hERigt378hZNgpfmOI { top:0.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad { display:block; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKyBLP9Hl9SEUHzlaf7JZmWU14QSaIkk { top:14.75rem;left:0rem;width:21.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsJCUWhOw9HHJwkhZb1wMzzzqD1yTTIT { top:14.75rem;left:10.375rem;width:21.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXGpd7kxVullcHXmelmIm98C1THkSAm { top:14.75rem;left:26.25rem;width:21.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTFTOe6q0DdHXFnxZb62id83TfwZxm8 { top:3.125rem;left:0rem;width:21.875rem;height:9.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyF0Q0aUtmket9Kw4Cnc3WbTeP39AB6 { top:3.125rem;left:9.8125rem;width:21.9375rem;height:11.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwV3vTVVh5ChqlGpTw5H54vhIMiG56cX { top:3.125rem;left:25.6875rem;width:21.9375rem;height:9.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q { display:block; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxD0eqD01h1xIfNxXGvdmefQsRk29FSs { top:0.3125rem;left:0rem;width:47.75rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQC8uO3guHl1ohlpX6rO03nKnZooOqt { display:block; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTxsLS4mkzDDCd2hsksGJLSsSRPx132V { top:-0.0625rem;left:32.0625rem;width:15.6875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFEwCUiE6CQFJpvEu6E6P09Lk2V51V92 { top:11.9375rem;left:0rem;width:23.3125rem;height:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI9fA1hD5azxJcbOz5TFT1OCtkG8G4ac { top:1.125rem;left:0rem;width:12.625rem;height:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upmW6h1GxuT0ElbZJ5FpExFAMC2lfC2n { top:13.5rem;left:8.1875rem;width:23.5625rem;height:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn4lvWFfq1s4gQ6REhla4EB7czMfmDAn { top:15.625rem;left:24.3125rem;width:23.3125rem;height:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIm0DberDQG9elknkaS6V9k6T3ElQ2op { top:0.25rem;left:16.8125rem;width:14rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlu0MlaW9lRFfQluHKbPxd2NdfmzMc2P { display:none; }
 }@media only screen and (max-width: 763px) { #u6Iuy5Bb4VhMiI6c8F6mDSk2J8hn5b5x { top:57.875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzqANvIEKOTvJV6pTTZ5NPUf78iiiLNu { top:111.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ag5KFM6dd4qbwyTsw5XWrTWAq1hR4OcN { display:none; }
 }@media only screen and (max-width: 763px) { #mPbBcqUpVPKcRJR8F6Lk1GABZIaD5vfZ { top:0rem;left:8.0625rem;width:7.8125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb { display:block; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOcWHb6xtNskBB7omJngDDwlzZUcNMaE { top:3.0625rem;left:0rem;width:31.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppd3t1Mo9g5b1Uxy9aPvqbvleL7xVS1W { top:3.0625rem;left:16.25rem;width:31.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTS8yGNcktJTr85wZzuHpREKpOTSaAz1 { top:7rem;left:3.8125rem;width:16.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC5i9mvbK7N5S4dQ3VEC8LAxEUEyRIT7 { top:7rem;left:27.6875rem;width:16.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7lOn069AKhIFXUNrgM7gDMM8KyVcfTg { top:9.3125rem;left:24.0625rem;width:23.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6eXskrVxbDZcsXJVHskykE9ZrAhBuTK { top:12rem;left:26.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7XDANTndTLM9fL1Ho8JW6qAov6slfWy { top:12rem;left:30rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbtqBvkt2x0AvyADcVyd9VokTkz9GOB9 { top:12rem;left:33.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGftn0eODUonlZi9PxDpTI0dlmd6E3s9 { top:12rem;left:39.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnARp4KHA7Xt0i7IJaQkLge31diBa3E5 { top:12rem;left:36.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAU8EbORsBl3T4uaI4ZPJbe0bSBbzObz { top:12rem;left:42.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sesIhKxH4r0uGdzT2cSiatNezek0NEdK { background-color:#0e67df;background-image:url("https://images.assets-landingi.com/uc/d5d1c309-3369-4d72-97d3-95d655428d5d/pod242.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK.adaptive-delivery-prevent-bg, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyload, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyloading { background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { background-color: transparent; background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .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); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETQWxJI3xBGpVcAK5qNGTQbok9afsuoH { width:19.5rem;height:1.70605625rem;top:24.6875rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd { display:block; }#PPD4ZEHynTefyfrLGh4P6aR9zyPkTSgd > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .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; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C .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; }
#HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C { display:flex;width:18rem;height:5.0625rem;top:0.125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #lN3muL0XPZQ9n34FpC56ivDBdbV7Bbp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #a0DTkwt3Vb1Rh2p4OJhMx4AM0mVVGp8T {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #Hy8eOGLaFDfq3wAEWkfBbGB3P4Hk7UH4 {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #WP71AyO4gGyiL0A5VQuBDdkpsa1wZnFb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #L8peiG2H97eAU4EwFRBisRpdriNH6hHP {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #VlgKf4ffCBSgxwizOSd99whL1O0Olxrq {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #siqV0xRprTq1yeJ4Vfxl1vgSUexv3paM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #ArfDxZCvoO7SgZcGxWr2T5DrfGdliUAS {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #fA9TTG7htfEktUFxgoKQzgw1uJOmT1Bc {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #yk2Hhw9eLRsZmkp134O5BGlICpTU6vww { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #oPxkicr8IoyO5Q5puBFkTgd13ZWK4ROx {  }
 }@media only screen and (max-width: 763px) { #HPOEUakXm0Gmc1H9r0vmxKKI6kTexT8C #td9ls0HApRAHwkwZgnz3JOTwTOasPiVk {  }
 }@media only screen and (max-width: 763px) { #px64Vf77HsNqzzaf2WWdPgZgsmNA97pp { display:block; }#px64Vf77HsNqzzaf2WWdPgZgsmNA97pp > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRwE3UFM4fEIHVewdPEVRCUucNXQWk3x { width:20rem;height:4.2246125rem;top:0rem;left:0rem;font-size:3.25rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #BmG9PWnBmWhUJuUu6uNKWbar17dPH5wo { width:20rem;height:5.5249rem;top:3.5rem;left:0rem;font-size:4.25rem;color:#3ade00;display:block; }
 }@media only screen and (max-width: 763px) { #QcLuRFFTuTnJKVdHiN3q7RGtRpomdxTz { width:20rem;height:1.4624rem;top:7.87451171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATMzL3kL3seppcxyJFHnTT65JkAyEl5M { width:17rem;height:3.8125rem;top:10.02392578125rem;left:1.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKU1bBL8MKeEIciFPZbaBNyKCiO1fHIe { display:block; }
 }@media only screen and (max-width: 763px) { #m05ot6EViu2ynLiEqg40sDxcrTVuLBvk { display:block; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIM8ml1Sk9GH312UyN4uJqeGmoDugsSq { width:20rem;height:5.8496125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf { display:block; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { width:20rem;height:107.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zatNTarg32RQckcWu7KEGTEyMIgRQD74 { width:17.5rem;height:16.6875rem;top:5.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yEUlJxJzKPSA7DGXnxn8C9xh2gyLSS { width:15rem;height:3.25rem;top:13.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNe9wPbrtgozRUN7mmAyegblG9TucK6 { width:15rem;height:19.4970625rem;top:17.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJli0zD807P2seearmXFPkLxRlmmZPH { width:17.5rem;height:16.6875rem;top:29.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbAzxWzguw36noJSJbodTsN6Sk4pFUH { width:15rem;height:18.19725rem;top:41.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDlElXFEGZ6yFq3yDFlaa9AaV1lJvga { width:15rem;height:3.25rem;top:37.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ { width:11.25rem;height:11.25rem;top:23.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITu1SDx1HHVbUR0cPu5vFyrMwWyKKXB6 { width:17.5rem;height:16.6875rem;top:53.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaLBf4wxH61vRNfK518eaPbEvq7I5OVa { width:15rem;height:20.796875rem;top:65.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9tzNIUw5Ea1vEBT77U5TRAUyN0WXCE { width:15rem;height:3.25rem;top:61.6875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE { width:11.25rem;height:11.25rem;top:47.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx { width:11.25rem;height:11.25rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMcVwQPA92h28QEpOQUBeHD6Mq8CD3E { width:18.75rem;height:2.5996125rem;top:71.82421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K79Zh0svdv1qGVv4NdcuIZoWV4UZi4mt { width:12.9375rem;height:4.1875rem;top:75.67383125rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLGksvr4f8NGOSrZSnB39TMbhVJI3Hwp { display:block; }
 }@media only screen and (max-width: 763px) { #psqMkDJSnRutdviUoMoSTzmf9K0PKCEX { width:12.9375rem;height:3.3125rem;top:95.1211rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itXeNCSTTt8iGrFAlWn5DtvRPlOHDz9w { display:block; }
 }@media only screen and (max-width: 763px) { #sOs0dUuusZzFRKpokvaMv3loK0GVL6Og { width:12.9375rem;height:3.125rem;top:103.5332125rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmi6pfbrwQBefXu4WlPTG3PBHniBKPDt { display:block; }
 }@media only screen and (max-width: 763px) { #ul0ML0OkAE9WPtVp9WfXf4pWHHp7QXkv { width:18.625rem;height:2.5996125rem;top:87.421875rem;left:0.6875rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #sczWnwlgK6gCSO8wgzlQinvgVX6EhLhQ { width:18.625rem;height:2.5996125rem;top:91.2714875rem;left:0.6875rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #rL5hwn70hAUVg46Vyk3FnecIgREltoBH { width:18.625rem;height:2.5996125rem;top:99.6836rem;left:0.6875rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG { display:block; }#WvtTi56ACU0JeS3hXEbdQeXbCHXQnqlG > .row .container { width:20rem;height:148.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IctZFqKwS5Z8ytshEP9TUObwmxTXw11D { width:17.5rem;height:16.6875rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUfuTCSg6VUEAkWCfhbxZrGnMFpEbqI { width:15rem;height:3.25rem;top:15.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2s30btzZ8dzeH5gIGTmOBx5cylHHrLN { width:15rem;height:19.4970625rem;top:19.3125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeXil8yVht4dI2ryduHxAhLfOKDO79ZX { width:17.5rem;height:16.6875rem;top:31.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfCAC49t4yS7Wlo8ndpA6KkecoJBAcmG { width:15rem;height:18.19725rem;top:43.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZMopcJp2Vci6QKQDNlPrET1xZUIgcUh { width:15rem;height:3.25rem;top:38.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7Da4ZHTqFXQe04nLT05093SD4y4GJg { width:11.25rem;height:11.25rem;top:25.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fACUEWMRApQCT2Q9Qq24wD1DK0u8azUy { width:17.5rem;height:16.6875rem;top:55.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMsTo0EHC4OQyB6TtUieIH70cGQng1S5 { width:15rem;height:19.4970625rem;top:67.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeIUSglEu7qc720X6lWfB3sbarPMtuKX { width:15rem;height:3.25rem;top:63.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtguykBQyMwzPPiOzNmRN59LsVsWUSi { width:11.25rem;height:11.25rem;top:49.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9NKmHZRNhGMrXlEpVD5DnbxozctX09b { width:11.25rem;height:11.25rem;top:1.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV47ksEIldiANaCUsxEASX2HWJTzqqls { width:17.5rem;height:20.625rem;top:73.69921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lblTFUwTq4AN2V8NUhmKJDFe36CK9Qan { width:12.5rem;height:12.5rem;top:95.57421875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTTUUUUm3PD04EMLitxtE9JRh0MS96V { width:15rem;height:3.25rem;top:82.07421875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Cl4iMFCGabVCsOzkphavSv1fHpLLQq { width:15rem;height:25.996125rem;top:86.32421875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQcUGxy1ZuZXpu2HXU9g9T4OgfyhqGzz { width:12.9375rem;height:3.3125rem;top:117.41995625rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QozDpIEq2H86eOWdnToDkpkRaWJdzxq9 { display:block; }
 }@media only screen and (max-width: 763px) { #BRZoudnTWAcX8LMR6hDSzcDXQToHgs62 { width:18.625rem;height:2.5996125rem;top:113.57034375rem;left:0.6875rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #Er7a42yKBkuRVSQ9y1z7iD4vtCyr6kk3 { width:18.625rem;height:2.5996125rem;top:130.39456875rem;left:0.6875rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #X9LogAGOc9rHF2zBP0vmbTXDCzWRaam9 { width:18.625rem;height:2.5996125rem;top:138.80668125rem;left:0.6875rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #JFoZHOzxPHxp7cZJothlNtLoxxZgsiWc { width:12.9375rem;height:3.3125rem;top:134.24418125rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMsf3STN3HJ4tgLGxiv9Z72axBBnOHPc { display:block; }
 }@media only screen and (max-width: 763px) { #zOMkBkyhN0WTndFXsZDRT38962JD9U7w { width:12.9375rem;height:3.3125rem;top:142.65629375rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcWt4RzeFLSdTcpOstUfsqV8qrCAw5i { display:block; }
 }@media only screen and (max-width: 763px) { #GTBuGUirzWV5Reul3phPPBETHWCl7TsL { width:12.9375rem;height:3.3125rem;top:125.83206875rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKft6tJfbvCUIyNiTWLsUUWhUIuqOnSc { display:block; }
 }@media only screen and (max-width: 763px) { #p45L4LFWCk3yobVT3SDwv8bsEmzgTweQ { width:18.625rem;height:2.5996125rem;top:121.98245625rem;left:0.6875rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE { display:block; }#VsUFcUwSky4FT4Cud4ixIctLLm2fhcEE > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvheR56UhEaAKlxmydhxSoJNvMJONblf { width:18.8125rem;height:12.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AInFcvndDf6SO8tD0GHhdTqIpAaQzETX { display:block; }#AInFcvndDf6SO8tD0GHhdTqIpAaQzETX > .row .container { width:20rem;height:102.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3D0pDkFzsoA6fAeFQmyCvrWF5eI2zEs { width:20rem;height:5.8496125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSOAsXdb7xdJrIyOrwzVc2Ki0tPn3tSA { width:6.25rem;height:6.25rem;top:6.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXkzISDpK0Ol5dKa4ehhU0JDUvHNFNK { width:18.75rem;height:1.625rem;top:14.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ye3fiuekem0gbOb00Lt8WAFLRRvMbp { width:18.75rem;height:7.7988125rem;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFad1LtX5HHMvElGps9Sn1wTor6yMmo { width:6.25rem;height:6.25rem;top:21.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96HM46JlsUxwP25xe6llLIx9BvH0OOA { width:6.25rem;height:6.25rem;top:52rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mflVstlf7E2BMeGHf82Rl6kqKN0dpF6V { width:6.25rem;height:6.25rem;top:36.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbw88unJIa7JIqV1v1GuBWQMLhEOpybZ { width:18.75rem;height:7.7988125rem;top:31.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ4MeEelAWEvao8my2d4ZdcGzoizDfsW { width:18.75rem;height:1.625rem;top:29.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrte8oZR6J0ATT2faoXRPyh72vg8DUk8 { width:18.75rem;height:1.625rem;top:44.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHb6dFxqkMIZ0v6w73wEB8vUqbTOctkp { width:18.75rem;height:1.625rem;top:59.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRnG9TKF6RAwnTKrJ49qUAkFhgShWUz { width:18.75rem;height:7.7988125rem;top:62.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcd3g3KIGpl5dGDWZcct7zuAiTD68hET { width:18.75rem;height:6.499rem;top:47rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKgMZpMKoHIrVP98K1VMcpyBHixr3bmn { display:flex;width:6.25rem;height:6.25rem;top:71.1733125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #pgoUuoTVHb9OJlAOFg0K99zmKweQf9Af { display:flex;width:6.625rem;height:6.625rem;top:78.6733125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #pr8zGSkcbMoUt2tmuaI7C97UdsVRBZaz { display:flex;width:6.625rem;height:6.625rem;top:86.5483125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #cuvEbxcl5TN7NMyhlUVLdhOtSisv1nMZ { display:flex;width:6.625rem;height:6.625rem;top:94.4233125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL { display:block; }#G3FEPfggIz27mFcTsUUn6Cft7c8eG6aL > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mfm5giXTC6kl4EQ49z4qQqDUJS3vDu1i { width:20rem;height:5.3994125rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 { display:block; }#GCbBEsxe4MxVF5T4tri1Q80nw5tLmot3 > .row .container { width:20rem;height:101.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0wyLd75FWK5Aqb4v8Zp0wcrln50IFwu { width:17.125rem;height:10.9375rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHRkn7DSelafKCiW246FArkcgxQ4Mg1 { width:17.125rem;height:10.9375rem;top:10.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoRQz1bxTwbxxEhbvl1ooRgoyOmHi8WH { width:12.5rem;height:5.19921875rem;top:1.375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPkp0KVJGSPt5nmn8hD11QyaTHataeEm { width:12.5rem;height:7.71875rem;top:3.46875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4UxcgWIQI5dTnRD5I2k7dTdlIZcRTid { width:13.75rem;height:8.6738125rem;top:15.5rem;left:3.75rem;display:block; }#P4UxcgWIQI5dTnRD5I2k7dTdlIZcRTid li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
 }@media only screen and (max-width: 763px) { #zg8hsOurXW2m0kroak0Lcov0xTzd6QUy { width:17.125rem;height:10.9375rem;top:60.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcone3NBg3cUTBTa9Spka7MRfHt6b9G { width:13.75rem;height:19.5224375rem;top:62.875rem;left:3.75rem;display:block; }#rXcone3NBg3cUTBTa9Spka7MRfHt6b9G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
 }@media only screen and (max-width: 763px) { #doyCbLbdysnS4TkD3b1qqTkkP85162Cr { width:17.125rem;height:10.9375rem;top:50.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy0w8tQrfoXf6sAumtyL6WlBzShbxfxx { width:12.5rem;height:1.29980625rem;top:53.6875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFWnEPWaUGG6N6ae3G8ZL2xDuLva5AHr { width:12.5rem;height:5.19921875rem;top:51.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGahqmvBV5NxCgZIp8LCsZbeGlOifvC6 { width:16.1875rem;height:5.375rem;top:73.375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reWeI89pOb0M1ScmXgfsgtl3SmTssEyc { display:block; }
 }@media only screen and (max-width: 763px) { #QhVtChEbSlTR6yXwS4uexpeVaqtOJqSl { width:17.125rem;height:13.75rem;top:34.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzgQrFTuSgzBxbaEQweZHfnGnR20Bnbp { width:13.75rem;height:14.7480625rem;top:39.6875rem;left:3.75rem;display:block; }#gzgQrFTuSgzBxbaEQweZHfnGnR20Bnbp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Xd6I03aX/check.png); }
 }@media only screen and (max-width: 763px) { #OaA0Sy1pqLlrDteQXI8mOqtVcytX6UOs { width:17.125rem;height:10.9375rem;top:23.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owkdgEmG95PPzSTwTFSrK2xclbIRCaeq { width:12.5rem;height:7.71875rem;top:27.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU0ZSgdMgdN7b0y5Stq3uSvoeK9Uy9hS { width:12.5rem;height:5.19921875rem;top:25.3125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffkhEtUSltBPPP0bOvLUXgo9UVXDzMQz { width:2.25rem;height:2.25rem;top:23.125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqJqaw3iycUJbsFs0k3MuPF82pBhBwTE { width:1.375rem;height:1.375rem;top:23.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPuBSu7QQWqfKRrHrZWLGMR3KQgsu0XA { width:17.3125rem;height:0;top:83.625rem;left:1.3125rem;font-size:2rem;color:#de001e;display:block; }
 }@media only screen and (max-width: 763px) { #GqberVKM8kspz93pyrIK9ix8wK9rMLGE { width:14.4375rem;height:5.3125rem;top:88.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwSSok0btXQ0KyloM4MGd8saq6ziDq45 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7bM2PDuVeIHABEnn374X2AP4xEr77F0 { display:flex;width:4.375rem;height:4.375rem;top:95.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ZB3yufptfttb2sAhcNpUwmecEq4obJA8 { background-color:#052463;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container { background-color: transparent; background-image: none; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container > .video-iframe-container { display: none; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row > .video-iframe-container { display: none; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .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); }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container { border-width: 0; border-radius: 0; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZB3yufptfttb2sAhcNpUwmecEq4obJA8 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIxkJeHavK9VN0hERigt378hZNgpfmOI { width:20rem;height:2.1933625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad { background-color:#052463;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container { background-color: transparent; background-image: none; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container > .video-iframe-container { display: none; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row > .video-iframe-container { display: none; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .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); }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container { border-width: 0; border-radius: 0; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyG2Mw6ggKWQRQ5ouPvOlJlnWRbtw6ad > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKyBLP9Hl9SEUHzlaf7JZmWU14QSaIkk { height:11.168rem;width:20rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsJCUWhOw9HHJwkhZb1wMzzzqD1yTTIT { height:11.168rem;width:20rem;top:44.6337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXGpd7kxVullcHXmelmIm98C1THkSAm { height:11.168rem;width:20rem;top:78.380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTFTOe6q0DdHXFnxZb62id83TfwZxm8 { width:20rem;height:9.34325rem;top:1.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyF0Q0aUtmket9Kw4Cnc3WbTeP39AB6 { width:20rem;height:11.2119375rem;top:32.0673828125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwV3vTVVh5ChqlGpTw5H54vhIMiG56cX { width:20rem;height:11.2119375rem;top:65.8212890625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -moz-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -ms-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -o-linear-gradient(180deg, #ff8836, #f7f9fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );";background-image: linear-gradient(180deg, #ff8836, #f7f9fd);background-size:auto !important;display:block; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container { background-color: transparent; background-image: none; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container > .video-iframe-container { display: none; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row > .video-iframe-container { display: none; }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .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); }#OvvOKU6vDbFHhKm1RkQBcCqZHGoW3o1q > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxD0eqD01h1xIfNxXGvdmefQsRk29FSs { width:20rem;height:4.54980625rem;top:0.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#052463;display:block; }
 }@media only screen and (max-width: 763px) { #hVQC8uO3guHl1ohlpX6rO03nKnZooOqt { background-color:rgba(255,136,54,0.38);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container { background-color: transparent; background-image: none; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container > .video-iframe-container { display: none; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row > .video-iframe-container { display: none; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .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); }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container { border-width: 0; border-radius: 0; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVQC8uO3guHl1ohlpX6rO03nKnZooOqt > .row .container { width:20rem;height:168.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTxsLS4mkzDDCd2hsksGJLSsSRPx132V { width:20rem;height:17.9375rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFEwCUiE6CQFJpvEu6E6P09Lk2V51V92 { width:20rem;height:32.49509375rem;top:22.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#052463;display:block; }
 }@media only screen and (max-width: 763px) { #NI9fA1hD5azxJcbOz5TFT1OCtkG8G4ac { width:12.625rem;height:7.7988375rem;top:0.875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #upmW6h1GxuT0ElbZJ5FpExFAMC2lfC2n { width:20rem;height:28.595675rem;top:79.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#052463;display:block; }
 }@media only screen and (max-width: 763px) { #qn4lvWFfq1s4gQ6REhla4EB7czMfmDAn { width:20rem;height:35.09474375rem;top:131.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#052463;display:block; }
 }@media only screen and (max-width: 763px) { #JIm0DberDQG9elknkaS6V9k6T3ElQ2op { width:20rem;height:17rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlu0MlaW9lRFfQluHKbPxd2NdfmzMc2P { top:57.875rem;left:0rem;width:20rem;height:2.3125rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -moz-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -ms-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -o-linear-gradient(180deg, #ff8836, #f7f9fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );";background-image: linear-gradient(180deg, #ff8836, #f7f9fd);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u6Iuy5Bb4VhMiI6c8F6mDSk2J8hn5b5x { width:20rem;height:2.2753875rem;top:57.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;color:#052463;display:block; }
 }@media only screen and (max-width: 763px) { #LzqANvIEKOTvJV6pTTZ5NPUf78iiiLNu { width:20rem;height:2.03125rem;top:111.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15010;color:#052463;display:block; }
 }@media only screen and (max-width: 763px) { #ag5KFM6dd4qbwyTsw5XWrTWAq1hR4OcN { top:111.4375rem;left:0rem;width:20rem;height:2.3125rem;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -moz-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -ms-linear-gradient(180deg, #ff8836, #f7f9fd);background-image: -o-linear-gradient(180deg, #ff8836, #f7f9fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8836', endColorstr='#f7f9fd' );";background-image: linear-gradient(180deg, #ff8836, #f7f9fd);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mPbBcqUpVPKcRJR8F6Lk1GABZIaD5vfZ { width:9.4375rem;height:13.375rem;top:8.875rem;left:5.5875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb { display:block; }#lR5MuIkMtkJhLsVhAGw0gEiKwVkF0wsb > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOcWHb6xtNskBB7omJngDDwlzZUcNMaE { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ff8836;display:block; }
 }@media only screen and (max-width: 763px) { #ppd3t1Mo9g5b1Uxy9aPvqbvleL7xVS1W { width:20rem;height:1.7871125rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ff8836;display:block; }
 }@media only screen and (max-width: 763px) { #qTS8yGNcktJTr85wZzuHpREKpOTSaAz1 { width:16.25rem;height:1.29980625rem;top:3.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;color:#ff8836;display:block; }
 }@media only screen and (max-width: 763px) { #qC5i9mvbK7N5S4dQ3VEC8LAxEUEyRIT7 { width:16.25rem;height:1.29980625rem;top:13.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;color:#ff8836;display:block; }
 }@media only screen and (max-width: 763px) { #Z7lOn069AKhIFXUNrgM7gDMM8KyVcfTg { width:16.375rem;height:1.29980625rem;top:15.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:#ff8836;display:block; }
 }@media only screen and (max-width: 763px) { #p6eXskrVxbDZcsXJVHskykE9ZrAhBuTK { width:3.125rem;height:3.125rem;top:17.0625rem;left:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7XDANTndTLM9fL1Ho8JW6qAov6slfWy { width:3.125rem;height:3.125rem;top:17.125rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbtqBvkt2x0AvyADcVyd9VokTkz9GOB9 { width:3.125rem;height:3.125rem;top:17.125rem;left:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGftn0eODUonlZi9PxDpTI0dlmd6E3s9 { width:3.125rem;height:3.125rem;top:17.0625rem;left:15.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnARp4KHA7Xt0i7IJaQkLge31diBa3E5 { width:3.125rem;height:3.125rem;top:17.125rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAU8EbORsBl3T4uaI4ZPJbe0bSBbzObz { width:3.125rem;height:3.125rem;top:17.0625rem;left:12.5625rem;font-size:2.1875rem;display:block; }
 }