.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#eceff1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid rgba(0,84,56,1);; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:auto;display:block; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row .container { background-color: transparent; background-image: none; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row .container > .video-iframe-container { display: none; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row > .video-iframe-container { display: none; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .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); }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row .container { border-width: 0; border-radius: 0; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#TRLScfNphgU2KLpdBH6Tim6ugU8PiP7M { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:2.8125rem;width:12.5rem;top:0.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#NQZDig3S21E7gHypsLDCPnVHytXMDU0J { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:2.625rem;width:5.4375rem;top:0.9375rem;left:19.3125rem;overflow:hidden;display:block; }
#JW5RsDEcr2bxUXHaSloLX5u4FTCfdF4h { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:1.9375rem;width:5.4375rem;top:1.3125rem;left:27.5rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/d05f96b1-50a6-4cd1-a940-0b489d08001c/VivalonImpactHub11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Fq1SAstPkTrDxACfDC6lTs6Ktvf6xXXZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:40.375rem;width:73.0625rem;top:2.625rem;left:30.560015302618rem;overflow:hidden;display:none; }
#ASS6mx6FA1eIu3DfIAQ7PxAILVq7PxTc { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:24.75rem;width:23.875rem;top:8.5rem;left:9.81076335907rem;overflow:hidden;display:block; }
#UpG0xBOKf6CPRdRpS4irJ5rOKRFmrRub { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:20.6875rem;left:11rem;height:;text-align:center;text-align-last:center;display:block; }
#KrKWqcUDpzEtayQtLRaMhrdzyQT6SKSF { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:32.4501953125rem;left:10.53125rem;height:;text-align:center;text-align-last:center;display:block; }
#TKWkRpS16QESTRE4Kwi7320dBESvNzOZ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:11rem;width:30.5rem;top:21.505208969116rem;left:22.249133110046rem;overflow:hidden;display:block; }
#hXvSyPKOmw7xlRI1LVSN0vrvBAuHCWoT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:7.375rem;width:6.5625rem;top:4.9930558204651rem;left:33.083334922791rem;overflow:hidden;display:block; }
#EJndaFq5er2mDVx714148Xb78zgT4tvq { box-sizing:content-box;height:29.9375rem;width:29.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#009047;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:22.999999046326rem;display:block; }
#RzL8TPL3pJ1I65hMzMhrGvmWB7LAwXir { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:12.8125rem;top:53.5rem;left:32.312499046326rem;overflow:hidden;display:block; }
#c2NP4yz9lIbwU3avT9DyTGVaJZBA4hvG { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top: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:29.06175rem;width:44.1869375rem;top:13.249277591706rem;left:30.813078403473rem;overflow:hidden;display:block; }
#ZsnGypR50ba5JH9iJqByZdENJrtKRcrH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:18.8125rem;width:33.75rem;top:55.5302734375rem;left:33.083984375rem;overflow:hidden;display:block; }
#MT3FavLi0RgEmxs2fq5IOs3cclx9fVLn { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:21.25rem;width:55.625rem;top:7.9375rem;left:19.374999046326rem;overflow:hidden;display:block; }
#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/86316c5a-ba7e-4545-ae27-8bc533d947c1/VivalonImpactHub12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM.adaptive-delivery-prevent-bg, #IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM.lazyload, #IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM.lazyloading { background-image: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container { background-color: transparent; background-image: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container > .video-iframe-container { display: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row > .video-iframe-container { display: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .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); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container { border-width: 0; border-radius: 0; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Wu4aobw4X7FvrA1ne8KDzIXeSt83vymm { box-sizing:content-box;height:22.125rem;width:58.3125rem;position:absolute;display:block;z-index:15000;background-color:#009047;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:8.375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#xNoqhG6vO4mhI4w3JKKs3UMhCVAa7tig { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:21.6875rem;left:10.125rem;height:7.7988125rem;display:block; }
#oWf2M9hlP3yfxLe3bxDR40VEGOI8bfIM { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:12.3125rem;left:10.125rem;height:8.125rem;display:block; }
#TD2T9Hykiy8ssyNsQQHT8sTD3rTspitc { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:2.5rem;width:12.8125rem;top:0rem;left:32.34375rem;overflow:hidden;display:block; }
#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo { z-index:;position:relative;display:block; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo { background-color: transparent; background-image: none; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container > .video-iframe-container { display: none; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row > .video-iframe-container { display: none; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .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); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo { border-width: 0; border-radius: 0; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/cbd5f50f-a04b-4872-a924-485db4bc595c/20250513IMG_2457.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container.adaptive-delivery-prevent-bg, #rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container.lazyload, #rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container.lazyloading { background-image: none; }#yRHizVhD8iNeVcIrsoGp3bfWeccFLBZU { box-sizing:content-box;height:13.9375rem;width:59.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3098945617675rem;left:1.7352418899536rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#x9HSBAW5CtbLt9Fx1OcTTJrBOTR80UO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.401914358139rem;left:3.8263883590698rem;height:9.74853125rem;display:block; }
#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA { position:relative;display:block; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA { background-color: transparent; background-image: none; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row .container > .video-iframe-container { display: none; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row > .video-iframe-container { display: none; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .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); }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA { border-width: 0; border-radius: 0; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff1;background-image:none;font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VRW50oO0Hx9ZTgN1y3xQe3NcTKThUkRP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:2rem;height:5.84911875rem;text-align:right;text-align-last:right;display:block; }
#gNQbOmvir8Pw2TSvQGbqAzbKstWxtueO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:5.3125rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PfuOLZ3ovQeUpB9AcRBTBh0iTQPePl6B { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.137154102326rem;left:4.6874990463257rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PzEvBrlS1dTmc1PqxsRP5CofSQ3xqwdA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:33.973957538605rem;left:1.3125rem;height:5.84911875rem;text-align:right;text-align-last:right;display:block; }
#S8DGxzTsE3Vx8XPeT979SiNzyI6plbSC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:57rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZrWaRMUsluDaQ4rSSLGW6XLFNTPQtMS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.75rem;left:56.75rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIQ45wuamueeL6yrCd4aG23NiJLfPcPD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:57rem;height:5.84911875rem;text-align:left;text-align-last:left;display:block; }
#LAroHbEt71rLbE0kOpfBRHHyyM97IfmB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.0625rem;left:56.9375rem;height:5.84911875rem;text-align:left;text-align-last:left;display:block; }
#cA5pvTzIEtAOGOcZvW15sUHsmB71pM1D { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top: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:8.25rem;width:8.25rem;top:27.687500476837rem;left:20.311633110046rem;overflow:hidden;display:block; }
#o4Xhvco1vFht2DbxHAODXLUiNG7yQ07Z { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:8.9375rem;width:7.9375rem;top:26.217014789581rem;left:47.545462615964rem;overflow:hidden;display:block; }
#fClOFuX9yGiEdands2GzepLyamZo2xHL { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:10.25rem;width:8.625rem;top:6.9878478050231rem;left:45.743056297303rem;overflow:hidden;display:block; }
#yvZhgTHtKw42T8BmlAxV9p1GeoRidekN { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top: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:10.5625rem;width:9.375rem;top:5.704861164093rem;left:20.936633110046rem;overflow:hidden;display:block; }
#n9LURA1PiIAAE3m9daBMQt25PI5mW8T5 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:9.1875rem;width:6.8125rem;top:16.375000417232rem;left:34.65625rem;overflow:hidden;display:block; }
#t80TPp4Ik0gp2I36sRxLOCFU5azMngHG { box-sizing:content-box;height:12.5rem;width:19.5rem;position:absolute;display:block;z-index:14991;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.054687976837rem;left:1.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#DepeDUDOzpq15ytshUnSfNnT7mZMvKlC { box-sizing:content-box;height:12.5rem;width:19.3125rem;position:absolute;display:block;z-index:14994;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:1.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#ThhS4uURbv0uEXivg5N6xTtxA01iMHDz { box-sizing:content-box;height:12.1875rem;width:18.8125rem;position:absolute;display:block;z-index:14995;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4375rem;left:55.0625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#NcnqhCJuwsmynr8uENyhVGsmLWyd50Az { position:absolute;display:block;z-index:14990;border-bottom:0;border-left:0;border-right:0;border-top: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:41.9375rem;width:74.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yLSko0zU4inPVzTv1L4kZkuipBCtxFzP { box-sizing:content-box;height:13.375rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5625rem;left:55.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp { z-index:;position:relative;display:block; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp { background-color: transparent; background-image: none; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container > .video-iframe-container { display: none; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row > .video-iframe-container { display: none; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .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); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp { border-width: 0; border-radius: 0; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/822723bc-4a5a-407d-9435-5edaf155a70e/VivalonImpactHub64.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:142.9375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container.adaptive-delivery-prevent-bg, #QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container.lazyload, #QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container.lazyloading { background-image: none; }#uPEKIi607tSRb9rGRVh32Pk6iIzmTlH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:89.1875rem;left:2.8125rem;height:5.84911875rem;text-align:left;text-align-last:left;display:block; }
#ynXxoHRsbf2da9TuFOmGPmabh13LwG1N { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:114.375rem;left:1.4375rem;height:9.7485625rem;text-align:left;text-align-last:left;display:block; }
#HlnI4o3mz1nTPoGlSloBJ2K6m6rc2uqq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:96.6875rem;left:27rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#JSwlJewF8X5fmZPh1rXVSVDCuTS9u5Z2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:105.5625rem;left:56.4375rem;height:11.69825rem;text-align:left;text-align-last:left;display:block; }
#bwT5BUKUTeqWTOOysFeIEENZJyP32UiF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:130.6875rem;left:22.625rem;height:9.7485625rem;text-align:left;text-align-last:left;display:block; }
#Qnte7ylILUBI5E8Wsw9XrQ8Vn4dMeIOo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:122.125rem;left:53.3125rem;height:5.84911875rem;text-align:left;text-align-last:left;display:block; }
#JI28U42SpbN7Q1qfMn4GcTbP27oVUtAI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:8.1875rem;width:6.5625rem;top:119.4375rem;left:30.1875rem;overflow:hidden;display:block; }
#uPeq7nJUpxZ9u4bFxsU7t5gSvlD2P1hc { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:7.5625rem;width:6.6875rem;top:121.8125rem;left:39.4375rem;overflow:hidden;display:block; }
#ouq6huFcHh5H1yNPDSI1M5ZBhOgwuCBK { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:8.25rem;width:8.8125rem;top:102.9375rem;left:4.5625rem;overflow:hidden;display:block; }
#sds3oW9KFXT055SnMomN0PhvZWz2QWn9 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:18.2495rem;width:17.8125rem;top:123.86474037171rem;left:1.4371747970581rem;overflow:hidden;display:block; }
#AisRb5nCPBRqAyiTPyIxhszuDr4h2JMD { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:17.6875rem;width:31.6875rem;top:88.4375rem;left:40.562337875366rem;overflow:hidden;display:block; }
#o1aXqVTGxJZtqsmkFGfuWFBXivhSascg { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:8.375rem;width:7.9375rem;top:131.6875rem;left:53.25rem;overflow:hidden;display:block; }
#FDTkE7NXPotEaKD235bFThaqe5BgIypC { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top: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:19.3125rem;width:34.4375rem;top:78.875rem;left:13rem;overflow:hidden;display:block; }
#zhJXCdntRMoyhad3JTbJ9PyNNUoTt6BJ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:8.3125rem;width:6.25rem;top:120.125rem;left:20.8125rem;overflow:hidden;display:block; }
#Dbzbea4BwTsfybe4O1iXZI0pT6osPTqq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;width:6.5rem;top:110.375rem;left:42.625rem;overflow:hidden;display:block; }
#sNQMIdQpi7oVGzEfT5u8Ki75NLghgKVJ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;width:6.375rem;top:108.3125rem;left:25.5rem;overflow:hidden;display:block; }
#c7pKDFPkfdH4h2ds0xLLr1gKX7DhCTXc { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.6875rem;left:11.25rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#Evk0bQqKHzowZEuN52HoOW39eJ95FCuU { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.625rem;left:17.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpvUUTAkeUJspRNvvcn72TVNbln0QxKX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:10.6875rem;width:9.625rem;display:none; }
#kDmbhRBe2c3akyWWIZvLgAKXEEqxx4aK { box-sizing:content-box;height:47.5625rem;width:54.5625rem;position:absolute;display:block;z-index:15002;background-color:#eceff1;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.811630249024rem;left:10.186631202697rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#qbgpQcgFIKfh49bdoUWhxgd4FkPHOtrV { box-sizing:content-box;height:11.4375rem;width:20.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.375rem;left:1.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#MdutFRZhTTWodTU1WcvS9H58CueM9ROd { box-sizing:content-box;height:11.125rem;width:23.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.125rem;left:24.5625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#UX01xe8W64PnaMUwbPbCA4QFNemTOgS0 { box-sizing:content-box;height:14.625rem;width:16.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:104.125rem;left:54.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#RmPdnM33KLr2GWMo8LIviNsKFizXc4al { box-sizing:content-box;height:12.5rem;width:22.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:113.125rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#xcH1tXxSyyTuWHJ5cEGQT0btGtkEa5dJ { box-sizing:content-box;height:12.75rem;width:22.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:129.375rem;left:20.8125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#oLZlaF3B8A4IifQTZmrBw2legH1VT6ak { box-sizing:content-box;height:9.625rem;width:21.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:120.9375rem;left:51.8125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#FUddcQaRSNIAKEUqSWTVVbJ7pqATygtO { box-sizing:content-box;height:10rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem #3c3a36 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#N67l6obkH1MOHgGI6IWHpau5imXpf2VX { color:#ffffff;display:block;width:71.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:71.3125rem;left:1.5rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOMZoZk13adZ2ZsXhMH9HPhQpLvTquP9 { box-sizing:content-box;height:7.8125rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:#009047;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#po0S7HCCgpWffcRo6XHeJX12mJiQGGfF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:30.152777791023rem;left:16.436631202698rem;display:block; }
#xGxMzr27t2TG6Zm72eqMTs6w76zkgNTG { background-color:#009047;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3105625rem;height:4.18555rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:55.376731872559rem;left:24.780383110046rem;display:block; }
#rTaZ9C39L2patzyxFDegOG0iFi4vAslc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLSaCsbQJD2bo8J7egTSPcNxFo8Cxsvh { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:9.436875rem;width:33.4375rem;top:3.4057615399361rem;left:20.780435562134rem;overflow:hidden;display:block; }
#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL { position:relative;display:block; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL { background-color: transparent; background-image: none; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .row .container > .video-iframe-container { display: none; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .row > .video-iframe-container { display: none; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .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); }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL { border-width: 0; border-radius: 0; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .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; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff1;background-image:none;font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JyyqbABMQDQGrexBTGblm20DhAObgZhT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:38.311375rem;width:68.499375rem;top:32.186684936285rem;left:0rem;overflow:hidden;display:block; }
#NFSKrN1siM5rhRwQAr24GoTy7bB40T5a { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.7499899864194rem;left:11.249131202697rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUVAihT0MXvoqpZJDiDDtplKfBc11hWT { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.874989509582rem;left:9.4999990463256rem;height:6.474125rem;text-align:left;text-align-last:left;display:block; }#xUVAihT0MXvoqpZJDiDDtplKfBc11hWT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xUVAihT0MXvoqpZJDiDDtplKfBc11hWT li:before{  }
#KUVqWsJ0parm4o3qJodVKSvwSK3D56ko { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.998698234558rem;left:27.967935562134rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elvOVlsPLSVIJuomWREBG291rAMJuffu { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.561359882355rem;left:9.53125rem;height:10.9985625rem;text-align:left;text-align-last:left;display:block; }#elvOVlsPLSVIJuomWREBG291rAMJuffu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#elvOVlsPLSVIJuomWREBG291rAMJuffu li:before{  }
#rvHA5IMqi0JTx1Ngebp26pQPeyP12l48 { position:absolute;display:block;z-index:15008;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:18.2495rem;width:18.2495rem;top:45.862628936767rem;left:6.2093105316162rem;overflow:hidden;display:block; }
#NmkBXWn5sJa2OqKtniSmaQWx3iU1moWq { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:7.312rem;width:5.68685rem;top:52.999671936035rem;left:37.395017623901rem;overflow:hidden;display:block; }
#Akrg01o5Ip4AzCzq0d7Llg7fydqR0Mo8 { box-sizing:content-box;height:13rem;width:59.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.1874897480011rem;left:8.3749990463256rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#NgcuTyspTBB6GbpNUMmAi8TcqWDWXLMP { box-sizing:content-box;height:17.8125rem;width:58.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.499664306641rem;left:8.4996738433837rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#T2vCRS2D9zW6rJHwkbHezydQ0cRn2ca8 { background-color:#009047;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3121875rem;height:4.1870125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.713703155517rem;left:25.843099594116rem;display:block; }
#QA3BBER5NOmPQhK7CnOBi7i3BzPyJq9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOdhGXncyaZdKSgJ5kChoeOluLzraMJE { 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:19.6875rem;width:35.375rem;top:49.554061905884rem;left:39.539150256547rem;overflow:hidden;display:block; }
#InBUTcksgO7nnlscc1qrq3I4CGXCFByK { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:17.6871875rem;width:31.687rem;top:1.9550323486328E-5rem;left:0rem;overflow:hidden;display:none; }
#pVk0al6NacB8M5KDkB80T90yfeNkgQsd { position:absolute;display:block;z-index:15010;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:19.6875rem;width:23.4375rem;top:35.555011749267rem;left:39.624837875366rem;overflow:hidden;display:none; }
#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf { z-index:;position:relative;display:block; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf { background-color: transparent; background-image: none; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container > .video-iframe-container { display: none; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row > .video-iframe-container { display: none; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .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); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf { border-width: 0; border-radius: 0; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/82c44389-ec85-4c98-92a2-ba96a37345f3/VivalonImpactHub21.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:120.8125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container.adaptive-delivery-prevent-bg, #ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container.lazyload, #ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container.lazyloading { background-image: none; }#mWUEZK0d1rZkmHKGM50tmaJeJTT6ONOs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:0.625rem;width:1.375rem;top:55.498024164244rem;left:-10.375rem;overflow:hidden;display:block; }
#S6bT53lI95lxSddQHHPoE5Vua3pIkmIF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:80.0625rem;left:3.8125rem;height:9.74853125rem;text-align:left;text-align-last:left;display:block; }
#hzt8H8qJgr4ACGpRxap39UqCvTMSBfa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:107.5rem;left:6.375rem;height:9.74851875rem;text-align:left;text-align-last:left;display:block; }
#ioARMbCbRk1mF8gI0SNG5VFEy7K1zcCX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:103.8125rem;left:48.625rem;height:11.698225rem;text-align:left;text-align-last:left;display:block; }
#fdkGhTMCzebUFLXM28kfskZ6I6k1Ttxf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:74rem;left:55.9375rem;height:13.647975rem;text-align:left;text-align-last:left;display:block; }
#TudSfdD7Ta04QzLL2ViXLmDOA79aZz2A { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:65.6875rem;left:28.375rem;height:13.647975rem;text-align:left;text-align-last:left;display:block; }
#WCav0VSRkbcKXBZVkwDZKCwHLAHkR7Rm { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:15.6875rem;width:27.9375rem;top:85.37485694885rem;left:8.91796875rem;overflow:hidden;display:block; }
#LrMRBPcL72zym7kiDkOuUBbtsbaoMnEr { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:9.3125rem;width:9.1875rem;top:95.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#GccgdrT0lP7BaNIgCTCFEOAkxuf7KhCM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:10.1875rem;width:10.75rem;top:92.125rem;left:60.25rem;overflow:hidden;display:block; }
#bZK8EE3TSFf4IqAH0LR71frMtNwhxfpf { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:8.8125rem;top:98.0625rem;left:39.875rem;overflow:hidden;display:block; }
#do4FMW3QRZ2bMixLJ1KQzm9w9slXeOEW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:7.6875rem;width:7.6875rem;top:85.875rem;left:32.25rem;overflow:hidden;display:block; }
#XN4bqzODKym6nRDx02dKhpXSuSwTAfg8 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:10.1875rem;width:10.0625rem;top:104.75rem;left:25.8125rem;overflow:hidden;display:block; }
#UhctWccKEhSp2o221TPeHDwlDQLrsDSw { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:12.1875rem;top:110.6875rem;left:32.3125rem;overflow:hidden;display:block; }
#Tf2B20kfUTPqisvXdP1IOwPAzNR8HUaO { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:11.5625rem;top:71.125rem;left:0rem;overflow:hidden;display:block; }
#zKoaBThyV6NWAXdJupOSCrG6XlMQqQbA { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:4.3125rem;top:89.875rem;left:47.125rem;overflow:hidden;display:block; }
#TgvE12KWITgC6OVLBbKh1SUPAA44kqei { position:absolute;display:block;z-index:14994;border-bottom:0;border-left:0;border-right:0;border-top: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:16.5625rem;width:29.5625rem;top:61.375rem;left:42.8125rem;overflow:hidden;display:block; }
#iaHMTO4B5IJbN5b2wmTTprA1Esh2P0Og { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:15.9375rem;width:28.562rem;top:64.842905044556rem;left:6.37451171875rem;overflow:hidden;display:block; }
#SxwaCVu7eo7a48wNGV1gBwvuaHHGTHid { color:#ffffff;display:block;width:57.6245rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:52.5rem;left:10.1875rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAWii14n9s3HTLcEtnaP0edbUTiAMJ5R { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.4375rem;left:13.75rem;height:11.69825rem;text-align:left;text-align-last:left;display:block; }
#bdoefIHyfPv1MvdLmBHqIqVkHgwXdZ00 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.686875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:13.75rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4KTgTaAK5RycgWN4exkLSqU9AIh1n54 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:42.125rem;width:75rem;display:none; }
#wqwtOtcdkika5AlrayIgLnade2gr91An { box-sizing:content-box;height:30.125rem;width:53.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:11.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#mqpPLuepaxkTVlMcqWsFrm3kszMVXAEA { box-sizing:content-box;height:13rem;width:19.5rem;position:absolute;display:block;z-index:14995;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.3125rem;left:1.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#eeBMqAJDS8RcHmaJHBPVebqZIa5dptH1 { box-sizing:content-box;height:14.8125rem;width:22.6875rem;position:absolute;display:block;z-index:14996;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.9375rem;left:4.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#qstuTHHCraUmM4UukrVLm5A3y3EMutJf { box-sizing:content-box;height:17.0625rem;width:20.3125rem;position:absolute;display:block;z-index:14997;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.3125rem;left:46.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#TqVy0JOUp3Zyzyq62nVeoHgaoOlX4Zix { box-sizing:content-box;height:16.625rem;width:20.5625rem;position:absolute;display:block;z-index:14998;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5rem;left:26.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#PX62DoONOXoLWLeu15Htt8JQUuxDpxWQ { box-sizing:content-box;height:19.25rem;width:20.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.5625rem;left:53.9375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#GJLtpdREtz1OkMVcXc8oGFuxwW94bssg { box-sizing:content-box;height:7.8125rem;width:75rem;position:absolute;display:block;z-index:14993;background-color:#009047;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.1875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TR77w19ESbJXBZtB70SWStZBVACgVih5 { background-color:#009047;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:20.25rem;height:4.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.5rem;left:15.0625rem;display:block; }
#ZkeLPvEaJoXG7KWTF2OzibSykWPerpZ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRZPpPx5n3FQUF6e5UwFNdnXpiXlSQ7b { background-color:#009047;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:20.1875rem;height:4.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.5rem;left:40.125rem;display:block; }
#GtNNAJWi7f9khdaBB0JhvVpWyKmvWH95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ird76KUTl5sZovqiKJuwJUCr3Ep67Txd { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:8.8745rem;width:33.6873125rem;top:0.5625rem;left:20.625rem;overflow:hidden;display:block; }
#BzWNTva8JPMrr88CG04i6CufpZui1gJv { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:15.625rem;width:18.0625rem;top:88.825866699219rem;left:36.161458969116rem;overflow:hidden;display:none; }
#sLXWkc4Ins8Zyq68g8up8DugalAo96o2 { box-sizing:content-box;height:10rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem #3c3a36 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#oXtu0Gqv5WAbDoyE2hP5tfPIO75ZT5oJ { position:absolute;display:block;z-index:15022;height:8.75rem;width:15.625rem;top:56.03125rem;left:59.375rem;display:block; }
#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH { position:relative;display:block; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH { background-color: transparent; background-image: none; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .row .container > .video-iframe-container { display: none; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .row > .video-iframe-container { display: none; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .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); }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH { border-width: 0; border-radius: 0; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .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; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff1;background-image:none;font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ngzeSazeAe0xe3fcAODWAwOD1CTGAB9n { color:rgba(var(--color-tertiary-4),1);display:block;width:56.7496875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.053382873535rem;left:1.6691083908081rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfxRU2vguOKpSq7BPky7qIVHplGm1Tei { color:rgba(var(--color-tertiary-4),1);display:block;width:28.186875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.309895515442rem;left:38.124185562134rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mf4mm09GJuawxGtFfMnHTaBSqJrhJ2OH { background-color:#009047;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.312375rem;height:4.1862rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:50.927373886108rem;left:5.0282120704651rem;display:block; }
#Ug97rSCHutEUbIIQc2oLKCKKIBcKtrcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gq1G5eeAfGSL6fmUrUkOeT77uidnr54B { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:10.25rem;display:none; }
#b6h6ow89xdtKG7t5QPPRaCT2emTtk94T { box-sizing:content-box;height:40.25rem;width:33.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.429809570312rem;left:1.2174477577209rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#XyzsGGnCrtQNMEVkFIMEbimn6TAzH3O0 { box-sizing:content-box;height:40.5rem;width:35.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(236,239,241,0.9);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.429809570312rem;left:36.186342716217rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#OWnrv8QPmRJ0q8zivTyoPO7IQQ7expFW { color:#ffffff;display:block;width:71.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9983520507812rem;left:1.6691083908081rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhwTTqr5VlxBUAh9h5kKpRcFmkCJclCM { box-sizing:content-box;height:7.8125rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:#009047;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6788187026977rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ikLm8nNQgwbQfT0VTdK60bXsTGMzVETb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9994375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.307721614838rem;left:3.4960942268372rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ieSV3TTG1lJKGNcOZn3rAs9GZUxHIwbV { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.230175495147rem;left:3.496817111969rem;height:9.7485625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bvvmcElHJyLH17zWX22hptfeScGiatTE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.231444835663rem;left:38.124185562134rem;height:11.69825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pIxDdIUDfm2aWKZUzr1dby5cLFD58hhf { box-sizing:content-box;height:13.6875rem;width:28.625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5625rem;left:3.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#f90SGx0OcUcAODuPo3u2vX2q4JrRMozH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:38.046876907349rem;left:5.0282120704651rem;height:8.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#cnkJUc2PwHpBordGLtKt0Gi36hMGp7eu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.045431137085rem;left:3.2161459922791rem;height:1.625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#miRKubiCaL1WOMPp1RVzChBVdddbVPoR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:39rem;left:39.0625rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#vrLrBy7obNI77fPB9TGTMo516Ho8oNAd { box-sizing:content-box;height:11.9375rem;width:32.4375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:37.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#HmPZQLSLpM4J6hHOPJP6a82ZFCsiqQoL { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.125rem;left:42.0625rem;height:1.625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hnbaAzzVml8HyfeHLeUWONOZ4UhsCzLx { background-color:#009047;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.925346374512rem;left:41.864584922791rem;display:block; }
#aIUvaJ8lvnUqNxs3vI8U4XO7p3JVsW7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kANySbs0OD45tiJqC9PmTJWyVkSJGTpW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#uyfdokzKdN0dKWvlnxQw90PC16JKWQOe { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ixTyZ18eNNCzZ4TODPelWw9eHozsoVHC { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:17.5rem;width:16.3745rem;top:61.000162124634rem;left:15.673013687134rem;overflow:hidden;display:block; }
#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU { position:relative;display:block; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU { background-color: transparent; background-image: none; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .row .container > .video-iframe-container { display: none; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .row > .video-iframe-container { display: none; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .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); }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU { border-width: 0; border-radius: 0; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .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; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff1;background-image:none;font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZsZCDxe8OAhGaffaAcGTWWlBC6dpBBIc { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:5.812175rem;width:5.3125rem;top:18.186849117279rem;left:41.123044967651rem;overflow:hidden;display:block; }
#LkbWTuIuBGkZXgJzJ6JUo5GQRvcq1WZW { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:10rem;width:6.624375rem;top:22.375rem;left:22.125rem;overflow:hidden;display:block; }
#TgsEFRbXp09AkSxrwMaSBJ7lq6UJsFb7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:5.2498375rem;width:5.1245125rem;top:28.186032772064rem;left:36.050619125366rem;overflow:hidden;display:block; }
#Mu9wdBbpaJo6a84erZZv91orxA6f1aIM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:40.4369375rem;width:72.124375rem;top:4.3123474121094rem;left:0.0625rem;overflow:hidden;display:block; }
#bEy7K0NtzVxMuTwFUNqwDyDsTTLMitDZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:18.1875rem;width:20.5rem;top:6.3629150390625rem;left:45.485837936401rem;overflow:hidden;display:block; }
#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n { 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; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row .container { background-color: transparent; background-image: none; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row .container > .video-iframe-container { display: none; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row > .video-iframe-container { display: none; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .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); }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row .container { border-width: 0; border-radius: 0; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#d2f626abe66cae899f6a6bedf499047c { color:#dc3c35;display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:10.5625rem;left:24.249133110046rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a393469016fec087077902ac5846e8a9 { color:#0b090a;display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:3.875rem;left:24.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q7ecae4755c02723635ee84d9c13e3ea { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:6rem;left:24.25rem;height:3.298825rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Acdcf1470f5a720e4b2431aaeba4b256 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:14.917556762695rem;left:2.4366312026977rem;height:0.89355625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#e3c5140553edb9fd8e0b64c00f219c95 { position:absolute;display:block;z-index:15011;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:10.6875rem;width:19.25rem;top:2.3046875rem;left:0rem;overflow:hidden;display:block; }
#e00637a216cc9df38fdbbe8801fb8425 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:14.91845703125rem;left:35.3125rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hULHS3dpIWu28GKClSgoRKJePSMyCWh2 { display:block; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRLScfNphgU2KLpdBH6Tim6ugU8PiP7M { top:0.8125rem;left:0rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQZDig3S21E7gHypsLDCPnVHytXMDU0J { top:0.9375rem;left:5.6875rem;width:5.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW5RsDEcr2bxUXHaSloLX5u4FTCfdF4h { top:1.3125rem;left:13.875rem;width:5.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq1SAstPkTrDxACfDC6lTs6Ktvf6xXXZ { top:2.625rem;left:0rem;width:47.75rem;height:26.387082976903rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASS6mx6FA1eIu3DfIAQ7PxAILVq7PxTc { top:8.5rem;left:0rem;width:23.875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpG0xBOKf6CPRdRpS4irJ5rOKRFmrRub { top:20.625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrKWqcUDpzEtayQtLRaMhrdzyQT6SKSF { top:32.4375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWkRpS16QESTRE4Kwi7320dBESvNzOZ { top:21.5rem;left:8.6241331100462rem;width:30.5rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXvSyPKOmw7xlRI1LVSN0vrvBAuHCWoT { top:4.9375rem;left:19.458334922791rem;width:6.5625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJndaFq5er2mDVx714148Xb78zgT4tvq { top:13rem;left:9.3749990463256rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzL8TPL3pJ1I65hMzMhrGvmWB7LAwXir { top:53.5rem;left:18.687499046326rem;width:12.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NP4yz9lIbwU3avT9DyTGVaJZBA4hvG { top:13.1875rem;left:3.625rem;width:44.125rem;height:29.021013704559rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsnGypR50ba5JH9iJqByZdENJrtKRcrH { top:55.5rem;left:14rem;width:33.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3FavLi0RgEmxs2fq5IOs3cclx9fVLn { top:7.9375rem;left:0rem;width:47.75rem;height:18.241573033708rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM { display:block; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aobw4X7FvrA1ne8KDzIXeSt83vymm { top:10.4375rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNoqhG6vO4mhI4w3JKKs3UMhCVAa7tig { top:21.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWf2M9hlP3yfxLe3bxDR40VEGOI8bfIM { top:12.3125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2T9Hykiy8ssyNsQQHT8sTD3rTspitc { top:0rem;left:18.71875rem;width:12.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHL0t33qvaTmaxSwoATuFteJ89SIdpRo { display:block; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRHizVhD8iNeVcIrsoGp3bfWeccFLBZU { top:8.25rem;left:0rem;width:47.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9HSBAW5CtbLt9Fx1OcTTJrBOTR80UO7 { top:10.375rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA { display:block; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRW50oO0Hx9ZTgN1y3xQe3NcTKThUkRP { top:8.0625rem;left:0rem;width:17.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQbOmvir8Pw2TSvQGbqAzbKstWxtueO { top:4.1875rem;left:0rem;width:14.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfuOLZ3ovQeUpB9AcRBTBh0iTQPePl6B { top:30.125rem;left:0rem;width:14.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzEvBrlS1dTmc1PqxsRP5CofSQ3xqwdA { top:33.9375rem;left:0rem;width:17.5625rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8DGxzTsE3Vx8XPeT979SiNzyI6plbSC { top:4.375rem;left:33.5rem;width:14.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrWaRMUsluDaQ4rSSLGW6XLFNTPQtMS { top:29.75rem;left:33.5rem;width:14.25rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQ45wuamueeL6yrCd4aG23NiJLfPcPD { top:8.3125rem;left:30.8125rem;width:16.9375rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAroHbEt71rLbE0kOpfBRHHyyM97IfmB { top:32.0625rem;left:31.1875rem;width:16.5625rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5pvTzIEtAOGOcZvW15sUHsmB71pM1D { top:27.6875rem;left:6.6866331100462rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Xhvco1vFht2DbxHAODXLUiNG7yQ07Z { top:26.1875rem;left:33.920462615964rem;width:7.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fClOFuX9yGiEdands2GzepLyamZo2xHL { top:6.9375rem;left:32.118056297303rem;width:8.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvZhgTHtKw42T8BmlAxV9p1GeoRidekN { top:5.6875rem;left:7.3116331100462rem;width:9.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LURA1PiIAAE3m9daBMQt25PI5mW8T5 { top:16.375rem;left:21.03125rem;width:6.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80TPp4Ik0gp2I36sRxLOCFU5azMngHG { top:29rem;left:0rem;width:19.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DepeDUDOzpq15ytshUnSfNnT7mZMvKlC { top:2.8125rem;left:0rem;width:19.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhS4uURbv0uEXivg5N6xTtxA01iMHDz { top:3.4375rem;left:28.9375rem;width:18.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcnqhCJuwsmynr8uENyhVGsmLWyd50Az { top:0rem;left:0rem;width:47.75rem;height:26.834380234506rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLSko0zU4inPVzTv1L4kZkuipBCtxFzP { top:28.5625rem;left:29.5625rem;width:18.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp { display:block; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPEKIi607tSRb9rGRVh32Pk6iIzmTlH6 { top:89.1875rem;left:0rem;width:18.875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynXxoHRsbf2da9TuFOmGPmabh13LwG1N { top:114.375rem;left:0rem;width:19.9375rem;height:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlnI4o3mz1nTPoGlSloBJ2K6m6rc2uqq { top:96.6875rem;left:13.375rem;width:18.875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSwlJewF8X5fmZPh1rXVSVDCuTS9u5Z2 { top:105.5625rem;left:34.5rem;width:13.25rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwT5BUKUTeqWTOOysFeIEENZJyP32UiF { top:130.6875rem;left:9rem;width:20.125rem;height:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnte7ylILUBI5E8Wsw9XrQ8Vn4dMeIOo { top:122.125rem;left:28.625rem;width:19.125rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI28U42SpbN7Q1qfMn4GcTbP27oVUtAI { top:119.4375rem;left:16.5625rem;width:6.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPeq7nJUpxZ9u4bFxsU7t5gSvlD2P1hc { top:121.8125rem;left:25.8125rem;width:6.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouq6huFcHh5H1yNPDSI1M5ZBhOgwuCBK { top:102.9375rem;left:0rem;width:8.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sds3oW9KFXT055SnMomN0PhvZWz2QWn9 { top:123.8125rem;left:0rem;width:17.8125rem;height:18.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #AisRb5nCPBRqAyiTPyIxhszuDr4h2JMD { top:88.4375rem;left:16.0625rem;width:31.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1aXqVTGxJZtqsmkFGfuWFBXivhSascg { top:131.6875rem;left:39.625rem;width:7.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTkE7NXPotEaKD235bFThaqe5BgIypC { top:78.875rem;left:0rem;width:34.4375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJXCdntRMoyhad3JTbJ9PyNNUoTt6BJ { top:120.125rem;left:7.1875rem;width:6.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbzbea4BwTsfybe4O1iXZI0pT6osPTqq { top:110.375rem;left:29rem;width:6.5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNQMIdQpi7oVGzEfT5u8Ki75NLghgKVJ { top:108.3125rem;left:11.875rem;width:6.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7pKDFPkfdH4h2ds0xLLr1gKX7DhCTXc { top:20.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evk0bQqKHzowZEuN52HoOW39eJ95FCuU { top:16.625rem;left:3.5625rem;width:40.625rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpvUUTAkeUJspRNvvcn72TVNbln0QxKX { width:9.625rem;height:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDmbhRBe2c3akyWWIZvLgAKXEEqxx4aK { top:14.75rem;left:0rem;width:47.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgpQcgFIKfh49bdoUWhxgd4FkPHOtrV { top:87.375rem;left:0rem;width:20.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdutFRZhTTWodTU1WcvS9H58CueM9ROd { top:95.125rem;left:10.9375rem;width:23.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX01xe8W64PnaMUwbPbCA4QFNemTOgS0 { top:104.125rem;left:31.3125rem;width:16.4375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmPdnM33KLr2GWMo8LIviNsKFizXc4al { top:113.125rem;left:0rem;width:22.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcH1tXxSyyTuWHJ5cEGQT0btGtkEa5dJ { top:129.375rem;left:7.1875rem;width:22.5625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLZlaF3B8A4IifQTZmrBw2legH1VT6ak { top:120.9375rem;left:26.4375rem;width:21.3125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUddcQaRSNIAKEUqSWTVVbJ7pqATygtO { top:3.125rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #N67l6obkH1MOHgGI6IWHpau5imXpf2VX { top:71.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOMZoZk13adZ2ZsXhMH9HPhQpLvTquP9 { top:69rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0S7HCCgpWffcRo6XHeJX12mJiQGGfF { top:30.125rem;left:2.8116312026977rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGxMzr27t2TG6Zm72eqMTs6w76zkgNTG { width:23.25rem;height:4.125rem;top:55.375rem;left:11.155383110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaZ9C39L2patzyxFDegOG0iFi4vAslc { display:block; }
 }@media only screen and (max-width: 763px) { #aLSaCsbQJD2bo8J7egTSPcNxFo8Cxsvh { top:3.375rem;left:7.1554355621337rem;width:33.4375rem;height:9.436875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL { display:block; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyyqbABMQDQGrexBTGblm20DhAObgZhT { top:32.125rem;left:0rem;width:47.75rem;height:26.706348141863rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFSKrN1siM5rhRwQAr24GoTy7bB40T5a { top:7.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUVAihT0MXvoqpZJDiDDtplKfBc11hWT { top:10.8125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.875rem;display:block; }#xUVAihT0MXvoqpZJDiDDtplKfBc11hWT li:before{  }
 }@media only screen and (max-width: 763px) { #KUVqWsJ0parm4o3qJodVKSvwSK3D56ko { top:21.9375rem;left:14.342935562134rem;width:15rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elvOVlsPLSVIJuomWREBG291rAMJuffu { top:24.5rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:0.875rem;display:block; }#elvOVlsPLSVIJuomWREBG291rAMJuffu li:before{  }
 }@media only screen and (max-width: 763px) { #rvHA5IMqi0JTx1Ngebp26pQPeyP12l48 { top:45.8125rem;left:0rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmkBXWn5sJa2OqKtniSmaQWx3iU1moWq { top:52.9375rem;left:23.770017623901rem;width:5.625rem;height:7.2324749202107rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akrg01o5Ip4AzCzq0d7Llg7fydqR0Mo8 { top:6.125rem;left:0rem;width:47.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgcuTyspTBB6GbpNUMmAi8TcqWDWXLMP { top:20.4375rem;left:0rem;width:47.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2vCRS2D9zW6rJHwkbHezydQ0cRn2ca8 { width:23.25rem;height:4.125rem;top:40.6875rem;left:12.218099594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3BBER5NOmPQhK7CnOBi7i3BzPyJq9C { display:block; }
 }@media only screen and (max-width: 763px) { #KOdhGXncyaZdKSgJ5kChoeOluLzraMJE { top:49.5rem;left:8.5rem;width:35.375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InBUTcksgO7nnlscc1qrq3I4CGXCFByK { top:0rem;left:0rem;width:31.625rem;height:17.652580070297rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVk0al6NacB8M5KDkB80T90yfeNkgQsd { top:35.5rem;left:12.375rem;width:23.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf { display:block; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWUEZK0d1rZkmHKGM50tmaJeJTT6ONOs { top:55.4375rem;left:0rem;width:1.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6bT53lI95lxSddQHHPoE5Vua3pIkmIF { top:80.0625rem;left:0rem;width:17.5rem;height:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzt8H8qJgr4ACGpRxap39UqCvTMSBfa9 { top:107.5rem;left:0rem;width:19.5rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioARMbCbRk1mF8gI0SNG5VFEy7K1zcCX { top:103.8125rem;left:30.25rem;width:17.5rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdkGhTMCzebUFLXM28kfskZ6I6k1Ttxf { top:74rem;left:30.25rem;width:17.5rem;height:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudSfdD7Ta04QzLL2ViXLmDOA79aZz2A { top:65.6875rem;left:14.75rem;width:17.5rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCav0VSRkbcKXBZVkwDZKCwHLAHkR7Rm { top:85.3125rem;left:0rem;width:27.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrMRBPcL72zym7kiDkOuUBbtsbaoMnEr { top:95.1875rem;left:0rem;width:9.1875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GccgdrT0lP7BaNIgCTCFEOAkxuf7KhCM { top:92.125rem;left:37rem;width:10.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZK8EE3TSFf4IqAH0LR71frMtNwhxfpf { top:98.0625rem;left:26.25rem;width:8.8125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4FMW3QRZ2bMixLJ1KQzm9w9slXeOEW { top:85.875rem;left:18.625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4bqzODKym6nRDx02dKhpXSuSwTAfg8 { top:104.75rem;left:12.1875rem;width:10.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhctWccKEhSp2o221TPeHDwlDQLrsDSw { top:110.6875rem;left:18.6875rem;width:12.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2B20kfUTPqisvXdP1IOwPAzNR8HUaO { top:71.125rem;left:0rem;width:11.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoaBThyV6NWAXdJupOSCrG6XlMQqQbA { top:89.875rem;left:33.5rem;width:4.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgvE12KWITgC6OVLBbKh1SUPAA44kqei { top:61.375rem;left:18.1875rem;width:29.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaHMTO4B5IJbN5b2wmTTprA1Esh2P0Og { top:64.8125rem;left:0rem;width:28.5rem;height:15.902904208389rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxwaCVu7eo7a48wNGV1gBwvuaHHGTHid { top:52.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWii14n9s3HTLcEtnaP0edbUTiAMJ5R { top:22.4375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdoefIHyfPv1MvdLmBHqIqVkHgwXdZ00 { top:16.9375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4KTgTaAK5RycgWN4exkLSqU9AIh1n54 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqwtOtcdkika5AlrayIgLnade2gr91An { top:14.6875rem;left:0rem;width:47.75rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqpPLuepaxkTVlMcqWsFrm3kszMVXAEA { top:78.3125rem;left:0rem;width:19.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeBMqAJDS8RcHmaJHBPVebqZIa5dptH1 { top:105.9375rem;left:0rem;width:22.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qstuTHHCraUmM4UukrVLm5A3y3EMutJf { top:102.3125rem;left:27.4375rem;width:20.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVy0JOUp3Zyzyq62nVeoHgaoOlX4Zix { top:64.5rem;left:13.125rem;width:20.5625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX62DoONOXoLWLeu15Htt8JQUuxDpxWQ { top:72.5625rem;left:27.6875rem;width:20.0625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJLtpdREtz1OkMVcXc8oGFuxwW94bssg { top:50.1875rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR77w19ESbJXBZtB70SWStZBVACgVih5 { width:20.1875rem;height:4.5625rem;top:36.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkeLPvEaJoXG7KWTF2OzibSykWPerpZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #cRZPpPx5n3FQUF6e5UwFNdnXpiXlSQ7b { width:20.125rem;height:4.5625rem;top:36.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtNNAJWi7f9khdaBB0JhvVpWyKmvWH95 { display:block; }
 }@media only screen and (max-width: 763px) { #ird76KUTl5sZovqiKJuwJUCr3Ep67Txd { top:0.5625rem;left:7rem;width:33.625rem;height:8.857487188859rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzWNTva8JPMrr88CG04i6CufpZui1gJv { top:89.4375rem;left:19.8125rem;width:18.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLXWkc4Ins8Zyq68g8up8DugalAo96o2 { top:0rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtu0Gqv5WAbDoyE2hP5tfPIO75ZT5oJ { top:56rem;left:32.125rem;width:15.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH { display:block; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngzeSazeAe0xe3fcAODWAwOD1CTGAB9n { top:13rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfxRU2vguOKpSq7BPky7qIVHplGm1Tei { top:19.25rem;left:19.625rem;width:28.125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4mm09GJuawxGtFfMnHTaBSqJrhJ2OH { width:23.25rem;height:4.125rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug97rSCHutEUbIIQc2oLKCKKIBcKtrcV { display:block; }
 }@media only screen and (max-width: 763px) { #gq1G5eeAfGSL6fmUrUkOeT77uidnr54B { width:10.25rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6h6ow89xdtKG7t5QPPRaCT2emTtk94T { top:17.375rem;left:0rem;width:33.0625rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzsGGnCrtQNMEVkFIMEbimn6TAzH3O0 { top:17.375rem;left:12.0625rem;width:35.6875rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWnrv8QPmRJ0q8zivTyoPO7IQQ7expFW { top:4.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhwTTqr5VlxBUAh9h5kKpRcFmkCJclCM { top:2.625rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLm8nNQgwbQfT0VTdK60bXsTGMzVETb { top:19.25rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieSV3TTG1lJKGNcOZn3rAs9GZUxHIwbV { top:22.1875rem;left:0rem;width:28.4375rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvmcElHJyLH17zWX22hptfeScGiatTE { top:22.1875rem;left:15.6875rem;width:32.0625rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIxDdIUDfm2aWKZUzr1dby5cLFD58hhf { top:35.5625rem;left:0rem;width:28.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f90SGx0OcUcAODuPo3u2vX2q4JrRMozH { top:38rem;left:0rem;width:25.9375rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnkJUc2PwHpBordGLtKt0Gi36hMGp7eu { top:46rem;left:0rem;width:26.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miRKubiCaL1WOMPp1RVzChBVdddbVPoR { top:39rem;left:17.875rem;width:29.8125rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrLrBy7obNI77fPB9TGTMo516Ho8oNAd { top:37.375rem;left:14.75rem;width:32.4375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmPZQLSLpM4J6hHOPJP6a82ZFCsiqQoL { top:46.125rem;left:20.875rem;width:26.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbaAzzVml8HyfeHLeUWONOZ4UhsCzLx { width:24.5rem;height:4.1875rem;top:50.875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIUvaJ8lvnUqNxs3vI8U4XO7p3JVsW7x { display:block; }
 }@media only screen and (max-width: 763px) { #kANySbs0OD45tiJqC9PmTJWyVkSJGTpW { display:none; }
 }@media only screen and (max-width: 763px) { #uyfdokzKdN0dKWvlnxQw90PC16JKWQOe { display:none; }
 }@media only screen and (max-width: 763px) { #ixTyZ18eNNCzZ4TODPelWw9eHozsoVHC { top:61rem;left:2.0480136871338rem;width:16.3125rem;height:17.433738434761rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU { display:block; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsZCDxe8OAhGaffaAcGTWWlBC6dpBBIc { top:18.125rem;left:27.498044967651rem;width:5.3125rem;height:5.812175rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbWTuIuBGkZXgJzJ6JUo5GQRvcq1WZW { top:22.375rem;left:8.5rem;width:6.5625rem;height:9.9064127604167rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgsEFRbXp09AkSxrwMaSBJ7lq6UJsFb7 { top:28.125rem;left:22.425619125366rem;width:5.0625rem;height:5.1863084232403rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9wdBbpaJo6a84erZZv91orxA6f1aIM { top:4.25rem;left:0rem;width:47.75rem;height:26.771042175774rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEy7K0NtzVxMuTwFUNqwDyDsTTLMitDZ { top:6.3125rem;left:27.25rem;width:20.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n { display:block; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2f626abe66cae899f6a6bedf499047c { top:10.5625rem;left:4.5rem;width:43.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a393469016fec087077902ac5846e8a9 { top:3.875rem;left:4.5rem;width:43.25rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ecae4755c02723635ee84d9c13e3ea { top:6rem;left:8.0625rem;width:39.6875rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acdcf1470f5a720e4b2431aaeba4b256 { top:14.875rem;left:0rem;width:39.6875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3c5140553edb9fd8e0b64c00f219c95 { top:2.25rem;left:0rem;width:19.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00637a216cc9df38fdbbe8801fb8425 { top:14.875rem;left:8.0625rem;width:39.6875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hULHS3dpIWu28GKClSgoRKJePSMyCWh2 { position:relative;z-index:auto;display:block; }#hULHS3dpIWu28GKClSgoRKJePSMyCWh2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRLScfNphgU2KLpdBH6Tim6ugU8PiP7M { width:13.125rem;height:2.8125rem;top:0.53059893846512rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQZDig3S21E7gHypsLDCPnVHytXMDU0J { width:6rem;height:2.9375rem;top:3.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW5RsDEcr2bxUXHaSloLX5u4FTCfdF4h { width:6.4375rem;height:2.1875rem;top:3.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/d05f96b1-50a6-4cd1-a940-0b489d08001c/VivalonImpactHub11.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq1SAstPkTrDxACfDC6lTs6Ktvf6xXXZ { width:20rem;height:8.875rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASS6mx6FA1eIu3DfIAQ7PxAILVq7PxTc { width:7.249375rem;height:7.5rem;top:1.9881181716919rem;left:2.2786458730697rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpG0xBOKf6CPRdRpS4irJ5rOKRFmrRub { width:5.3125rem;height:2.2737625rem;top:4.0379228591919rem;left:7.5312498807906rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrKWqcUDpzEtayQtLRaMhrdzyQT6SKSF { width:20rem;height:1.13688125rem;top:7.87451171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKWkRpS16QESTRE4Kwi7320dBESvNzOZ { width:7.8125rem;height:2.5rem;top:5.5621757507324rem;left:6.1669920682907rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hXvSyPKOmw7xlRI1LVSN0vrvBAuHCWoT { width:3.0623375rem;height:3.49935rem;top:0rem;left:5.8300780057907rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJndaFq5er2mDVx714148Xb78zgT4tvq { width:7.5625rem;height:7.5rem;top:3.0491534433594rem;left:6.385837381525rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzL8TPL3pJ1I65hMzMhrGvmWB7LAwXir { width:5.9375rem;height:2.56185rem;top:11.685384117067rem;left:7.0312498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NP4yz9lIbwU3avT9DyTGVaJZBA4hvG { width:12rem;height:7.875rem;top:2.40771484375rem;left:8.04036462307rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsnGypR50ba5JH9iJqByZdENJrtKRcrH { width:15.6875rem;height:8.6875rem;top:4.71875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT3FavLi0RgEmxs2fq5IOs3cclx9fVLn { width:16.8125rem;height:6.25rem;top:1.00813884375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/86316c5a-ba7e-4545-ae27-8bc533d947c1/VivalonImpactHub12.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM.adaptive-delivery-prevent-bg, #IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM.lazyload, #IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM.lazyloading { background-image: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container { background-color: transparent; background-image: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container > .video-iframe-container { display: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row > .video-iframe-container { display: none; }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .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); }#IPMSE53k3VaPOuTVyfPCWnJ4RGQzpeJM > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aobw4X7FvrA1ne8KDzIXeSt83vymm { width:20rem;height:16.6875rem;top:2.798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNoqhG6vO4mhI4w3JKKs3UMhCVAa7tig { width:18.125rem;height:10.397125rem;top:8.11865234375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWf2M9hlP3yfxLe3bxDR40VEGOI8bfIM { width:20rem;height:2.923175rem;top:4.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD2T9Hykiy8ssyNsQQHT8sTD3rTspitc { width:5.9375rem;height:1.125rem;top:0rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHL0t33qvaTmaxSwoATuFteJ89SIdpRo { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/cbd5f50f-a04b-4872-a924-485db4bc595c/20250513IMG_2457.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo.adaptive-delivery-prevent-bg, #rHL0t33qvaTmaxSwoATuFteJ89SIdpRo.lazyload, #rHL0t33qvaTmaxSwoATuFteJ89SIdpRo.lazyloading { background-image: none; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container { background-color: transparent; background-image: none; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container > .video-iframe-container { display: none; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row > .video-iframe-container { display: none; }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .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); }#rHL0t33qvaTmaxSwoATuFteJ89SIdpRo > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRHizVhD8iNeVcIrsoGp3bfWeccFLBZU { width:20rem;height:15.5rem;top:0.87483596801756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9HSBAW5CtbLt9Fx1OcTTJrBOTR80UO7 { width:16.9995rem;height:13.4008625rem;top:1.9230136871338rem;left:1.4990233182907rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA { display:block; }#I3yd6ETPOM4b3hmKZrOtLTSJ1zwNR3UA > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRW50oO0Hx9ZTgN1y3xQe3NcTKThUkRP { width:4.75rem;height:5.77636875rem;top:2.9806213378906rem;left:0.061848998069763rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gNQbOmvir8Pw2TSvQGbqAzbKstWxtueO { width:7.0625rem;height:2.0996125rem;top:0.64697265625rem;left:0.061848998069763rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PfuOLZ3ovQeUpB9AcRBTBh0iTQPePl6B { width:8.4375rem;height:2.0996125rem;top:10.874816894531rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PzEvBrlS1dTmc1PqxsRP5CofSQ3xqwdA { width:7.8125rem;height:3.30078125rem;top:13.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S8DGxzTsE3Vx8XPeT979SiNzyI6plbSC { width:5.4375rem;height:3.1494125rem;top:0.75762939453125rem;left:14.460123419762rem;font-size:0.875rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OZrWaRMUsluDaQ4rSSLGW6XLFNTPQtMS { width:6.1873375rem;height:2.0996125rem;top:10.625rem;left:13.81184899807rem;font-size:0.875rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KIQ45wuamueeL6yrCd4aG23NiJLfPcPD { width:4.9373375rem;height:4.951175rem;top:3.9541015625rem;left:15.06184899807rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LAroHbEt71rLbE0kOpfBRHHyyM97IfmB { width:7.312rem;height:3.30078125rem;top:13.037109375rem;left:12.68880212307rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cA5pvTzIEtAOGOcZvW15sUHsmB71pM1D { width:4.0625rem;height:4.0625rem;top:6.5625rem;left:4.3123372793197rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #o4Xhvco1vFht2DbxHAODXLUiNG7yQ07Z { width:3.75rem;height:4.25rem;top:6.4375rem;left:11.409179091454rem;display:block; }
 }@media only screen and (max-width: 763px) { #fClOFuX9yGiEdands2GzepLyamZo2xHL { width:4rem;height:4.75rem;top:0.93717575073244rem;left:11.27180993557rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yvZhgTHtKw42T8BmlAxV9p1GeoRidekN { width:4.125rem;height:4.6875rem;top:0.875rem;left:4.5260413885117rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LURA1PiIAAE3m9daBMQt25PI5mW8T5 { width:3.6875rem;height:5rem;top:3.0625rem;left:8.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #t80TPp4Ik0gp2I36sRxLOCFU5azMngHG { width:19.5rem;height:12.5rem;top:50.86036328125rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DepeDUDOzpq15ytshUnSfNnT7mZMvKlC { width:19.3125rem;height:12.5rem;top:23.67286328125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThhS4uURbv0uEXivg5N6xTtxA01iMHDz { width:18.8125rem;height:12.1875rem;top:37.42286328125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcnqhCJuwsmynr8uENyhVGsmLWyd50Az { width:20rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLSko0zU4inPVzTv1L4kZkuipBCtxFzP { width:18.1875rem;height:13.375rem;top:64.61036328125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/822723bc-4a5a-407d-9435-5edaf155a70e/VivalonImpactHub64.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp.adaptive-delivery-prevent-bg, #QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp.lazyload, #QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp.lazyloading { background-image: none; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container { background-color: transparent; background-image: none; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container > .video-iframe-container { display: none; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row > .video-iframe-container { display: none; }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .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); }#QA1HqNFSZkFWxsunSVxMdZZTbQvTMXIp > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPEKIi607tSRb9rGRVh32Pk6iIzmTlH6 { width:14rem;height:3.41064375rem;top:49.375rem;left:5.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynXxoHRsbf2da9TuFOmGPmabh13LwG1N { width:14.125rem;height:5.68440625rem;top:59.5625rem;left:5.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HlnI4o3mz1nTPoGlSloBJ2K6m6rc2uqq { width:14.375rem;height:4.547525rem;top:53.75rem;left:5.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSwlJewF8X5fmZPh1rXVSVDCuTS9u5Z2 { width:14.375rem;height:3.41064375rem;top:72rem;left:5.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwT5BUKUTeqWTOOysFeIEENZJyP32UiF { width:14.125rem;height:4.547525rem;top:66.25rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qnte7ylILUBI5E8Wsw9XrQ8Vn4dMeIOo { width:14.25rem;height:3.41064375rem;top:77rem;left:5.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JI28U42SpbN7Q1qfMn4GcTbP27oVUtAI { width:4.5625rem;height:5.6875rem;top:58rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPeq7nJUpxZ9u4bFxsU7t5gSvlD2P1hc { width:5.1875rem;height:5.875rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouq6huFcHh5H1yNPDSI1M5ZBhOgwuCBK { width:6.125rem;height:5.75rem;top:64.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sds3oW9KFXT055SnMomN0PhvZWz2QWn9 { width:4.9375rem;height:5.0625rem;top:39.3876953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AisRb5nCPBRqAyiTPyIxhszuDr4h2JMD { width:16.8123125rem;height:9.436875rem;top:80.402015686038rem;left:0.81217443943025rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1aXqVTGxJZtqsmkFGfuWFBXivhSascg { width:5.4375rem;height:5.75rem;top:52.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FDTkE7NXPotEaKD235bFThaqe5BgIypC { width:10.5rem;height:5.875rem;top:59.27783203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhJXCdntRMoyhad3JTbJ9PyNNUoTt6BJ { width:6.3125rem;height:8.375rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dbzbea4BwTsfybe4O1iXZI0pT6osPTqq { width:8.375rem;height:8.9375rem;top:68.05712890625rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNQMIdQpi7oVGzEfT5u8Ki75NLghgKVJ { width:4.3125rem;height:4.625rem;top:47.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7pKDFPkfdH4h2ds0xLLr1gKX7DhCTXc { width:19.187rem;height:6.8213125rem;top:9.6874997615813rem;left:0.4052734375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Evk0bQqKHzowZEuN52HoOW39eJ95FCuU { width:20rem;height:1.381025rem;top:7.61328125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpvUUTAkeUJspRNvvcn72TVNbln0QxKX { top:75.4375rem;left:0.375rem;width:4.5625rem;height:5.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kDmbhRBe2c3akyWWIZvLgAKXEEqxx4aK { width:20rem;height:15.6875rem;top:69.30712890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbgpQcgFIKfh49bdoUWhxgd4FkPHOtrV { width:20rem;height:11.4375rem;top:86.24462890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdutFRZhTTWodTU1WcvS9H58CueM9ROd { width:20rem;height:11.125rem;top:98.93212890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UX01xe8W64PnaMUwbPbCA4QFNemTOgS0 { width:20rem;height:8.3125rem;top:125.05712890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmPdnM33KLr2GWMo8LIviNsKFizXc4al { width:20rem;height:12.5rem;top:111.30712890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcH1tXxSyyTuWHJ5cEGQT0btGtkEa5dJ { width:20rem;height:12.75rem;top:134.61962890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLZlaF3B8A4IifQTZmrBw2legH1VT6ak { width:20rem;height:9.625rem;top:148.61962890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUddcQaRSNIAKEUqSWTVVbJ7pqATygtO { width:20rem;height:4.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N67l6obkH1MOHgGI6IWHpau5imXpf2VX { width:20rem;height:1.62435rem;top:43.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOMZoZk13adZ2ZsXhMH9HPhQpLvTquP9 { width:20rem;height:3.625rem;top:43.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0S7HCCgpWffcRo6XHeJX12mJiQGGfF { height:11.25rem;width:20rem;top:17.046713829041rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGxMzr27t2TG6Zm72eqMTs6w76zkgNTG { width:18.999rem;height:4.12435rem;top:30.367835998535rem;left:0.49967443943024rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaZ9C39L2patzyxFDegOG0iFi4vAslc { display:block; }
 }@media only screen and (max-width: 763px) { #aLSaCsbQJD2bo8J7egTSPcNxFo8Cxsvh { width:16.624375rem;height:4.4995125rem;top:1.2176113128662rem;left:1.6870115995407rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL { display:block; }#zAQFi0nI6ydWM4wwzrdPH9GLlKXKTbhL > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyyqbABMQDQGrexBTGblm20DhAObgZhT { width:16.125rem;height:8.875rem;top:35.18115234375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFSKrN1siM5rhRwQAr24GoTy7bB40T5a { width:14.187rem;height:3.2487rem;top:2.4275712966919rem;left:2.9060872793197rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUVAihT0MXvoqpZJDiDDtplKfBc11hWT { width:17.375rem;height:7.4463125rem;top:21.625rem;left:1.3125rem;font-size:0.875rem;display:block; }#xUVAihT0MXvoqpZJDiDDtplKfBc11hWT li:before{  }
 }@media only screen and (max-width: 763px) { #KUVqWsJ0parm4o3qJodVKSvwSK3D56ko { width:20rem;height:1.381025rem;top:30.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elvOVlsPLSVIJuomWREBG291rAMJuffu { width:17.5rem;height:10.3450625rem;top:32.0625rem;left:1.25rem;font-size:0.875rem;display:block; }#elvOVlsPLSVIJuomWREBG291rAMJuffu li:before{  }
 }@media only screen and (max-width: 763px) { #rvHA5IMqi0JTx1Ngebp26pQPeyP12l48 { width:12.125rem;height:12.125rem;top:1.9375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmkBXWn5sJa2OqKtniSmaQWx3iU1moWq { width:6.624375rem;height:8.562rem;top:13.0625rem;left:10.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Akrg01o5Ip4AzCzq0d7Llg7fydqR0Mo8 { width:20rem;height:13rem;top:46.36865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgcuTyspTBB6GbpNUMmAi8TcqWDWXLMP { width:20rem;height:18.125rem;top:60.61865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2vCRS2D9zW6rJHwkbHezydQ0cRn2ca8 { width:18.999rem;height:4.12435rem;top:43.999835968017rem;left:0.49967443943024rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3BBER5NOmPQhK7CnOBi7i3BzPyJq9C { display:block; }
 }@media only screen and (max-width: 763px) { #KOdhGXncyaZdKSgJ5kChoeOluLzraMJE { width:20rem;height:11.130938709164rem;top:45.046377587891rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #InBUTcksgO7nnlscc1qrq3I4CGXCFByK { width:20rem;height:11.163687000978rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVk0al6NacB8M5KDkB80T90yfeNkgQsd { width:16.875rem;height:14.124375rem;top:5.625rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf { background-color:#eceff1;background-image:url("https://images.assets-landingi.com/uc/82c44389-ec85-4c98-92a2-ba96a37345f3/VivalonImpactHub21.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf.adaptive-delivery-prevent-bg, #ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf.lazyload, #ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf.lazyloading { background-image: none; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container { background-color: transparent; background-image: none; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container > .video-iframe-container { display: none; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row > .video-iframe-container { display: none; }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .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); }#ssa6uCfiTcRXO6k5pSeZJo3ywccqoePf > .row .container { width:20rem;height:105.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWUEZK0d1rZkmHKGM50tmaJeJTT6ONOs { width:1.625rem;height:0.625rem;top:68.34521484375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6bT53lI95lxSddQHHPoE5Vua3pIkmIF { width:14.5rem;height:3.41064375rem;top:61.311859130859rem;left:5.3743489980697rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzt8H8qJgr4ACGpRxap39UqCvTMSBfa9 { width:14.6875rem;height:5.68440625rem;top:66.624359130863rem;left:5.3743489980697rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ioARMbCbRk1mF8gI0SNG5VFEy7K1zcCX { width:14.375rem;height:4.547525rem;top:73.75rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fdkGhTMCzebUFLXM28kfskZ6I6k1Ttxf { width:14.875rem;height:6.8212875rem;top:87.3125rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TudSfdD7Ta04QzLL2ViXLmDOA79aZz2A { width:14.6875rem;height:5.68440625rem;top:79.937339782712rem;left:5.1871742010117rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCav0VSRkbcKXBZVkwDZKCwHLAHkR7Rm { width:7.9375rem;height:4.4375rem;top:64.28271484375rem;left:0.875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #LrMRBPcL72zym7kiDkOuUBbtsbaoMnEr { width:4.875rem;height:4.9375rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GccgdrT0lP7BaNIgCTCFEOAkxuf7KhCM { width:5.8125rem;height:5.5rem;top:85.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZK8EE3TSFf4IqAH0LR71frMtNwhxfpf { width:5.0625rem;height:3.75rem;top:72.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4FMW3QRZ2bMixLJ1KQzm9w9slXeOEW { width:4.3125rem;height:4.3125rem;top:78.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4bqzODKym6nRDx02dKhpXSuSwTAfg8 { width:5.8125rem;height:5.875rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhctWccKEhSp2o221TPeHDwlDQLrsDSw { width:10.75rem;height:6.875rem;top:70.6572265625rem;left:7.03559602649rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tf2B20kfUTPqisvXdP1IOwPAzNR8HUaO { width:8.25rem;height:8.0625rem;top:68.97021484375rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKoaBThyV6NWAXdJupOSCrG6XlMQqQbA { width:5.5625rem;height:8rem;top:79.873046875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgvE12KWITgC6OVLBbKh1SUPAA44kqei { width:19.4375rem;height:10.875rem;top:64.262164529288rem;left:8.2907142857144rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaHMTO4B5IJbN5b2wmTTprA1Esh2P0Og { width:18.375rem;height:10.3125rem;top:63.03173828125rem;left:-5.3131067961165rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxwaCVu7eo7a48wNGV1gBwvuaHHGTHid { width:16.9995rem;height:3.2487rem;top:55.375162124634rem;left:1.4998372793198rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAWii14n9s3HTLcEtnaP0edbUTiAMJ5R { width:17.9996875rem;height:12.5056875rem;top:26.061197280884rem;left:0.99934899806975rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdoefIHyfPv1MvdLmBHqIqVkHgwXdZ00 { width:19.6875rem;height:2.76204375rem;top:8.1193027496337rem;left:0.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4KTgTaAK5RycgWN4exkLSqU9AIh1n54 { top:0.90625rem;left:8.3125rem;width:11.6875rem;height:6.375rem;z-index:15020;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wqwtOtcdkika5AlrayIgLnade2gr91An { width:19.5rem;height:26.5rem;top:25.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqpPLuepaxkTVlMcqWsFrm3kszMVXAEA { width:19.5rem;height:13rem;top:113.04833984375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeBMqAJDS8RcHmaJHBPVebqZIa5dptH1 { width:20rem;height:14.8125rem;top:164.42333984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qstuTHHCraUmM4UukrVLm5A3y3EMutJf { width:20rem;height:14.9375rem;top:180.48583984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqVy0JOUp3Zyzyq62nVeoHgaoOlX4Zix { width:20rem;height:14.125rem;top:127.29833984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PX62DoONOXoLWLeu15Htt8JQUuxDpxWQ { width:20rem;height:20.5rem;top:142.67333984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJLtpdREtz1OkMVcXc8oGFuxwW94bssg { width:20rem;height:5.25rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR77w19ESbJXBZtB70SWStZBVACgVih5 { width:19rem;height:4.625rem;top:39.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkeLPvEaJoXG7KWTF2OzibSykWPerpZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #cRZPpPx5n3FQUF6e5UwFNdnXpiXlSQ7b { width:19rem;height:4.625rem;top:45.4375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtNNAJWi7f9khdaBB0JhvVpWyKmvWH95 { display:block; }
 }@media only screen and (max-width: 763px) { #ird76KUTl5sZovqiKJuwJUCr3Ep67Txd { width:16.625rem;height:4.25rem;top:1.8631194139709rem;left:1.8162197438416rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BzWNTva8JPMrr88CG04i6CufpZui1gJv { width:16.9995rem;height:14.5621875rem;top:10.30126953125rem;left:1.4990233182907rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sLXWkc4Ins8Zyq68g8up8DugalAo96o2 { width:20rem;height:4.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtu0Gqv5WAbDoyE2hP5tfPIO75ZT5oJ { width:3.3748375rem;height:5.4370125rem;top:2.5480136871338rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH { display:block; }#FGZ9f0JfKELaCiLvtr34hEFRRG66MqNH > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngzeSazeAe0xe3fcAODWAwOD1CTGAB9n { width:18.8745rem;height:4.87305rem;top:8.5530605316163rem;left:0.5615234375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfxRU2vguOKpSq7BPky7qIVHplGm1Tei { width:20rem;height:1.381025rem;top:68.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4mm09GJuawxGtFfMnHTaBSqJrhJ2OH { width:18.2470625rem;height:2.9370125rem;top:47.937000274658rem;left:0.87565100193025rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug97rSCHutEUbIIQc2oLKCKKIBcKtrcV { display:block; }
 }@media only screen and (max-width: 763px) { #gq1G5eeAfGSL6fmUrUkOeT77uidnr54B { top:52.0625rem;left:2.5rem;width:15rem;height:16.4371875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b6h6ow89xdtKG7t5QPPRaCT2emTtk94T { width:20rem;height:16.625rem;top:57.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyzsGGnCrtQNMEVkFIMEbimn6TAzH3O0 { width:20rem;height:25.625rem;top:75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWnrv8QPmRJ0q8zivTyoPO7IQQ7expFW { width:20rem;height:3.2487rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhwTTqr5VlxBUAh9h5kKpRcFmkCJclCM { width:20rem;height:5.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLm8nNQgwbQfT0VTdK60bXsTGMzVETb { width:20rem;height:1.381025rem;top:28.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieSV3TTG1lJKGNcOZn3rAs9GZUxHIwbV { width:20rem;height:5.68440625rem;top:30.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvvmcElHJyLH17zWX22hptfeScGiatTE { width:20rem;height:7.9581875rem;top:70.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIxDdIUDfm2aWKZUzr1dby5cLFD58hhf { width:20rem;height:13.6875rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f90SGx0OcUcAODuPo3u2vX2q4JrRMozH { width:18.9998125rem;height:5.68440625rem;top:38.305662155151rem;left:0.49886071681976rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnkJUc2PwHpBordGLtKt0Gi36hMGp7eu { width:12.749rem;height:1.0555rem;top:44.497068405151rem;left:6.7374671697619rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #miRKubiCaL1WOMPp1RVzChBVdddbVPoR { width:18.562rem;height:5.68440625rem;top:80.875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrLrBy7obNI77fPB9TGTMo516Ho8oNAd { width:20rem;height:11.9375rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmPZQLSLpM4J6hHOPJP6a82ZFCsiqQoL { width:13.6246875rem;height:1.0555rem;top:87.0625rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbaAzzVml8HyfeHLeUWONOZ4UhsCzLx { width:18.6856875rem;height:3.312175rem;top:90.686845779419rem;left:0.65592443943025rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIUvaJ8lvnUqNxs3vI8U4XO7p3JVsW7x { display:block; }
 }@media only screen and (max-width: 763px) { #kANySbs0OD45tiJqC9PmTJWyVkSJGTpW { top:79.6875rem;left:0rem;width:20rem;height:9.25rem;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyfdokzKdN0dKWvlnxQw90PC16JKWQOe { top:37.374675750733rem;left:0rem;width:20rem;height:9.125rem;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTyZ18eNNCzZ4TODPelWw9eHozsoVHC { width:13.562rem;height:14.749375rem;top:13.801109313965rem;left:3.2185872793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU { display:block; }#Nog0O6PlCG15s9aDMUlNLKrzGrHnTJcU > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsZCDxe8OAhGaffaAcGTWWlBC6dpBBIc { width:1.25rem;height:1.375rem;top:1.46044921875rem;left:0.01904296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkbWTuIuBGkZXgJzJ6JUo5GQRvcq1WZW { width:4.9373375rem;height:7.4365rem;top:11.163899421692rem;left:12.37386071682rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgsEFRbXp09AkSxrwMaSBJ7lq6UJsFb7 { width:3.2495125rem;height:3.312175rem;top:15.2978515625rem;left:4.7184242010117rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9wdBbpaJo6a84erZZv91orxA6f1aIM { width:20rem;height:11.1865rem;top:10.123697757721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEy7K0NtzVxMuTwFUNqwDyDsTTLMitDZ { width:15.374375rem;height:13.6246875rem;top:0.88134765625rem;left:2.3120115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n { display:block; }#OBsfKN5uTrmKlpGdAHokcWDBnwdupT4n > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2f626abe66cae899f6a6bedf499047c { width:20rem;height:0.82519375rem;top:14.434406280517rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a393469016fec087077902ac5846e8a9 { width:14.436875rem;height:1.6503875rem;top:6.36474609375rem;left:2.7807615995407rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7ecae4755c02723635ee84d9c13e3ea { width:12.9996875rem;height:4.951175rem;top:8.5620098114012rem;left:3.4993489980697rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Acdcf1470f5a720e4b2431aaeba4b256 { width:20rem;height:0.68685rem;top:16.131998062134rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3c5140553edb9fd8e0b64c00f219c95 { width:9.9365rem;height:5.2498375rem;top:1.1661777496338rem;left:5.0309242010117rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00637a216cc9df38fdbbe8801fb8425 { width:20rem;height:0.68685rem;top:17.561033248901rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }