.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,251,218;--color-primary-1:245,241,132;--color-primary-2:235,227,9;--color-primary-3:118,114,5;--color-primary-4:35,34,1;--color-secondary-0:217,242,246;--color-secondary-1:128,212,227;--color-secondary-2:0,169,198;--color-secondary-3:0,85,99;--color-secondary-4:0,25,30;--color-tertiary-0:255,255,255;--color-tertiary-1:247,179,204;--color-tertiary-2:229,0,84;--color-tertiary-3:115,0,42;--color-tertiary-4:23,0,8;--headlines-font-family:"Kulim Park";--paragraphs-font-family:"Kulim Park"; }@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:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/e05fe8c8-661d-4a0c-9b35-cdb46cf1327d/Artboard2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#yQqGtKND7G9kyfbJ2Nr8Q3tmKDBFSQGV { position:absolute;display:block;z-index:15016;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:15.5625rem;width:15.625rem;top:2.3333333711395rem;left:56.885416625rem;overflow:hidden;display:block; }
#xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { position:absolute;display:block;z-index:15023;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:13.5rem;width:30.125rem;top:3.708251953125rem;left:0rem;overflow:hidden;display:block; }
#exp1BWhs7aQ4O5OecQ4AUmRSxHpezzVV { position:absolute;display:block;z-index:15017;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:6.812125rem;width:13.312375rem;top:33.7255859375rem;left:61.687622070312rem;overflow:hidden;display:block; }
#CitE4BTC6SbUQuPxBNedmySEKyUNmHUU { color:#6559a6;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:15031;line-height:1;letter-spacing:0;top:36.8125rem;left:41.25rem;height:1.81274375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ARBTqE8HVKepTC2t5Uv3fP8ECtKKJ72N { position:absolute;display:block;z-index:15018;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:1.5rem;width:1.25rem;top:36.84375rem;left:39.479167938233rem;overflow:hidden;display:block; }
#wZiUb0WJ7m4eENaSmmAJdBSMDZ0reFVy { position:absolute;display:block;z-index:14998;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:9.4375rem;width:9.3125rem;top:5.958251953125rem;left:33.621826171875rem;overflow:hidden;display:block; }
#p4fOUOTbGGAPsdwutGFopwAdG38AFw4f { position:absolute;display:block;z-index:14997;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.125rem;width:11.5625rem;top:8.4270836710931rem;left:48.35417175293rem;overflow:hidden;display:block; }
#xT8nenTGGpDIh468IzgCMwxBu2CMFGsg { color:#00a389;display:block;width:29.4995rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:19.738159179688rem;left:0rem;height:3.937375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NDo7iMxeedtatlxHsLXWXkU1cP6aFUUd { position:absolute;display:block;z-index:15018;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:7.125rem;width:15.4375rem;top:26.6015625rem;left:0rem;overflow:hidden;display:block; }
#azX3FWxg76lIQ1XQUuH7ED5bFzpMVvhT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:15.187375rem;top:29.248046875rem;left:20.811767578125rem;overflow:hidden;display:block; }
#D1TkSEsLO7NXJ5gLu62IsxnkaolePIhn { position:absolute;display:block;z-index:15034;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:8.811625rem;width:8.248875rem;top:35.885009765625rem;left:9.375rem;overflow:hidden;display:block; }
#GvZXFsPCBFtwXqyR0K8bo8oSSkc19AT2 { position:absolute;display:block;z-index:15019;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:5.875rem;width:6.25rem;top:6.510009765625rem;left:47.46826171875rem;overflow:hidden;display:block; }
#XGiHmVCpwyMJyvpd3sNCfLvZQtOFPaA4 { position:absolute;display:block;z-index:15033;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:9.25rem;width:11.375rem;top:36.812133789062rem;left:0rem;overflow:hidden;display:block; }
#adqncu9GzJxrORPQ2RckkmoW6sLuEcOV { color:rgba(var(--color-primary-0),1);display:block;width:15.249rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:23.674926757812rem;left:17.623291015625rem;height:1.437375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#K9STRnnQObGK2Hg9wXIocwaOhXfAaXLK { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:13.385009765625rem;left:30.74951171875rem;display:block; }
#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a389;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; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { background-color: transparent; background-image: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .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); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { border-width: 0; border-radius: 0; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#F54sIHTdmZ8406q5unNrtFK7T80aZMth { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:35.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { position:absolute;display:block;z-index:14995;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:24.6875rem;width:37.0625rem;top:14.604168532349rem;left:37.624681557245rem;overflow:hidden;display:block; }
#l43sUK6t6HctWcH7mQpCWtdUysomnJNi { position:absolute;display:block;z-index:15026;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:13.25rem;width:7.3125rem;top:5.8746337890625rem;left:33.311157226562rem;overflow:hidden;display:block; }
#ar298U1F1fiRkonD4GbougEbCZcPaVvF { color:#ffffff;display:block;width:27.6245rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:27.27685546875rem;left:3.4683837890625rem;height:7.9040625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSakcNa7WB4zLJeg4h4fLITEWHdrzgTG { position:absolute;display:block;z-index:15020;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:4.375rem;width:4.12475625rem;top:5.8746337890625rem;left:69.374389648438rem;overflow:hidden;display:block; }
#HbDmi2RR04pUuh5Q0sVPwrvtTiIy6NbV { position:absolute;display:block;z-index:15020;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:13.4375rem;width:11.062rem;top:21.267700195312rem;left:32.467651367188rem;overflow:hidden;display:block; }
#y0kQofByR7OW2THPrwoqmEbaud88SMqd { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.437375rem;width:6.749875rem;top:36.134643554688rem;left:66.788330078125rem;overflow:hidden;display:block; }
#vDUvdJ6Dzi9I53BaJ7zi2P2Z32VP4DGZ { position:absolute;display:block;z-index:15019;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:13.18725rem;width:13.687125rem;top:33.517456054688rem;left:0rem;overflow:hidden;display:block; }
#e4JOPOq7oLklpp4opvNhup8Tv9c8OGtD { color:#ffffff;display:block;width:20.7483125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:2.96630859375rem;left:45.875244140625rem;height:12.6465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTgHdfJOaldPymbRoxKfFheuwCN2zVMg { position:absolute;display:block;z-index:14996;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:20.37475rem;width:31.25rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { background-color: transparent; background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .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); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { border-width: 0; border-radius: 0; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#HvhPQtzTEe4z8S4AVUlEIMZOsbFCwSEQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:29.875rem;top:6.1660165786743rem;left:5.3854179382324rem;overflow:hidden;display:block; }
#Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:28.25rem;top:34.811401367188rem;left:39.3896484375rem;overflow:hidden;display:block; }
#Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { color:#ffffff;display:block;width:23.18725rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:6.165771484375rem;left:41.919555664062rem;height:9.484875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DSDdsZG8OJG7Pa9Bpgr8NmWWgNyXE5Gw { 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:26.8125rem;width:61.75rem;top:51.687744140625rem;left:5.8502197265625rem;overflow:hidden;display:block; }
#aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { box-sizing:content-box;height:19.875rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#e50054;background-image:none;top:2.8125rem;left:-0.0625rem;display:block; }
#f4oDstp3uvSpA633ntBVwG41N4EILnll { position:absolute;display:block;z-index:15022;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.0625rem;width:18.3125rem;top:67.186279296875rem;left:0rem;overflow:hidden;display:block; }
#I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:15.625rem;top:47.374267578125rem;left:58.070068359375rem;overflow:hidden;display:block; }
#QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { position:absolute;display:block;z-index:15032;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:6.375rem;width:11.0625rem;top:72.125244140625rem;left:61.851806640625rem;overflow:hidden;display:block; }
#FvpyGIZD9sWno3Lvka1V0k4m8xKTfAok { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.25rem;top:16.925659179688rem;left:63.75rem;overflow:hidden;display:block; }
#ogtUiTTRhe3aRWm6iJuBwsuB3nRHuKUM { position:absolute;display:block;z-index:15023;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:5.9375rem;width:5.812375rem;top:27.3125rem;left:9.3125rem;overflow:hidden;display:block; }
#phiI6ac7orsP99bOTtJWEK184IhifqnS { position:absolute;display:block;z-index:15024;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:8.75rem;width:8.4375rem;top:6.708984375rem;left:31.75rem;overflow:hidden;display:block; }
#tgIIG43dv23rPTOmcstEKC1iJXsxxM1C { position:absolute;display:block;z-index:15022;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:28.125rem;left:9.9375rem;overflow:hidden;display:block; }
#rq2em0q9wld1MMIQTvsyB66oCQEhKWSB { position:absolute;display:block;z-index:15023;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:6.5rem;width:12.6875rem;top:42.9375rem;left:13.5rem;overflow:hidden;display:block; }
#FCGk9KOVev2LL5JClTZ8VzHdGoTdNSqA { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:13.062125rem;top:27.843627929688rem;left:32.513427734375rem;overflow:hidden;display:block; }
#AzHQzUvGbJy5LTTBTiFxDSsFVzuGFM1B { 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:14rem;width:28.25rem;top:18.976440429688rem;left:39.3212890625rem;overflow:hidden;display:block; }
#qrqptSPVWm0V9ArSCF2Rs3t1sTHTxfzr { position:absolute;display:block;z-index:15024;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:3.75rem;width:5.625rem;top:28.125rem;left:21.6875rem;overflow:hidden;display:block; }
#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7266ab;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; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { background-color: transparent; background-image: none; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container > .video-iframe-container { display: none; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row > .video-iframe-container { display: none; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .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); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { border-width: 0; border-radius: 0; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#JSfUzBMEQe7eaQIJo4rRUaJu5o6OlmG2 { color:rgba(var(--color-secondary-2),1);display:block;width:44.498875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:2.3785400390625rem;left:14.478149414062rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NG9XCPWtLVgTOBXPXCrQckeGWu5RFUEV { position:absolute;display:block;z-index:15023;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:6.625rem;width:6.625rem;top:3.125rem;left:15.3125rem;overflow:hidden;display:block; }
#V4pFgGdmhams9hV6Enyys4aSQP284IR1 { box-sizing:content-box;height:19.8125rem;width:16.375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:7.31201171875rem;left:1.125rem;border-top:0.125rem solid #00a389;border-left:0.125rem solid #00a389;border-right:0.125rem solid #00a389;border-bottom:0.125rem solid #00a389;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#qJrxByqDleEKpesockK6eRoHXZHazxVt { position:absolute;display:block;z-index:15024;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:6.4375rem;width:6.4375rem;top:3.8125rem;left:52.4375rem;overflow:hidden;display:block; }
#T7TcST1JRq7oeNluTm5czDfnSIva5itR { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4993896484375rem;left:40.24169921875rem;height:17.9559375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#J8DkxPOO4nm0M9ahKDPFXEPvcDNuUPNc { box-sizing:content-box;height:19.625rem;width:17.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:7.4993896484375rem;left:19.18701171875rem;border-top:0.125rem solid #00a389;border-left:0.125rem solid #00a389;border-right:0.125rem solid #00a389;border-bottom:0.125rem solid #00a389;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#BsSlLby19XfWIJlaemaBNcGvEaEDvBKq { box-sizing:content-box;height:20rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:7.25rem;left:58rem;border-top:0.125rem solid #00a389;border-left:0.125rem solid #00a389;border-right:0.125rem solid #00a389;border-bottom:0.125rem solid #00a389;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#IvPB7CaSSCmulNsA08fnBZGoOwh8nu6X { box-sizing:content-box;height:19.6875rem;width:16.875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:7.4375rem;left:39.5rem;border-top:0.125rem solid #00a389;border-left:0.125rem solid #00a389;border-right:0.125rem solid #00a389;border-bottom:0.125rem solid #00a389;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#VpG4gL9yfMcx0ehgm8t5uoSkCpQCo6qo { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.68701171875rem;left:58.05419921875rem;height:17.9559375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#UUJDhZgWTSQVWlLZZKAmhTp5ieQXVCAi { color:rgba(var(--color-secondary-2),1);display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:8.4405517578125rem;left:0.9600830078125rem;height:16.5753125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Wdk9RqEHIN63CoEKecnhsXzXILIqA5vg { color:rgba(var(--color-primary-2),1);display:block;width:16.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.502197265625rem;left:19.803466796875rem;height:16.5746875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { background-color: transparent; background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .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); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { border-width: 0; border-radius: 0; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { position:absolute;display:block;z-index:15015;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:4.875rem;width:4.875rem;top:6.0625rem;left:33.5625rem;overflow:hidden;display:block; }
#vHGc07qyirGXg7kABgetJXocExApNkED { position:absolute;display:block;z-index:15016;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:5rem;width:5rem;top:6rem;left:36.8125rem;overflow:hidden;display:block; }
#rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8736875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.375rem;left:13.625rem;height:1.46179375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { color:rgba(var(--color-secondary-2),1);display:block;width:17.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.75rem;left:28.625rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { color:rgba(var(--color-tertiary-2),1);display:block;width:16.186875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:3.375rem;left:29.5rem;height:1.375125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHJQdKH8LgT8gCKk5f0mEnAxs07yUdIf { position:absolute;display:block;z-index:15023;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:3.624875rem;width:43.999625rem;top:16.871948242188rem;left:15.556640625rem;overflow:hidden;display:block; }
#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a389;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;z-index:auto;display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { background-color: transparent; background-image: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container > .video-iframe-container { display: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container { display: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .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); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { border-width: 0; border-radius: 0; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { color:rgba(var(--color-primary-0),1);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.5rem;height:1.13769375rem;font-style:normal;display:block; }
#MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { color:rgba(var(--color-primary-0),1);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:25.5625rem;height:1.13769375rem;font-style:normal;display:block; }
#KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:0.062255875rem;top:1.06201171875rem;left:41.371459960938rem;display:block; }
#huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:0.062255875rem;top:1.06201171875rem;left:24.351806640625rem;display:block; }
#AD1vRPWRcudodTtbXWlGwnhlNiOBZz88 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1rem;left:7.5rem;height:1.2994375rem;font-style:normal;display:block; }
#Ev354SlpLVyfNC9ZO2S0pJZ2BPT6kt5G { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.125rem;left:25.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.498875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5625rem;left:42.727661132812rem;height:1.62475625rem;font-style:normal;display:block; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.316875rem;padding-right:0.28625rem;padding-bottom:0.316875rem;padding-left:0.28625rem;display:block;align-items:center;width:1.7175rem;min-width:1.7175rem;height:1.7025rem;position:relative;font-family:montserrat;font-size:1.2675rem;font-weight:700;line-height:27.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-label { background-color:;background-image:none;color:#eae4cd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.290625rem;height:0.673125rem;position:relative;font-family:montserrat;font-size:0.475rem;font-weight:400;line-height:10.77px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.1875rem;height:3.2075rem;padding-top:0.39625rem;padding-right:0.409375rem;padding-bottom:0.39625rem;padding-left:0.409375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.125rem;left:52.1875rem;z-index:15017; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #d2DNO3ri3QSywL2ubwxVRJ42Q6RZ5yC3 { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #pnnTiysfTx3pBLBZCCJ68eTLyDNPz8yF { width:auto; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #W3mvLr5S3ZhKBORLokEevD7qL8R5wv8x {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #dto8ffU7VCAR5MFKI1PJT0cbERXk7ufQ { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #seE1Ld3EPimawqP8EfCcR5MJ6GpJWXTG {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #U6NxA0v5NKPkBcoWzeRyDeOI2558LaWF {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #UOcdNPdJMdHaBmvCi4WPicSxtfUGtguG { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #F54CqGidMT2gbH4OspUlpqWKObJxp3Rq {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #Bx3G07b5Rfix5iQ7giveG6DbEZTXRk23 {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #wnhTaRf7b26y7Cz3NzdHVH85uIHI6R5g { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #T0Qg0aFWHCp2seVNUT6GXoc3gILT8wIQ {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #b2WcSrT5zuHpesAPRFL4siqfR7L8iZQB {  }
@media only screen and (max-width: 763px) { body { position:relative;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) { #yQqGtKND7G9kyfbJ2Nr8Q3tmKDBFSQGV { top:2.3125rem;left:32.0625rem;width:15.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { top:3.6875rem;left:0rem;width:30.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exp1BWhs7aQ4O5OecQ4AUmRSxHpezzVV { top:33.6875rem;left:34.4375rem;width:13.25rem;height:6.7802068564024rem;display:block; }
 }@media only screen and (max-width: 763px) { #CitE4BTC6SbUQuPxBNedmySEKyUNmHUU { top:36.75rem;left:26.9375rem;width:20.8125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARBTqE8HVKepTC2t5Uv3fP8ECtKKJ72N { top:36.8125rem;left:25.854167938233rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiUb0WJ7m4eENaSmmAJdBSMDZ0reFVy { top:5.9375rem;left:19.996826171875rem;width:9.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fOUOTbGGAPsdwutGFopwAdG38AFw4f { top:8.375rem;left:34.72917175293rem;width:11.5625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8nenTGGpDIh468IzgCMwxBu2CMFGsg { top:19.6875rem;left:0rem;width:29.4375rem;height:3.875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo7iMxeedtatlxHsLXWXkU1cP6aFUUd { top:26.5625rem;left:0rem;width:15.4375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azX3FWxg76lIQ1XQUuH7ED5bFzpMVvhT { top:29.1875rem;left:7.186767578125rem;width:15.125rem;height:11.826229022461rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TkSEsLO7NXJ5gLu62IsxnkaolePIhn { top:35.875rem;left:0rem;width:8.1875rem;height:8.7460629100938rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZXFsPCBFtwXqyR0K8bo8oSSkc19AT2 { top:6.5rem;left:33.84326171875rem;width:6.25rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGiHmVCpwyMJyvpd3sNCfLvZQtOFPaA4 { top:36.75rem;left:0rem;width:11.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adqncu9GzJxrORPQ2RckkmoW6sLuEcOV { top:23.625rem;left:3.998291015625rem;width:15.1875rem;height:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9STRnnQObGK2Hg9wXIocwaOhXfAaXLK { top:13.375rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F54sIHTdmZ8406q5unNrtFK7T80aZMth { top:0rem;left:0rem;width:35.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { top:14.5625rem;left:10.4375rem;width:37.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l43sUK6t6HctWcH7mQpCWtdUysomnJNi { top:5.8125rem;left:10.75rem;width:7.3125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar298U1F1fiRkonD4GbougEbCZcPaVvF { top:27.25rem;left:0rem;width:27.5625rem;height:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSakcNa7WB4zLJeg4h4fLITEWHdrzgTG { top:5.8125rem;left:43.6875rem;width:4.0625rem;height:4.3089667419741rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDmi2RR04pUuh5Q0sVPwrvtTiIy6NbV { top:21.25rem;left:12.8125rem;width:11rem;height:13.362185861508rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0kQofByR7OW2THPrwoqmEbaud88SMqd { top:36.125rem;left:41rem;width:6.6875rem;height:11.331683225615rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDUvdJ6Dzi9I53BaJ7zi2P2Z32VP4DGZ { top:33.5rem;left:0rem;width:13.625rem;height:13.127393901203rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4JOPOq7oLklpp4opvNhup8Tv9c8OGtD { top:2.9375rem;left:25.437744140625rem;width:20.6875rem;height:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTgHdfJOaldPymbRoxKfFheuwCN2zVMg { top:0rem;left:16.5rem;width:31.25rem;height:20.37475rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvhPQtzTEe4z8S4AVUlEIMZOsbFCwSEQ { top:6.125rem;left:0rem;width:29.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { top:34.75rem;left:19.5rem;width:28.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { top:6.125rem;left:23.875rem;width:23.125rem;height:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDdsZG8OJG7Pa9Bpgr8NmWWgNyXE5Gw { top:51.6875rem;left:0rem;width:47.75rem;height:20.733552631579rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { top:2.8125rem;left:0rem;width:47.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oDstp3uvSpA633ntBVwG41N4EILnll { top:67.125rem;left:0rem;width:18.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { top:47.3125rem;left:32.125rem;width:15.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { top:72.125rem;left:36.6875rem;width:11.0625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpyGIZD9sWno3Lvka1V0k4m8xKTfAok { top:16.875rem;left:36.5rem;width:11.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUiTTRhe3aRWm6iJuBwsuB3nRHuKUM { top:27.3125rem;left:2.5rem;width:5.75rem;height:5.8743949507626rem;display:block; }
 }@media only screen and (max-width: 763px) { #phiI6ac7orsP99bOTtJWEK184IhifqnS { top:6.6875rem;left:12.5rem;width:8.4375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIIG43dv23rPTOmcstEKC1iJXsxxM1C { top:28.125rem;left:3.125rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2em0q9wld1MMIQTvsyB66oCQEhKWSB { top:42.9375rem;left:6.6875rem;width:12.6875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCGk9KOVev2LL5JClTZ8VzHdGoTdNSqA { top:27.8125rem;left:10.8125rem;width:13rem;height:12.751562245806rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzHQzUvGbJy5LTTBTiFxDSsFVzuGFM1B { top:18.9375rem;left:19.5rem;width:28.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqptSPVWm0V9ArSCF2Rs3t1sTHTxfzr { top:28.125rem;left:14.875rem;width:5.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { display:block; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSfUzBMEQe7eaQIJo4rRUaJu5o6OlmG2 { top:2.375rem;left:0rem;width:44.4375rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG9XCPWtLVgTOBXPXCrQckeGWu5RFUEV { top:3.125rem;left:8.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4pFgGdmhams9hV6Enyys4aSQP284IR1 { top:7.25rem;left:0rem;width:16.375rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJrxByqDleEKpesockK6eRoHXZHazxVt { top:3.8125rem;left:32rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TcST1JRq7oeNluTm5czDfnSIva5itR { top:7.4375rem;left:23.875rem;width:15.625rem;height:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8DkxPOO4nm0M9ahKDPFXEPvcDNuUPNc { top:7.4375rem;left:6.6875rem;width:17.9375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSlLby19XfWIJlaemaBNcGvEaEDvBKq { top:7.25rem;left:32.0625rem;width:15.4375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPB7CaSSCmulNsA08fnBZGoOwh8nu6X { top:7.4375rem;left:23.875rem;width:16.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpG4gL9yfMcx0ehgm8t5uoSkCpQCo6qo { top:7.625rem;left:32.125rem;width:15.625rem;height:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUJDhZgWTSQVWlLZZKAmhTp5ieQXVCAi { top:8.4375rem;left:0rem;width:16.875rem;height:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdk9RqEHIN63CoEKecnhsXzXILIqA5vg { top:8.5rem;left:7rem;width:16.875rem;height:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { top:6.0625rem;left:19rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { top:6rem;left:18.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { top:11.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { top:4.75rem;left:6.0625rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { top:3.375rem;left:7.75rem;width:16.125rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHJQdKH8LgT8gCKk5f0mEnAxs07yUdIf { top:16.8125rem;left:0rem;width:43.9375rem;height:3.6197568800302rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:16.875rem;height:1.125rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:15.125rem;height:1.125rem;top:2.4375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:0;height:2.5625rem;top:1rem;left:27.746459960938rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:0;height:2.5625rem;top:1rem;left:10.726806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD1vRPWRcudodTtbXWlGwnhlNiOBZz88 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev354SlpLVyfNC9ZO2S0pJZ2BPT6kt5G { top:1.125rem;left:11.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { top:1.5625rem;left:29.102661132812rem;width:9.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 { display:flex;width:18rem;height:5.0625rem;top:17.8125rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #d2DNO3ri3QSywL2ubwxVRJ42Q6RZ5yC3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #pnnTiysfTx3pBLBZCCJ68eTLyDNPz8yF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #W3mvLr5S3ZhKBORLokEevD7qL8R5wv8x {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #dto8ffU7VCAR5MFKI1PJT0cbERXk7ufQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #seE1Ld3EPimawqP8EfCcR5MJ6GpJWXTG {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #U6NxA0v5NKPkBcoWzeRyDeOI2558LaWF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #UOcdNPdJMdHaBmvCi4WPicSxtfUGtguG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #F54CqGidMT2gbH4OspUlpqWKObJxp3Rq {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #Bx3G07b5Rfix5iQ7giveG6DbEZTXRk23 {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #wnhTaRf7b26y7Cz3NzdHVH85uIHI6R5g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #T0Qg0aFWHCp2seVNUT6GXoc3gILT8wIQ {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #b2WcSrT5zuHpesAPRFL4siqfR7L8iZQB {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e05fe8c8-661d-4a0c-9b35-cdb46cf1327d/Artboard2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(var(--color-primary-2),1); }#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(var(--color-primary-2),1); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQqGtKND7G9kyfbJ2Nr8Q3tmKDBFSQGV { width:9.0625rem;height:9rem;top:1rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { width:16.187125rem;height:7.24975rem;top:11.377563476562rem;left:1.9061279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exp1BWhs7aQ4O5OecQ4AUmRSxHpezzVV { width:15.187375rem;height:7.749625rem;top:58.162841796875rem;left:2.9443359375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #CitE4BTC6SbUQuPxBNedmySEKyUNmHUU { width:11.75rem;height:1.062625rem;top:39.375rem;left:7.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARBTqE8HVKepTC2t5Uv3fP8ECtKKJ72N { width:1.25rem;height:1.5rem;top:39.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiUb0WJ7m4eENaSmmAJdBSMDZ0reFVy { width:4.0625rem;height:4.12475625rem;top:24.403686523438rem;left:1.41357421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fOUOTbGGAPsdwutGFopwAdG38AFw4f { width:8.5rem;height:7.4375rem;top:24.403686523438rem;left:9.815673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8nenTGGpDIh468IzgCMwxBu2CMFGsg { width:20rem;height:2.000125rem;top:19.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDo7iMxeedtatlxHsLXWXkU1cP6aFUUd { width:17rem;height:7.8125rem;top:42.9638671875rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azX3FWxg76lIQ1XQUuH7ED5bFzpMVvhT { width:6.31225rem;height:4.93713125rem;top:36.524658203125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D1TkSEsLO7NXJ5gLu62IsxnkaolePIhn { width:5.68725625rem;height:6.18713125rem;top:51.976318359375rem;left:1.9061279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZXFsPCBFtwXqyR0K8bo8oSSkc19AT2 { width:5rem;height:4.6875rem;top:23.24047890625rem;left:13.732296371571rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGiHmVCpwyMJyvpd3sNCfLvZQtOFPaA4 { width:20rem;height:16.25rem;top:45.499267578125rem;left:0rem;overflow:hidden;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #adqncu9GzJxrORPQ2RckkmoW6sLuEcOV { width:15.187375rem;height:1.437375rem;top:21.875rem;left:2.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9STRnnQObGK2Hg9wXIocwaOhXfAaXLK { height:11.25rem;width:20rem;top:27.122802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { background-color:#00a288;background-image:none;display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { background-color: transparent; background-image: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .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); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F54sIHTdmZ8406q5unNrtFK7T80aZMth { width:19.875rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { width:19.6875rem;height:13.125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l43sUK6t6HctWcH7mQpCWtdUysomnJNi { width:4.1875rem;height:7.625rem;top:7.4273681640625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ar298U1F1fiRkonD4GbougEbCZcPaVvF { width:17.749rem;height:7.0129375rem;top:45.5625rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cSakcNa7WB4zLJeg4h4fLITEWHdrzgTG { width:3.62426875rem;height:3.8745125rem;top:26.765747070312rem;left:15.287475585938rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDmi2RR04pUuh5Q0sVPwrvtTiIy6NbV { width:5.9375rem;height:7.1875rem;top:25.109252929688rem;left:1.1248779296875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y0kQofByR7OW2THPrwoqmEbaud88SMqd { width:3.5620125rem;height:5.9375rem;top:9.13818359375rem;left:16.43798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDUvdJ6Dzi9I53BaJ7zi2P2Z32VP4DGZ { width:7.1875rem;height:6.936625rem;top:38.66455078125rem;left:6.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e4JOPOq7oLklpp4opvNhup8Tv9c8OGtD { width:18.248875rem;height:9.3505625rem;top:15.75927734375rem;left:0.8746337890625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KTgHdfJOaldPymbRoxKfFheuwCN2zVMg { width:10.4375rem;height:6.8125rem;top:5.37353515625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { background-color: transparent; background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .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); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvhPQtzTEe4z8S4AVUlEIMZOsbFCwSEQ { width:19.875rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { width:19.874875rem;height:10.249625rem;top:26.996459960938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { width:17.24975rem;height:7.0129375rem;top:41.394653320312rem;left:1.3739013671875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DSDdsZG8OJG7Pa9Bpgr8NmWWgNyXE5Gw { width:20rem;height:8.562rem;top:14.906005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { width:20rem;height:13.0625rem;top:38.062133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oDstp3uvSpA633ntBVwG41N4EILnll { width:8.5625rem;height:8.9375rem;top:21.472778320312rem;left:11.375732421875rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { width:9.0625rem;height:6.998875rem;top:75.933227539062rem;left:7.4163818359375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { width:7.87475rem;height:4.43725625rem;top:90.686645507812rem;left:6.0614013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpyGIZD9sWno3Lvka1V0k4m8xKTfAok { width:7.3125rem;height:7.625rem;top:60.350952148438rem;left:1.1865234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUiTTRhe3aRWm6iJuBwsuB3nRHuKUM { width:5.812375rem;height:5.9375rem;top:22.185668945312rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phiI6ac7orsP99bOTtJWEK184IhifqnS { width:5.4375rem;height:5.6875rem;top:33.9990234375rem;left:12.562866210938rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #tgIIG43dv23rPTOmcstEKC1iJXsxxM1C { width:18.2495rem;height:18.2495rem;top:62.374267578125rem;left:0.8740234375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rq2em0q9wld1MMIQTvsyB66oCQEhKWSB { width:14.6875rem;height:7.56225rem;top:81.851196289062rem;left:3.3514404296875rem;overflow:hidden;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #FCGk9KOVev2LL5JClTZ8VzHdGoTdNSqA { width:5.99975625rem;height:5.87463125rem;top:10.444946289062rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AzHQzUvGbJy5LTTBTiFxDSsFVzuGFM1B { width:20rem;height:9.812rem;top:51.765747070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqptSPVWm0V9ArSCF2Rs3t1sTHTxfzr { width:5.1245125rem;height:3.4375rem;top:62.44384765625rem;left:12.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { display:block; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSfUzBMEQe7eaQIJo4rRUaJu5o6OlmG2 { width:18.561375rem;height:5rem;top:2.186279296875rem;left:0.7183837890625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NG9XCPWtLVgTOBXPXCrQckeGWu5RFUEV { width:6.625rem;height:6.625rem;top:8.2684326171875rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4pFgGdmhams9hV6Enyys4aSQP284IR1 { width:18.9375rem;height:22.0625rem;top:12.8466796875rem;left:0.5078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJrxByqDleEKpesockK6eRoHXZHazxVt { width:6.437375rem;height:6.437375rem;top:58.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TcST1JRq7oeNluTm5czDfnSIva5itR { width:18.6859375rem;height:19.0033125rem;top:63.70849609375rem;left:0.65673828125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8DkxPOO4nm0M9ahKDPFXEPvcDNuUPNc { width:19.1875rem;height:20.625rem;top:35.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSlLby19XfWIJlaemaBNcGvEaEDvBKq { width:18.5625rem;height:21.5625rem;top:62.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPB7CaSSCmulNsA08fnBZGoOwh8nu6X { width:18.4375rem;height:19.8125rem;top:85.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpG4gL9yfMcx0ehgm8t5uoSkCpQCo6qo { width:15.625rem;height:19.0033125rem;top:85.374755859375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUJDhZgWTSQVWlLZZKAmhTp5ieQXVCAi { width:16.875rem;height:17.5433125rem;top:14.875rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wdk9RqEHIN63CoEKecnhsXzXILIqA5vg { width:16.875rem;height:19.0033125rem;top:35.9375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { background-color: transparent; background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .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); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { width:3.624875rem;height:3.624875rem;top:7.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { width:3.625rem;height:3.625rem;top:7.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { width:20rem;height:1.625rem;top:5.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { width:17.875rem;height:1.2994375rem;top:3.5625rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { width:16.1235625rem;height:1.375125rem;top:1.625rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHJQdKH8LgT8gCKk5f0mEnAxs07yUdIf { width:17.24975rem;height:1.437375rem;top:11.373291015625rem;left:1.3739013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { position:relative;z-index:auto;display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:20rem;height:1.2994375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:20rem;height:1.2994375rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:2.625rem;height:0.0625rem;top:7.7373046875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:2.625rem;height:0.125rem;top:3.9375rem;left:8.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AD1vRPWRcudodTtbXWlGwnhlNiOBZz88 { width:20rem;height:1.2994375rem;top:0.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ev354SlpLVyfNC9ZO2S0pJZ2BPT6kt5G { width:20rem;height:1.2994375rem;top:4.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { width:12.5rem;height:1.625rem;top:8.1875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-number { padding-top:0.26375rem;padding-right:0.2375rem;padding-bottom:0.26375rem;padding-left:0.2375rem;width:1.42375rem;min-width:1.42375rem;height:1.415625rem;font-size:1.05375rem;line-height:22.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.164375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.898125rem;height:0.56rem;font-size:0.395rem;line-height:8.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 { display:flex;width:11.625rem;height:2.6675rem;top:9.81201171875rem;left:3.9654541015625rem;padding-top:0.20875rem;padding-right:0.221875rem;padding-bottom:0.20875rem;padding-left:0.221875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #d2DNO3ri3QSywL2ubwxVRJ42Q6RZ5yC3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #pnnTiysfTx3pBLBZCCJ68eTLyDNPz8yF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #W3mvLr5S3ZhKBORLokEevD7qL8R5wv8x {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #dto8ffU7VCAR5MFKI1PJT0cbERXk7ufQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #seE1Ld3EPimawqP8EfCcR5MJ6GpJWXTG {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #U6NxA0v5NKPkBcoWzeRyDeOI2558LaWF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #UOcdNPdJMdHaBmvCi4WPicSxtfUGtguG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #F54CqGidMT2gbH4OspUlpqWKObJxp3Rq {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #Bx3G07b5Rfix5iQ7giveG6DbEZTXRk23 {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #wnhTaRf7b26y7Cz3NzdHVH85uIHI6R5g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #T0Qg0aFWHCp2seVNUT6GXoc3gILT8wIQ {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #b2WcSrT5zuHpesAPRFL4siqfR7L8iZQB {  }
 }