.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:219,220,223;--color-primary-1:135,139,149;--color-primary-2:15,23,42;--color-primary-3:8,12,21;--color-primary-4:2,3,6;--color-secondary-0:255,251,253;--color-secondary-1:254,243,249;--color-secondary-2:252,231,243;--color-secondary-3:126,116,122;--color-secondary-4:38,35,36;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row .container { background-color: transparent; background-image: none; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row .container > .video-iframe-container { display: none; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row > .video-iframe-container { display: none; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .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); }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row .container { border-width: 0; border-radius: 0; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#KO2a4LSesytfEn0Kmn71h6iaOTS6RWWK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:6.875rem;top:1rem;left:26.5625rem;overflow:hidden;display:block; }
#RoShv18bB1FvbSubvHmomkLN2in9Tq5B { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.75rem;left:11.1875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Br9szsNzslUSC1wou4h2vawyUg3aG9DM { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.125rem;left:11.875rem;height:3.75rem;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; }
#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk { position:relative;display:block; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk { background-color: transparent; background-image: none; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row .container > .video-iframe-container { display: none; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row > .video-iframe-container { display: none; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .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); }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk { border-width: 0; border-radius: 0; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTJ8fq05peT7i80TiaH581TzIlSyyKl0 { color:#15803d;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:0.875rem;left:12.1875rem;height:1.875rem;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;font-style:normal;display:block; }
#n99LdzmpuVJ9tRBDTHKmKJtJbNqm7FHW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:4rem;left:20.9375rem;display:block; }
#lCU7VbnmmxNeSP5J7R13Fezi4BJUDOnW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd { position:relative;display:block; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd { background-color: transparent; background-image: none; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row .container > .video-iframe-container { display: none; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row > .video-iframe-container { display: none; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .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); }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd { border-width: 0; border-radius: 0; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#biG4X2aVZ7GzyeXkk0yxByn3nBXLrk6v { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.4375rem;left:11.1875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxQ56kdCuLy6BnFgQHGovGkAPIusg4PN { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:5.4375rem;left:6.03125rem;height:5.625rem;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; }
#GHiVC8ymCvd6J4h0VAZQvOvA1GqPvGnr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:17.75rem;top:11.0625rem;left:21.125rem;overflow:hidden;display:block; }
#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 { position:relative;display:block; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 { background-color: transparent; background-image: none; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row .container > .video-iframe-container { display: none; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row > .video-iframe-container { display: none; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .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); }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 { border-width: 0; border-radius: 0; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GoK7qvTofn68X7zarPNKle6q6ztyHIxv { box-sizing:content-box;height:14.1875rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:0.375rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#p9m1K7kRRtgxcdglVO5PNxSTTEggElFa { color:#db2777;display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:5.8125rem;left:6.0625rem;height:4.31315rem;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; }
#VCi21ts35nkxCMJlLRIZTSDZvTXrTBg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:10.25rem;left:4.125rem;height:1.875rem;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; }
#Fv7ldGDer83SxmkEvMLJh5fTvbBJJQEB { box-sizing:content-box;height:14.1875rem;width:19.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:20.4375rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#X9Is6wZLlcm7MTQ6TgTu5bSBFKUkhhDA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:10.125rem;left:22.4375rem;height:1.875rem;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; }
#TIW2wBOPmDTqd6ROTOiCpHrlO02s5vxG { color:#db2777;display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:5.8125rem;left:25.9375rem;height:4.31315rem;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; }
#dUmEM7X9lz2X8VuztNHC7fACul173DRX { box-sizing:content-box;height:14.1875rem;width:19.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:40.4375rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DuNm821QUretMrscQZh5C4RCVmRpgesu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:10rem;left:42.375rem;height:1.875rem;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; }
#HgRTrtWut0WGI6z0gh5qEQXAbn6F0AUZ { color:#db2777;display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:5.6875rem;left:46.125rem;height:4.31315rem;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; }
#B0T1JM1CdniMT4kzHvdUTbqJkHXXxvrs { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.6875rem;left:11.3125rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TpJ2ooPtBJT82dbd6wfLHToO8J97LSaq { color:#15803d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:12.8125rem;left:41.75rem;height:3.75rem;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;font-style:normal;display:block; }
#t1Tbcf4idTzEPDgbyUGTXKGaMTLBHdxX { color:#15803d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:12.8125rem;left:22.125rem;height:3.75rem;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;font-style:normal;display:block; }
#zu9VRWWTVPfkdtMlTplriLnGdXWHPoRD { color:#15803d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:12.8125rem;left:2.0625rem;height:3.75rem;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;font-style:normal;display:block; }
#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC { position:relative;display:block; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC { background-color: transparent; background-image: none; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row .container > .video-iframe-container { display: none; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row > .video-iframe-container { display: none; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .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); }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC { border-width: 0; border-radius: 0; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gDzeIkA5kJD7TgIoxcJPGIsenQuH8ewq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:0.8125rem;left:11.1875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x4JhTWWehLKEOo53uptL8LTTKXgzNWtT { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:4.5rem;left:9.5rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }#x4JhTWWehLKEOo53uptL8LTTKXgzNWtT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x4JhTWWehLKEOo53uptL8LTTKXgzNWtT li:before{  }
#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH { position:relative;display:block; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH { background-color: transparent; background-image: none; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row .container > .video-iframe-container { display: none; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row > .video-iframe-container { display: none; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .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); }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH { border-width: 0; border-radius: 0; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TKK2q5ubNS6AgPbHrRhyupRZKEkoiyNn { box-sizing:content-box;height:4.3125rem;width:28.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:0.375rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TaIOOIb5CUC9R5AB4AkK9F5lQMH3H5qk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:5.78125rem;left:2.3125rem;height:1.875rem;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; }
#Z2xyAtWRU54T4nU77paLNQLnzZdI0Wvb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.75rem;left:9.875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wm87vFv1xHKt83Ft9904VvaA7iWT0gnJ { box-sizing:content-box;height:4.3125rem;width:28.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:30.8125rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hbTNkZC6KC6e5qtTkgbTHxEpShCTc4Xy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:5.8125rem;left:32.5625rem;height:1.875rem;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; }
#grTZnBmeeWpd4fZeyn2XQ8WwG2UWPJwq { box-sizing:content-box;height:4.3125rem;width:28.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.75rem;left:0.5625rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#r1BtQr5lrq5Jxfew9Mp0N2qhVJlHkiU7 { box-sizing:content-box;height:4.3125rem;width:28.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.75rem;left:31rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mZPh4tor37ilHfIBoeU2byNVe6sKkUox { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:11.03125rem;left:2.3125rem;height:1.875rem;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; }
#AG6cpdZITq4ZuMfMTJmElS6F81EwzT0z { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:11.03125rem;left:33.03125rem;height:1.875rem;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; }
#Uo03X1JrCEBVzLLLkikDXQ5HqZzf0ebJ { box-sizing:content-box;height:4.3125rem;width:28.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.0625rem;left:0.5625rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Cc7LTlgRCaFqc61OnZt0LNFIWAmk2SP4 { box-sizing:content-box;height:4.3125rem;width:28.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.0625rem;left:31rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XBQbDHIGp5VwRVexHh7yIEhgrIgdsB5O { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:16.34375rem;left:2.3125rem;height:1.875rem;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; }
#NpSBiQr7H8RqkprMtTMHlFNBpt6BZrLa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:16.34375rem;left:33.125rem;height:1.875rem;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; }
#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx { position:relative;display:block; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx { background-color: transparent; background-image: none; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row .container > .video-iframe-container { display: none; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row > .video-iframe-container { display: none; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .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); }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx { border-width: 0; border-radius: 0; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T49ZgizMoTwIT1dDABy4a48IuiXnuTeS { box-sizing:content-box;height:23.4375rem;width:26.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.5rem;left:2.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.1875rem solid #15803d;border-left:0.1875rem solid #15803d;border-right:0.1875rem solid #15803d;border-bottom:0.1875rem solid #15803d;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rv245xSGSkg7q5LUqXmZZdyUFUODMqzw { color:#db2777;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:10rem;left:6.8125rem;height:4.31315rem;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; }
#v13oZd9FPl3h1qa1UTLWuPW3uqdSvRmC { box-sizing:content-box;height:23.4375rem;width:26.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.5rem;left:31.6875rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(144,144,144,0.5) ;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TS4AAiuhfBV1dKJcFclXJTeEU6ziXklS { color:#db2777;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:10rem;left:34.875rem;height:4.31315rem;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; }
#RWoNDDXICAqWXgzUbBKnx9gOihsptAvF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.75rem;left:11.1875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LuOiZVRhbOTXzTorIz4LxbzPb0OUBhbC { color:#15803d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:4.375rem;left:7.5rem;height:1.875rem;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;font-style:normal;display:block; }
#GiRk8QfBqcxBCky4K7Vsyqg8gfzSR57F { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.9375rem;left:4.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HnMwA3Kgy902mMHWeILPreUNbuP2Ao5C { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.9375rem;left:34rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfAQ9zfKTR0UCaB0dP3O3dT5GRBNkgsB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:2.6875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:24.25rem;left:3.75rem;display:block; }
#wCldf2DTVbWN59STvC2BVoADAgVZgZp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPzqUB8VOJwrNdLTHanBTeb8RZJ4JJXE { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:2.25rem;top:28.1875rem;left:13.3125rem;overflow:hidden;display:block; }
#FbKSaahmZ5cNEMyb2ZIaqpiVCunNOHhv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.4375rem;top:28rem;left:16.3125rem;overflow:hidden;display:block; }
#uRTNpeFUJ54B6fFtxgqRvysRPGBDfBZi { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.4375rem;top:28.0625rem;left:44.875rem;overflow:hidden;display:block; }
#LReT5p12i4tovnS48fb7SGXCJNq46r4Q { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:2.25rem;top:28.1875rem;left:42rem;overflow:hidden;display:block; }
#FE5Vku692UEF4KGW1D92LVUSLbcBFcN6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:2.6875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:24.25rem;left:33.0625rem;display:block; }
#GmfVRrbzvIiLlKvNeVTZzIZBCWvN80Tn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uv3p2uXFX54hGp8nkqbkNUVRIbWm9xmt { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:15.9375rem;left:3rem;height:7.4375rem;text-align:left;text-align-last:left;display:block; }#Uv3p2uXFX54hGp8nkqbkNUVRIbWm9xmt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uv3p2uXFX54hGp8nkqbkNUVRIbWm9xmt li:before{  }
#cpK6L73OIhaTInaAlSAcdPcOuFOf2Tdr { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:15.9375rem;left:32.3125rem;height:7.4375rem;text-align:left;text-align-last:left;display:block; }#cpK6L73OIhaTInaAlSAcdPcOuFOf2Tdr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cpK6L73OIhaTInaAlSAcdPcOuFOf2Tdr li:before{  }
#To4eorXdnlWFLdIaNTMUWxFUOectiEvV { color:#db2777;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:13.5625rem;left:8.1875rem;height:1.9694rem;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; }
#B1eNXn5ill7dvCkMmDxeo4o5nEic3IqU { color:#db2777;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:13.5625rem;left:37.5rem;height:1.9694rem;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; }
#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ { position:relative;display:block; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ { background-color: transparent; background-image: none; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row .container > .video-iframe-container { display: none; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row > .video-iframe-container { display: none; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .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); }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ { border-width: 0; border-radius: 0; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l1h8fha9u3EusEqEgdsEd0gNadT8NTha { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.125rem;height:2.68120625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BoTnL9xZp4uwCQ9WizQq22CJCkh4zHtb { color:rgba(var(--color-tertiary-4),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:4.5rem;left:1.125rem;height:;text-align:left;text-align-last:left;display:block; }#BoTnL9xZp4uwCQ9WizQq22CJCkh4zHtb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BoTnL9xZp4uwCQ9WizQq22CJCkh4zHtb li:before{  }
#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row .container { background-color: transparent; background-image: none; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row .container > .video-iframe-container { display: none; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row > .video-iframe-container { display: none; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .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); }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row .container { border-width: 0; border-radius: 0; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#ED8NhuVd11KbkqhCHU78P69aBxWN0CMN { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:28.25rem;top:4.9375rem;left:0.625rem;display:block; }
#oDWwcq7W42JTmoSvNMM4EVvevBJ6Nv3O { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.25rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZkhn434nN4KX5eTUdIIdNT8AWtP4NBZ { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEaSJI6Tp9inN0TEGoCweH9EEuu1pmqz { color:rgba(34,34,34,0.6);display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8505859375rem;left:32.65625rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcxAefRug2hWxhf9TL4yMwq5BSn9MyQF { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.625rem;left:31.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRNwpzGDAnD7tqq04CeU4TTKWxRTOtu4 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:5.5rem;left:30.625rem;display:block; }
#BVuCeT5rxpQb7pdeVaGNZ5ZRc6LdSH9u { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:28.25rem;top:15.1875rem;left:0.625rem;display:block; }
#QhTL0AqJleC1JypkthwXAgR20yfsxE2d { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.875rem;left:1.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ezvkDwavenWDXDWvTGpgkalAtUlDFspr { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.875rem;left:31.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9aRkhSTqA8ooeA11Hvcuq5kKfB8woOw { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:15.75rem;left:30.625rem;display:block; }
#ci3LsrLfhpmyrdw9IFXo09Fv2OrTy20a { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.75rem;left:31.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3EwAam3h7GhFf5Rn0xKU6luDsOOmlnc { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cb1hG7XrRMrSH56qInECT2IUQThbhieg { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1328125rem;left:2.375rem;height:2.68120625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#clGwCiPiiKnlToAOHZcBVU3eFTkLES7s { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:28.25rem;top:4.9375rem;left:31.3125rem;display:block; }
#eNVyH34IGlvSQJFGlum0Oo8EGyWJXztB { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:28.25rem;top:15.1875rem;left:31.3125rem;display:block; }
#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row .container { background-color: transparent; background-image: none; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row .container > .video-iframe-container { display: none; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row > .video-iframe-container { display: none; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .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); }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row .container { border-width: 0; border-radius: 0; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#Vk5sFDC8p1E2vwa1btrbT2eBdIti4qvz { color:rgba(var(--color-tertiary-4),1);display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:8.3125rem;left:6.1875rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#h5DvJR5B9sqs3nQB9pmRcePA4QLlUh2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1rem;left:32.6875rem; }
#lsDUwQxVmN46TrGiEbd3mNiD2p8PTA0f { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:22.0625rem;height:2.68120625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w5eEPwbgmok6IHxBGEzlA6ewqkxJ0twD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5rem;left:11.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L { position:relative;display:none; }#qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L { border-width: 0; border-radius: 0; }#qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kDBd57MuLr4CEqiBWitx2BLIm2fLpsG5 { box-sizing:content-box;height:15.875rem;width:59.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.5625rem;left:0.46875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#b057BvCkzznfZsxVz2CTFWIFm7tfeXoV { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:11.1875rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u8E6chOJBLKxc1cCPq4kU8K3uSLTn92P { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:4.4375rem;left:11.875rem;height:1.875rem;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; }
#CckcbJicexA0Su5LaetkgucFuNWRfvsi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:12rem;left:20.6875rem;display:block; }
#XAsZtXmV2fPsnbsfqpZDvf6EDd6hOHTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA .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; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);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;display:none;width:3.5rem;height:0;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA { 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.5rem;height:4rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.4375rem;left:22.125rem;z-index:15026; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #Dsa92pLhtPgsBgy011x0qUrXu5D04uHC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #xi6UwWwJ7Kk53nDGWRpwdtCVwv98LbRz { width:auto; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #yu1nkTtAoUGt2JaEm1bOl4vBhGL0BcQx {  }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ffKmVw38ltSv6p83elX9lQzPl5Ur9hvy { display:flex;position:relative;top:0rem;left:0rem; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #z93CAeytfEutzTF9ORTuGZ2C6VsPCSyl {  }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #HZful7EFzuShxe3mPMOHEtXnSNlV6SMT {  }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #nLnlBR0sCdusS3PD60cG0fO65BhFGtom { display:flex;position:relative;top:0rem;left:0rem; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #B6x79TMc4980BCBq5hdrL72VQGxvoxiQ {  }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ZggDnWr166EsTf6LNrTPL19zHGnDmryI {  }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ErTuUx4ImGG7y8IL1TzVl1zhtGBIGkE5 { display:flex;position:relative;top:0rem;left:0rem; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #Xl5KETng92dv3v4R0KIzBWvTATfnxZTc {  }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA #XehTSvFBwA7w1JBPDXG8QTeOWsd0tTQB {  }
#PeUW3WRL5GeNyAgThDZXaUmfSHhXyvSo { color:rgba(var(--color-tertiary-4),1);display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.0625rem;left:26.5625rem;height:2.11230625rem;display:block; }
#Pd7NfMqSEJCaMqSdC05sWwfb9tbE2GqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.0625rem;left:31.375rem;height:2.11230625rem;display:block; }
#i5GopC0ONDpvnB626nVXS5LBTBwuak4A { color:rgba(var(--color-tertiary-4),1);display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.0625rem;left:36.25rem;height:2.11230625rem;display:block; }
#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w { position:relative;display:block; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w { background-color: transparent; background-image: none; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row .container > .video-iframe-container { display: none; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row > .video-iframe-container { display: none; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .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); }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w { border-width: 0; border-radius: 0; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:68.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qf7fc8dd43f0666bf997c97f48b17dc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.25rem;left:4.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sc2f58910bec4272b2500902ce55aaf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.3125rem;left:6.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ub309a897ed5daee3dfbd18cb813216f { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.25rem;left:19.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W46c8ca888c30591fcedfc4a45849a96 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.3125rem;left:19.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4e8cfa6e319a9919f80fe809ca20640 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:32.25rem;left:31.9375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a38fcdaf9099779874c7cbe23d9aea0d { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:34.3125rem;left:31.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#be741e6a7f8bc2a9ef27ad3db5e75a14 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:5rem;left:6.9375rem;overflow:hidden;display:block; }
#recb7ffe48272450e21c8eadacef54b6 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:5rem;left:20.625rem;overflow:hidden;display:block; }
#f52e761d0073cb10d7174dcd6a5f6e10 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:5rem;left:33.0625rem;overflow:hidden;display:block; }
#w21ac6dd433c7181de1f01bdebe83baa { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:22.375rem;left:6.9375rem;overflow:hidden;display:block; }
#R85b99602c48f1df5c72bc0816b80a77 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:22.375rem;left:20.625rem;overflow:hidden;display:block; }
#B8c5fb26ed01302e49c4d2dd6023142c { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:22.375rem;left:33.0625rem;overflow:hidden;display:block; }
#m4b2e24b59bab1ef442967b5281868a0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.5rem;left:6.1875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5d1d19398ba801a38fa09d0b133f0a2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:16.5625rem;left:6.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1f3d24d0579764b3ebdc142f37e6f9f { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:16.5625rem;left:19.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afccdfc77492c883dbe3c79f2a3f7eaf { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:14.5rem;left:18.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qbb90cb38a1d0586cd89bdee460f327a { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:16.5625rem;left:32.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adb5606233eea1fd7dbf943a8d5a3525 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:14.5rem;left:32.3125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydbcc4b1b72d55e4b19045da132ba185 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:15.8125rem;left:44.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#be03227d6242a1a745b642dcb0351d3e { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:13.75rem;left:44.375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f721ec9dc6ae592a658e69227d9652a2 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:5rem;left:45.125rem;overflow:hidden;display:block; }
#Gad20b0b69c7a476975cdaca4dae7b8c { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:32.25rem;left:41.9375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf64f082cb6f6c1741a39a6223382304 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:34.1875rem;left:44.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r47582a6c50521716f91941b4e73d080 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:22.375rem;left:45.5rem;overflow:hidden;display:block; }
#N30cc777685d5976bed40c30b5110a37 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:48.5rem;left:18.25rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf9232a41f7127f3db42aa36a5f7e12a { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:50.5625rem;left:19.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1eef106b2476d313491c9b8a9c6d8a1 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:39.25rem;left:20.625rem;overflow:hidden;display:block; }
#G84bc0e2392c9a2956930e6a27d8cfc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:48.5rem;left:4.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aae2b75de1053640731aeb93b3332706 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:50.5625rem;left:6.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1a4e024004cae70f61e5f1359a889b9 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:39.25rem;left:6.9375rem;overflow:hidden;display:block; }
#a94e95cab51a6e80a1022d043636cb39 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:48.5rem;left:30.6875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5a0cc2610778fdbb9079ded08af35b7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:50.25rem;left:32.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e26b9c4d5b50e55cce118e493b79faae { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:39.3125rem;left:33.125rem;overflow:hidden;display:block; }
#h9fe39dc45aa41ee615bb12e39c88f61 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:48.5rem;left:43rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2de8b1341182c4a783a27fbb7e34b94 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:50.25rem;left:44.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8192486cd65756d49fadc29aa6d0176 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:39.3125rem;left:45.4375rem;overflow:hidden;display:block; }
#QF3eSfBo3K5i3zzWbVNTR8Cb2q1doqXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:64.125rem;left:6.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKmEL4afxRqxD22SG3ztkhNTAmfI94J7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:62.3125rem;left:4.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTzOmNFrNpTRsWETofcBApBP81FRaJpU { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:52.8125rem;left:6.9375rem;overflow:hidden;display:block; }
#UDLgzB0WmXAipBkvFXstgxlIZhdEdLaO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:62.3125rem;left:18.25rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lloLRxOHJoOfBRw8ibl5nPmvy6PvpdC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:64.125rem;left:19.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViIOWpiA6TEzQcAT8Qe19XWsSaNUkCFX { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:52.8125rem;left:20.6875rem;overflow:hidden;display:block; }
#St5SS6CchVWgwVvE8tToDUKlhu1s7XCh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.1875rem;left:11.1875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI { position:relative;display:block; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI { background-color: transparent; background-image: none; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row .container > .video-iframe-container { display: none; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row > .video-iframe-container { display: none; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .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); }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI { border-width: 0; border-radius: 0; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CEMezaUNxk2WLK3zKha0W7BRho4aP7Xx { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.125rem;left:16.34375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#UQutpWe1kmx6b7CRecU2qM6nsZlQNw9M { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.40625rem;height:29.23828125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a398dec6-9d0b-471a-9aa8-9d8771e3dd2a/bottom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK.adaptive-delivery-prevent-bg, #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK.lazyload, #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK.lazyloading { background-image: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { background-color: transparent; background-image: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container > .video-iframe-container { display: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row > .video-iframe-container { display: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .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); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { border-width: 0; border-radius: 0; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#r3rGyPC8LoohcNeA9KapkJGXFvSPXOJu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.4375rem;left:20.4375rem;display:block; }
#UOACHncnkonmgvn7FXDpfTTT8dyK942O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTTP5FNUnll42Ld6hNLkIoOcQ1l4Hapq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.4375rem;left:29.625rem;display:block; }
#i5PkRHLVgkX1sytSSmfkmcRHB4XUzlFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDKUzSVJFyGqPvowv9rWmW5Gz6BtUpva { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.4375rem;left:34.375rem;display:block; }
#vOO452uVXTMmKIJT9q8OU5ahmIR2CpTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #evgck88Zc3vznwCQAQz4kWkBuAbm7FRn { display:block; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO2a4LSesytfEn0Kmn71h6iaOTS6RWWK { top:1rem;left:20.4375rem;width:6.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoShv18bB1FvbSubvHmomkLN2in9Tq5B { top:6.75rem;left:5.0625rem;width:37.625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br9szsNzslUSC1wou4h2vawyUg3aG9DM { top:10.125rem;left:5.75rem;width:36.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk { display:block; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTJ8fq05peT7i80TiaH581TzIlSyyKl0 { top:0.875rem;left:6.0625rem;width:36.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n99LdzmpuVJ9tRBDTHKmKJtJbNqm7FHW { width:18.75rem;height:3.3125rem;top:4rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCU7VbnmmxNeSP5J7R13Fezi4BJUDOnW { display:block; }
 }@media only screen and (max-width: 763px) { #dPVyfNv67NodV9oirqmbvt1r0qrB4HKd { display:block; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biG4X2aVZ7GzyeXkk0yxByn3nBXLrk6v { top:1.4375rem;left:5.0625rem;width:37.625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQ56kdCuLy6BnFgQHGovGkAPIusg4PN { top:5.4375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHiVC8ymCvd6J4h0VAZQvOvA1GqPvGnr { top:11.0625rem;left:15rem;width:17.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 { display:block; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoK7qvTofn68X7zarPNKle6q6ztyHIxv { top:4.5rem;left:0rem;width:19.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9m1K7kRRtgxcdglVO5PNxSTTEggElFa { top:5.8125rem;left:0rem;width:7.875rem;height:4.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCi21ts35nkxCMJlLRIZTSDZvTXrTBg0 { top:10.25rem;left:0rem;width:11.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7ldGDer83SxmkEvMLJh5fTvbBJJQEB { top:4.5rem;left:14.3125rem;width:19.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Is6wZLlcm7MTQ6TgTu5bSBFKUkhhDA { top:10.125rem;left:16.3125rem;width:14.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIW2wBOPmDTqd6ROTOiCpHrlO02s5vxG { top:5.8125rem;left:19.8125rem;width:7.875rem;height:4.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUmEM7X9lz2X8VuztNHC7fACul173DRX { top:4.5rem;left:28.5625rem;width:19.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuNm821QUretMrscQZh5C4RCVmRpgesu { top:10rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgRTrtWut0WGI6z0gh5qEQXAbn6F0AUZ { top:5.6875rem;left:39.875rem;width:7.875rem;height:4.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0T1JM1CdniMT4kzHvdUTbqJkHXXxvrs { top:0.6875rem;left:5.1875rem;width:37.625rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ2ooPtBJT82dbd6wfLHToO8J97LSaq { top:12.8125rem;left:31.1875rem;width:16.5625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Tbcf4idTzEPDgbyUGTXKGaMTLBHdxX { top:12.8125rem;left:16rem;width:15.8125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu9VRWWTVPfkdtMlTplriLnGdXWHPoRD { top:12.8125rem;left:0rem;width:15.8125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC { display:block; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDzeIkA5kJD7TgIoxcJPGIsenQuH8ewq { top:0.8125rem;left:5.0625rem;width:37.625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JhTWWehLKEOo53uptL8LTTKXgzNWtT { top:4.5rem;left:3.375rem;width:39.375rem;height:;font-size:1.25rem;display:block; }#x4JhTWWehLKEOo53uptL8LTTKXgzNWtT li:before{  }
 }@media only screen and (max-width: 763px) { #PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH { display:block; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKK2q5ubNS6AgPbHrRhyupRZKEkoiyNn { top:4.5rem;left:0rem;width:28.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaIOOIb5CUC9R5AB4AkK9F5lQMH3H5qk { top:5.75rem;left:0rem;width:19.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2xyAtWRU54T4nU77paLNQLnzZdI0Wvb { top:0.75rem;left:3.75rem;width:37.625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm87vFv1xHKt83Ft9904VvaA7iWT0gnJ { top:4.5rem;left:18.875rem;width:28.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbTNkZC6KC6e5qtTkgbTHxEpShCTc4Xy { top:5.8125rem;left:26.4375rem;width:19.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grTZnBmeeWpd4fZeyn2XQ8WwG2UWPJwq { top:9.75rem;left:0rem;width:28.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1BtQr5lrq5Jxfew9Mp0N2qhVJlHkiU7 { top:9.75rem;left:18.875rem;width:28.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZPh4tor37ilHfIBoeU2byNVe6sKkUox { top:11rem;left:0rem;width:19.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG6cpdZITq4ZuMfMTJmElS6F81EwzT0z { top:11rem;left:23.6875rem;width:24.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo03X1JrCEBVzLLLkikDXQ5HqZzf0ebJ { top:15.0625rem;left:0rem;width:28.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7LTlgRCaFqc61OnZt0LNFIWAmk2SP4 { top:15.0625rem;left:18.875rem;width:28.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQbDHIGp5VwRVexHh7yIEhgrIgdsB5O { top:16.3125rem;left:0rem;width:24.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpSBiQr7H8RqkprMtTMHlFNBpt6BZrLa { top:16.3125rem;left:21.625rem;width:26.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx { display:block; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T49ZgizMoTwIT1dDABy4a48IuiXnuTeS { top:6.5rem;left:0rem;width:26.125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv245xSGSkg7q5LUqXmZZdyUFUODMqzw { top:10rem;left:0.6875rem;width:17.375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v13oZd9FPl3h1qa1UTLWuPW3uqdSvRmC { top:6.5rem;left:21.5rem;width:26.125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS4AAiuhfBV1dKJcFclXJTeEU6ziXklS { top:10rem;left:27.9375rem;width:19.8125rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWoNDDXICAqWXgzUbBKnx9gOihsptAvF { top:0.75rem;left:5.0625rem;width:37.625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuOiZVRhbOTXzTorIz4LxbzPb0OUBhbC { top:4.375rem;left:1.375rem;width:15.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiRk8QfBqcxBCky4K7Vsyqg8gfzSR57F { top:7.9375rem;left:0rem;width:21.625rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnMwA3Kgy902mMHWeILPreUNbuP2Ao5C { top:7.9375rem;left:26.125rem;width:21.625rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfAQ9zfKTR0UCaB0dP3O3dT5GRBNkgsB { width:23.5rem;height:2.6875rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCldf2DTVbWN59STvC2BVoADAgVZgZp0 { display:block; }
 }@media only screen and (max-width: 763px) { #mPzqUB8VOJwrNdLTHanBTeb8RZJ4JJXE { top:28.1875rem;left:7.1875rem;width:2.25rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbKSaahmZ5cNEMyb2ZIaqpiVCunNOHhv { top:28rem;left:10.1875rem;width:1.4375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRTNpeFUJ54B6fFtxgqRvysRPGBDfBZi { top:28.0625rem;left:38.75rem;width:1.4375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LReT5p12i4tovnS48fb7SGXCJNq46r4Q { top:28.1875rem;left:35.875rem;width:2.25rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE5Vku692UEF4KGW1D92LVUSLbcBFcN6 { width:23.5rem;height:2.6875rem;top:24.25rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfVRrbzvIiLlKvNeVTZzIZBCWvN80Tn { display:block; }
 }@media only screen and (max-width: 763px) { #Uv3p2uXFX54hGp8nkqbkNUVRIbWm9xmt { top:15.9375rem;left:0rem;width:25rem;height:7.4375rem;font-size:1.1875rem;display:block; }#Uv3p2uXFX54hGp8nkqbkNUVRIbWm9xmt li:before{  }
 }@media only screen and (max-width: 763px) { #cpK6L73OIhaTInaAlSAcdPcOuFOf2Tdr { top:15.9375rem;left:22.75rem;width:25rem;height:7.4375rem;font-size:1.1875rem;display:block; }#cpK6L73OIhaTInaAlSAcdPcOuFOf2Tdr li:before{  }
 }@media only screen and (max-width: 763px) { #To4eorXdnlWFLdIaNTMUWxFUOectiEvV { top:13.5625rem;left:2.0625rem;width:14.5625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1eNXn5ill7dvCkMmDxeo4o5nEic3IqU { top:13.5625rem;left:31.375rem;width:14.5625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ { display:block; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1h8fha9u3EusEqEgdsEd0gNadT8NTha { top:0.9375rem;left:0rem;width:37.625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoTnL9xZp4uwCQ9WizQq22CJCkh4zHtb { top:4.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }#BoTnL9xZp4uwCQ9WizQq22CJCkh4zHtb li:before{  }
 }@media only screen and (max-width: 763px) { #HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T { display:block; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ED8NhuVd11KbkqhCHU78P69aBxWN0CMN { width:28.25rem;height:9.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWwcq7W42JTmoSvNMM4EVvevBJ6Nv3O { width:28.75rem;height:2.5625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkhn434nN4KX5eTUdIIdNT8AWtP4NBZ { width:28.75rem;height:1.4375rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEaSJI6Tp9inN0TEGoCweH9EEuu1pmqz { width:25.9375rem;height:3.875rem;top:6.8125rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxAefRug2hWxhf9TL4yMwq5BSn9MyQF { width:28.75rem;height:1.4375rem;top:11.625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRNwpzGDAnD7tqq04CeU4TTKWxRTOtu4 { width:0.125rem;height:7.5rem;top:5.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVuCeT5rxpQb7pdeVaGNZ5ZRc6LdSH9u { width:28.25rem;height:9.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTL0AqJleC1JypkthwXAgR20yfsxE2d { width:28.75rem;height:1.4375rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezvkDwavenWDXDWvTGpgkalAtUlDFspr { width:28.75rem;height:1.4375rem;top:21.875rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aRkhSTqA8ooeA11Hvcuq5kKfB8woOw { width:0.125rem;height:7.5rem;top:15.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci3LsrLfhpmyrdw9IFXo09Fv2OrTy20a { width:28.75rem;height:1.25rem;top:17.75rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3EwAam3h7GhFf5Rn0xKU6luDsOOmlnc { width:28.75rem;height:1.25rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb1hG7XrRMrSH56qInECT2IUQThbhieg { top:1.125rem;left:0rem;width:37.625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clGwCiPiiKnlToAOHZcBVU3eFTkLES7s { width:28.25rem;height:9.5rem;top:4.9375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNVyH34IGlvSQJFGlum0Oo8EGyWJXztB { width:28.25rem;height:9.5rem;top:15.1875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI { display:block; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vk5sFDC8p1E2vwa1btrbT2eBdIti4qvz { top:8.3125rem;left:0.0625rem;width:45.875rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5DvJR5B9sqs3nQB9pmRcePA4QLlUh2M { top:1rem;left:26.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsDUwQxVmN46TrGiEbd3mNiD2p8PTA0f { top:1.1875rem;left:15.9375rem;width:10.625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5eEPwbgmok6IHxBGEzlA6ewqkxJ0twD { top:5rem;left:5.0625rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L { display:block; }#qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDBd57MuLr4CEqiBWitx2BLIm2fLpsG5 { top:0.5625rem;left:0rem;width:47.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b057BvCkzznfZsxVz2CTFWIFm7tfeXoV { top:1.375rem;left:5.0625rem;width:37.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8E6chOJBLKxc1cCPq4kU8K3uSLTn92P { top:4.4375rem;left:5.75rem;width:36.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckcbJicexA0Su5LaetkgucFuNWRfvsi { width:18.75rem;height:3.3125rem;top:12rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAsZtXmV2fPsnbsfqpZDvf6EDd6hOHTf { display:block; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA .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; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA .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; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA { display:flex;width:13.5rem;height:5.0625rem;top:35.3125rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #Dsa92pLhtPgsBgy011x0qUrXu5D04uHC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #xi6UwWwJ7Kk53nDGWRpwdtCVwv98LbRz {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #yu1nkTtAoUGt2JaEm1bOl4vBhGL0BcQx {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ffKmVw38ltSv6p83elX9lQzPl5Ur9hvy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #z93CAeytfEutzTF9ORTuGZ2C6VsPCSyl {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #HZful7EFzuShxe3mPMOHEtXnSNlV6SMT {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #nLnlBR0sCdusS3PD60cG0fO65BhFGtom { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #B6x79TMc4980BCBq5hdrL72VQGxvoxiQ {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ZggDnWr166EsTf6LNrTPL19zHGnDmryI {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ErTuUx4ImGG7y8IL1TzVl1zhtGBIGkE5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #Xl5KETng92dv3v4R0KIzBWvTATfnxZTc {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #XehTSvFBwA7w1JBPDXG8QTeOWsd0tTQB {  }
 }@media only screen and (max-width: 763px) { #PeUW3WRL5GeNyAgThDZXaUmfSHhXyvSo { top:8.0625rem;left:20.4375rem;width:1.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd7NfMqSEJCaMqSdC05sWwfb9tbE2GqZ { top:8.0625rem;left:25.25rem;width:1.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5GopC0ONDpvnB626nVXS5LBTBwuak4A { top:8.0625rem;left:30.125rem;width:1.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w { display:block; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qf7fc8dd43f0666bf997c97f48b17dc2 { top:32.25rem;left:0rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc2f58910bec4272b2500902ce55aaf5 { top:34.3125rem;left:0.0625rem;width:9.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub309a897ed5daee3dfbd18cb813216f { top:32.25rem;left:13.75rem;width:9.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W46c8ca888c30591fcedfc4a45849a96 { top:34.3125rem;left:13.75rem;width:9.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4e8cfa6e319a9919f80fe809ca20640 { top:32.25rem;left:25.8125rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a38fcdaf9099779874c7cbe23d9aea0d { top:34.3125rem;left:25.625rem;width:10.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be741e6a7f8bc2a9ef27ad3db5e75a14 { top:5rem;left:0.8125rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #recb7ffe48272450e21c8eadacef54b6 { top:5rem;left:14.5rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52e761d0073cb10d7174dcd6a5f6e10 { top:5rem;left:26.9375rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w21ac6dd433c7181de1f01bdebe83baa { top:22.375rem;left:0.8125rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R85b99602c48f1df5c72bc0816b80a77 { top:22.375rem;left:14.5rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8c5fb26ed01302e49c4d2dd6023142c { top:22.375rem;left:26.9375rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4b2e24b59bab1ef442967b5281868a0 { top:14.5rem;left:0.0625rem;width:9.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5d1d19398ba801a38fa09d0b133f0a2 { top:16.5625rem;left:0.0625rem;width:9.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1f3d24d0579764b3ebdc142f37e6f9f { top:16.5625rem;left:13.75rem;width:9.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afccdfc77492c883dbe3c79f2a3f7eaf { top:14.5rem;left:12.75rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbb90cb38a1d0586cd89bdee460f327a { top:16.5625rem;left:26.1875rem;width:9.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adb5606233eea1fd7dbf943a8d5a3525 { top:14.5rem;left:26.1875rem;width:9.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydbcc4b1b72d55e4b19045da132ba185 { top:15.8125rem;left:38.125rem;width:9.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be03227d6242a1a745b642dcb0351d3e { top:13.75rem;left:38.125rem;width:9.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f721ec9dc6ae592a658e69227d9652a2 { top:5rem;left:39rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gad20b0b69c7a476975cdaca4dae7b8c { top:32.25rem;left:32.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf64f082cb6f6c1741a39a6223382304 { top:34.1875rem;left:38.375rem;width:9.25rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r47582a6c50521716f91941b4e73d080 { top:22.375rem;left:39.375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30cc777685d5976bed40c30b5110a37 { top:48.5rem;left:12.125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf9232a41f7127f3db42aa36a5f7e12a { top:50.5625rem;left:13.75rem;width:9.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1eef106b2476d313491c9b8a9c6d8a1 { top:39.25rem;left:14.5rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G84bc0e2392c9a2956930e6a27d8cfc6 { top:48.5rem;left:0rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aae2b75de1053640731aeb93b3332706 { top:50.5625rem;left:0.0625rem;width:9.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1a4e024004cae70f61e5f1359a889b9 { top:39.25rem;left:0.8125rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94e95cab51a6e80a1022d043636cb39 { top:48.5rem;left:24.5625rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5a0cc2610778fdbb9079ded08af35b7 { top:50.25rem;left:26.1875rem;width:9.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e26b9c4d5b50e55cce118e493b79faae { top:39.3125rem;left:27rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9fe39dc45aa41ee615bb12e39c88f61 { top:48.5rem;left:34.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2de8b1341182c4a783a27fbb7e34b94 { top:50.25rem;left:38.125rem;width:9.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8192486cd65756d49fadc29aa6d0176 { top:39.3125rem;left:39.3125rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF3eSfBo3K5i3zzWbVNTR8Cb2q1doqXJ { top:64.125rem;left:0.0625rem;width:9.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmEL4afxRqxD22SG3ztkhNTAmfI94J7 { top:62.3125rem;left:0rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzOmNFrNpTRsWETofcBApBP81FRaJpU { top:52.8125rem;left:0.8125rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDLgzB0WmXAipBkvFXstgxlIZhdEdLaO { top:62.3125rem;left:12.125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lloLRxOHJoOfBRw8ibl5nPmvy6PvpdC3 { top:64.125rem;left:13.75rem;width:9.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViIOWpiA6TEzQcAT8Qe19XWsSaNUkCFX { top:52.8125rem;left:14.5625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5SS6CchVWgwVvE8tToDUKlhu1s7XCh { top:1.1875rem;left:5.0625rem;width:37.625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI { display:block; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEMezaUNxk2WLK3zKha0W7BRho4aP7Xx { top:1.125rem;left:10.21875rem;width:27.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQutpWe1kmx6b7CRecU2qM6nsZlQNw9M { top:4.25rem;left:4.28125rem;width:39.1875rem;height:29.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK { display:block; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3rGyPC8LoohcNeA9KapkJGXFvSPXOJu { width:9.1875rem;height:1.75rem;top:12.4375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOACHncnkonmgvn7FXDpfTTT8dyK942O { display:block; }
 }@media only screen and (max-width: 763px) { #HTTP5FNUnll42Ld6hNLkIoOcQ1l4Hapq { width:5.25rem;height:1.75rem;top:12.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5PkRHLVgkX1sytSSmfkmcRHB4XUzlFH { display:block; }
 }@media only screen and (max-width: 763px) { #XDKUzSVJFyGqPvowv9rWmW5Gz6BtUpva { width:5.25rem;height:1.75rem;top:12.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOO452uVXTMmKIJT9q8OU5ahmIR2CpTd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #evgck88Zc3vznwCQAQz4kWkBuAbm7FRn { display:block; }#evgck88Zc3vznwCQAQz4kWkBuAbm7FRn > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO2a4LSesytfEn0Kmn71h6iaOTS6RWWK { width:6.375rem;height:4.75rem;top:0.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoShv18bB1FvbSubvHmomkLN2in9Tq5B { width:20rem;height:1.8684875rem;top:5.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Br9szsNzslUSC1wou4h2vawyUg3aG9DM { width:20rem;height:5.625rem;top:8.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk { display:block; }#UTAdHEDEl0iUhGP2zvqwp8WRX58Zhufk > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTJ8fq05peT7i80TiaH581TzIlSyyKl0 { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n99LdzmpuVJ9tRBDTHKmKJtJbNqm7FHW { width:18.75rem;height:3.3125rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCU7VbnmmxNeSP5J7R13Fezi4BJUDOnW { display:block; }
 }@media only screen and (max-width: 763px) { #dPVyfNv67NodV9oirqmbvt1r0qrB4HKd { display:block; }#dPVyfNv67NodV9oirqmbvt1r0qrB4HKd > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biG4X2aVZ7GzyeXkk0yxByn3nBXLrk6v { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxQ56kdCuLy6BnFgQHGovGkAPIusg4PN { width:20rem;height:11.25rem;top:5.9121125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GHiVC8ymCvd6J4h0VAZQvOvA1GqPvGnr { width:17.75rem;height:15.9375rem;top:18.4121125rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 { display:block; }#a4PFLZTCv6EP8RBG2S5Xw1T6HEyMieA7 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoK7qvTofn68X7zarPNKle6q6ztyHIxv { width:19.0625rem;height:14.1875rem;top:4.20605625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9m1K7kRRtgxcdglVO5PNxSTTEggElFa { width:7.875rem;height:3.9375rem;top:5.51855625rem;left:6.0625rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCi21ts35nkxCMJlLRIZTSDZvTXrTBg0 { width:11.6875rem;height:1.875rem;top:9.8310546875rem;left:4.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7ldGDer83SxmkEvMLJh5fTvbBJJQEB { width:19.0625rem;height:14.1875rem;top:19.76855625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Is6wZLlcm7MTQ6TgTu5bSBFKUkhhDA { width:14.9375rem;height:1.875rem;top:25.39355625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIW2wBOPmDTqd6ROTOiCpHrlO02s5vxG { width:7.875rem;height:3.9375rem;top:21.08105625rem;left:5.875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUmEM7X9lz2X8VuztNHC7fACul173DRX { width:19.0625rem;height:14.1875rem;top:35.33105625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuNm821QUretMrscQZh5C4RCVmRpgesu { width:15.3125rem;height:1.875rem;top:40.83105625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgRTrtWut0WGI6z0gh5qEQXAbn6F0AUZ { width:7.875rem;height:3.9375rem;top:36.51855625rem;left:6.0625rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0T1JM1CdniMT4kzHvdUTbqJkHXXxvrs { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ2ooPtBJT82dbd6wfLHToO8J97LSaq { width:16.5625rem;height:3.75rem;top:43.64355625rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1Tbcf4idTzEPDgbyUGTXKGaMTLBHdxX { width:15.8125rem;height:3.75rem;top:28.08105625rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zu9VRWWTVPfkdtMlTplriLnGdXWHPoRD { width:15.8125rem;height:3.75rem;top:12.51855625rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC { display:block; }#ong9fTDTl0JGvx9zPZfEwQ6TZdCaTRAC > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDzeIkA5kJD7TgIoxcJPGIsenQuH8ewq { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4JhTWWehLKEOo53uptL8LTTKXgzNWtT { width:20rem;height:15.625rem;top:5.7060546875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#x4JhTWWehLKEOo53uptL8LTTKXgzNWtT li:before{  }
 }@media only screen and (max-width: 763px) { #PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH { display:block; }#PbtJ1TKKzSFntyOXC1Cx8CfURA7WWwHH > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKK2q5ubNS6AgPbHrRhyupRZKEkoiyNn { width:19.875rem;height:4.3125rem;top:4.20605625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaIOOIb5CUC9R5AB4AkK9F5lQMH3H5qk { width:19.4375rem;height:1.875rem;top:5.48730625rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z2xyAtWRU54T4nU77paLNQLnzZdI0Wvb { width:20rem;height:1.8684875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wm87vFv1xHKt83Ft9904VvaA7iWT0gnJ { width:19.875rem;height:4.3125rem;top:9.89355625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbTNkZC6KC6e5qtTkgbTHxEpShCTc4Xy { width:19.4375rem;height:1.875rem;top:11.20605625rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #grTZnBmeeWpd4fZeyn2XQ8WwG2UWPJwq { width:19.875rem;height:4.3125rem;top:15.58105625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1BtQr5lrq5Jxfew9Mp0N2qhVJlHkiU7 { width:19.875rem;height:4.3125rem;top:21.26855625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZPh4tor37ilHfIBoeU2byNVe6sKkUox { width:19.4375rem;height:1.875rem;top:16.86230625rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AG6cpdZITq4ZuMfMTJmElS6F81EwzT0z { width:17.25rem;height:3.75rem;top:21.6123046875rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uo03X1JrCEBVzLLLkikDXQ5HqZzf0ebJ { width:19.875rem;height:4.3125rem;top:27.54980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7LTlgRCaFqc61OnZt0LNFIWAmk2SP4 { width:19.875rem;height:4.3125rem;top:33.23730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQbDHIGp5VwRVexHh7yIEhgrIgdsB5O { width:18.875rem;height:3.75rem;top:27.9560546875rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NpSBiQr7H8RqkprMtTMHlFNBpt6BZrLa { width:18.125rem;height:3.75rem;top:33.5810546875rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx { display:block; }#SbN6gsHEFGAnlGsBz90QAk2T3TFfkmsx > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T49ZgizMoTwIT1dDABy4a48IuiXnuTeS { width:19.625rem;height:24.6875rem;top:6.0185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv245xSGSkg7q5LUqXmZZdyUFUODMqzw { width:17.375rem;height:3rem;top:9.7060546875rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v13oZd9FPl3h1qa1UTLWuPW3uqdSvRmC { width:19.875rem;height:23.1875rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS4AAiuhfBV1dKJcFclXJTeEU6ziXklS { width:19.8125rem;height:3rem;top:35.6875rem;left:0.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWoNDDXICAqWXgzUbBKnx9gOihsptAvF { width:20rem;height:1.8684875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuOiZVRhbOTXzTorIz4LxbzPb0OUBhbC { width:15.8125rem;height:1.875rem;top:3.8310546875rem;left:2.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiRk8QfBqcxBCky4K7Vsyqg8gfzSR57F { width:20rem;height:1.7068125rem;top:7.2685546875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnMwA3Kgy902mMHWeILPreUNbuP2Ao5C { width:20rem;height:1.7068125rem;top:33.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfAQ9zfKTR0UCaB0dP3O3dT5GRBNkgsB { width:19rem;height:2.6875rem;top:25.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCldf2DTVbWN59STvC2BVoADAgVZgZp0 { display:block; }
 }@media only screen and (max-width: 763px) { #mPzqUB8VOJwrNdLTHanBTeb8RZJ4JJXE { width:2.25rem;height:0.75rem;top:28.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbKSaahmZ5cNEMyb2ZIaqpiVCunNOHhv { width:1.4375rem;height:1rem;top:28.6875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRTNpeFUJ54B6fFtxgqRvysRPGBDfBZi { width:1.4375rem;height:1rem;top:53.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LReT5p12i4tovnS48fb7SGXCJNq46r4Q { width:2.25rem;height:0.75rem;top:53.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE5Vku692UEF4KGW1D92LVUSLbcBFcN6 { width:19rem;height:2.6875rem;top:49.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfVRrbzvIiLlKvNeVTZzIZBCWvN80Tn { display:block; }
 }@media only screen and (max-width: 763px) { #Uv3p2uXFX54hGp8nkqbkNUVRIbWm9xmt { width:18.875rem;height:9.21875rem;top:15.1123046875rem;left:0.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#Uv3p2uXFX54hGp8nkqbkNUVRIbWm9xmt li:before{  }
 }@media only screen and (max-width: 763px) { #cpK6L73OIhaTInaAlSAcdPcOuFOf2Tdr { width:19.25rem;height:7.4375rem;top:41.25rem;left:0.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#cpK6L73OIhaTInaAlSAcdPcOuFOf2Tdr li:before{  }
 }@media only screen and (max-width: 763px) { #To4eorXdnlWFLdIaNTMUWxFUOectiEvV { width:14.5625rem;height:1.9694rem;top:12.7060546875rem;left:2.71875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1eNXn5ill7dvCkMmDxeo4o5nEic3IqU { width:14.5625rem;height:1.9694rem;top:38.6875rem;left:2.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ { display:block; }#sOMDyXq1M53vudkx3WAdELaQTDuSp9vJ > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1h8fha9u3EusEqEgdsEd0gNadT8NTha { width:20rem;height:1.8684875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoTnL9xZp4uwCQ9WizQq22CJCkh4zHtb { width:20rem;height:21.25rem;top:4.20605625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#BoTnL9xZp4uwCQ9WizQq22CJCkh4zHtb li:before{  }
 }@media only screen and (max-width: 763px) { #HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T { display:block; }#HPs0RyhSt28Bz6AVcarUypV3ttR3oe5T > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ED8NhuVd11KbkqhCHU78P69aBxWN0CMN { width:20.0625rem;height:7.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWwcq7W42JTmoSvNMM4EVvevBJ6Nv3O { width:20rem;height:2.599825rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkhn434nN4KX5eTUdIIdNT8AWtP4NBZ { width:20rem;height:1.2999125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEaSJI6Tp9inN0TEGoCweH9EEuu1pmqz { width:20rem;height:5.19965625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxAefRug2hWxhf9TL4yMwq5BSn9MyQF { width:20rem;height:1.2999125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRNwpzGDAnD7tqq04CeU4TTKWxRTOtu4 { width:0.125rem;height:7.5rem;top:55.7558625rem;left:-0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVuCeT5rxpQb7pdeVaGNZ5ZRc6LdSH9u { width:19.875rem;height:7rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTL0AqJleC1JypkthwXAgR20yfsxE2d { width:20rem;height:1.2999125rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezvkDwavenWDXDWvTGpgkalAtUlDFspr { width:20rem;height:1.2999125rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aRkhSTqA8ooeA11Hvcuq5kKfB8woOw { width:0.125rem;height:7.5rem;top:46.375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ci3LsrLfhpmyrdw9IFXo09Fv2OrTy20a { width:20rem;height:2.599825rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3EwAam3h7GhFf5Rn0xKU6luDsOOmlnc { width:20rem;height:2.599825rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb1hG7XrRMrSH56qInECT2IUQThbhieg { width:20rem;height:1.7068125rem;top:2.8623046875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clGwCiPiiKnlToAOHZcBVU3eFTkLES7s { width:19.5625rem;height:7.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNVyH34IGlvSQJFGlum0Oo8EGyWJXztB { width:19.5625rem;height:9.5rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI { display:block; }#MfO8wLapbQQ99fy1l1fXFbkRKvSoyTVI > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vk5sFDC8p1E2vwa1btrbT2eBdIti4qvz { width:20rem;height:18.5625rem;top:9.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5DvJR5B9sqs3nQB9pmRcePA4QLlUh2M { display:flex;width:3.5rem;height:3.5rem;top:0.625rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #lsDUwQxVmN46TrGiEbd3mNiD2p8PTA0f { width:10.625rem;height:1.8684875rem;top:1.125rem;left:3.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5eEPwbgmok6IHxBGEzlA6ewqkxJ0twD { width:20rem;height:3.25rem;top:5.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L { display:none; }#qHTqmh2uH1pDiPlJqX7T3v197XAdFM5L > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kDBd57MuLr4CEqiBWitx2BLIm2fLpsG5 { width:20rem;height:20.8125rem;top:0.3095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b057BvCkzznfZsxVz2CTFWIFm7tfeXoV { width:20rem;height:4.7109375rem;top:1.4345703125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8E6chOJBLKxc1cCPq4kU8K3uSLTn92P { width:20rem;height:3.75rem;top:6.7158203125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CckcbJicexA0Su5LaetkgucFuNWRfvsi { width:18.75rem;height:3.3125rem;top:16.1494140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAsZtXmV2fPsnbsfqpZDvf6EDd6hOHTf { display:block; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA .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; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA .widget-text.counter-number { padding-top:0.440625rem;padding-right:0.4025rem;padding-bottom:0.440625rem;padding-left:0.4025rem;width:2.413125rem;min-width:2.413125rem;height:2.3675rem;font-size:1.7625rem;line-height:37.88px;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; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.216875rem;height:0.935rem;font-size:0.66125rem;line-height:14.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bDBTuNcGarShIHPwJcVdKkAxamyM94rA { display:flex;width:12.625rem;height:4.45875rem;top:10.5908203125rem;left:2.611328125rem;z-index:15013;padding-top:0.55125rem;padding-right:0.574375rem;padding-bottom:0.55125rem;padding-left:0.574375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #Dsa92pLhtPgsBgy011x0qUrXu5D04uHC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #xi6UwWwJ7Kk53nDGWRpwdtCVwv98LbRz {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #yu1nkTtAoUGt2JaEm1bOl4vBhGL0BcQx {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ffKmVw38ltSv6p83elX9lQzPl5Ur9hvy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #z93CAeytfEutzTF9ORTuGZ2C6VsPCSyl {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #HZful7EFzuShxe3mPMOHEtXnSNlV6SMT {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #nLnlBR0sCdusS3PD60cG0fO65BhFGtom { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #B6x79TMc4980BCBq5hdrL72VQGxvoxiQ {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ZggDnWr166EsTf6LNrTPL19zHGnDmryI {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #ErTuUx4ImGG7y8IL1TzVl1zhtGBIGkE5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #Xl5KETng92dv3v4R0KIzBWvTATfnxZTc {  }
 }@media only screen and (max-width: 763px) { #bDBTuNcGarShIHPwJcVdKkAxamyM94rA #XehTSvFBwA7w1JBPDXG8QTeOWsd0tTQB {  }
 }@media only screen and (max-width: 763px) { #PeUW3WRL5GeNyAgThDZXaUmfSHhXyvSo { width:1.1875rem;height:2.11230625rem;top:11.7470703125rem;left:6.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pd7NfMqSEJCaMqSdC05sWwfb9tbE2GqZ { width:1.1875rem;height:2.11230625rem;top:11.7470703125rem;left:11rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5GopC0ONDpvnB626nVXS5LBTBwuak4A { width:1.1875rem;height:2.11230625rem;top:11.7470703125rem;left:15.322265625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w { display:block; }#VbGsx9oq20R8xQ5DtJb1QeSl0l6SVG6w > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qf7fc8dd43f0666bf997c97f48b17dc2 { width:10.8125rem;height:2.599825rem;top:40.25rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc2f58910bec4272b2500902ce55aaf5 { width:9.625rem;height:2.4375rem;top:43.5rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub309a897ed5daee3dfbd18cb813216f { width:9.625rem;height:1.2999125rem;top:50.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W46c8ca888c30591fcedfc4a45849a96 { width:9.625rem;height:1.21875rem;top:52.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4e8cfa6e319a9919f80fe809ca20640 { width:10.1875rem;height:1.2999125rem;top:58.8125rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a38fcdaf9099779874c7cbe23d9aea0d { width:10rem;height:4.875rem;top:60.75rem;left:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be741e6a7f8bc2a9ef27ad3db5e75a14 { width:7.5rem;height:7.4375rem;top:3.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #recb7ffe48272450e21c8eadacef54b6 { width:8.125rem;height:8.0625rem;top:11.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52e761d0073cb10d7174dcd6a5f6e10 { width:8.125rem;height:8.0625rem;top:21rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w21ac6dd433c7181de1f01bdebe83baa { width:8.125rem;height:8.0625rem;top:38.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R85b99602c48f1df5c72bc0816b80a77 { width:8.125rem;height:8.0625rem;top:48.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8c5fb26ed01302e49c4d2dd6023142c { width:8.125rem;height:8.0625rem;top:57.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4b2e24b59bab1ef442967b5281868a0 { width:9.625rem;height:1.2999125rem;top:5.125rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5d1d19398ba801a38fa09d0b133f0a2 { width:9.625rem;height:2.4375rem;top:7.1875rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1f3d24d0579764b3ebdc142f37e6f9f { width:9.625rem;height:3.65625rem;top:16.25rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afccdfc77492c883dbe3c79f2a3f7eaf { width:10.0625rem;height:2.599825rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbb90cb38a1d0586cd89bdee460f327a { width:9.625rem;height:2.4375rem;top:24.875rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adb5606233eea1fd7dbf943a8d5a3525 { width:9.625rem;height:1.2999125rem;top:22.8125rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydbcc4b1b72d55e4b19045da132ba185 { width:9.625rem;height:3.65625rem;top:33.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be03227d6242a1a745b642dcb0351d3e { width:9.625rem;height:1.2999125rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f721ec9dc6ae592a658e69227d9652a2 { width:8.125rem;height:8.0625rem;top:30rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gad20b0b69c7a476975cdaca4dae7b8c { width:11.4375rem;height:2.599825rem;top:68.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf64f082cb6f6c1741a39a6223382304 { width:9.25rem;height:4.875rem;top:70.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r47582a6c50521716f91941b4e73d080 { width:8.0625rem;height:8.0625rem;top:67.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30cc777685d5976bed40c30b5110a37 { width:10.125rem;height:1.2999125rem;top:87.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf9232a41f7127f3db42aa36a5f7e12a { width:5.375rem;height:1.21875rem;top:89.375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1eef106b2476d313491c9b8a9c6d8a1 { width:8.0625rem;height:8.0625rem;top:85.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G84bc0e2392c9a2956930e6a27d8cfc6 { width:8.75rem;height:1.2999125rem;top:79.3125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aae2b75de1053640731aeb93b3332706 { width:9.625rem;height:1.21875rem;top:80.8125rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1a4e024004cae70f61e5f1359a889b9 { width:8.0625rem;height:8.0625rem;top:76.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94e95cab51a6e80a1022d043636cb39 { width:9.9375rem;height:1.2999125rem;top:95.375rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5a0cc2610778fdbb9079ded08af35b7 { width:9.625rem;height:2.4375rem;top:97.25rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e26b9c4d5b50e55cce118e493b79faae { width:8.0625rem;height:8.0625rem;top:93.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9fe39dc45aa41ee615bb12e39c88f61 { width:6.8125rem;height:1.2999125rem;top:103.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2de8b1341182c4a783a27fbb7e34b94 { width:7.625rem;height:2.4375rem;top:105.625rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8192486cd65756d49fadc29aa6d0176 { width:8.0625rem;height:8.0625rem;top:101.4375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF3eSfBo3K5i3zzWbVNTR8Cb2q1doqXJ { width:9.625rem;height:2.4375rem;top:113.6875rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmEL4afxRqxD22SG3ztkhNTAmfI94J7 { width:10.375rem;height:1.2999125rem;top:111.875rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzOmNFrNpTRsWETofcBApBP81FRaJpU { width:8.0625rem;height:8.0625rem;top:109.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDLgzB0WmXAipBkvFXstgxlIZhdEdLaO { width:7.375rem;height:1.2999125rem;top:120.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lloLRxOHJoOfBRw8ibl5nPmvy6PvpdC3 { width:8.75rem;height:1.21875rem;top:121.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViIOWpiA6TEzQcAT8Qe19XWsSaNUkCFX { width:8.0625rem;height:8.0625rem;top:117.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5SS6CchVWgwVvE8tToDUKlhu1s7XCh { width:20rem;height:1.7068125rem;top:0.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI { display:block; }#QpBGUT7FmSKAa1Wzsqe2T2kDGA7UEHKI > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEMezaUNxk2WLK3zKha0W7BRho4aP7Xx { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UQutpWe1kmx6b7CRecU2qM6nsZlQNw9M { width:20rem;height:44.1874875rem;top:6.7246125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK { display:block; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3rGyPC8LoohcNeA9KapkJGXFvSPXOJu { width:9.1875rem;height:1.75rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOACHncnkonmgvn7FXDpfTTT8dyK942O { display:block; }
 }@media only screen and (max-width: 763px) { #HTTP5FNUnll42Ld6hNLkIoOcQ1l4Hapq { width:5.25rem;height:1.75rem;top:4.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5PkRHLVgkX1sytSSmfkmcRHB4XUzlFH { display:block; }
 }@media only screen and (max-width: 763px) { #XDKUzSVJFyGqPvowv9rWmW5Gz6BtUpva { width:5.25rem;height:1.75rem;top:7.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOO452uVXTMmKIJT9q8OU5ahmIR2CpTd { display:block; }
 }