.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:254,251,222;--color-primary-1:253,240,145;--color-primary-2:251,225,34;--color-primary-3:126,113,17;--color-primary-4:38,34,5;--color-secondary-0:217,228,227;--color-secondary-1:128,166,161;--color-secondary-2:0,77,67;--color-secondary-3:0,39,34;--color-secondary-4:0,12,10;--color-tertiary-0:255,255,255;--color-tertiary-1:251,252,252;--color-tertiary-2:242,246,246;--color-tertiary-3:121,123,123;--color-tertiary-4:24,25,25;--headlines-font-family:"Bebas Neue";--paragraphs-font-family:"Plus Jakarta Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#004d43;background-image:url("https://images.assets-landingi.com/uc/60a3c4bf-3248-4e4d-b72f-ee15f42eb085/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 { position:relative;display:block; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 { background-color: transparent; background-image: none; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container > .video-iframe-container { display: none; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row > .video-iframe-container { display: none; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .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); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 { border-width: 0; border-radius: 0; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:87.1875rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#vwdicmviXAfhVrC7ECsMquTT3L02m4kJ { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:29.75rem;left:20.125rem;height:20rem;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; }
#g3IxJsW23I4Srh0V5FeKdlETCMEwCP5o { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.1875rem;width:75rem;display:none; }
#JcJw4qXNGe67k8WwTQQEobSTZNTdQtcl { box-sizing:content-box;height:11.1875rem;width:12rem;position:absolute;display:block;z-index:14998;background-color:#0a4640;background-image:none;top:75.0625rem;left:24.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#JEDst9WGfv8xzIhOImztb84P35vxptk1 { color:#fbe122;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:11.171875rem;left:31.59375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGr9Qb1PqDpy4WlMTFQXDT1dSNaNBtEB { box-sizing:content-box;height:2.3125rem;width:16.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(var(--color-secondary-2),1), #0d6155);background-image: -moz-linear-gradient(157deg, rgba(var(--color-secondary-2),1), #0d6155);background-image: -ms-linear-gradient(157deg, rgba(var(--color-secondary-2),1), #0d6155);background-image: -o-linear-gradient(157deg, rgba(var(--color-secondary-2),1), #0d6155);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0d6155' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0d6155' );";background-image: linear-gradient(157deg, rgba(var(--color-secondary-2),1), #0d6155);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.3);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.3);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.3);top:10.5625rem;left:29.40625rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#Q4xIWU1sgq2A61prTBZTa3CTHuyuy87c { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15008;background-color:#182b8e;background-image:none;top:76.3125rem;left:29.0625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C5SeFtnJdSqcb42y0UZzNSQCID9d04pM { color:#d11a40;display:block;width:1.625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:700;z-index:15039;line-height:.9;letter-spacing:0;top:76.875rem;left:30rem;height:2.36230625rem;text-align:center;text-align-last:center;display:block; }
#KgHLDeuHFTXTpMOI7ToNQ60Q4KPCGJ0B { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:80.6875rem;left:25.3125rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlEd8m92xCnE6BNBqDezWNPCpXVFmKmG { box-sizing:content-box;height:11.1875rem;width:12rem;position:absolute;display:block;z-index:14997;background-color:#0a4640;background-image:none;top:75rem;left:38.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#b3rm6mJKvESWnnXCHaxL0lVbpHP7gokM { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15012;background-color:#deaf00;background-image:none;top:76.25rem;left:42.4375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZTKcH0fIvfBMSdumrIMrWcBbzNECvsUo { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:80.625rem;left:38.75rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDwW9CwgLJP58dVg48mxBreTNtn1a50f { color:#ffffff;display:block;width:1.625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:700;z-index:15043;line-height:.9;letter-spacing:0;top:76.8125rem;left:43.375rem;height:2.36230625rem;text-align:center;text-align-last:center;display:block; }
#MsvdH9x8BRWyGdF9BilXuzEU7Iigfuve { color:#bce5e4;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1;letter-spacing:0;top:40.375rem;left:25.90625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzacTi0aD1r3EJZPU9mQ2hEyNR9w3csu { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.875rem;top:2.625rem;left:34.5625rem;overflow:hidden;display:block; }
#JuiAF74V3xtfeMboZT6S7gBxuoLt3Z0U { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:83.8125rem;left:28.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQLkUdbJpCTeSdEDxsCgvWGhaxvQBOcu { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:83.6875rem;left:41.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3vhEkoN1AstN5pA6FkthvB2dGzd9eXf { box-sizing:content-box;height:0.375rem;width:9.125rem;position:absolute;display:block;z-index:15044;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.375rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EdlxcnLdbtxVaWDrrl9ZnxCrp9VIUOqQ { box-sizing:content-box;height:0.375rem;width:5.4375rem;position:absolute;display:block;z-index:15045;background-color:#d11a40;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.375rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Dn9klcyDsZhmoD24Oh7gfNKiuigVSQ3N { box-sizing:content-box;height:0.375rem;width:3.625rem;position:absolute;display:block;z-index:15047;background-color:#deaf00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.25rem;left:39.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DTWtXtrzalwq8VUwq3TxhACnA4UuDfIP { box-sizing:content-box;height:0.375rem;width:9.125rem;position:absolute;display:block;z-index:15046;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.25rem;left:39.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DWEOPpK5LstZShMgrxOU3nTVhJxFPhN9 { box-sizing:content-box;height:11.1875rem;width:11.875rem;position:absolute;display:block;z-index:15048;background-color:rgba(10,70,64,0.6);background-image:none;top:75.0625rem;left:38.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZgdshAmcoxV4BKPzMaa5d9Gn4Nf1FSiT { box-sizing:content-box;height:11.1875rem;width:11.875rem;position:absolute;display:block;z-index:15049;background-color:rgba(10,70,64,0.6);background-image:none;top:75.125rem;left:24.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RnuoVgmy1KrARreQXhW4L5OAr3Mzs322 { box-sizing:content-box;height:14.0625rem;width:25rem;position:absolute;display:block;z-index:14999;background-color:#0a4640;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.3125rem;left:24.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:none; }#RnuoVgmy1KrARreQXhW4L5OAr3Mzs322.adaptive-delivery-prevent-bg, #RnuoVgmy1KrARreQXhW4L5OAr3Mzs322.lazyload, #RnuoVgmy1KrARreQXhW4L5OAr3Mzs322.lazyloading { background-image: none; }
#I3TNquLFgnHWbksrWTwiR80bXe6f3fMK { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:18.90625rem;left:34.25rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .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; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .widget-text.counter-number { border-top:0.075rem solid rgba(var(--color-secondary-1),1);border-left:0.07625rem solid rgba(var(--color-secondary-1),1);border-right:0.07625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.075rem solid rgba(var(--color-secondary-1),1);background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), #0f685c);background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), #0f685c);background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), #0f685c);background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), #0f685c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f685c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0f685c' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), #0f685c);background-size:contain !important;color:rgba(var(--color-tertiary-0),1);padding-top:0.601875rem;padding-right:0.5325rem;padding-bottom:0.601875rem;padding-left:0.5325rem;display:block;align-items:center;width:3.19625rem;min-width:3.19625rem;height:3.235625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.4075rem;font-weight:700;line-height:51.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.26125rem;height:1.279375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.903125rem;font-weight:400;line-height:20.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.625rem;height:6.245rem;padding-top:0.7525rem;padding-right:0.76125rem;padding-bottom:0.7525rem;padding-left:0.76125rem;position:absolute;font-family:unbounded;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:42.0625rem;left:25.9248046875rem;z-index:15051; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #KOwnzLXFqKgG33SNz4Mw5AKzdLrG1fTl { display:flex;position:relative;top:0rem;left:0rem; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #v8JTFnVE5Se5E0tl9L27bFgbguxdvJEy { width:auto; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #ebJDLIirAD1w5wKBRKVM7v2TQUtTaJNK {  }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #CShn5FQezfzPUBklTLsnGDVlr37yDm26 { display:flex;position:relative;top:0rem;left:0rem; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #P36b5f4Icidrp5v3k0rMBVmB7WO1XLRP {  }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #yuUQumoyTxvUOT0K6IvCBo54XIK4ZLTS {  }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #PINDqVzbtuuSRpkFtbKMAzQEsGSPQrTh { display:flex;position:relative;top:0rem;left:0rem; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #Zm4G6vGpClr2BrxLu3ru0koDryzItRDo {  }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #WOTMsEdFnn8lHkgggkA4JlwvJfutuhS6 {  }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #rwIRIE72ZBSHU24yWIDacGWiJUEmk3Rd { display:flex;position:relative;top:0rem;left:0rem; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #BNufg28xh19s37CiJwqSH3yH7BXq9D7U {  }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #PXGbG9aOFkJCMzFDF6WKiqFT8pyX5t8W {  }
#TuzCTwqc3aVbbBm5NxTfMNkJq8eXDCZp { color:#ef4444;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:51.15625rem;left:22.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbOi92qbzWO2WR3Nwuy6c8EJXlyT1fx5 { color:rgba(255,255,255,0.5);display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:60.42578125rem;left:20.71875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVszyRCPFxPo3av4N9eWARN0To9Uybz8 { color:rgba(255,255,255,0.8);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:63.48828125rem;left:20.71875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVcbn6MWoke38rV99S4PnrOAUcUMKCTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:64.1005859375rem;left:35.3125rem; }
#pw1GM0mN69IDTZi9xRzybqusHP81MEty { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:67.2255859375rem;left:24.46875rem;height:3.29980625rem;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; }
#H5fDenrpGdhuiNJHhZVK2kRKROxhQkOc { color:rgba(255,255,255,0.76);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;top:72.0625rem;left:26.53125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkmvSMqL2uafsyJlyv0lOzOllMgxwG42 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(251,225,34,0.3) ;box-sizing:border-box;color:#004d43;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:53.68701171875rem;left:26.5625rem;display:block; }
#o1wWN7qSrRenP5XoCnMHsK0hawGpnIN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ix7hyVmd64RI0Fwn49UG9gdkd686So58 { color:#004d43;display:block;width:6.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:26.15625rem;left:42.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mhscyr7fMv0xIrZTD7QFOJy9s2m97wT5 { box-sizing:content-box;height:2.25rem;width:7.25rem;position:absolute;display:block;z-index:15054;background-color:#fbe122;background-image:none;box-shadow: 0.0625rem 0.4375rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:42.09375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#KVao2GHBefAltTuUdUlgsVq8HeCqX17s { position:absolute;display:block;z-index:15056;height:1rem;width:1.25rem;top:10.5rem;left:30rem;display:block; }
#TZKM4k3ZUE43i77ftropOeLrp4UVI9SW { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:25rem;top:14.40625rem;left:25rem;overflow:hidden;display:block; }
#o7t24u306FZGKvvCzvrb3hspvGIx6mwX { position:relative;display:block; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX { background-color: transparent; background-image: none; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container > .video-iframe-container { display: none; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row > .video-iframe-container { display: none; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .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); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX { border-width: 0; border-radius: 0; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#NfTGb4UomcFdU03rklGtX6DalUxILD5a { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.1875rem;width:75rem;display:none; }
#Bguf7z0Nq9sAmFcqn0zPCmZEHd2mhC2i { box-sizing:content-box;height:11.875rem;width:25rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(251,225,34,0.03), rgba(var(--color-primary-2),0.1));background-image: -moz-linear-gradient(180deg, rgba(251,225,34,0.03), rgba(var(--color-primary-2),0.1));background-image: -ms-linear-gradient(180deg, rgba(251,225,34,0.03), rgba(var(--color-primary-2),0.1));background-image: -o-linear-gradient(180deg, rgba(251,225,34,0.03), rgba(var(--color-primary-2),0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe12207', endColorstr='rgba(var(--color-primary-2),0.1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe12207', endColorstr='rgba(var(--color-primary-2),0.1)' );";background-image: linear-gradient(180deg, rgba(251,225,34,0.03), rgba(var(--color-primary-2),0.1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0.9375rem;left:25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iGe8V3Jg0VvulTIzZghewT254G9MLpT5 { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.9;letter-spacing:0;top:2.75rem;left:26.5625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAT7I0LwKVUMLkhN0idzNw0Aq4pTNesT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(251,225,34,0.3) ;box-sizing:border-box;color:#004d43;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.0625rem;left:26.625rem;display:block; }
#cepTZ2RTeolEnE6LTFAe5NhEwvuT8TTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqkAidyouT07v4oZgmAHLTthRohhpxwo { position:relative;display:block; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo { background-color: transparent; background-image: none; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container > .video-iframe-container { display: none; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row > .video-iframe-container { display: none; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .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); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo { border-width: 0; border-radius: 0; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#buZHFo0I2k6CmI82hmNpxyKA4W6549sf { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:4.375rem;left:22.09375rem;height:;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; }
#TEtxhOPkDrbFg6DIWn3hOOGv9gnZMJMm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.1875rem;width:75rem;display:none; }
#iXdVWr9KK6sL1WTiKpRpTfSKV5UAWxQO { color:rgba(255,255,255,0.7);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:7.9375rem;left:26.53125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3tTzRDCU1fFyWRsKl1aKrnLscSimZaq { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:11.1875rem;left:28.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WnL4RGeThu9TTxdqpteU7NViTG7L2FUp { color:rgba(255,255,255,0.7);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:12.6875rem;left:28.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2lsbyXOdC7fXp47TMve2EIT5bfvcTCU { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004d43, rgba(251,225,34,0.32));background-image: -moz-linear-gradient(180deg, #004d43, rgba(251,225,34,0.32));background-image: -ms-linear-gradient(180deg, #004d43, rgba(251,225,34,0.32));background-image: -o-linear-gradient(180deg, #004d43, rgba(251,225,34,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d43', endColorstr='#fbe12251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d43', endColorstr='#fbe12251' );";background-image: linear-gradient(180deg, #004d43, rgba(251,225,34,0.32));background-size:auto !important;top:11.1875rem;left:24rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#TD5N37OOdQdvNzJb47Uih2gDxpnNwII4 { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:11.75rem;left:24.6875rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFMneLpxXA3dTfwrT2Z7JLnK9F8TO5pa { color:#093732;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:15.8125rem;left:29rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DPQgoiGvwzF6OTMfvUk75hV6UHAtbTnT { box-sizing:content-box;height:1.3125rem;width:5.4375rem;position:absolute;display:block;z-index:15009;background-color:#fbe122;background-image:none;top:15.625rem;left:28.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#vp3uXCsT6g1UT9XvBrLLHdPtTWS6510u { box-sizing:content-box;height:0.0625rem;width:27rem;position:absolute;display:block;z-index:15039;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:24rem;display:block; }
#pKuCfmbBB2yuAyMnn2wKehiL86amGDN2 { color:rgba(255,255,255,0.7);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:21.0625rem;left:28.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9b607KptIVfmx522h1SKZMkKGKeJ81C { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:19.5625rem;left:28.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Aco84rAceKVmFSySqshG5OET3EaR6IEI { box-sizing:content-box;height:0.0625rem;width:27rem;position:absolute;display:block;z-index:15046;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.6875rem;left:24rem;display:block; }
#UHGdxJXUA25EsICMU25KTsz2BsFe0EFk { color:#093732;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:24.1875rem;left:29rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGuaJrAtbGyFv0MT3OpZglmQaza1A5Tv { box-sizing:content-box;height:1.3125rem;width:5.4375rem;position:absolute;display:block;z-index:15016;background-color:#fbe122;background-image:none;top:24rem;left:28.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#ohrdguEr7hH8lSW2Xx8hTSKWvJmHFGdb { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-image: -moz-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-image: -ms-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-image: -o-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d434c', endColorstr='#fbe12251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d434c', endColorstr='#fbe12251' );";background-image: linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-size:auto !important;top:19.5625rem;left:24rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#tl1xziQtRGWnXuKHVODBstLWPy1NL5dk { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:19.9375rem;left:24.8125rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akii1TN2guRg2Tkb50amhBBP0dJR7aba { box-sizing:content-box;height:0.0625rem;width:27rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.0625rem;left:24rem;display:block; }
#O1w04cgWtoM48LTTEMDUgSy6Ons0UgbD { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.5;letter-spacing:0;top:32.4375rem;left:29rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkrNfPaq8Z01VrmFTVzKbRVnrDT6tETW { box-sizing:content-box;height:1.3125rem;width:5.4375rem;position:absolute;display:block;z-index:15023;background-color:#1db954;background-image:none;top:32.375rem;left:28.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fSJKZ2cHs8aZupvL8n9KURJusDaD4TOB { color:rgba(255,255,255,0.7);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:29.4375rem;left:28.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2NbQ5kA8wVCWNl760nSBG1mJE0xXZVx { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-image: -moz-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-image: -ms-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-image: -o-linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d434c', endColorstr='#fbe12251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d434c', endColorstr='#fbe12251' );";background-image: linear-gradient(180deg, rgba(0,77,67,0.3), rgba(251,225,34,0.32));background-size:auto !important;top:27.9375rem;left:24rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#kscVfvqnW4UV39T7yDeCEGvF6OZomuTA { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:28.375rem;left:24.75rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltDcRBnQAEtczoLqlZO4kQVyM72r1Po2 { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:27.9375rem;left:28.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r00bTGArHx5kFgm2iuIUFPA7mCT3bqyt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(251,225,34,0.3) ;box-sizing:border-box;color:#004d43;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.0625rem;left:26.5625rem;display:block; }
#NBn6mxHNf5UNTZaX2kkyv9tbPr4fy4cE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odwdb8fhFrMb6cylcxszTcJMsscaxWIo { position:relative;display:block; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo { background-color: transparent; background-image: none; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container > .video-iframe-container { display: none; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row > .video-iframe-container { display: none; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .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); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo { border-width: 0; border-radius: 0; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#ZHf9BbXGroQ0NUzBJLHTbt3HP4IJ3P6X { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:4.375rem;left:22.09375rem;height:;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; }
#q8WwxDB1CA1gs3dbpbKCTbbXEVsBxvyN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.1875rem;width:75rem;display:none; }
#kBQrg5DpqEkBdxqApWDdPzf1wN4dZXHS { color:rgba(255,255,255,0.7);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:8.375rem;left:26.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O5m5m432baRMwO8lBGIqCOqQdO2Wo6AO { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:10.3125rem;left:29.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQh7885lmw3OOOWyOZJ7k6EdxTTHnE21 { color:#bce5e4;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:11.8125rem;left:29.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taCwN1Qmn6KMX20vAZeqqiNwtAvToaPQ { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15008;background-color:#004d43;background-image:none;top:10.0625rem;left:25.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AOZtIH9i6WuUQMdADuBk8WTTsu1ETkfK { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:10.4375rem;left:25.6875rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SlZnNDp9nvHTRuVcb06qx1xTn1w6PFhH { box-sizing:content-box;height:6.5rem;width:26.25rem;position:absolute;display:block;z-index:14999;background-color:#005d50;background-image:none;top:8.875rem;left:24.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#fWTSvFwkkWGS32snZD7sKT8JFRnvNsRm { box-sizing:content-box;height:6.5rem;width:26.25rem;position:absolute;display:block;z-index:15004;background-color:#005d50;background-image:none;top:16.4375rem;left:24.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#ZDe59Oy0V61EPG4GHPTwbS6a17v1O6g6 { color:#bce5e4;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:19.375rem;left:29.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMTvyqf9kkerV9BRu0uFyq8KraJym4t4 { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:17.875rem;left:29.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V6AGnFXf2DaseuEfDuVqHusiwVoVnHBy { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15013;background-color:#004d43;background-image:none;top:17.625rem;left:25.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Qf4aGeLkty4G648a2kkz1CZSnMPq7Hnn { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:18.0625rem;left:25.6875rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsXMOGmosGJyMT2L0eXGcTqXewDQ9oIH { box-sizing:content-box;height:6.5rem;width:26.25rem;position:absolute;display:block;z-index:15009;background-color:#005d50;background-image:none;top:24rem;left:24.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#INhogTJBiwkTircFSGFIIaIQMsMWPn6w { color:#bce5e4;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:26.9375rem;left:29.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p22NE2yW5Rfkd03MBLB3qOkNwDnZse0R { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15018;background-color:#004d43;background-image:none;top:25.1875rem;left:25.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ct4wv8B2MLlfMPvyA54zRfU3vqeHkKuW { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:25.5625rem;left:25.625rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJSEC4lrH5zbsAC9EZIB7soSl3WzkGrT { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:25.4375rem;left:29rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eXa9nLngGq7Gq5CCvN7XmqenqNZafIet { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15020;background-color:#00685a;background-image:none;top:42.75rem;left:27.5rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#mA4agEFMDZVzCl4bNZz2pqRaTGwsVCGt { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:43.3125rem;left:28rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5l0xOTLawPS4HasRWVeqaHTzrCiNn4e { color:rgba(188,229,228,0.8);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:46.5rem;left:26.9375rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2ov6By3ctNi1moWZfs8fiFhJKgxC5Xr { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15023;background-color:#00685a;background-image:none;top:42.75rem;left:33.125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#s1TenvbbnK72lflg0k3ZVTTfuBGu0zZg { color:rgba(188,229,228,0.8);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:46.5rem;left:32.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkTV0SXx4H5OHqmqJG93EcCPvUqh5Scm { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:43.3125rem;left:33.625rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKrK2BtVpMH2xI1Eh3tM9UwCG3CwJyou { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15026;background-color:#00685a;background-image:none;top:42.75rem;left:38.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#TSmhXccfmEEQCdFGeBpKRKXDSUwHKbrk { color:rgba(188,229,228,0.8);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:46.5rem;left:38.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTkfeOR6kBpCMBQVpavpaFOKRhT2y4ST { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:43.3125rem;left:39.25rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t7luPN375n23v91Of5ddNHRHlimvRzcl { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15029;background-color:#00685a;background-image:none;top:42.75rem;left:44.375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.375rem 1.25rem rgba(0,77,67,0.08) ;border-top:0.0625rem solid rgba(229,237,237,0.3);border-left:0.0625rem solid rgba(229,237,237,0.3);border-right:0.0625rem solid rgba(229,237,237,0.3);border-bottom:0.0625rem solid rgba(229,237,237,0.3);display:block; }
#ZmuZyBSu61uUvqSSCHK2CVJQHLbTD5x3 { color:rgba(188,229,228,0.8);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:46.5rem;left:43.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCsElqetpvxC1Z5yV4SAqkCKr47Wd3yr { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:43.3125rem;left:44.875rem;height:2.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDaiBVxLfMNh6Z6hfR4KwXov5GsJfOyA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(251,225,34,0.3) ;box-sizing:border-box;color:#004d43;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.5rem;left:26.5625rem;display:block; }
#y6n8qCbIA6yl28OTxkc9SHiI1dgHvlM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row .container { background-color: transparent; background-image: none; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row .container > .video-iframe-container { display: none; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row > .video-iframe-container { display: none; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .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); }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row .container { border-width: 0; border-radius: 0; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#KdJIFH5euWUfcTrLqpP0kO6VTJ7JVJRd { color:rgba(255,255,255,0.6);display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:6.73828125rem;left:21.34375rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygL7xJsM3sK5TUa7htih4LV3fPIaTaAs { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.5625rem;top:1.3125rem;left:34.375rem;overflow:hidden;display:block; }
#i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000c0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000c0a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:auto;display:none; }#i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM > .row .container { border-width: 0; border-radius: 0; }#i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:none; }#p1q6o3XlENnGQ4VAhcIkwRfaP8zJTCLx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.1875rem;width:75rem;display:none; }
#oPSHNqiMTfA7s9IfEmR1x6lR60FxeWOP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#004d43;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0625rem;left:25.625rem;display:block; }
#LMDDs5TlzUlkPm8y5uBTn7cd0WiM9nsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .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; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.325625rem;padding-right:0.30375rem;padding-bottom:0.325625rem;padding-left:0.30375rem;display:block;align-items:center;width:1.821875rem;min-width:1.821875rem;height:1.7525rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.305rem;font-weight:700;line-height:28.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.43rem;height:0.691875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.49rem;font-weight:400;line-height:11.07px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.75rem;height:3.299375rem;padding-top:0.408125rem;padding-right:0.434375rem;padding-bottom:0.408125rem;padding-left:0.434375rem;position:absolute;font-family:unbounded;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.84765625rem;left:9.9375rem;z-index:15010; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #G3e9thDMvW8VnxAByLAq8dOlVp9Tmhlt { display:flex;position:relative;top:0rem;left:0rem; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #Jm4wTsC1dTSPacVgycCtMEuizlhbwVab { width:auto; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #liJxakXW9EUD12HqFJDWREk8e8hHyVUg {  }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #M727OgEWaDtC1dzCHFg7mN4dEprxgAuU { display:flex;position:relative;top:0rem;left:0rem; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #a8nkchM8V5Ga4yzMEorm0UeWTNsZ572b {  }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #qVZa0zAtUGzTcHPkKzpCdn1Xpac31C5k {  }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #wyGZ0JxTBiDWmB34gfQFDdnf2VhhgmeB { display:flex;position:relative;top:0rem;left:0rem; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #luW3dF9ZhGWzL6rKN4Rw28Qiw6Ty599M {  }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #gAB1daWHaCLgEZcX0WkE6TKFR005GZ9w {  }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #NcM46iMm8MkVIWTSTSRFxssNkryirXn6 { display:flex;position:relative;top:0rem;left:0rem; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #HdXieTsCOQCyhbznPLKL3DlRdrnghRKg {  }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #iZmvkyP6hOfuz9MpJ1St9g5Ckqp7ob1c {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 { display:block; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwdicmviXAfhVrC7ECsMquTT3L02m4kJ { top:29.75rem;left:6.5rem;width:34.75rem;height:10rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3IxJsW23I4Srh0V5FeKdlETCMEwCP5o { width:47.75rem;height:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcJw4qXNGe67k8WwTQQEobSTZNTdQtcl { width:12rem;height:11.1875rem;top:75.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDst9WGfv8xzIhOImztb84P35vxptk1 { top:11.125rem;left:17.96875rem;width:11.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGr9Qb1PqDpy4WlMTFQXDT1dSNaNBtEB { width:16.0625rem;height:2.3125rem;top:10.5625rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xIWU1sgq2A61prTBZTa3CTHuyuy87c { width:3.5rem;height:3.5rem;top:76.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SeFtnJdSqcb42y0UZzNSQCID9d04pM { width:1.625rem;height:2.3125rem;top:76.875rem;left:16.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHLDeuHFTXTpMOI7ToNQ60Q4KPCGJ0B { top:80.6875rem;left:11.6875rem;width:10.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlEd8m92xCnE6BNBqDezWNPCpXVFmKmG { width:12rem;height:11.1875rem;top:75rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rm6mJKvESWnnXCHaxL0lVbpHP7gokM { width:3.5rem;height:3.5rem;top:76.25rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKcH0fIvfBMSdumrIMrWcBbzNECvsUo { top:80.625rem;left:25.125rem;width:10.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDwW9CwgLJP58dVg48mxBreTNtn1a50f { width:1.625rem;height:2.3125rem;top:76.8125rem;left:29.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsvdH9x8BRWyGdF9BilXuzEU7Iigfuve { top:40.375rem;left:12.28125rem;width:21.9375rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzacTi0aD1r3EJZPU9mQ2hEyNR9w3csu { width:5.875rem;height:5.5rem;top:2.625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuiAF74V3xtfeMboZT6S7gBxuoLt3Z0U { top:83.8125rem;left:14.625rem;width:5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQLkUdbJpCTeSdEDxsCgvWGhaxvQBOcu { top:83.6875rem;left:28.0625rem;width:5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3vhEkoN1AstN5pA6FkthvB2dGzd9eXf { width:9.125rem;height:0.375rem;top:83.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdlxcnLdbtxVaWDrrl9ZnxCrp9VIUOqQ { width:5.4375rem;height:0.375rem;top:83.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9klcyDsZhmoD24Oh7gfNKiuigVSQ3N { width:3.625rem;height:0.375rem;top:83.25rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWtXtrzalwq8VUwq3TxhACnA4UuDfIP { width:9.125rem;height:0.375rem;top:83.25rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWEOPpK5LstZShMgrxOU3nTVhJxFPhN9 { width:11.875rem;height:11.1875rem;top:75.0625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdshAmcoxV4BKPzMaa5d9Gn4Nf1FSiT { width:11.875rem;height:11.1875rem;top:75.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnuoVgmy1KrARreQXhW4L5OAr3Mzs322 { width:25rem;height:14.0625rem;top:14.3125rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3TNquLFgnHWbksrWTwiR80bXe6f3fMK { top:18.875rem;left:20.625rem;width:6.5rem;height:5rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .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; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .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; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew { display:flex;width:18.625rem;height:5.2125rem;top:44.0625rem;left:15.78125rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #KOwnzLXFqKgG33SNz4Mw5AKzdLrG1fTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #v8JTFnVE5Se5E0tl9L27bFgbguxdvJEy {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #ebJDLIirAD1w5wKBRKVM7v2TQUtTaJNK {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #CShn5FQezfzPUBklTLsnGDVlr37yDm26 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #P36b5f4Icidrp5v3k0rMBVmB7WO1XLRP {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #yuUQumoyTxvUOT0K6IvCBo54XIK4ZLTS {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #PINDqVzbtuuSRpkFtbKMAzQEsGSPQrTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #Zm4G6vGpClr2BrxLu3ru0koDryzItRDo {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #WOTMsEdFnn8lHkgggkA4JlwvJfutuhS6 {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #rwIRIE72ZBSHU24yWIDacGWiJUEmk3Rd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #BNufg28xh19s37CiJwqSH3yH7BXq9D7U {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #PXGbG9aOFkJCMzFDF6WKiqFT8pyX5t8W {  }
 }@media only screen and (max-width: 763px) { #TuzCTwqc3aVbbBm5NxTfMNkJq8eXDCZp { top:51.125rem;left:9.3125rem;width:29.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOi92qbzWO2WR3Nwuy6c8EJXlyT1fx5 { width:32.3125rem;height:1.1875rem;top:60.375rem;left:7.09375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVszyRCPFxPo3av4N9eWARN0To9Uybz8 { width:32.3125rem;height:1.1875rem;top:63.4375rem;left:7.09375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVcbn6MWoke38rV99S4PnrOAUcUMKCTw { width:3.125rem;height:3.125rem;top:64.0625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw1GM0mN69IDTZi9xRzybqusHP81MEty { top:67.1875rem;left:10.84375rem;width:26.0625rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5fDenrpGdhuiNJHhZVK2kRKROxhQkOc { top:72.0625rem;left:12.90625rem;width:21.9375rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkmvSMqL2uafsyJlyv0lOzOllMgxwG42 { width:21.875rem;height:3.75rem;top:53.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1wWN7qSrRenP5XoCnMHsK0hawGpnIN0 { display:block; }
 }@media only screen and (max-width: 763px) { #ix7hyVmd64RI0Fwn49UG9gdkd686So58 { top:26.125rem;left:29.1875rem;width:6.0625rem;height:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhscyr7fMv0xIrZTD7QFOJy9s2m97wT5 { width:7.25rem;height:2.25rem;top:25.6875rem;left:28.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVao2GHBefAltTuUdUlgsVq8HeCqX17s { width:1.25rem;height:1rem;top:10.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKM4k3ZUE43i77ftropOeLrp4UVI9SW { width:25rem;height:14rem;top:14.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7t24u306FZGKvvCzvrb3hspvGIx6mwX { display:block; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfTGb4UomcFdU03rklGtX6DalUxILD5a { width:47.75rem;height:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bguf7z0Nq9sAmFcqn0zPCmZEHd2mhC2i { width:25rem;height:11.875rem;top:0.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGe8V3Jg0VvulTIzZghewT254G9MLpT5 { top:2.75rem;left:12.9375rem;width:22.0625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAT7I0LwKVUMLkhN0idzNw0Aq4pTNesT { width:21.875rem;height:3.75rem;top:8.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cepTZ2RTeolEnE6LTFAe5NhEwvuT8TTq { display:block; }
 }@media only screen and (max-width: 763px) { #LqkAidyouT07v4oZgmAHLTthRohhpxwo { display:block; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buZHFo0I2k6CmI82hmNpxyKA4W6549sf { top:4.375rem;left:8.46875rem;width:30.8125rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEtxhOPkDrbFg6DIWn3hOOGv9gnZMJMm { width:47.75rem;height:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXdVWr9KK6sL1WTiKpRpTfSKV5UAWxQO { top:7.9375rem;left:12.90625rem;width:21.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tTzRDCU1fFyWRsKl1aKrnLscSimZaq { top:11.1875rem;left:15.1875rem;width:20.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnL4RGeThu9TTxdqpteU7NViTG7L2FUp { top:12.6875rem;left:15.25rem;width:21.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2lsbyXOdC7fXp47TMve2EIT5bfvcTCU { width:3.25rem;height:3.25rem;top:11.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5N37OOdQdvNzJb47Uih2gDxpnNwII4 { top:11.75rem;left:11.0625rem;width:2rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFMneLpxXA3dTfwrT2Z7JLnK9F8TO5pa { top:15.8125rem;left:15.375rem;width:5.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPQgoiGvwzF6OTMfvUk75hV6UHAtbTnT { width:5.4375rem;height:1.3125rem;top:15.625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp3uXCsT6g1UT9XvBrLLHdPtTWS6510u { width:27rem;height:0.0625rem;top:18.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKuCfmbBB2yuAyMnn2wKehiL86amGDN2 { top:21.0625rem;left:15.25rem;width:21.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9b607KptIVfmx522h1SKZMkKGKeJ81C { top:19.5625rem;left:15.1875rem;width:20.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aco84rAceKVmFSySqshG5OET3EaR6IEI { width:27rem;height:0.0625rem;top:26.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGdxJXUA25EsICMU25KTsz2BsFe0EFk { top:24.1875rem;left:15.375rem;width:5.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGuaJrAtbGyFv0MT3OpZglmQaza1A5Tv { width:5.4375rem;height:1.3125rem;top:24rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohrdguEr7hH8lSW2Xx8hTSKWvJmHFGdb { width:3.25rem;height:3.25rem;top:19.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl1xziQtRGWnXuKHVODBstLWPy1NL5dk { top:19.9375rem;left:11.1875rem;width:2rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #akii1TN2guRg2Tkb50amhBBP0dJR7aba { width:27rem;height:0.0625rem;top:35.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1w04cgWtoM48LTTEMDUgSy6Ons0UgbD { top:32.4375rem;left:15.375rem;width:5.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkrNfPaq8Z01VrmFTVzKbRVnrDT6tETW { width:5.4375rem;height:1.3125rem;top:32.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSJKZ2cHs8aZupvL8n9KURJusDaD4TOB { top:29.4375rem;left:15.25rem;width:21.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2NbQ5kA8wVCWNl760nSBG1mJE0xXZVx { width:3.25rem;height:3.25rem;top:27.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kscVfvqnW4UV39T7yDeCEGvF6OZomuTA { top:28.375rem;left:11.125rem;width:2rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltDcRBnQAEtczoLqlZO4kQVyM72r1Po2 { top:27.9375rem;left:15.1875rem;width:20.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r00bTGArHx5kFgm2iuIUFPA7mCT3bqyt { width:21.875rem;height:3.75rem;top:37.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBn6mxHNf5UNTZaX2kkyv9tbPr4fy4cE { display:block; }
 }@media only screen and (max-width: 763px) { #odwdb8fhFrMb6cylcxszTcJMsscaxWIo { display:block; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHf9BbXGroQ0NUzBJLHTbt3HP4IJ3P6X { top:4.375rem;left:8.46875rem;width:30.8125rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8WwxDB1CA1gs3dbpbKCTbbXEVsBxvyN { width:47.75rem;height:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBQrg5DpqEkBdxqApWDdPzf1wN4dZXHS { top:8.375rem;left:12.90625rem;width:21.9375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5m5m432baRMwO8lBGIqCOqQdO2Wo6AO { top:10.3125rem;left:15.4375rem;width:20.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQh7885lmw3OOOWyOZJ7k6EdxTTHnE21 { top:11.8125rem;left:15.5rem;width:21.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taCwN1Qmn6KMX20vAZeqqiNwtAvToaPQ { width:2.75rem;height:2.75rem;top:10.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZtIH9i6WuUQMdADuBk8WTTsu1ETkfK { top:10.4375rem;left:12.0625rem;width:2rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlZnNDp9nvHTRuVcb06qx1xTn1w6PFhH { width:26.25rem;height:6.5rem;top:8.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTSvFwkkWGS32snZD7sKT8JFRnvNsRm { width:26.25rem;height:6.5rem;top:16.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe59Oy0V61EPG4GHPTwbS6a17v1O6g6 { top:19.375rem;left:15.5rem;width:21.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTvyqf9kkerV9BRu0uFyq8KraJym4t4 { top:17.875rem;left:15.4375rem;width:20.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AGnFXf2DaseuEfDuVqHusiwVoVnHBy { width:2.75rem;height:2.75rem;top:17.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf4aGeLkty4G648a2kkz1CZSnMPq7Hnn { top:18.0625rem;left:12.0625rem;width:2rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsXMOGmosGJyMT2L0eXGcTqXewDQ9oIH { width:26.25rem;height:6.5rem;top:24rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INhogTJBiwkTircFSGFIIaIQMsMWPn6w { top:26.9375rem;left:15.4375rem;width:20.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22NE2yW5Rfkd03MBLB3qOkNwDnZse0R { width:2.75rem;height:2.75rem;top:25.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4wv8B2MLlfMPvyA54zRfU3vqeHkKuW { top:25.5625rem;left:12rem;width:2rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJSEC4lrH5zbsAC9EZIB7soSl3WzkGrT { top:25.4375rem;left:15.375rem;width:20.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXa9nLngGq7Gq5CCvN7XmqenqNZafIet { width:3rem;height:3rem;top:42.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA4agEFMDZVzCl4bNZz2pqRaTGwsVCGt { top:43.3125rem;left:14.375rem;width:2rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5l0xOTLawPS4HasRWVeqaHTzrCiNn4e { top:46.5rem;left:13.3125rem;width:4.25rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ov6By3ctNi1moWZfs8fiFhJKgxC5Xr { width:3rem;height:3rem;top:42.75rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1TenvbbnK72lflg0k3ZVTTfuBGu0zZg { top:46.5rem;left:18.9375rem;width:4.25rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTV0SXx4H5OHqmqJG93EcCPvUqh5Scm { top:43.3125rem;left:20rem;width:2rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKrK2BtVpMH2xI1Eh3tM9UwCG3CwJyou { width:3rem;height:3rem;top:42.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmhXccfmEEQCdFGeBpKRKXDSUwHKbrk { top:46.5rem;left:24.5625rem;width:4.25rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkfeOR6kBpCMBQVpavpaFOKRhT2y4ST { top:43.3125rem;left:25.625rem;width:2rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7luPN375n23v91Of5ddNHRHlimvRzcl { width:3rem;height:3rem;top:42.75rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuZyBSu61uUvqSSCHK2CVJQHLbTD5x3 { top:46.5rem;left:30.1875rem;width:4.25rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCsElqetpvxC1Z5yV4SAqkCKr47Wd3yr { top:43.3125rem;left:31.25rem;width:2rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDaiBVxLfMNh6Z6hfR4KwXov5GsJfOyA { width:21.875rem;height:3.75rem;top:36.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6n8qCbIA6yl28OTxkc9SHiI1dgHvlM0 { display:block; }
 }@media only screen and (max-width: 763px) { #nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE { display:block; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdJIFH5euWUfcTrLqpP0kO6VTJ7JVJRd { width:32.3125rem;height:2.6875rem;top:6.6875rem;left:7.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygL7xJsM3sK5TUa7htih4LV3fPIaTaAs { width:4.5625rem;height:4.25rem;top:1.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM { display:none; }#i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p1q6o3XlENnGQ4VAhcIkwRfaP8zJTCLx { width:47.75rem;height:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPSHNqiMTfA7s9IfEmR1x6lR60FxeWOP { width:23.75rem;height:3.75rem;top:1.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMDDs5TlzUlkPm8y5uBTn7cd0WiM9nsM { display:block; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .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; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .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; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND { display:flex;width:18rem;height:5.0625rem;top:1.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #G3e9thDMvW8VnxAByLAq8dOlVp9Tmhlt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #Jm4wTsC1dTSPacVgycCtMEuizlhbwVab {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #liJxakXW9EUD12HqFJDWREk8e8hHyVUg {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #M727OgEWaDtC1dzCHFg7mN4dEprxgAuU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #a8nkchM8V5Ga4yzMEorm0UeWTNsZ572b {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #qVZa0zAtUGzTcHPkKzpCdn1Xpac31C5k {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #wyGZ0JxTBiDWmB34gfQFDdnf2VhhgmeB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #luW3dF9ZhGWzL6rKN4Rw28Qiw6Ty599M {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #gAB1daWHaCLgEZcX0WkE6TKFR005GZ9w {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #NcM46iMm8MkVIWTSTSRFxssNkryirXn6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #HdXieTsCOQCyhbznPLKL3DlRdrnghRKg {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #iZmvkyP6hOfuz9MpJ1St9g5Ckqp7ob1c {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 { background-color:transparent;background-image:none;display:block; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container { background-color: transparent; background-image: none; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container > .video-iframe-container { display: none; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row > .video-iframe-container { display: none; }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .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); }#BAbHriWq4dWwMdEyizSaDclUD9ZcsZK2 > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwdicmviXAfhVrC7ECsMquTT3L02m4kJ { width:18.6875rem;height:5.5rem;top:22.375rem;left:0.65625rem;font-size:2.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g3IxJsW23I4Srh0V5FeKdlETCMEwCP5o { top:20.6875rem;left:0rem;width:20rem;height:12.3125rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JcJw4qXNGe67k8WwTQQEobSTZNTdQtcl { width:9.375rem;height:11.75rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDst9WGfv8xzIhOImztb84P35vxptk1 { width:11.375rem;height:1.3125rem;top:6.375rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGr9Qb1PqDpy4WlMTFQXDT1dSNaNBtEB { width:15.25rem;height:1.625rem;top:6.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xIWU1sgq2A61prTBZTa3CTHuyuy87c { width:3.5rem;height:3.5rem;top:62.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SeFtnJdSqcb42y0UZzNSQCID9d04pM { width:1.625rem;height:2.36230625rem;top:62.875rem;left:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHLDeuHFTXTpMOI7ToNQ60Q4KPCGJ0B { width:8.5rem;height:1.375rem;top:67.1875rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IlEd8m92xCnE6BNBqDezWNPCpXVFmKmG { width:9.375rem;height:11.6875rem;top:61.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rm6mJKvESWnnXCHaxL0lVbpHP7gokM { width:3.5rem;height:3.5rem;top:62.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKcH0fIvfBMSdumrIMrWcBbzNECvsUo { width:7.8125rem;height:1.375rem;top:67.1875rem;left:11.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iDwW9CwgLJP58dVg48mxBreTNtn1a50f { width:1.625rem;height:2.36230625rem;top:62.875rem;left:14.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsvdH9x8BRWyGdF9BilXuzEU7Iigfuve { width:19.1875rem;height:0.875rem;top:28.75rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#a9fff3;display:block; }
 }@media only screen and (max-width: 763px) { #bzacTi0aD1r3EJZPU9mQ2hEyNR9w3csu { width:4.0625rem;height:3.75rem;top:1.1875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuiAF74V3xtfeMboZT6S7gBxuoLt3Z0U { width:5rem;height:1.125rem;top:70.625rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQLkUdbJpCTeSdEDxsCgvWGhaxvQBOcu { width:5rem;height:1.125rem;top:70.625rem;left:12.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3vhEkoN1AstN5pA6FkthvB2dGzd9eXf { width:8rem;height:0.375rem;top:69.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdlxcnLdbtxVaWDrrl9ZnxCrp9VIUOqQ { width:5.4375rem;height:0.375rem;top:69.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9klcyDsZhmoD24Oh7gfNKiuigVSQ3N { width:3.625rem;height:0.375rem;top:69.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWtXtrzalwq8VUwq3TxhACnA4UuDfIP { width:8rem;height:0.375rem;top:69.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWEOPpK5LstZShMgrxOU3nTVhJxFPhN9 { width:9.375rem;height:11.6875rem;top:61.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdshAmcoxV4BKPzMaa5d9Gn4Nf1FSiT { width:9.375rem;height:11.75rem;top:61.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnuoVgmy1KrARreQXhW4L5OAr3Mzs322 { width:19.875rem;height:9.8125rem;top:9.21728515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3TNquLFgnHWbksrWTwiR80bXe6f3fMK { width:3.8125rem;height:0;top:12.810546875rem;left:8.09375rem;font-size:2.75rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .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; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew .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; }
#I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew { display:flex;width:18.625rem;height:5.2119125rem;top:30.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #KOwnzLXFqKgG33SNz4Mw5AKzdLrG1fTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #v8JTFnVE5Se5E0tl9L27bFgbguxdvJEy {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #ebJDLIirAD1w5wKBRKVM7v2TQUtTaJNK {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #CShn5FQezfzPUBklTLsnGDVlr37yDm26 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #P36b5f4Icidrp5v3k0rMBVmB7WO1XLRP {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #yuUQumoyTxvUOT0K6IvCBo54XIK4ZLTS {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #PINDqVzbtuuSRpkFtbKMAzQEsGSPQrTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #Zm4G6vGpClr2BrxLu3ru0koDryzItRDo {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #WOTMsEdFnn8lHkgggkA4JlwvJfutuhS6 {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #rwIRIE72ZBSHU24yWIDacGWiJUEmk3Rd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #BNufg28xh19s37CiJwqSH3yH7BXq9D7U {  }
 }@media only screen and (max-width: 763px) { #I43o5J9Dvk4x9XclRNdEPLvoUTQwzIew #PXGbG9aOFkJCMzFDF6WKiqFT8pyX5t8W {  }
 }@media only screen and (max-width: 763px) { #TuzCTwqc3aVbbBm5NxTfMNkJq8eXDCZp { width:15.5625rem;height:2.4375rem;top:38.216796875rem;left:2.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbOi92qbzWO2WR3Nwuy6c8EJXlyT1fx5 { width:20rem;height:1.16796875rem;top:48.125rem;left:0rem;font-size:0.6875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dVszyRCPFxPo3av4N9eWARN0To9Uybz8 { width:20rem;height:1.16796875rem;top:50.5625rem;left:0rem;font-size:0.6875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cVcbn6MWoke38rV99S4PnrOAUcUMKCTw { display:flex;width:3.125rem;height:3.125rem;top:51.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pw1GM0mN69IDTZi9xRzybqusHP81MEty { width:20rem;height:2.3994125rem;top:56.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H5fDenrpGdhuiNJHhZVK2kRKROxhQkOc { width:18.3125rem;height:0.875rem;top:59.1875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#bce5e4;display:block; }
 }@media only screen and (max-width: 763px) { #NkmvSMqL2uafsyJlyv0lOzOllMgxwG42 { width:19rem;height:3.75rem;top:42.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1wWN7qSrRenP5XoCnMHsK0hawGpnIN0 { display:block; }
 }@media only screen and (max-width: 763px) { #ix7hyVmd64RI0Fwn49UG9gdkd686So58 { width:6.0625rem;height:1.3125rem;top:18.125rem;left:12.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#004d43;display:block; }
 }@media only screen and (max-width: 763px) { #Mhscyr7fMv0xIrZTD7QFOJy9s2m97wT5 { width:7.25rem;height:2.25rem;top:17.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVao2GHBefAltTuUdUlgsVq8HeCqX17s { width:1.25rem;height:1rem;top:5.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKM4k3ZUE43i77ftropOeLrp4UVI9SW { width:20rem;height:11.2rem;top:9.3974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7t24u306FZGKvvCzvrb3hspvGIx6mwX { background-color:transparent;background-image:none;display:block; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container { background-color: transparent; background-image: none; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container > .video-iframe-container { display: none; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row > .video-iframe-container { display: none; }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .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); }#o7t24u306FZGKvvCzvrb3hspvGIx6mwX > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfTGb4UomcFdU03rklGtX6DalUxILD5a { top:20.6875rem;left:0rem;width:20rem;height:12.3125rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Bguf7z0Nq9sAmFcqn0zPCmZEHd2mhC2i { width:19.875rem;height:13.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGe8V3Jg0VvulTIzZghewT254G9MLpT5 { width:16.4375rem;height:5.34375rem;top:2.6875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAT7I0LwKVUMLkhN0idzNw0Aq4pTNesT { width:18rem;height:3.75rem;top:9.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cepTZ2RTeolEnE6LTFAe5NhEwvuT8TTq { display:block; }
 }@media only screen and (max-width: 763px) { #LqkAidyouT07v4oZgmAHLTthRohhpxwo { background-color:transparent;background-image:none;display:block; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container { background-color: transparent; background-image: none; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container > .video-iframe-container { display: none; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row > .video-iframe-container { display: none; }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .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); }#LqkAidyouT07v4oZgmAHLTthRohhpxwo > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buZHFo0I2k6CmI82hmNpxyKA4W6549sf { width:14.0625rem;height:4.673825rem;top:2.1875rem;left:2.96875rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TEtxhOPkDrbFg6DIWn3hOOGv9gnZMJMm { top:20.6875rem;left:0rem;width:20rem;height:12.3125rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iXdVWr9KK6sL1WTiKpRpTfSKV5UAWxQO { width:14.6875rem;height:2.625rem;top:8.3125rem;left:2.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3tTzRDCU1fFyWRsKl1aKrnLscSimZaq { width:15.3125rem;height:1.51220625rem;top:12.375rem;left:4.34375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WnL4RGeThu9TTxdqpteU7NViTG7L2FUp { width:15.625rem;height:3.9375rem;top:14.125rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g2lsbyXOdC7fXp47TMve2EIT5bfvcTCU { width:3.25rem;height:3.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5N37OOdQdvNzJb47Uih2gDxpnNwII4 { width:2rem;height:2.79980625rem;top:12.9375rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tFMneLpxXA3dTfwrT2Z7JLnK9F8TO5pa { width:5.125rem;height:1.125rem;top:18.8125rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPQgoiGvwzF6OTMfvUk75hV6UHAtbTnT { width:5.4375rem;height:1.3125rem;top:18.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp3uXCsT6g1UT9XvBrLLHdPtTWS6510u { width:20rem;height:0.0625rem;top:21.9931625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKuCfmbBB2yuAyMnn2wKehiL86amGDN2 { width:15.3125rem;height:3.9375rem;top:25.63671875rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9b607KptIVfmx522h1SKZMkKGKeJ81C { width:14rem;height:1.51220625rem;top:23.875rem;left:4.34375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Aco84rAceKVmFSySqshG5OET3EaR6IEI { width:20rem;height:0.0625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGdxJXUA25EsICMU25KTsz2BsFe0EFk { width:5.125rem;height:1.125rem;top:30.375rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGuaJrAtbGyFv0MT3OpZglmQaza1A5Tv { width:5.4375rem;height:1.3125rem;top:30.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohrdguEr7hH8lSW2Xx8hTSKWvJmHFGdb { width:3.25rem;height:3.25rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl1xziQtRGWnXuKHVODBstLWPy1NL5dk { width:2rem;height:2.79980625rem;top:24.25rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #akii1TN2guRg2Tkb50amhBBP0dJR7aba { width:20rem;height:0.0625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1w04cgWtoM48LTTEMDUgSy6Ons0UgbD { width:5.125rem;height:1.125rem;top:39.375rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkrNfPaq8Z01VrmFTVzKbRVnrDT6tETW { width:5.4375rem;height:1.3125rem;top:39.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSJKZ2cHs8aZupvL8n9KURJusDaD4TOB { width:14rem;height:2.25rem;top:36.4375rem;left:4.34375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2NbQ5kA8wVCWNl760nSBG1mJE0xXZVx { width:3.25rem;height:3.25rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kscVfvqnW4UV39T7yDeCEGvF6OZomuTA { width:2rem;height:2.79980625rem;top:35.125rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ltDcRBnQAEtczoLqlZO4kQVyM72r1Po2 { width:12.9375rem;height:1.51220625rem;top:34.625rem;left:4.375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r00bTGArHx5kFgm2iuIUFPA7mCT3bqyt { width:19rem;height:3.75rem;top:43.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBn6mxHNf5UNTZaX2kkyv9tbPr4fy4cE { display:block; }
 }@media only screen and (max-width: 763px) { #odwdb8fhFrMb6cylcxszTcJMsscaxWIo { background-color:transparent;background-image:none;display:block; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container { background-color: transparent; background-image: none; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container > .video-iframe-container { display: none; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row > .video-iframe-container { display: none; }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .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); }#odwdb8fhFrMb6cylcxszTcJMsscaxWIo > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHf9BbXGroQ0NUzBJLHTbt3HP4IJ3P6X { width:14.0625rem;height:4.673825rem;top:2.1875rem;left:2.96875rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q8WwxDB1CA1gs3dbpbKCTbbXEVsBxvyN { top:20.6875rem;left:0rem;width:20rem;height:12.3125rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kBQrg5DpqEkBdxqApWDdPzf1wN4dZXHS { width:14.6875rem;height:1.3125rem;top:8.3125rem;left:2.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O5m5m432baRMwO8lBGIqCOqQdO2Wo6AO { width:12rem;height:1.03125rem;top:9.875rem;left:4.96875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zQh7885lmw3OOOWyOZJ7k6EdxTTHnE21 { width:11rem;height:3.9375rem;top:11.4375rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #taCwN1Qmn6KMX20vAZeqqiNwtAvToaPQ { width:3.25rem;height:3.25rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZtIH9i6WuUQMdADuBk8WTTsu1ETkfK { width:2rem;height:2.79980625rem;top:10.1875rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SlZnNDp9nvHTRuVcb06qx1xTn1w6PFhH { width:19.875rem;height:7.9375rem;top:8.52490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTSvFwkkWGS32snZD7sKT8JFRnvNsRm { width:19.875rem;height:7.9375rem;top:17.83740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe59Oy0V61EPG4GHPTwbS6a17v1O6g6 { width:13.6875rem;height:3.9375rem;top:20.77490234375rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMTvyqf9kkerV9BRu0uFyq8KraJym4t4 { width:11.875rem;height:1.03125rem;top:19.27490234375rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V6AGnFXf2DaseuEfDuVqHusiwVoVnHBy { width:3.25rem;height:3.25rem;top:18.6494140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf4aGeLkty4G648a2kkz1CZSnMPq7Hnn { width:2rem;height:2.79980625rem;top:19.0869140625rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MsXMOGmosGJyMT2L0eXGcTqXewDQ9oIH { width:19.875rem;height:7.9375rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INhogTJBiwkTircFSGFIIaIQMsMWPn6w { width:13.1875rem;height:3.9375rem;top:30.0625rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p22NE2yW5Rfkd03MBLB3qOkNwDnZse0R { width:3.25rem;height:3.25rem;top:28rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4wv8B2MLlfMPvyA54zRfU3vqeHkKuW { width:2rem;height:2.79980625rem;top:28.375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cJSEC4lrH5zbsAC9EZIB7soSl3WzkGrT { width:10.25rem;height:1.03125rem;top:28.5625rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eXa9nLngGq7Gq5CCvN7XmqenqNZafIet { width:3rem;height:3rem;top:42.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA4agEFMDZVzCl4bNZz2pqRaTGwsVCGt { width:2rem;height:2.79980625rem;top:42.6875rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u5l0xOTLawPS4HasRWVeqaHTzrCiNn4e { width:2.8125rem;height:1.875rem;top:46.1875rem;left:0.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2ov6By3ctNi1moWZfs8fiFhJKgxC5Xr { width:3rem;height:3rem;top:42.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1TenvbbnK72lflg0k3ZVTTfuBGu0zZg { width:4.25rem;height:1.875rem;top:46.1875rem;left:5.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkTV0SXx4H5OHqmqJG93EcCPvUqh5Scm { width:2rem;height:2.79980625rem;top:42.5rem;left:6.4375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nKrK2BtVpMH2xI1Eh3tM9UwCG3CwJyou { width:3rem;height:3rem;top:42.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmhXccfmEEQCdFGeBpKRKXDSUwHKbrk { width:4.25rem;height:1.875rem;top:46.1875rem;left:10.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTkfeOR6kBpCMBQVpavpaFOKRhT2y4ST { width:2rem;height:2.79980625rem;top:42.625rem;left:11.3125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t7luPN375n23v91Of5ddNHRHlimvRzcl { width:3rem;height:3rem;top:42.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuZyBSu61uUvqSSCHK2CVJQHLbTD5x3 { width:4.25rem;height:1.875rem;top:46.1875rem;left:15.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCsElqetpvxC1Z5yV4SAqkCKr47Wd3yr { width:2rem;height:2.79980625rem;top:42.625rem;left:16.375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aDaiBVxLfMNh6Z6hfR4KwXov5GsJfOyA { width:19rem;height:3.75rem;top:36.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6n8qCbIA6yl28OTxkc9SHiI1dgHvlM0 { display:block; }
 }@media only screen and (max-width: 763px) { #nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE { display:block; }#nrGMJSZQ4wFxUBGxc9hCntBLf7arbioE > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdJIFH5euWUfcTrLqpP0kO6VTJ7JVJRd { width:19.25rem;height:5.09765rem;top:8.1630859375rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ygL7xJsM3sK5TUa7htih4LV3fPIaTaAs { width:4.5625rem;height:4.25rem;top:2.4248046875rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000c0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000c0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000c0a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000c0a);background-size:cover !important;position:relative;z-index:auto;display:none; }#i1bZaI8m6lZIerUfL0DmtUeeyeNzhRuM > .row .container { width:20rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p1q6o3XlENnGQ4VAhcIkwRfaP8zJTCLx { top:20.6875rem;left:0rem;width:20rem;height:12.3125rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oPSHNqiMTfA7s9IfEmR1x6lR60FxeWOP { width:19rem;height:3.75rem;top:3.48046875rem;left:0.5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LMDDs5TlzUlkPm8y5uBTn7cd0WiM9nsM { display:block; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .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; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .widget-text.counter-number { padding-top:0.329375rem;padding-right:0.29875rem;padding-bottom:0.329375rem;padding-left:0.29875rem;width:1.79rem;min-width:1.79rem;height:1.769375rem;font-size:1.316875rem;line-height:28.31px;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; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.205625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.386875rem;height:0.69875rem;font-size:0.493125rem;line-height:11.18px;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND { display:flex;width:13.5625rem;height:3.3325rem;top:0.3125rem;left:3.21875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #G3e9thDMvW8VnxAByLAq8dOlVp9Tmhlt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #Jm4wTsC1dTSPacVgycCtMEuizlhbwVab {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #liJxakXW9EUD12HqFJDWREk8e8hHyVUg {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #M727OgEWaDtC1dzCHFg7mN4dEprxgAuU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #a8nkchM8V5Ga4yzMEorm0UeWTNsZ572b {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #qVZa0zAtUGzTcHPkKzpCdn1Xpac31C5k {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #wyGZ0JxTBiDWmB34gfQFDdnf2VhhgmeB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #luW3dF9ZhGWzL6rKN4Rw28Qiw6Ty599M {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #gAB1daWHaCLgEZcX0WkE6TKFR005GZ9w {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #NcM46iMm8MkVIWTSTSRFxssNkryirXn6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #HdXieTsCOQCyhbznPLKL3DlRdrnghRKg {  }
 }@media only screen and (max-width: 763px) { #FHrx7W2XPEVK2twJSq0oDUQE9hhRtmND #iZmvkyP6hOfuz9MpJ1St9g5Ckqp7ob1c {  }
 }