.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:242,245,224;--color-primary-1:213,223,152;--color-primary-2:170,191,48;--color-primary-3:85,96,24;--color-primary-4:26,29,7;--color-secondary-0:217,242,246;--color-secondary-1:128,211,224;--color-secondary-2:0,166,193;--color-secondary-3:0,83,97;--color-secondary-4:0,25,29;--color-tertiary-0:255,255,255;--color-tertiary-1:252,234,198;--color-tertiary-2:244,185,66;--color-tertiary-3:122,93,33;--color-tertiary-4:24,18,7;--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.6875rem;width:15.6875rem;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:12.5rem;width:29.8125rem;top:5.9583337306976rem;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:10.875rem;width:11rem;top:29.843750476837rem;left:63.4375rem;overflow:hidden;display:block; }
#CitE4BTC6SbUQuPxBNedmySEKyUNmHUU { color:#d84e00;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.75rem;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.4995rem;width:10rem;top:8.5589599609375rem;left:32.5rem;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:11.3125rem;width:11.5625rem;top:8.4270836710931rem;left:48.35417175293rem;overflow:hidden;display:block; }
#xT8nenTGGpDIh468IzgCMwxBu2CMFGsg { color:rgba(var(--color-secondary-2),1);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:8.374625rem;width:18.374625rem;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.31225rem;width:13.75rem;top:28.123168945312rem;left:23.311767578125rem;overflow:hidden;display:block; }
#D1TkSEsLO7NXJ5gLu62IsxnkaolePIhn { 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:4.375rem;width:4.1870125rem;top:26.9375rem;left:20rem;overflow:hidden;display:block; }
#oefbM1NFH29oMTvogCbMRekXn8XiHv7p { 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:3.06213125rem;width:2.8125rem;top:32.25rem;left:18.875rem;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.99975625rem;width:6.5625rem;top:6.510009765625rem;left:47.46826171875rem;overflow:hidden;display:block; }
#UaEGsRS9q93ZbPazx6Q2LCFTfsde6K5D { 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:7rem;width:11.3125rem;top:39.31250333786rem;left:1.3125rem;overflow:hidden;display:block; }
#XGiHmVCpwyMJyvpd3sNCfLvZQtOFPaA4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:41.593751907349rem;left:0rem;overflow:hidden;display:block; }
#adqncu9GzJxrORPQ2RckkmoW6sLuEcOV { color:rgba(var(--color-primary-0),1);display:block;width:15.249625rem;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:18.373413085938rem;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:rgba(var(--color-secondary-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; }#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.9375rem;width:35.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { position:absolute;display:block;z-index:15004;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.75rem;width:37.1875rem;top:14.604168532349rem;left:37.624681557245rem;overflow:hidden;display:block; }
#l43sUK6t6HctWcH7mQpCWtdUysomnJNi { 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:11.62475rem;width:11.875rem;top:3.935546875rem;left:31.68701171875rem;overflow:hidden;display:block; }
#ar298U1F1fiRkonD4GbougEbCZcPaVvF { color:rgba(var(--color-tertiary-1),1);display:block;width:29.12475rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:27.437133789062rem;left:3.4051513671875rem;height:7.9040625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTgHdfJOaldPymbRoxKfFheuwCN2zVMg { 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:19.5rem;width:37.3125rem;top:0rem;left:37.612318762908rem;overflow:hidden;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.1875rem;top:7.5625019073488rem;left:70.8125rem;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:19.0625rem;width:16.3745rem;top:16.953125rem;left:31.68701171875rem;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:10rem;width:3.5625rem;top:37.635420799256rem;left:68.510421752931rem;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:7.6875rem;width:10.1875rem;top:33.728637695312rem;left:0rem;overflow:hidden;display:block; }
#e4JOPOq7oLklpp4opvNhup8Tv9c8OGtD { color:rgba(var(--color-tertiary-1),1);display:block;width:24.4995rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:3.57666015625rem;left:43.9990234375rem;height:11.0656875rem;font-style:normal;text-align:center;text-align-last:center;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:75.375rem;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.9375rem;width:29.9375rem;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:18.875rem;width:28.3125rem;top:31.343094825744rem;left:39.291667938233rem;overflow:hidden;display:block; }
#Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { color:rgba(var(--color-tertiary-1),1);display:block;width:20.499875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:5.0189208984375rem;left:43.977661132812rem;height:11.0656875rem;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:24.5rem;width:60.625rem;top:50.90559387207rem;left:7.1875rem;overflow:hidden;display:block; }
#aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { box-sizing:content-box;height:19.875rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#ff7900;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.1875rem;width:19.375rem;top:63.281257629394rem;left:55.625rem;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:15.6875rem;width:11rem;top:44.227861404419rem;left:62.07292175293rem;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:10.8125rem;width:16.9375rem;top:64.8125rem;left:0.625rem;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:12.0625rem;width:12.125rem;top:12.184896230698rem;left:61.04167175293rem;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:7.6875rem;width:7.9375rem;top:31.343099594116rem;left:4.326171875rem;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.8125rem;width:11.375rem;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:20.9375rem;width:21.25rem;top:27.843751907349rem;left:9.7291679382325rem;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:11.5625rem;width:11.6875rem;top:19.072913885117rem;left:1.763671875rem;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:15.75rem;width:9.6875rem;top:31.987630844116rem;left:30.576171875rem;overflow:hidden;display:block; }
#n4sXCsKtepBM5s5dvQHDGo05AVEPiNLL { position:absolute;display:block;z-index:15031;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.0625rem;width:5.125rem;top:47.759111404419rem;left:44.79167175293rem;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:12.625rem;width:28.375rem;top:18.051426887512rem;left:39.322917938233rem;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:6rem;width:5.6875rem;top:26.937501907349rem;left:25.333335876465rem;overflow:hidden;display:block; }
#SGXVLsGtUAGtJLpH1D48IyG2dzgmPD1r { position:absolute;display:block;z-index:15025;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:16.9995rem;top:40.75927734375rem;left:7.1875rem;overflow:hidden;display:block; }
#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#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:#173e25;display:block;width:44.4995rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:3.690185546875rem;left:14.415893554688rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pyfl6itpILBIql0Tzx51uCZyySgxJCt4 { color:rgba(var(--color-secondary-2),1);display:block;width:15.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.422241210938rem;left:0.897216796875rem;height:16.19385rem;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; }
#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.687rem;width:6.812125rem;top:5.4644775390625rem;left:14.478393554688rem;overflow:hidden;display:block; }
#V4pFgGdmhams9hV6Enyys4aSQP284IR1 { box-sizing:content-box;height:18.3125rem;width:15.4375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:8.531494140625rem;left:0.9991455078125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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.499rem;width:6.624125rem;top:5.5572509765625rem;left:53.477783203125rem;overflow:hidden;display:block; }
#tQqRiTdSidpUEx1i2psIvnNTbpk13MtJ { color:rgba(var(--color-secondary-2),1);display:block;width:15.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.257080078125rem;left:40.182495117188rem;height:16.19385rem;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; }
#zOKv9UT0SDNBixTXIPTH7ypXHdzLR1Vt { position:absolute;display:block;z-index:15014;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.3745rem;width:26.3745rem;top:30.8740234375rem;left:36.21337890625rem;overflow:hidden;display:block; }
#T7TcST1JRq7oeNluTm5czDfnSIva5itR { color:rgba(var(--color-secondary-2),1);display:block;width:15.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.069580078125rem;left:19.340209960938rem;height:13.494875rem;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:18.312375rem;width:15.437rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:8.53759765625rem;left:19.254760742188rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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; }
#T13kXKZyETpeEaEfoKS2yZb0ReTTLaFM { box-sizing:content-box;height:18.31175rem;width:15.436375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:8.5382080078125rem;left:39.940795898438rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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:18.3111875rem;width:15.4358125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:7.855224609375rem;left:58.128051757812rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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; }
#S9GZP6zyrKLBJCzQRKLLygzyiq2o5Eqr { color:rgba(var(--color-secondary-2),1);display:block;width:15.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:10.01953125rem;left:58.369750976562rem;height:14.8443625rem;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; }
#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { background-color: transparent; background-image: none; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container > .video-iframe-container { display: none; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row > .video-iframe-container { display: none; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .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); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { border-width: 0; border-radius: 0; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#mX5Hb9OUD92iWFWT7rn7AigeQyF5vJin { color:rgba(var(--color-tertiary-2),1);display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:9.6972694396975rem;left:5.875rem;height:5.60611875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hccyqsv9ckJo8iz0qalzQp5TN64wcUlO { 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:9.4375rem;width:9.75rem;top:1.4941444396973rem;left:59.5rem;overflow:hidden;display:block; }
#ayctgsseBIcI4ZVvkP4xfI8oHalt0U2H { color:#d84e00;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:3.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:6.7285194396975rem;left:5.875rem;height:3.562625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gUABRegxZHpnkQxa3V0lT28VB0ZKqIk7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.291019439698rem;left:5.875rem;height:4.14323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2nan3RnbaTi68XTxidx6GgPIdqvOLsh { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:4.5253944396972rem;left:59.1875rem;height:3.37524375rem;font-style:normal;text-align:center;text-align-last:center;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:5.294921875rem;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:5.232421875rem;left:36.8125rem;overflow:hidden;display:block; }
#rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { color:rgba(var(--color-secondary-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:10.609375rem;left:13.621746063233rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { color:rgba(var(--color-primary-3),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:3.99609375rem;left:28.621746063233rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { color:rgba(var(--color-secondary-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:2.62109375rem;left:29.464195251465rem;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:6.31225rem;width:55.3125rem;top:15.060424804688rem;left:9.9017333984375rem;overflow:hidden;display:block; }
#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6b57;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:14.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.375rem;left:25rem;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.625rem;width:0.0625rem;top:1.375rem;left:39.875rem;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.625rem;width:0.0625rem;top:1.3122329711914rem;left:23.5rem;display:block; }
#AD1vRPWRcudodTtbXWlGwnhlNiOBZz88 { color:rgba(var(--color-tertiary-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.29948125rem;font-style:normal;display:block; }
#Ev354SlpLVyfNC9ZO2S0pJZ2BPT6kt5G { color:rgba(var(--color-tertiary-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.0625rem;left:25rem;height:1.29948125rem;font-style:normal;display:block; }
#LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.499375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.125rem;left:41.39518737793rem;height:1.625rem;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-tertiary-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.375rem;left:50.978515625rem;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.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { top:5.9375rem;left:0rem;width:29.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exp1BWhs7aQ4O5OecQ4AUmRSxHpezzVV { top:29.8125rem;left:36.1875rem;width:11rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CitE4BTC6SbUQuPxBNedmySEKyUNmHUU { top:36.8125rem;left:26.875rem;width:20.875rem;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.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiUb0WJ7m4eENaSmmAJdBSMDZ0reFVy { top:8.5rem;left:18.875rem;width:10rem;height:9.4995rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fOUOTbGGAPsdwutGFopwAdG38AFw4f { top:8.375rem;left:34.72917175293rem;width:11.5625rem;height:11.3125rem;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:18.3125rem;height:8.3463102138139rem;display:block; }
 }@media only screen and (max-width: 763px) { #azX3FWxg76lIQ1XQUuH7ED5bFzpMVvhT { top:28.0625rem;left:9.686767578125rem;width:13.75rem;height:11.31225rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TkSEsLO7NXJ5gLu62IsxnkaolePIhn { top:26.9375rem;left:6.375rem;width:4.125rem;height:4.3102032773965rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefbM1NFH29oMTvogCbMRekXn8XiHv7p { top:32.25rem;left:5.25rem;width:2.8125rem;height:3.061525rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZXFsPCBFtwXqyR0K8bo8oSSkc19AT2 { top:6.5rem;left:33.84326171875rem;width:6.5625rem;height:5.99975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaEGsRS9q93ZbPazx6Q2LCFTfsde6K5D { top:39.3125rem;left:0rem;width:11.3125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGiHmVCpwyMJyvpd3sNCfLvZQtOFPaA4 { top:41.5625rem;left:0rem;width:47.75rem;height:3.1833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #adqncu9GzJxrORPQ2RckkmoW6sLuEcOV { top:23.625rem;left:4.7484130859375rem;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.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { top:14.5625rem;left:10.4375rem;width:37.1875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l43sUK6t6HctWcH7mQpCWtdUysomnJNi { top:3.875rem;left:12rem;width:11.875rem;height:11.62475rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar298U1F1fiRkonD4GbougEbCZcPaVvF { top:27.375rem;left:0rem;width:29.0625rem;height:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTgHdfJOaldPymbRoxKfFheuwCN2zVMg { top:0rem;left:8.25rem;width:37.3125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSakcNa7WB4zLJeg4h4fLITEWHdrzgTG { top:7.5625rem;left:43.5625rem;width:4.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDmi2RR04pUuh5Q0sVPwrvtTiIy6NbV { top:16.9375rem;left:7.5rem;width:16.3125rem;height:18.990322223579rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0kQofByR7OW2THPrwoqmEbaud88SMqd { top:37.625rem;left:44.1875rem;width:3.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDUvdJ6Dzi9I53BaJ7zi2P2Z32VP4DGZ { top:33.6875rem;left:0rem;width:10.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4JOPOq7oLklpp4opvNhup8Tv9c8OGtD { top:3.5625rem;left:23.25rem;width:24.4375rem;height:11.0625rem;font-size:1.0625rem;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.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { top:31.3125rem;left:19.4375rem;width:28.3125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { top:5rem;left:23.875rem;width:20.4375rem;height:11.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDdsZG8OJG7Pa9Bpgr8NmWWgNyXE5Gw { top:50.875rem;left:0rem;width:47.75rem;height:19.296907216495rem;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:63.25rem;left:28.375rem;width:19.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { top:44.1875rem;left:36.75rem;width:11rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { top:64.8125rem;left:0rem;width:16.9375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpyGIZD9sWno3Lvka1V0k4m8xKTfAok { top:12.125rem;left:34.6875rem;width:12.1875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUiTTRhe3aRWm6iJuBwsuB3nRHuKUM { top:31.3125rem;left:0rem;width:7.9375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phiI6ac7orsP99bOTtJWEK184IhifqnS { top:6.6875rem;left:12.5rem;width:11.375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIIG43dv23rPTOmcstEKC1iJXsxxM1C { top:27.8125rem;left:2.625rem;width:21.25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2em0q9wld1MMIQTvsyB66oCQEhKWSB { top:19.0625rem;left:0rem;width:11.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCGk9KOVev2LL5JClTZ8VzHdGoTdNSqA { top:31.9375rem;left:12.75rem;width:9.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4sXCsKtepBM5s5dvQHDGo05AVEPiNLL { top:47.75rem;left:24.35417175293rem;width:5.125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzHQzUvGbJy5LTTBTiFxDSsFVzuGFM1B { top:18rem;left:19.375rem;width:28.375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqptSPVWm0V9ArSCF2Rs3t1sTHTxfzr { top:26.9375rem;left:18.1875rem;width:5.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGXVLsGtUAGtJLpH1D48IyG2dzgmPD1r { top:40.75rem;left:0.375rem;width:16.9375rem;height:13.388491205624rem;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:3.6875rem;left:0rem;width:44.4375rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyfl6itpILBIql0Tzx51uCZyySgxJCt4 { top:10.375rem;left:0rem;width:15.8125rem;height:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG9XCPWtLVgTOBXPXCrQckeGWu5RFUEV { top:5.4375rem;left:7.6658935546875rem;width:6.75rem;height:6.6260047346399rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4pFgGdmhams9hV6Enyys4aSQP284IR1 { top:8.5rem;left:0rem;width:15.4375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJrxByqDleEKpesockK6eRoHXZHazxVt { top:5.5rem;left:33.040283203125rem;width:6.5625rem;height:6.4385390523277rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQqRiTdSidpUEx1i2psIvnNTbpk13MtJ { top:10.25rem;left:23.875rem;width:15.125rem;height:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOKv9UT0SDNBixTXIPTH7ypXHdzLR1Vt { top:30.8125rem;left:0rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TcST1JRq7oeNluTm5czDfnSIva5itR { top:10.0625rem;left:8.4375rem;width:15.4375rem;height:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8DkxPOO4nm0M9ahKDPFXEPvcDNuUPNc { top:8.5rem;left:8.25rem;width:15.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13kXKZyETpeEaEfoKS2yZb0ReTTLaFM { top:8.5rem;left:23.875rem;width:15.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSlLby19XfWIJlaemaBNcGvEaEDvBKq { top:7.8125rem;left:32.125rem;width:15.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GZP6zyrKLBJCzQRKLLygzyiq2o5Eqr { top:10rem;left:32.625rem;width:15.125rem;height:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywu61IWS5g2iCICX6NclIhLqPD5DBzZH { display:block; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX5Hb9OUD92iWFWT7rn7AigeQyF5vJin { top:9.6875rem;left:0rem;width:37.125rem;height:5.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hccyqsv9ckJo8iz0qalzQp5TN64wcUlO { top:1.4375rem;left:38rem;width:9.75rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayctgsseBIcI4ZVvkP4xfI8oHalt0U2H { top:6.6875rem;left:0rem;width:30.0625rem;height:3.5625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUABRegxZHpnkQxa3V0lT28VB0ZKqIk7 { top:14.25rem;left:0rem;width:16.5625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2nan3RnbaTi68XTxidx6GgPIdqvOLsh { top:4.5rem;left:37.375rem;width:10.375rem;height:3.375rem;font-size:1rem;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:5.25rem;left:19rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { top:5.1875rem;left:18.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { top:10.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { top:3.9375rem;left:6.0625rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { top:2.5625rem;left:7.75rem;width:16.125rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHJQdKH8LgT8gCKk5f0mEnAxs07yUdIf { top:15rem;left:0rem;width:47.75rem;height:5.4492192090395rem;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.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:14.1875rem;height:1.125rem;top:2.375rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:0.0625rem;height:2.625rem;top:1.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.875rem;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.0625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { top:1.125rem;left:27.77018737793rem;width:9.4375rem;height:1.625rem;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:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQqGtKND7G9kyfbJ2Nr8Q3tmKDBFSQGV { width:9.0625rem;height:9.0625rem;top:1rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { width:14.812rem;height:6.25rem;top:11.16357421875rem;left:2.5933837890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exp1BWhs7aQ4O5OecQ4AUmRSxHpezzVV { width:10.99975rem;height:10.874625rem;top:52.875rem;left:4.5rem;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:0.9375rem;height:1.375rem;top:39.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiUb0WJ7m4eENaSmmAJdBSMDZ0reFVy { width:6.43675rem;height:6.12426875rem;top:25.527954101562rem;left:1.7266845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fOUOTbGGAPsdwutGFopwAdG38AFw4f { width:8.562rem;height:8.374625rem;top:24.403686523438rem;left:9.815673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8nenTGGpDIh468IzgCMwxBu2CMFGsg { width:20rem;height:2.000125rem;top:18.900756835938rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDo7iMxeedtatlxHsLXWXkU1cP6aFUUd { width:18.3125rem;height:8.3459712093175rem;top:42.9638671875rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azX3FWxg76lIQ1XQUuH7ED5bFzpMVvhT { width:6.3745rem;height:5.24963125rem;top:34.712524414062rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D1TkSEsLO7NXJ5gLu62IsxnkaolePIhn { width:2.3120125rem;height:2.43713125rem;top:42.411499023438rem;left:15.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefbM1NFH29oMTvogCbMRekXn8XiHv7p { width:2.8125rem;height:3.061525rem;top:49.12109375rem;left:15.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZXFsPCBFtwXqyR0K8bo8oSSkc19AT2 { width:5.25rem;height:4.8125rem;top:23.24047890625rem;left:13.732296371571rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaEGsRS9q93ZbPazx6Q2LCFTfsde6K5D { width:4.74975625rem;height:2.9370125rem;top:58.187255859375rem;left:0.9686279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGiHmVCpwyMJyvpd3sNCfLvZQtOFPaA4 { width:20rem;height:1.33300625rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adqncu9GzJxrORPQ2RckkmoW6sLuEcOV { width:15.187375rem;height:1.437375rem;top:21.400756835938rem;left:2.406005859375rem;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:rgba(var(--color-secondary-2),1);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:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { width:19.87425rem;height:13.186625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l43sUK6t6HctWcH7mQpCWtdUysomnJNi { width:7.937rem;height:7.749625rem;top:9.13818359375rem;left:12.06298828125rem;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) { #KTgHdfJOaldPymbRoxKfFheuwCN2zVMg { width:20rem;height:10.4516875rem;top:5.37353515625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cSakcNa7WB4zLJeg4h4fLITEWHdrzgTG { width:2.062375rem;height:2.1875rem;top:40.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDmi2RR04pUuh5Q0sVPwrvtTiIy6NbV { width:10rem;height:11.625rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y0kQofByR7OW2THPrwoqmEbaud88SMqd { width:2.1875rem;height:6.31225rem;top:10.613403320312rem;left:1.500244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDUvdJ6Dzi9I53BaJ7zi2P2Z32VP4DGZ { width:10.1245rem;height:7.6245rem;top:36.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e4JOPOq7oLklpp4opvNhup8Tv9c8OGtD { width:18.2495rem;height:8.18175rem;top:18.009643554688rem;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) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { background-color:#6559a6;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:91.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvhPQtzTEe4z8S4AVUlEIMZOsbFCwSEQ { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { width:20rem;height:13.312375rem;top:23.68408203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { width:15.06225rem;height:8.18175rem;top:40.1875rem;left:2.4375rem;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:7.999875rem;top:14.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { width:20rem;height:12.5rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oDstp3uvSpA633ntBVwG41N4EILnll { width:5.87463125rem;height:5.812375rem;top:19.732055664062rem;left:14.125366210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { width:9.312125rem;height:13.312375rem;top:72.62451171875rem;left:10.061645507812rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { width:13.125rem;height:7.999875rem;top:83.808715820312rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpyGIZD9sWno3Lvka1V0k4m8xKTfAok { width:7.25rem;height:7.1875rem;top:48.367919921875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUiTTRhe3aRWm6iJuBwsuB3nRHuKUM { width:6.124875rem;height:5.9375rem;top:18.81103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phiI6ac7orsP99bOTtJWEK184IhifqnS { width:7.437125rem;height:5.7495125rem;top:33.9990234375rem;left:12.562866210938rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #tgIIG43dv23rPTOmcstEKC1iJXsxxM1C { width:20rem;height:19.7058125rem;top:62.335815429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2em0q9wld1MMIQTvsyB66oCQEhKWSB { width:10.625rem;height:10.499875rem;top:57.357177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCGk9KOVev2LL5JClTZ8VzHdGoTdNSqA { width:6.0625rem;height:9.8125rem;top:4.75830078125rem;left:13.93798828125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n4sXCsKtepBM5s5dvQHDGo05AVEPiNLL { width:3.312375rem;height:4.562375rem;top:85.935668945312rem;left:1.405029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzHQzUvGbJy5LTTBTiFxDSsFVzuGFM1B { width:20rem;height:8.8983125rem;top:51.81396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqptSPVWm0V9ArSCF2Rs3t1sTHTxfzr { width:5.187375rem;height:5.499875rem;top:61.5380859375rem;left:14.224243164062rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGXVLsGtUAGtJLpH1D48IyG2dzgmPD1r { width:10.99975rem;height:8.687125rem;top:74.935302734375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { display:block; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSfUzBMEQe7eaQIJo4rRUaJu5o6OlmG2 { width:18.562rem;height:5rem;top:2.2491455078125rem;left:0.7183837890625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pyfl6itpILBIql0Tzx51uCZyySgxJCt4 { width:20rem;height:17.99559375rem;top:15.874633789062rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NG9XCPWtLVgTOBXPXCrQckeGWu5RFUEV { width:6.749875rem;height:6.626rem;top:8.2684326171875rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4pFgGdmhams9hV6Enyys4aSQP284IR1 { width:18.6875rem;height:24.875rem;top:9.222412109375rem;left:0.6005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJrxByqDleEKpesockK6eRoHXZHazxVt { width:6.5625rem;height:6.438rem;top:52.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQqRiTdSidpUEx1i2psIvnNTbpk13MtJ { width:18.4375rem;height:17.99559375rem;top:59.875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOKv9UT0SDNBixTXIPTH7ypXHdzLR1Vt { width:13.248875rem;height:13.248875rem;top:98.64013671875rem;left:3.3746337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TcST1JRq7oeNluTm5czDfnSIva5itR { width:18.687125rem;height:14.9963125rem;top:35.249633789062rem;left:0.6549072265625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8DkxPOO4nm0M9ahKDPFXEPvcDNuUPNc { width:18.625rem;height:14.9375rem;top:35.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13kXKZyETpeEaEfoKS2yZb0ReTTLaFM { width:18.6875rem;height:24.8125rem;top:53.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSlLby19XfWIJlaemaBNcGvEaEDvBKq { width:18.4375rem;height:19.75rem;top:79.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GZP6zyrKLBJCzQRKLLygzyiq2o5Eqr { width:18.375rem;height:16.49598125rem;top:81.125rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywu61IWS5g2iCICX6NclIhLqPD5DBzZH { display:block; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX5Hb9OUD92iWFWT7rn7AigeQyF5vJin { width:17.749625rem;height:3.16894375rem;top:5.625rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hccyqsv9ckJo8iz0qalzQp5TN64wcUlO { width:5.25rem;height:5.0625rem;top:0.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayctgsseBIcI4ZVvkP4xfI8oHalt0U2H { width:13.312375rem;height:2.000125rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUABRegxZHpnkQxa3V0lT28VB0ZKqIk7 { width:11rem;height:2.6001rem;top:8.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2nan3RnbaTi68XTxidx6GgPIdqvOLsh { width:4.43725625rem;height:1.9995125rem;top:2.375rem;left:14.5625rem;font-size:1rem;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.625rem;height:3.625rem;top:7rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { width:3.625rem;height:3.625rem;top:7rem;left:10rem;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:20rem;height:2.28210625rem;top:10.623779296875rem;left:0rem;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:1.875rem;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:6.0625rem;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.29980625rem;top:0.625rem;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.29980625rem;top:4.8125rem;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.62475rem;height:2.6672375rem;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 {  }
 }