.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:205,179,252;--color-primary-1:180,141,250;--color-primary-2:109,32,247;--color-primary-3:73,21,165;--color-primary-4:36,11,82;--color-secondary-0:252,243,185;--color-secondary-1:248,235,149;--color-secondary-2:245,219,49;--color-secondary-3:163,146,33;--color-secondary-4:82,73,16;--color-tertiary-0:235,235,235;--color-tertiary-1:188,188,188;--color-tertiary-2:141,141,141;--color-tertiary-3:94,94,94;--color-tertiary-4:47,47,47;--headlines-font-family:"Lato";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #554ee8, #08a4af);background-image: -moz-linear-gradient(180deg, #554ee8, #08a4af);background-image: -ms-linear-gradient(180deg, #554ee8, #08a4af);background-image: -o-linear-gradient(180deg, #554ee8, #08a4af);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );";background-image: linear-gradient(180deg, #554ee8, #08a4af);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row .container { background-color: transparent; background-image: none; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row .container > .video-iframe-container { display: none; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row > .video-iframe-container { display: none; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .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); }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row .container { border-width: 0; border-radius: 0; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row .container { font-size:0.875rem;font-family:lato;height:4.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0.351875rem;padding-right:0.31375rem;padding-bottom:0.351875rem;padding-left:0.31375rem;display:block;align-items:center;width:1.880625rem;min-width:1.880625rem;height:1.89125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.4075rem;font-weight:700;line-height:30.26px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .widget-text.counter-label { background-color:;background-image:none;color:#191a33;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5075rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5275rem;font-weight:400;line-height:11.96px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe { border-top:0.125rem solid #181818;border-left:0.125rem solid #181818;border-right:0.125rem solid #181818;border-bottom:0.125rem solid #181818;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #554ee8, #08a4af);background-image: -moz-linear-gradient(top, #554ee8, #08a4af);background-image: -ms-linear-gradient(top, #554ee8, #08a4af);background-image: -o-linear-gradient(top, #554ee8, #08a4af);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );";background-image: linear-gradient(to bottom, #554ee8, #08a4af);background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.0625rem;height:3.87744375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.125rem;left:14.375rem;z-index:15002; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #fuSzQV2HEXko4NDVZs9E7LTtFTTcl0HF { display:flex;position:relative;top:0rem;left:0rem; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #sbGqdBFi4T0KpedZ7CyHvdqxhe4gTftA { width:auto; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #prUQec2ndvTnvzMQL2F2yNufkiwxoAnN {  }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #BtkJ7JxvMOPUFG6knBwwhRQI9RroTQvv { display:flex;position:relative;top:0rem;left:0rem; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #IbIaPiL9edXqrWXpeKxqm8VKuG2t0K2x {  }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #WS3BNdZqqT3zx7V2cbHCxlbNSVkk9rpk {  }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #TaFGRuD07LG23MsC3emSrnmzqSXQXQlV { display:flex;position:relative;top:0rem;left:0rem; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #PG2DVwQguw8LyXEvHkRLaTD58bnqQayn {  }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #kbauSv93R91M3JdVisOsWRcTdtZPwE3J {  }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #Nr6xmwwU8TADNPADebQ5puJcu5OfhUVJ { display:flex;position:relative;top:0rem;left:0rem; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #EVO9IqUuagifDaIreigquvoJWh7tpcSO {  }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #aAACnVBSWbfMxQvgh9ATzc7cHXTg1hRe {  }
#dmOMPA4CpOW05Eds8OVA8wQJuRK8zE9n { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.3642578125rem;left:1.1875rem;height:1.6499rem;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; }
#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { background-color: transparent; background-image: none; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container > .video-iframe-container { display: none; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row > .video-iframe-container { display: none; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .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); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { border-width: 0; border-radius: 0; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { font-size:0.875rem;font-family:lato;height:36.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#DagQwIr8M2NLQFz8Kc9461KtLebbzc25 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:22.4375rem;top:12.5625rem;left:0rem;overflow:hidden;display:block; }
#ndxyOvdaHqpaMc1dKBmQJxLOZTqE0fJ3 { color:#554ee8;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4.2291669845581rem;left:0rem;height:4.8125rem;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;text-align:left;text-align-last:left;display:block; }
#ZZXn8E6608QlerUkbiIQgqKA35QJcRCZ { background-color:#fa0048;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.3125rem;left:23.125rem;display:block; }
#Cf2ZQwwiaDyRR8Z5igbE4PE4LVmUVody { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUGx26RWJiWpke8hZnPUixKT1sKe5HeX { color:#191a33;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:14.0625rem;left:23.125rem;height:15.1875rem;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; }
#k5EI4WyHKSUHQllAAbuh8ENNLLHfMnx9 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #554ee8, #08a4af);background-image: -moz-linear-gradient(180deg, #554ee8, #08a4af);background-image: -ms-linear-gradient(180deg, #554ee8, #08a4af);background-image: -o-linear-gradient(180deg, #554ee8, #08a4af);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );";background-image: linear-gradient(180deg, #554ee8, #08a4af);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:7rem;left:55.375rem;display:block; }
#KAbrZEb9OovEoQv5Pl59XiaA1JKwtWqv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.875rem;left:53.5rem; }
#flsL3uXbUJq9sdroBUAd6FHtlL3txtvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.375rem;left:57.0625rem; }
#vVWfonXOUuCCBXFqEnBQ4KlfqGSXigEX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:8.4375104904175rem;left:0rem;height:2.75rem;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; }
#h62V3R6ItqvQ5pDXVyl76RGSMdCKD3xQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:1.0416669845581rem;left:0rem;height:2.0625rem;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; }
#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz { position:relative;display:none; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz { border-width: 0; border-radius: 0; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .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; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .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:109.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cCZAkWguUZ9KkfU7xteki0PmG0rCbzax { background-color:rgba(var(--color-primary-3),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15261;text-align:center;text-align-last:center;top:91.166015625rem;left:8.1875rem;display:block; }
#dKZl2zTHK7NmvI8BQU0JJKInKVGnAI5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvWbQrd27X2tSWR2XPwmWZ8Hne7GSUMb { color:#071638;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:44.4375rem;left:7.4375rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W3UgyMFEUe8HxWiIAnlDBE6lQrqVVs7K { color:#071638;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15172;line-height:1.4;letter-spacing:0;top:42.125rem;left:7.4375rem;height:2.2749rem;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; }
#SQt9dioPKcQ4cnffKNqBTmhRSNSNLT7U { color:#071638;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:34.75rem;left:7.6875rem;height:4.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; }
#zuKvopnFcoGKEyuKTtT2ekqnim1J8Cik { color:#071638;display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15170;line-height:1.4;letter-spacing:0;top:32.4560546875rem;left:7.4375rem;height:2.2749rem;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; }
#Ed5RxxsQzkXH4K8fPIdfW9e6a1LG2nVJ { color:#071638;display:block;width:24.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:26.5rem;left:7.5rem;height:3.25rem;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; }
#zreP6QuLSEFqqfLAOkvmuVfFMTevmmvQ { color:#071638;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15169;line-height:1.4;letter-spacing:0;top:24.3310546875rem;left:7.4375rem;height:2.2749rem;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; }
#LUFPnXSV2IK4VJpN50OtDVrF39yRy9FC { position:absolute;display:block;z-index:15023;background-color:#fdfeff;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.8125rem;width:27.3125rem;top:3.0625rem;left:5.25rem;display:block; }
#WVbaPtwOqGkp3UrlppuTRw5TLThSodtr { color:#ffcf66;display:block;width:26.6875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:9.5625rem;left:5.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLI4UXti46SA3iUpNwtGkRXEqNUsl3qH { color:#ffcf66;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:3.0625rem;left:10.3125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gANfdvD8HzTN7pR1hgXdalBWJHB0LhTG { color:#071638;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15173;line-height:1.4;letter-spacing:0;top:17.0625rem;left:7.6875rem;height:2.2749rem;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; }
#A59Q59QCVAnAsTqTJsPgTuAuK4TVZtw3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem; }
#Ic2XpKkQT4Ovq7hfS5IJh4wGelqnQXpP { color:#071638;display:block;width:24.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:19.1875rem;left:7.625rem;height:3.25rem;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; }
#ydOWlLnE5nNxDkTwfR5nddHKdSOtkQ2P { position:absolute;display:block;z-index:15234;background-color:#e3e3e3;background-image:none;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.0625rem;width:27.5rem;top:23.125rem;left:5rem;display:block; }
#xDqlTlCnTWNCrUP8Cx55fRsQ7ZWwdXIW { color:#143232;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:98.9052734375rem;left:4.875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvQ5M8a8ct7daCtz3eeFJ6Pfdz9zoG4g { color:#143232;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:82.1875rem;left:4.9375rem;height:4.63671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsOZ4cVGfP5tLG5wbIl3io17i6lGwnRO { color:#143232;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:86.5625rem;left:4.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6qrZMlivH0rrxuFxbUGI96wqoHmhEB5 { position:absolute;display:block;z-index:15259;background-color:#e3e3e3;background-image:none;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.0625rem;width:16.875rem;top:80.1875rem;left:10.3125rem;display:block; }
#NUMvRBGbBxMnrTwtBZy5eJM5VLx1Tifo { color:#071638;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:73.25rem;left:7.125rem;height:4.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; }
#AHdd6I5BeBzCNgar35DhCCP8myZL2xTL { color:#071638;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15209;line-height:1.1;letter-spacing:0;top:68.625rem;left:7.375rem;height:3.57421875rem;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; }
#be8t9g6BDu4I94hFcEUy4k3fcb9yhc5J { color:#071638;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:55.8125rem;left:7.4375rem;height:11.375rem;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; }
#yepSkHFtNhN947q1mhuzVb3y6WRRO9MP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15269;opacity:1;top:68.625rem;left:4.6875rem; }
#i91hUT3vB90kunnaRJZbAQEidvbT87aG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15268;opacity:1;top:53.1875rem;left:4.625rem; }
#NaVG1xswB70a6TsTklMSJqcbDbWNGWP5 { color:#071638;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15208;line-height:1.1;letter-spacing:0;top:53.375rem;left:7.4375rem;height:1.7871125rem;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; }
#bMJtKcs6KIGH5Nd1aMlseTotZ0iCdTLO { position:absolute;display:block;z-index:14943;background-color:#05051e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #7f3bb3;border-left:0.0625rem solid #7f3bb3;border-right:0.0625rem solid #7f3bb3;border-bottom:0.0625rem solid #7f3bb3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:106rem;width:30rem;top:1.353515625rem;left:3.75rem;display:block; }
#zlvv825vnTmOfXPbR55R7vLTqZ3Wx85h { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem;display:none; }
#maa1TxHxE10WRK5t98EVPC63xad2me1x { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem;display:none; }
#hkL3GkzTZFSXevb3C9FdWgne061btO8J { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem;display:none; }
#NxQf38DVHJ3FneAFPFtyP4i5T9xU0xUK { position:absolute;display:block;z-index:14943;background-color:#05051e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #7f3bb3;border-left:0.0625rem solid #7f3bb3;border-right:0.0625rem solid #7f3bb3;border-bottom:0.0625rem solid #7f3bb3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:106rem;width:30rem;top:1.353515625rem;left:3.75rem;display:none; }
#D1XRMON6ka6Z3ztwzvCs3DtonUINJDLt { position:absolute;display:block;z-index:15035;background-color:#ffbc42;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.8125rem;width:26.9375rem;top:3.0625rem;left:42.4375rem;display:block; }
#LxwWmmXsQJfluIBbJbCOJquM3X5iiulA { color:#ffcf66;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:3.3125rem;left:47rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3CrTuUqrcNnVK17r9iQUgM4aylBiFJn { color:#ffcf66;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:400;z-index:15175;line-height:1;letter-spacing:0;top:9.046875rem;left:43.3125rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TThBAWMHgiaMnn8AR6moWp5SqiPDSyDm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem;display:none; }
#hx2VJluEmnxveuTFMZP1Bx8MIaubZ0ue { color:#071638;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15173;line-height:1.4;letter-spacing:0;top:17.0625rem;left:7.6875rem;height:2.2749rem;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:none; }
#Lugm8mgGLsEk9shsZTIfIdc3oprtmsE8 { color:#071638;display:block;width:24.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:19.1875rem;left:7.625rem;height:3.25rem;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:none; }
#FLdr2vQdA0wqa8R5dz8ST6p9AtnZs8Kp { color:#071638;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15169;line-height:1.4;letter-spacing:0;top:24.3310546875rem;left:7.4375rem;height:2.2749rem;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:none; }
#IZuwCMV1G6GoVR8zQZmPZuXsspKasFfe { color:#071638;display:block;width:24.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:26.5rem;left:7.5rem;height:3.25rem;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:none; }
#penHafmOhLxu40S925ofqoyAnS44AX5o { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem;display:none; }
#NhLA8aBt1deArHhQR43ASdiuIyVAOp0O { color:#071638;display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15170;line-height:1.4;letter-spacing:0;top:32.4560546875rem;left:7.4375rem;height:2.2749rem;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:none; }
#e8fyvouhINT9EVwhOA6eREqR0uVd5F9A { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem;display:none; }
#EkpWArTlk3QkeZfKoAB3IeAwmFMOSu2G { color:#071638;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:34.75rem;left:7.6875rem;height:4.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:none; }
#Nhyp9AORTf8mhR1JNrgtNOXiH8KAr9MR { color:#071638;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15172;line-height:1.4;letter-spacing:0;top:42.125rem;left:7.4375rem;height:2.2749rem;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:none; }
#wd4UhRaEhgdZ8GMlztF9I0M0ZrzLrfDp { color:#071638;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:44.4375rem;left:7.4375rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aD8VfLoK532Fws3TQtQqCkcXfcEz8Bd7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:17.0625rem;left:5rem;display:none; }
#PNhuwyEN2D8pF8Q1217R6EPJQ89IKhsR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15260;opacity:1;top:53.1875rem;left:42.125rem; }
#WbUTqnRO8aVy0HNXp08iTDPvLKDKHZVc { color:#071638;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15200;line-height:1.1;letter-spacing:0;top:53.375rem;left:44.9375rem;height:1.7871125rem;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; }
#znXAakk2t2lX2B51NhcFidwKhKDmNfx4 { color:#071638;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15204;line-height:1.3;letter-spacing:0;top:55.8125rem;left:44.9375rem;height:11.375rem;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; }
#nkFzew6XWFanulfWOXvwy0HNTVPSWfCa { color:#071638;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15201;line-height:1.1;letter-spacing:0;top:68.605903625487rem;left:44.8125rem;height:3.57421875rem;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; }
#gZgTPDyRSVo6TUtfCh2BhVwmWUOxdlco { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15261;opacity:1;top:68.21875190735rem;left:42.1875rem; }
#xMd8kupk7BU91doKSbMEIOC1rdyA9Ib7 { color:#071638;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:73.21875190735rem;left:44.5625rem;height:4.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; }
#wrJTF3Ay3cZPszWTKE20RkJMGAwNVokR { color:#143232;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:82.217880249025rem;left:42.375rem;height:4.63671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vU1BIGWg1sLIgv4QqEMcMO832V2oAqSU { color:#143232;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:86.199653625487rem;left:42.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CPDMy0IS6QXSlZ39eASpkBUcznC3eoXg { background-color:rgba(var(--color-primary-3),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15262;text-align:center;text-align-last:center;top:91.166667938231rem;left:45.6875rem;display:block; }
#m3yA6vZpNRmtAl5vy40c9Wi9RXxHo62O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTVLoFiM0ATbJGDi2XrgEWsqPSBUxLRW { color:#143232;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:98.905391693113rem;left:42.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row .container { background-color: transparent; background-image: none; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row .container > .video-iframe-container { display: none; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row > .video-iframe-container { display: none; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .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); }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row .container { border-width: 0; border-radius: 0; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row .container { font-size:0.875rem;font-family:lato;height:38.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ZRR2JU4Mgz6a6RGEGu7gdeiJIJ5AqUTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:2.625rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KUqIrCPQ8dxGFblQ3xK4XDsphkzyzK3B { color:rgba(var(--color-tertiary-3),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:10.9375rem;left:37.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AT3uXaBFyZk7PdmqbThSeAh90tOz8ONG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:8.375rem;left:41.4375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#by4vpqVsp1yZtFFEM99ASFhrfkbaqsuz { color:rgba(var(--color-tertiary-3),1);display:block;width:37.0625rem;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:17.125rem;left:37.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OHKvLczpRp2JRBhLEaavSgak8UzIF6bD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:14.5625rem;left:41.4375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cdXNgFqimkCpDxnuaKATbbFZ1DSRnCsr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.4375rem;left:37.9375rem; }
#znbVDSprIPPTZkxluc4R7F3mDfkAyBV1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.625rem;left:37.9375rem; }
#dLyicdheFUsgQTMd3NivPv2S06a0Quvn { position:absolute;display:block;z-index:15003;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:16.8125rem;width:33.75rem;top:8.375rem;left:0rem;overflow:hidden;display:block; }
#s2MVyvTM2ZLWMetVKq6lIxLfBdg29KUk { color:rgba(var(--color-tertiary-3),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:30.75rem;left:1.9375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nJFwSK6m8NNrmsCvTch8GvnFtnHuRxR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:20.3125rem;left:41.4375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#x1oEKABRHRUQUCJsAlLabBAZsGaXEa9W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20.3125rem;left:38rem; }
#JztRT6HVkkdmVISJPaLaw118APcNnVLu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.724609375rem;left:60.0625rem;display:block; }
#cIDKKsz8L3PuWI7SCU6QIlgiNKbTvai6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:27.25rem;left:1.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zT45NxLGaEUzF6EZpohNQACkZvlFf2wn { background-color:#fa0048;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.9375rem;left:41.4375rem;display:block; }
#IsM82iKDkp5rX6qlilIrFZsEFJRz4CvX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTTifTmHaQbW39h18MG2OI2idRtb7RTv { color:rgba(var(--color-tertiary-3),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:24.875rem;left:37.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container { background-color: transparent; background-image: none; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container > .video-iframe-container { display: none; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row > .video-iframe-container { display: none; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .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); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container { border-width: 0; border-radius: 0; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container { font-size:0.875rem;font-family:lato;height:84.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#FJnorK0PTpWgJiaarRKp4MPaqGSRZHcq { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.9375rem;width:40.5625rem;top:1.4375rem;left:33.875rem;display:block; }
#h1yT01NcpdwS8zU8957AX5shcuLbtOVm { color:rgba(var(--color-primary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:6rem;left:36.1875rem;height:5.125rem;text-align:justify;text-align-last:initial;display:block; }#h1yT01NcpdwS8zU8957AX5shcuLbtOVm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h1yT01NcpdwS8zU8957AX5shcuLbtOVm li:before{  }
#KGXCwdR5Vs1JSkVfQhomNExTtU0y9pXA { color:rgba(var(--color-primary-3),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:3.5625rem;left:40.5rem;height:1.5rem;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; }
#UeTrWL4kQTg0LDFOE8cGANi30Je4AHDh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.875rem;left:36.1875rem; }
#QwvgOqsvGGTMoauLyN9mTotPgOPLW10x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.22917175293rem;left:0rem; }
#T4VTSgOfTkdKRAyTSlZTt1t377FUHuPL { color:rgba(var(--color-tertiary-3),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:6.0625rem;left:29.3125rem;height:0;text-align:justify;text-align-last:initial;display:block; }#T4VTSgOfTkdKRAyTSlZTt1t377FUHuPL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4VTSgOfTkdKRAyTSlZTt1t377FUHuPL li:before{  }
#IAHHMGFptVloqk4IHXVeVmSdfcqWwelQ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.9375rem;width:40.5625rem;top:14.4375rem;left:33.875rem;display:block; }
#tK4i7Fm8SEwTPm5rmqposQ631rOGda5k { color:rgba(var(--color-primary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:19rem;left:36.1875rem;height:5.125rem;text-align:justify;text-align-last:initial;display:block; }#tK4i7Fm8SEwTPm5rmqposQ631rOGda5k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tK4i7Fm8SEwTPm5rmqposQ631rOGda5k li:before{  }
#gdJ56Tepl0kyrxRN1ixqGJUhPGowiUAb { color:rgba(var(--color-tertiary-3),1);display:block;width:45.6875rem;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:23.6875rem;left:28.75rem;height:0;text-align:justify;text-align-last:initial;display:block; }#gdJ56Tepl0kyrxRN1ixqGJUhPGowiUAb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gdJ56Tepl0kyrxRN1ixqGJUhPGowiUAb li:before{  }
#lQi3UqCm4mWvEggO4ffIbxK6pTG5wHnE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.875rem;left:36.1875rem; }
#KkUrAyZzqSqy9yGbRUCV14HmGkfzRlCr { color:rgba(var(--color-primary-3),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:16.5625rem;left:40.5rem;height:1.5rem;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; }
#dOlVoZTDkgmAtd7fJ97oJMXbkqFcv239 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:40.5625rem;top:41.1875rem;left:33.875rem;display:block; }
#SpsQLiezW8NJ5o4K9SxfRApUfhQFWmRL { color:rgba(var(--color-primary-3),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:46.875rem;left:36.1875rem;height:8.125rem;text-align:justify;text-align-last:initial;display:block; }#SpsQLiezW8NJ5o4K9SxfRApUfhQFWmRL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SpsQLiezW8NJ5o4K9SxfRApUfhQFWmRL li:before{  }
#XUW6XzLSnTf0zkKmtThnS7pFTUToLtuC { color:rgba(var(--color-tertiary-3),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:50.4375rem;left:28.75rem;height:0;text-align:justify;text-align-last:initial;display:block; }#XUW6XzLSnTf0zkKmtThnS7pFTUToLtuC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XUW6XzLSnTf0zkKmtThnS7pFTUToLtuC li:before{  }
#UJrFT3iggpDRMamJIs2ERCQbLorKTA8t { color:rgba(var(--color-primary-3),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:43.3125rem;left:40.5rem;height:3rem;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; }
#ICm6ixL7KoCJSXH1LTZy6uUgkxhIA6VE { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:40.5625rem;top:27.3125rem;left:33.875rem;display:block; }
#OZLboa4DaJhvhqTVuAFpLvBnJ1NfP72J { color:rgba(var(--color-primary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:31.875rem;left:36.1875rem;height:6.9375rem;text-align:justify;text-align-last:initial;display:block; }#OZLboa4DaJhvhqTVuAFpLvBnJ1NfP72J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OZLboa4DaJhvhqTVuAFpLvBnJ1NfP72J li:before{  }
#cu71GC59evi3hyyzlL72IfgKx0QwcN1t { color:rgba(var(--color-tertiary-3),1);display:block;width:45.6875rem;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:36.5625rem;left:28.75rem;height:0;text-align:justify;text-align-last:initial;display:block; }#cu71GC59evi3hyyzlL72IfgKx0QwcN1t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cu71GC59evi3hyyzlL72IfgKx0QwcN1t li:before{  }
#QcVaxhhw417hOEl9tOT5nuRpcorFotMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:42.625rem;left:36.1875rem; }
#evcLga0CCiKvRMCFoDXaNPNl8qPTht95 { color:rgba(var(--color-primary-3),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:29.4375rem;left:40.8125rem;height:1.42480625rem;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; }
#cwpIBJR3cyofq36dvTzkbZvfqFKX1bcd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28.75rem;left:36.1875rem; }
#mua3565yLCzhJP3TlOea29sOJyz4k1X5 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:40.5625rem;top:67.625rem;left:33.875rem;display:block; }
#FSlpwGJcAeu7xuGpPT20orm9sQOb7nzW { color:rgba(var(--color-primary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:72.8125rem;left:36.1875rem;height:7.8125rem;text-align:justify;text-align-last:initial;display:block; }#FSlpwGJcAeu7xuGpPT20orm9sQOb7nzW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FSlpwGJcAeu7xuGpPT20orm9sQOb7nzW li:before{  }
#IHyvZRbBgdbokWe893H4y1XRMCB3Z74M { color:rgba(var(--color-tertiary-3),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:72.8125rem;left:28.75rem;height:0;text-align:justify;text-align-last:initial;display:block; }#IHyvZRbBgdbokWe893H4y1XRMCB3Z74M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IHyvZRbBgdbokWe893H4y1XRMCB3Z74M li:before{  }
#KFyy5uCOXRhBSvfwusp6k1xaoI3r341q { color:rgba(var(--color-primary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:69.75rem;left:40.5rem;height:3rem;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; }
#qafTouMhup7VE2rwDTUTJeEcoHAKNpXV { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5rem;width:40.5625rem;top:57.125rem;left:33.875rem;display:block; }
#lUEo85ylU0qbt4gL1DiRbNeVLqZFFhnr { color:rgba(var(--color-primary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:61.66535949707rem;left:36.1875rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }#lUEo85ylU0qbt4gL1DiRbNeVLqZFFhnr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lUEo85ylU0qbt4gL1DiRbNeVLqZFFhnr li:before{  }
#CxLHPHSD1wKTlgsekdxTLqfqHeAQwGr2 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:66.375rem;left:28.75rem;height:0;text-align:justify;text-align-last:initial;display:block; }#CxLHPHSD1wKTlgsekdxTLqfqHeAQwGr2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CxLHPHSD1wKTlgsekdxTLqfqHeAQwGr2 li:before{  }
#WgOPcPbu3DLMXAPBXTHAam3CfrknnUXJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:69.0625rem;left:36.1875rem; }
#nVLUy69OlvPEZUdRU4w7H4LowkNrTTKL { color:rgba(var(--color-primary-3),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:59.3125rem;left:40.5rem;height:1.5rem;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; }
#XlfIKooLRWMfTVnMBvgRW4tmh1THlViH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:58.5625rem;left:36.1875rem; }
#uA541erqcghmL7nwrKQT1ouxnsMep5gC { position:absolute;display:block;z-index:15062;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:32.3125rem;width:26.8125rem;top:5.5rem;left:4.375rem;overflow:hidden;display:block; }
#hgnh4QGvv6K9NEnsZBrddOkI4ifnZQMU { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:33.9375rem;width:28.4375rem;top:5.0625rem;left:3.5rem;display:block; }
#RqKM9oxBL7KUENGoyGoESw0T2hLxOGn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:1.4791717529297rem;left:4.1458339691162rem;height:2.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qgguRPWT8ZEVylSfkQdwFwJNWyeKxxfB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:28.5rem;top:41.14453125rem;left:3.53125rem;overflow:hidden;display:block; }
#xSs8AHxBHs7ya2Ba7QmO4h4fecvEt6WI { background-color:#ee3162;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:4.375rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:77.2275390625rem;left:7.84375rem;display:block; }
#Anwt5ZV3goBb4IvAICIefiDh3CpOPK1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4OllAW8r4QVh0H2B13XeiGZxpwcccHP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.875rem;left:36.1875rem;display:none; }
#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { background-color: transparent; background-image: none; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container > .video-iframe-container { display: none; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row > .video-iframe-container { display: none; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .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); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { border-width: 0; border-radius: 0; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { font-size:0.875rem;font-family:lato;height:30.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#vMQlC8P6JRy7p3J08tXyUJiTmnTQs8C7 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6875rem;left:25.0625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nHKzlNTuWStuBQIEZOtK77i89SR6urqd { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:24.5rem;width:24.5rem;top:4.6875rem;left:47.625rem;display:block; }
#rhU1Isq2vokKdZkT1DFwpmcm9DTrgG01 { color:rgba(var(--color-tertiary-3),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.75rem;left:25.0625rem;height:11.25rem;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; }
#L0Cdo2H80nFoDGEHnSbJohRZkIzOFthS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:17.3125rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f3;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; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row .container { background-color: transparent; background-image: none; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row .container > .video-iframe-container { display: none; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row > .video-iframe-container { display: none; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .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); }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row .container { border-width: 0; border-radius: 0; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #08a4af, #554ee8);background-image: -moz-linear-gradient(0deg, #08a4af, #554ee8);background-image: -ms-linear-gradient(0deg, #08a4af, #554ee8);background-image: -o-linear-gradient(0deg, #08a4af, #554ee8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08a4af', endColorstr='#554ee8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08a4af', endColorstr='#554ee8' );";background-image: linear-gradient(0deg, #08a4af, #554ee8);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:#ffffff;padding-top:0.595625rem;padding-right:0.556875rem;padding-bottom:0.595625rem;padding-left:0.556875rem;display:block;align-items:center;width:3.33875rem;min-width:3.33875rem;height:3.205rem;position:relative;font-family:arial;font-size:2.385625rem;font-weight:700;line-height:51.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.451875rem;height:1.2675rem;position:relative;font-family:"open sans";font-size:0.894375rem;font-weight:700;line-height:20.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21.8125rem;height:6.0375rem;padding-top:0.075rem;padding-right:0.079375rem;padding-bottom:0.075rem;padding-left:0.079375rem;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:3.56103515625rem;left:25.8125rem;z-index:15015; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #vwx19Lnw47qmNomhBzldIfE7zrXtJ6un { display:flex;position:relative;top:0rem;left:0rem; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #HAT1PCxE7ug22HTZH8yJGL8oIKloh4Lo { width:auto; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #qtZbcCXyyCAOWbaVqh3RGBIgUzVZxGWv {  }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #iNILPX6dE4NdD6qodqpGl1SFbrPApxpX { display:flex;position:relative;top:0rem;left:0rem; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #oP01aK4iSdFh9ZawRa97ZTu2N2SiMNew {  }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #sQ4T5OUF7iAP6OHN6B0FFxr8Fd1XHTEy {  }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #AhXvCBG6gzv2ahKfxFJlMtqrPhdSIPDE { display:flex;position:relative;top:0rem;left:0rem; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #m7JbfzPH3omTkTL5xPxhIG2kRZU6elmU {  }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #CTivdpSF1XCASWn5OZQiTozNgK1TXakc {  }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #JJaTxPLE4JRKXHieDw7Rea2H1sCmV5Vn { display:flex;position:relative;top:0rem;left:0rem; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #PTztzJd1DfpDmNQuZ8Hb5uBUgRG4doWx {  }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #eB3TnJct1Zt5eVuMa6Uf2IfNXunEIJIz {  }
#gA9PIFz7zneTBuaOFPosLUk0qWXw9PCE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.75rem;left:28.5rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row .container { background-color: transparent; background-image: none; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row .container > .video-iframe-container { display: none; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row > .video-iframe-container { display: none; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .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); }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row .container { border-width: 0; border-radius: 0; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#u2ZMePrUxptye14aFZeoIWJ0nkr4WrJH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:48.75rem;width:28.75rem;top:7.25rem;left:7.25rem;display:block; }
#nqs0cKUlnR9FlE5Jaz3TVT1eUu8k1Q9b { background-color:#ff004a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.75rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:50.3125rem;left:11.75rem;display:block; }
#QT4XZgTRe9zQNbll7EsMxLhIxgsQIvFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8gofDb8BVvhVZDcVitL8VbvlGyyR2pC { color:#ef2222;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15133;line-height:1.5;letter-spacing:0;top:13.4375rem;left:16.3125rem;height:2.25rem;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; }
#ly2WP2MTIgkD1B4Qd5GfWZL6r0JiBbf1 { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:20rem;top:17.5625rem;left:14.6875rem;display:block; }
#XFmZJwT1FHqfMOOgLdgPg248TTqDpyqV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:9rem;left:8rem;height:3.75rem;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; }
#uz3xtMkpAo6NaR3vc4gdEqNaI6rXPV1I { color:#00bf63;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:12.6875rem;left:8rem;height:3.5996125rem;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; }
#bGmnQNpl5xK1Krh2k3qXKnAI0bgTKfOK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:48.75rem;width:28.75rem;top:7.375rem;left:39rem;display:block; }
#Zthl8uTsRtvs7a8VWCm90B9bbJrrFyP3 { background-color:#fa0048;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.75rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:50.4375rem;left:43.1875rem;display:block; }
#hqtOqtAU0yZN3ZD97mBS4mEheFEgm03E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxkykxc0IGTUyVkAX7CdZkJILwdFnONq { position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:19.6875rem;top:17.625rem;left:40.25rem;display:block; }
#GMJqGdpqBTWItQmaCUPWeKL5063lUQin { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:9.3125rem;left:39.9375rem;height:3.75rem;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; }
#dSvWxC6WckVn5H8rBpiDwDFTauHaeMoG { color:rgba(var(--color-tertiary-3),1);display:block;width:62.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:4.2291717529297rem;left:6.125rem;height:1.875rem;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; }
#gsqoCdn9dvbwb5slftJovs9JqSouWbm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15089;line-height:1.5;letter-spacing:0;top:18.9375rem;left:8rem;height:17.8125rem;font-style:normal;display:block; }#gsqoCdn9dvbwb5slftJovs9JqSouWbm6 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gsqoCdn9dvbwb5slftJovs9JqSouWbm6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
#g09ZZoTwH3S2tRxzCAKs3V4TPzs29EVT { color:#ef2222;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15135;line-height:1.5;letter-spacing:0;top:13.5rem;left:47.875rem;height:2.25rem;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; }
#CT8h9PyBhX2s7lV4Apaa8kxgiU16dHHN { color:#00bf63;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:12.75rem;left:39.9375rem;height:3.5996125rem;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; }
#dMw1Ba850H3STrNDpNLhK5z6Nd7GMPNy { color:#ececec;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15090;line-height:1.5;letter-spacing:0;top:19rem;left:39.5625rem;height:17.8125rem;font-style:normal;display:block; }#dMw1Ba850H3STrNDpNLhK5z6Nd7GMPNy li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dMw1Ba850H3STrNDpNLhK5z6Nd7GMPNy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
#A8W1AJfIpgZ6cUkk7GQiaowLl9TWu1cC { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15090;line-height:1.5;letter-spacing:0;top:37.6875rem;left:8rem;height:11.4375rem;font-style:normal;display:block; }#A8W1AJfIpgZ6cUkk7GQiaowLl9TWu1cC li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#A8W1AJfIpgZ6cUkk7GQiaowLl9TWu1cC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b4730cdaf6f36016b0c57926ae6fd72.svg); }
#V0QTkmX6O7y7u83JmLyEFMmJpLcTfzDV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:0.5625rem;left:19.75rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AwCX5ZJ6Uqm4CEufgvWmXMs72g2Do6fB { color:rgba(var(--color-secondary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15091;line-height:1.5;letter-spacing:0;top:37.645843505859rem;left:39.625rem;height:11.4375rem;font-style:normal;display:block; }#AwCX5ZJ6Uqm4CEufgvWmXMs72g2Do6fB li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#AwCX5ZJ6Uqm4CEufgvWmXMs72g2Do6fB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
#yP0QlfJnDsLcNpOngdSk95inRavqCA2c { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { background-color: transparent; background-image: none; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container > .video-iframe-container { display: none; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row > .video-iframe-container { display: none; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .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); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { border-width: 0; border-radius: 0; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { font-size:0.875rem;font-family:lato;height:38.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ET8Cz3WeIygJyVmwq20FGCtVXmLDAiaT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.7083358764649rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IgEWlOiJuBl2CHUUQR9qUfbTHzQQQ8vk { position:absolute;display:block;z-index:15003;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:11rem;width:20rem;top:6.6875rem;left:55rem;overflow:hidden;display:block; }
#PLbC7gpKWcU5DzrPxeJVt6h3FMVHPKbc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:15.5625rem;top:18.75rem;left:55rem;overflow:hidden;display:block; }
#KnUlOWmaPMHc1fVslIufuri9X582NUrg { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:15.375rem;left:0rem;height:10.5rem;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; }
#MDQ2sTrR2N58GFfKADucDC2Fs2Te3RdH { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4.75rem;left:47.375rem;display:block; }
#CxB3HH93hD5O8P1DlpVUkHUgHf3my5T9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.125rem;left:6.625rem;display:block; }
#RAw59Nk6LfSmPqaGguodRCnFiDX0yEtN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcFTP1PtlVlRwdqbBBHgFoRRTFPOKsMh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.375rem;left:25.1875rem;height:15rem;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; }
#qsHdfq8aVM62pROlULhg1JiSseQSARyU { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:28.4375rem;left:1.5rem; }
#BJp5knCUWFIJJHlAXEXgyfthmkQvbASV { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.9375rem;left:49.25rem; }
#gxAUoEc2RfbBZzHEpyI0m2yvQuKVlU1v { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:9.4166679382325rem;left:0rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { background-color: transparent; background-image: none; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container > .video-iframe-container { display: none; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row > .video-iframe-container { display: none; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .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); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { border-width: 0; border-radius: 0; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { font-size:0.875rem;font-family:lato;height:22.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#xB9UREabUp8l5WWHC3TahJBDCVGEr0hK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z0whDLmrilF3k5nTfrPfzmvlbyyrEeNV { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:9.0416870117188rem;left:0.91666793823244rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VFTLeEQPTexWha8dh7keTWbe5dGlycde { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:9.0625rem;left:17.770835876465rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J5l24FgMISDpVnb0KkikRhDxwMUSPBMA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:16.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qR7H5UnlBcZhq1hb4yIaSr7LF8EInUBT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:11.875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nczofaVFxcDcwVUkoMphLcQcbCQt50Hf { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:15.8125rem;left:0rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GcNI6saTRhBIltD1whddOifRzfTFh4uL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:16.416687011719rem;left:18.541667938233rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DeOLheBl60ddlfdWGn4vTbWB5ieAwFzB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:11.875rem;left:16.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JMWFzkOeM9Rg82T0thq7Rh1UvwKFVAW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:5.75rem;left:34.625rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#sKp2l46tHtA5XzILBy3wt0xd3gMMxgT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:11.6875rem;left:34.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#EldJXL1udI174i3KBMurmhcxbTCb0m7O { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:9.25rem;width:9.25rem;top:10.82421875rem;left:42.5625rem;display:block; }
#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row .container { background-color: transparent; background-image: none; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row .container > .video-iframe-container { display: none; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row > .video-iframe-container { display: none; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .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); }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row .container { border-width: 0; border-radius: 0; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row .container { font-size:0.875rem;font-family:lato;height:50.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#tk7avSpFUoWHo02oJh4paqVt1tzVQ4mH { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:13.6875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pf1501hHxeMxq6RCzIhT9IAaZmfJZzeh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.25rem;left:3.5625rem; }
#ePWhF0CDqK5qbSrtk0XgxXuLCulptxKB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.75rem;left:0rem; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-1),1); }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:2.5;overflow:hidden;height:auto; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_87658e994c36125b63a232b9126e6deecc34a8fa.svg");background-size:contain !important; }#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-trigger.adaptive-delivery-prevent-bg, #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-trigger.lazyload, #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-trigger.lazyloading { background-image: none; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15070;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.791687011719rem;left:0rem; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #HFLB3oLpk0WbW864snrdlsiIqIs5yAdJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #ebpNFoskfL9at1aU7nHSXi1eMMehUJEm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #KXtRdTPmd7oXsd4OQFQzCPvXABZthrzd { display:block;position:relative; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #xSMOAPtfz4TouJsJyiq85iUSyCuTB4xk {  }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #svvHiWdwVDfKKqQ1m4i4SdTSgBNMaLp5 {  }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #srqGMrEbNmqRy3bD6KZdaQ54g4E2k4sw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #X6NXGChggMEFnZDc2tsiSrobFoTPHc6e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #Hn3Rlup6rWLKiJ7rxSxHbTWFE5veIkS7 { display:block;position:relative; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #z3xAk0ESTRqrFoV8VbeoUVnE2RCt8n5T {  }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #WdTMWCBQucObyaEozItEQUi1y6dRvHNO { display:none; }
#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row .container { background-color: transparent; background-image: none; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row .container > .video-iframe-container { display: none; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row > .video-iframe-container { display: none; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .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); }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row .container { border-width: 0; border-radius: 0; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row .container { font-size:0.875rem;font-family:lato;height:8.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#cmelUTocX6hsb8rQPuqpDDD3dQ9rFbLV { color:rgba(var(--color-tertiary-2),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iSTsmxFpQXwXTINTZudGHu7odyxyHnpp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:4.3125rem;left:55.625rem;display:block; }
#ev3dUDasNPU3GGbKLTE4Mxu47rWhh2hL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTussJa2ZXWWrGGLZTpzJ398C1ndZeEM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.3125rem;left:45.625rem;display:block; }
#x2OTfoquHeW6kr6I0FthlUidMTooqLEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vK2N1UhG3oCAcH0Xfru2ceSlM3PRTLm1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-1),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.6875rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 { display:block; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .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; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;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; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #fuSzQV2HEXko4NDVZs9E7LTtFTTcl0HF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #sbGqdBFi4T0KpedZ7CyHvdqxhe4gTftA {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #prUQec2ndvTnvzMQL2F2yNufkiwxoAnN {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #BtkJ7JxvMOPUFG6knBwwhRQI9RroTQvv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #IbIaPiL9edXqrWXpeKxqm8VKuG2t0K2x {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #WS3BNdZqqT3zx7V2cbHCxlbNSVkk9rpk {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #TaFGRuD07LG23MsC3emSrnmzqSXQXQlV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #PG2DVwQguw8LyXEvHkRLaTD58bnqQayn {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #kbauSv93R91M3JdVisOsWRcTdtZPwE3J {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #Nr6xmwwU8TADNPADebQ5puJcu5OfhUVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #EVO9IqUuagifDaIreigquvoJWh7tpcSO {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #aAACnVBSWbfMxQvgh9ATzc7cHXTg1hRe {  }
 }@media only screen and (max-width: 763px) { #dmOMPA4CpOW05Eds8OVA8wQJuRK8zE9n { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr { display:block; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagQwIr8M2NLQFz8Kc9461KtLebbzc25 { top:12.5625rem;left:0rem;width:22.4375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndxyOvdaHqpaMc1dKBmQJxLOZTqE0fJ3 { top:4.1875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZXn8E6608QlerUkbiIQgqKA35QJcRCZ { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2ZQwwiaDyRR8Z5igbE4PE4LVmUVody { display:block; }
 }@media only screen and (max-width: 763px) { #uUGx26RWJiWpke8hZnPUixKT1sKe5HeX { top:14.0625rem;left:9.5rem;width:25.6875rem;height:15rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5EI4WyHKSUHQllAAbuh8ENNLLHfMnx9 { top:7rem;left:28.125rem;width:19.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAbrZEb9OovEoQv5Pl59XiaA1JKwtWqv { top:13.875rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flsL3uXbUJq9sdroBUAd6FHtlL3txtvM { top:10.375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVWfonXOUuCCBXFqEnBQ4KlfqGSXigEX { top:8.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h62V3R6ItqvQ5pDXVyl76RGSMdCKD3xQ { top:1rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz { display:none; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cCZAkWguUZ9KkfU7xteki0PmG0rCbzax { width:21.125rem;height:4.875rem;top:91.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKZl2zTHK7NmvI8BQU0JJKInKVGnAI5d { display:block; }
 }@media only screen and (max-width: 763px) { #RvWbQrd27X2tSWR2XPwmWZ8Hne7GSUMb { top:44.4375rem;left:0.625rem;width:19rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3UgyMFEUe8HxWiIAnlDBE6lQrqVVs7K { top:42.125rem;left:0.625rem;width:22.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQt9dioPKcQ4cnffKNqBTmhRSNSNLT7U { top:34.75rem;left:0.875rem;width:19rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuKvopnFcoGKEyuKTtT2ekqnim1J8Cik { top:32.4375rem;left:0.4375rem;width:23.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5RxxsQzkXH4K8fPIdfW9e6a1LG2nVJ { top:26.5rem;left:0rem;width:24.1875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zreP6QuLSEFqqfLAOkvmuVfFMTevmmvQ { top:24.3125rem;left:0rem;width:24.0625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUFPnXSV2IK4VJpN50OtDVrF39yRy9FC { top:3.0625rem;left:0rem;width:27.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVbaPtwOqGkp3UrlppuTRw5TLThSodtr { top:9.5625rem;left:0rem;width:26.6875rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLI4UXti46SA3iUpNwtGkRXEqNUsl3qH { top:3.0625rem;left:3.5rem;width:17.3125rem;height:6.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gANfdvD8HzTN7pR1hgXdalBWJHB0LhTG { top:17.0625rem;left:0rem;width:24.0625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A59Q59QCVAnAsTqTJsPgTuAuK4TVZtw3 { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic2XpKkQT4Ovq7hfS5IJh4wGelqnQXpP { top:19.1875rem;left:0.8125rem;width:18.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydOWlLnE5nNxDkTwfR5nddHKdSOtkQ2P { top:23.125rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqlTlCnTWNCrUP8Cx55fRsQ7ZWwdXIW { width:20rem;height:3.8125rem;top:98.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvQ5M8a8ct7daCtz3eeFJ6Pfdz9zoG4g { width:27.6875rem;height:4.625rem;top:82.1875rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsOZ4cVGfP5tLG5wbIl3io17i6lGwnRO { width:27.6875rem;height:2.25rem;top:86.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6qrZMlivH0rrxuFxbUGI96wqoHmhEB5 { top:80.1875rem;left:3.5rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUMvRBGbBxMnrTwtBZy5eJM5VLx1Tifo { top:73.25rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHdd6I5BeBzCNgar35DhCCP8myZL2xTL { top:68.625rem;left:0rem;width:25rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be8t9g6BDu4I94hFcEUy4k3fcb9yhc5J { top:55.8125rem;left:0.625rem;width:19.25rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yepSkHFtNhN947q1mhuzVb3y6WRRO9MP { top:68.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i91hUT3vB90kunnaRJZbAQEidvbT87aG { top:53.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaVG1xswB70a6TsTklMSJqcbDbWNGWP5 { top:53.375rem;left:0rem;width:25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJtKcs6KIGH5Nd1aMlseTotZ0iCdTLO { top:1.3125rem;left:0rem;width:30rem;height:106rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlvv825vnTmOfXPbR55R7vLTqZ3Wx85h { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #maa1TxHxE10WRK5t98EVPC63xad2me1x { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkL3GkzTZFSXevb3C9FdWgne061btO8J { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxQf38DVHJ3FneAFPFtyP4i5T9xU0xUK { top:1.3125rem;left:0rem;width:30rem;height:106rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1XRMON6ka6Z3ztwzvCs3DtonUINJDLt { top:3.0625rem;left:20.8125rem;width:26.9375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxwWmmXsQJfluIBbJbCOJquM3X5iiulA { top:3.3125rem;left:26.5625rem;width:17.3125rem;height:6.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3CrTuUqrcNnVK17r9iQUgM4aylBiFJn { top:9rem;left:21.875rem;width:25.875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThBAWMHgiaMnn8AR6moWp5SqiPDSyDm { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hx2VJluEmnxveuTFMZP1Bx8MIaubZ0ue { top:17.0625rem;left:0rem;width:24.0625rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lugm8mgGLsEk9shsZTIfIdc3oprtmsE8 { top:19.1875rem;left:0.8125rem;width:18.9375rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLdr2vQdA0wqa8R5dz8ST6p9AtnZs8Kp { top:24.3125rem;left:0rem;width:24.0625rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZuwCMV1G6GoVR8zQZmPZuXsspKasFfe { top:26.5rem;left:0.6875rem;width:18.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #penHafmOhLxu40S925ofqoyAnS44AX5o { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhLA8aBt1deArHhQR43ASdiuIyVAOp0O { top:32.4375rem;left:0.4375rem;width:23.4375rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8fyvouhINT9EVwhOA6eREqR0uVd5F9A { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkpWArTlk3QkeZfKoAB3IeAwmFMOSu2G { top:34.75rem;left:0.875rem;width:19rem;height:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nhyp9AORTf8mhR1JNrgtNOXiH8KAr9MR { top:42.125rem;left:0.625rem;width:22.125rem;height:2.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wd4UhRaEhgdZ8GMlztF9I0M0ZrzLrfDp { top:44.4375rem;left:0.625rem;width:19rem;height:5.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aD8VfLoK532Fws3TQtQqCkcXfcEz8Bd7 { top:17.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNhuwyEN2D8pF8Q1217R6EPJQ89IKhsR { top:53.1875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbUTqnRO8aVy0HNXp08iTDPvLKDKHZVc { top:53.375rem;left:22.75rem;width:25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znXAakk2t2lX2B51NhcFidwKhKDmNfx4 { top:55.8125rem;left:24.5rem;width:18.4375rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFzew6XWFanulfWOXvwy0HNTVPSWfCa { top:68.5625rem;left:22.75rem;width:25rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZgTPDyRSVo6TUtfCh2BhVwmWUOxdlco { top:68.1875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMd8kupk7BU91doKSbMEIOC1rdyA9Ib7 { top:73.1875rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrJTF3Ay3cZPszWTKE20RkJMGAwNVokR { width:27.6875rem;height:4.625rem;top:82.1875rem;left:20.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU1BIGWg1sLIgv4QqEMcMO832V2oAqSU { width:27.6875rem;height:2.25rem;top:86.1875rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDMy0IS6QXSlZ39eASpkBUcznC3eoXg { width:21.125rem;height:4.875rem;top:91.125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3yA6vZpNRmtAl5vy40c9Wi9RXxHo62O { display:block; }
 }@media only screen and (max-width: 763px) { #kTVLoFiM0ATbJGDi2XrgEWsqPSBUxLRW { width:20rem;height:3.8125rem;top:98.875rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z { display:block; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRR2JU4Mgz6a6RGEGu7gdeiJIJ5AqUTZ { top:2.625rem;left:0rem;width:35.4375rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUqIrCPQ8dxGFblQ3xK4XDsphkzyzK3B { top:10.9375rem;left:10.6875rem;width:37.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT3uXaBFyZk7PdmqbThSeAh90tOz8ONG { top:8.375rem;left:14.1875rem;width:33.5625rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by4vpqVsp1yZtFFEM99ASFhrfkbaqsuz { top:17.125rem;left:10.6875rem;width:37.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKvLczpRp2JRBhLEaavSgak8UzIF6bD { top:14.5625rem;left:14.1875rem;width:33.5625rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdXNgFqimkCpDxnuaKATbbFZ1DSRnCsr { top:8.4375rem;left:24.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znbVDSprIPPTZkxluc4R7F3mDfkAyBV1 { top:14.625rem;left:24.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLyicdheFUsgQTMd3NivPv2S06a0Quvn { top:8.375rem;left:0rem;width:33.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2MVyvTM2ZLWMetVKq6lIxLfBdg29KUk { top:30.75rem;left:0rem;width:37.0625rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJFwSK6m8NNrmsCvTch8GvnFtnHuRxR3 { top:20.3125rem;left:14.1875rem;width:33.5625rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1oEKABRHRUQUCJsAlLabBAZsGaXEa9W { top:20.3125rem;left:24.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztRT6HVkkdmVISJPaLaw118APcNnVLu { top:5.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDKKsz8L3PuWI7SCU6QIlgiNKbTvai6 { top:27.25rem;left:0rem;width:33.5625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT45NxLGaEUzF6EZpohNQACkZvlFf2wn { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsM82iKDkp5rX6qlilIrFZsEFJRz4CvX { display:block; }
 }@media only screen and (max-width: 763px) { #hTTifTmHaQbW39h18MG2OI2idRtb7RTv { top:24.875rem;left:10.6875rem;width:37.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u { display:block; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJnorK0PTpWgJiaarRKp4MPaqGSRZHcq { top:1.4375rem;left:7.1875rem;width:40.5625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1yT01NcpdwS8zU8957AX5shcuLbtOVm { top:6rem;left:11.875rem;width:35.875rem;height:5.1875rem;font-size:1rem;display:block; }#h1yT01NcpdwS8zU8957AX5shcuLbtOVm li:before{  }
 }@media only screen and (max-width: 763px) { #KGXCwdR5Vs1JSkVfQhomNExTtU0y9pXA { top:3.5625rem;left:16.0625rem;width:31.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTrWL4kQTg0LDFOE8cGANi30Je4AHDh { top:2.875rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvgOqsvGGTMoauLyN9mTotPgOPLW10x { top:19.1875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VTSgOfTkdKRAyTSlZTt1t377FUHuPL { top:6.0625rem;left:2.0625rem;width:45.6875rem;height:0;font-size:1.25rem;display:block; }#T4VTSgOfTkdKRAyTSlZTt1t377FUHuPL li:before{  }
 }@media only screen and (max-width: 763px) { #IAHHMGFptVloqk4IHXVeVmSdfcqWwelQ { top:14.4375rem;left:7.1875rem;width:40.5625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK4i7Fm8SEwTPm5rmqposQ631rOGda5k { top:19rem;left:11.875rem;width:35.875rem;height:5.1875rem;font-size:1rem;display:block; }#tK4i7Fm8SEwTPm5rmqposQ631rOGda5k li:before{  }
 }@media only screen and (max-width: 763px) { #gdJ56Tepl0kyrxRN1ixqGJUhPGowiUAb { top:23.6875rem;left:2.0625rem;width:45.6875rem;height:0;font-size:1.25rem;display:block; }#gdJ56Tepl0kyrxRN1ixqGJUhPGowiUAb li:before{  }
 }@media only screen and (max-width: 763px) { #lQi3UqCm4mWvEggO4ffIbxK6pTG5wHnE { top:15.875rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUrAyZzqSqy9yGbRUCV14HmGkfzRlCr { top:16.5625rem;left:16.0625rem;width:31.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOlVoZTDkgmAtd7fJ97oJMXbkqFcv239 { top:41.1875rem;left:7.1875rem;width:40.5625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsQLiezW8NJ5o4K9SxfRApUfhQFWmRL { top:46.875rem;left:21.25rem;width:26.5rem;height:8.1875rem;font-size:1rem;display:block; }#SpsQLiezW8NJ5o4K9SxfRApUfhQFWmRL li:before{  }
 }@media only screen and (max-width: 763px) { #XUW6XzLSnTf0zkKmtThnS7pFTUToLtuC { top:50.4375rem;left:2.0625rem;width:45.6875rem;height:0;font-size:1.25rem;display:block; }#XUW6XzLSnTf0zkKmtThnS7pFTUToLtuC li:before{  }
 }@media only screen and (max-width: 763px) { #UJrFT3iggpDRMamJIs2ERCQbLorKTA8t { top:43.3125rem;left:16.0625rem;width:31.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICm6ixL7KoCJSXH1LTZy6uUgkxhIA6VE { top:27.3125rem;left:7.1875rem;width:40.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZLboa4DaJhvhqTVuAFpLvBnJ1NfP72J { top:31.875rem;left:11.875rem;width:35.875rem;height:6.9375rem;font-size:1rem;display:block; }#OZLboa4DaJhvhqTVuAFpLvBnJ1NfP72J li:before{  }
 }@media only screen and (max-width: 763px) { #cu71GC59evi3hyyzlL72IfgKx0QwcN1t { top:36.5625rem;left:2.0625rem;width:45.6875rem;height:0;font-size:1.25rem;display:block; }#cu71GC59evi3hyyzlL72IfgKx0QwcN1t li:before{  }
 }@media only screen and (max-width: 763px) { #QcVaxhhw417hOEl9tOT5nuRpcorFotMo { top:42.625rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evcLga0CCiKvRMCFoDXaNPNl8qPTht95 { top:29.4375rem;left:13.5625rem;width:34.1875rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpIBJR3cyofq36dvTzkbZvfqFKX1bcd { top:28.75rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mua3565yLCzhJP3TlOea29sOJyz4k1X5 { top:67.625rem;left:7.1875rem;width:40.5625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSlpwGJcAeu7xuGpPT20orm9sQOb7nzW { top:72.8125rem;left:11.875rem;width:35.875rem;height:7.8125rem;font-size:1rem;display:block; }#FSlpwGJcAeu7xuGpPT20orm9sQOb7nzW li:before{  }
 }@media only screen and (max-width: 763px) { #IHyvZRbBgdbokWe893H4y1XRMCB3Z74M { top:72.8125rem;left:2.0625rem;width:45.6875rem;height:0;font-size:1.25rem;display:block; }#IHyvZRbBgdbokWe893H4y1XRMCB3Z74M li:before{  }
 }@media only screen and (max-width: 763px) { #KFyy5uCOXRhBSvfwusp6k1xaoI3r341q { top:69.75rem;left:21.5rem;width:21.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qafTouMhup7VE2rwDTUTJeEcoHAKNpXV { top:57.125rem;left:7.1875rem;width:40.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUEo85ylU0qbt4gL1DiRbNeVLqZFFhnr { top:61.625rem;left:11.875rem;width:35.875rem;height:3rem;font-size:1rem;display:block; }#lUEo85ylU0qbt4gL1DiRbNeVLqZFFhnr li:before{  }
 }@media only screen and (max-width: 763px) { #CxLHPHSD1wKTlgsekdxTLqfqHeAQwGr2 { top:66.375rem;left:2.0625rem;width:45.6875rem;height:0;font-size:1.25rem;display:block; }#CxLHPHSD1wKTlgsekdxTLqfqHeAQwGr2 li:before{  }
 }@media only screen and (max-width: 763px) { #WgOPcPbu3DLMXAPBXTHAam3CfrknnUXJ { top:69.0625rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVLUy69OlvPEZUdRU4w7H4LowkNrTTKL { top:59.3125rem;left:16.0625rem;width:31.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlfIKooLRWMfTVnMBvgRW4tmh1THlViH { top:58.5625rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA541erqcghmL7nwrKQT1ouxnsMep5gC { top:5.5rem;left:0rem;width:26.8125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnh4QGvv6K9NEnsZBrddOkI4ifnZQMU { top:5.0625rem;left:0rem;width:28.4375rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqKM9oxBL7KUENGoyGoESw0T2hLxOGn4 { top:1.4375rem;left:0rem;width:30.4375rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgguRPWT8ZEVylSfkQdwFwJNWyeKxxfB { top:41.125rem;left:0rem;width:28.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSs8AHxBHs7ya2Ba7QmO4h4fecvEt6WI { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anwt5ZV3goBb4IvAICIefiDh3CpOPK1x { display:block; }
 }@media only screen and (max-width: 763px) { #P4OllAW8r4QVh0H2B13XeiGZxpwcccHP { top:2.875rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt { display:block; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMQlC8P6JRy7p3J08tXyUJiTmnTQs8C7 { top:5.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKzlNTuWStuBQIEZOtK77i89SR6urqd { top:4.6875rem;left:23.25rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhU1Isq2vokKdZkT1DFwpmcm9DTrgG01 { top:9.75rem;left:0rem;width:47.75rem;height:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Cdo2H80nFoDGEHnSbJohRZkIzOFthS { top:6.25rem;left:0rem;width:17.3125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu { display:block; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .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; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .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; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA { width:18rem;height:5.0625rem;display:flex;top:1.6875rem;left:15.28125rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #vwx19Lnw47qmNomhBzldIfE7zrXtJ6un { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #HAT1PCxE7ug22HTZH8yJGL8oIKloh4Lo {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #qtZbcCXyyCAOWbaVqh3RGBIgUzVZxGWv {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #iNILPX6dE4NdD6qodqpGl1SFbrPApxpX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #oP01aK4iSdFh9ZawRa97ZTu2N2SiMNew {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #sQ4T5OUF7iAP6OHN6B0FFxr8Fd1XHTEy {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #AhXvCBG6gzv2ahKfxFJlMtqrPhdSIPDE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #m7JbfzPH3omTkTL5xPxhIG2kRZU6elmU {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #CTivdpSF1XCASWn5OZQiTozNgK1TXakc {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #JJaTxPLE4JRKXHieDw7Rea2H1sCmV5Vn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #PTztzJd1DfpDmNQuZ8Hb5uBUgRG4doWx {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #eB3TnJct1Zt5eVuMa6Uf2IfNXunEIJIz {  }
 }@media only screen and (max-width: 763px) { #gA9PIFz7zneTBuaOFPosLUk0qWXw9PCE { top:0.75rem;left:14.875rem;width:17.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 { display:block; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2ZMePrUxptye14aFZeoIWJ0nkr4WrJH { top:7.25rem;left:0rem;width:28.75rem;height:48.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqs0cKUlnR9FlE5Jaz3TVT1eUu8k1Q9b { width:20.0625rem;height:3.75rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT4XZgTRe9zQNbll7EsMxLhIxgsQIvFr { display:block; }
 }@media only screen and (max-width: 763px) { #W8gofDb8BVvhVZDcVitL8VbvlGyyR2pC { top:13.4375rem;left:2.6875rem;width:10.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2WP2MTIgkD1B4Qd5GfWZL6r0JiBbf1 { top:17.5625rem;left:1.0625rem;width:20rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFmZJwT1FHqfMOOgLdgPg248TTqDpyqV { top:9rem;left:0rem;width:20.3125rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz3xtMkpAo6NaR3vc4gdEqNaI6rXPV1I { top:12.6875rem;left:0rem;width:19.4375rem;height:3.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGmnQNpl5xK1Krh2k3qXKnAI0bgTKfOK { top:7.375rem;left:19rem;width:28.75rem;height:48.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zthl8uTsRtvs7a8VWCm90B9bbJrrFyP3 { width:20.3125rem;height:3.75rem;top:50.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqtOqtAU0yZN3ZD97mBS4mEheFEgm03E { display:block; }
 }@media only screen and (max-width: 763px) { #xxkykxc0IGTUyVkAX7CdZkJILwdFnONq { top:17.625rem;left:26.625rem;width:19.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMJqGdpqBTWItQmaCUPWeKL5063lUQin { top:9.3125rem;left:26.3125rem;width:20.3125rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSvWxC6WckVn5H8rBpiDwDFTauHaeMoG { top:4.1875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqoCdn9dvbwb5slftJovs9JqSouWbm6 { top:18.9375rem;left:0rem;width:27.5rem;height:17.8125rem;font-size:1rem;display:block; }#gsqoCdn9dvbwb5slftJovs9JqSouWbm6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
 }@media only screen and (max-width: 763px) { #g09ZZoTwH3S2tRxzCAKs3V4TPzs29EVT { top:13.5rem;left:34.25rem;width:10.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT8h9PyBhX2s7lV4Apaa8kxgiU16dHHN { top:12.75rem;left:26.3125rem;width:19.4375rem;height:3.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMw1Ba850H3STrNDpNLhK5z6Nd7GMPNy { top:19rem;left:20.25rem;width:27.5rem;height:;font-size:1rem;display:block; }#dMw1Ba850H3STrNDpNLhK5z6Nd7GMPNy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
 }@media only screen and (max-width: 763px) { #A8W1AJfIpgZ6cUkk7GQiaowLl9TWu1cC { top:37.6875rem;left:0rem;width:27.5rem;height:11.4375rem;font-size:1rem;display:block; }#A8W1AJfIpgZ6cUkk7GQiaowLl9TWu1cC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b4730cdaf6f36016b0c57926ae6fd72.svg); }
 }@media only screen and (max-width: 763px) { #V0QTkmX6O7y7u83JmLyEFMmJpLcTfzDV { top:0.5625rem;left:6.125rem;width:35.5rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCX5ZJ6Uqm4CEufgvWmXMs72g2Do6fB { top:37.625rem;left:20.25rem;width:27.5rem;height:11.4375rem;font-size:1rem;display:block; }#AwCX5ZJ6Uqm4CEufgvWmXMs72g2Do6fB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
 }@media only screen and (max-width: 763px) { #yP0QlfJnDsLcNpOngdSk95inRavqCA2c { display:block; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET8Cz3WeIygJyVmwq20FGCtVXmLDAiaT { top:4.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgEWlOiJuBl2CHUUQR9qUfbTHzQQQ8vk { top:6.6875rem;left:27.75rem;width:20rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbC7gpKWcU5DzrPxeJVt6h3FMVHPKbc { top:18.75rem;left:32.1875rem;width:15.5625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUlOWmaPMHc1fVslIufuri9X582NUrg { top:15.375rem;left:0rem;width:21.9375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDQ2sTrR2N58GFfKADucDC2Fs2Te3RdH { top:4.75rem;left:33.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxB3HH93hD5O8P1DlpVUkHUgHf3my5T9 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAw59Nk6LfSmPqaGguodRCnFiDX0yEtN { display:block; }
 }@media only screen and (max-width: 763px) { #hcFTP1PtlVlRwdqbBBHgFoRRTFPOKsMh { top:15.375rem;left:11.5625rem;width:21.9375rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsHdfq8aVM62pROlULhg1JiSseQSARyU { top:28.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJp5knCUWFIJJHlAXEXgyfthmkQvbASV { top:19.9375rem;left:35.625rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxAUoEc2RfbBZzHEpyI0m2yvQuKVlU1v { top:9.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssHtrdWWie0vJgNSuVpU4TsfRyemGsU { display:block; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xB9UREabUp8l5WWHC3TahJBDCVGEr0hK { top:5.0625rem;left:0rem;width:16.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0whDLmrilF3k5nTfrPfzmvlbyyrEeNV { top:9rem;left:0rem;width:16.875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFTLeEQPTexWha8dh7keTWbe5dGlycde { top:9.0625rem;left:4.1458358764649rem;width:16.875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5l24FgMISDpVnb0KkikRhDxwMUSPBMA { top:5.0625rem;left:3.1875rem;width:16.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR7H5UnlBcZhq1hb4yIaSr7LF8EInUBT { top:11.875rem;left:0rem;width:16.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nczofaVFxcDcwVUkoMphLcQcbCQt50Hf { top:15.8125rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNI6saTRhBIltD1whddOifRzfTFh4uL { top:16.375rem;left:4.9166679382324rem;width:16.875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeOLheBl60ddlfdWGn4vTbWB5ieAwFzB { top:11.875rem;left:3.1875rem;width:16.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMWFzkOeM9Rg82T0thq7Rh1UvwKFVAW0 { top:5.75rem;left:7.4375rem;width:40.3125rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKp2l46tHtA5XzILBy3wt0xd3gMMxgT4 { top:11.6875rem;left:7.4375rem;width:40.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EldJXL1udI174i3KBMurmhcxbTCb0m7O { top:10.8125rem;left:28.9375rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 { display:block; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tk7avSpFUoWHo02oJh4paqVt1tzVQ4mH { top:6.0625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf1501hHxeMxq6RCzIhT9IAaZmfJZzeh { top:2.25rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePWhF0CDqK5qbSrtk0XgxXuLCulptxKB { top:5.75rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #HFLB3oLpk0WbW864snrdlsiIqIs5yAdJ {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #ebpNFoskfL9at1aU7nHSXi1eMMehUJEm {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #KXtRdTPmd7oXsd4OQFQzCPvXABZthrzd {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #xSMOAPtfz4TouJsJyiq85iUSyCuTB4xk {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #svvHiWdwVDfKKqQ1m4i4SdTSgBNMaLp5 {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #srqGMrEbNmqRy3bD6KZdaQ54g4E2k4sw {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #X6NXGChggMEFnZDc2tsiSrobFoTPHc6e {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #Hn3Rlup6rWLKiJ7rxSxHbTWFE5veIkS7 {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #z3xAk0ESTRqrFoV8VbeoUVnE2RCt8n5T {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #WdTMWCBQucObyaEozItEQUi1y6dRvHNO {  }
 }@media only screen and (max-width: 763px) { #Co1PyUgrIu57qhTsfr4LksxG8wg61IxC { display:block; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmelUTocX6hsb8rQPuqpDDD3dQ9rFbLV { top:5.4375rem;left:0rem;width:39.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTsmxFpQXwXTINTZudGHu7odyxyHnpp { width:9.375rem;height:3.75rem;top:4.3125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev3dUDasNPU3GGbKLTE4Mxu47rWhh2hL { display:block; }
 }@media only screen and (max-width: 763px) { #tTussJa2ZXWWrGGLZTpzJ398C1ndZeEM { width:9.375rem;height:3.75rem;top:4.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2OTfoquHeW6kr6I0FthlUidMTooqLEs { display:block; }
 }@media only screen and (max-width: 763px) { #vK2N1UhG3oCAcH0Xfru2ceSlM3PRTLm1 { top:0.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 { display:block; }#XTzt8TCLGMmoVx7iD5wkLzHU4dQHX1R0 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .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; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;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; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe { display:flex;width:13.1875rem;height:3.186875rem;top:0.44661459326744rem;left:6.6458334922787rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0.0625rem solid #181818;border-left:0.0625rem solid #181818;border-right:0.0625rem solid #181818;border-bottom:0.0625rem solid #181818;background-color:transparent;background-image: -webkit-linear-gradient(top, #554ee8, #08a4af);background-image: -moz-linear-gradient(top, #554ee8, #08a4af);background-image: -ms-linear-gradient(top, #554ee8, #08a4af);background-image: -o-linear-gradient(top, #554ee8, #08a4af);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#554ee8', endColorstr='#08a4af' );";background-image: linear-gradient(to bottom, #554ee8, #08a4af);background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #fuSzQV2HEXko4NDVZs9E7LTtFTTcl0HF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #sbGqdBFi4T0KpedZ7CyHvdqxhe4gTftA {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #prUQec2ndvTnvzMQL2F2yNufkiwxoAnN {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #BtkJ7JxvMOPUFG6knBwwhRQI9RroTQvv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #IbIaPiL9edXqrWXpeKxqm8VKuG2t0K2x {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #WS3BNdZqqT3zx7V2cbHCxlbNSVkk9rpk {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #TaFGRuD07LG23MsC3emSrnmzqSXQXQlV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #PG2DVwQguw8LyXEvHkRLaTD58bnqQayn {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #kbauSv93R91M3JdVisOsWRcTdtZPwE3J {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #Nr6xmwwU8TADNPADebQ5puJcu5OfhUVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #EVO9IqUuagifDaIreigquvoJWh7tpcSO {  }
 }@media only screen and (max-width: 763px) { #lgbVJTfdimHm8kcXmpEhIeA7VrhmP8pe #aAACnVBSWbfMxQvgh9ATzc7cHXTg1hRe {  }
 }@media only screen and (max-width: 763px) { #dmOMPA4CpOW05Eds8OVA8wQJuRK8zE9n { width:7rem;height:2.4746125rem;top:0.79036462306975rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr { display:block; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagQwIr8M2NLQFz8Kc9461KtLebbzc25 { width:18.5rem;height:20rem;top:28.916669368744rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndxyOvdaHqpaMc1dKBmQJxLOZTqE0fJ3 { width:20rem;height:2.4746125rem;top:2.3125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZXn8E6608QlerUkbiIQgqKA35QJcRCZ { width:15.75rem;height:4.375rem;top:22.6875rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2ZQwwiaDyRR8Z5igbE4PE4LVmUVody { display:block; }
 }@media only screen and (max-width: 763px) { #uUGx26RWJiWpke8hZnPUixKT1sKe5HeX { width:18.75rem;height:11.25rem;top:10.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5EI4WyHKSUHQllAAbuh8ENNLLHfMnx9 { width:13rem;height:8.1875rem;top:28.4375rem;left:6.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAbrZEb9OovEoQv5Pl59XiaA1JKwtWqv { display:flex;width:4.375rem;height:4.375rem;top:25.0625rem;left:15.5625rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #flsL3uXbUJq9sdroBUAd6FHtlL3txtvM { display:flex;width:4.375rem;height:4.375rem;top:27.040365219116rem;left:13.5625rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #vVWfonXOUuCCBXFqEnBQ4KlfqGSXigEX { width:20rem;height:4.3994125rem;top:5.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h62V3R6ItqvQ5pDXVyl76RGSMdCKD3xQ { width:20rem;height:1.0996125rem;top:0.51953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz { display:block; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz { background-color: transparent; background-image: none; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .row .container > .video-iframe-container { display: none; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .row > .video-iframe-container { display: none; }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .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); }#uG8Ldmw94fkdurppKrOlZ4dIC0epXXoz > .row .container { width:20rem;height:107.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCZAkWguUZ9KkfU7xteki0PmG0rCbzax { width:16.25rem;height:4.375rem;top:35.165405273438rem;left:1.875rem;z-index:15262;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKZl2zTHK7NmvI8BQU0JJKInKVGnAI5d { display:block; }
 }@media only screen and (max-width: 763px) { #RvWbQrd27X2tSWR2XPwmWZ8Hne7GSUMb { width:18.4375rem;height:3.375rem;top:24.9375rem;left:0.78125rem;font-size:0.9375rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #W3UgyMFEUe8HxWiIAnlDBE6lQrqVVs7K { width:16.5625rem;height:1.375rem;top:23.427124023438rem;left:3.0208334922791rem;font-size:1.375rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #SQt9dioPKcQ4cnffKNqBTmhRSNSNLT7U { width:18.75rem;height:3.59911875rem;top:18.8515625rem;left:0.59375rem;font-size:1rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #zuKvopnFcoGKEyuKTtT2ekqnim1J8Cik { width:16.375rem;height:1.25rem;top:17.3828125rem;left:3.1458334922791rem;font-size:1.25rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5RxxsQzkXH4K8fPIdfW9e6a1LG2nVJ { width:18.4375rem;height:2.3994125rem;top:13.25rem;left:0.78125rem;font-size:1rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #zreP6QuLSEFqqfLAOkvmuVfFMTevmmvQ { width:15.5rem;height:1.875rem;top:11.45703125rem;left:3.0208334922791rem;font-size:1.25rem;line-height:1.5;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #LUFPnXSV2IK4VJpN50OtDVrF39yRy9FC { width:18.625rem;height:5.1875rem;top:1.25rem;left:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVbaPtwOqGkp3UrlppuTRw5TLThSodtr { width:20rem;height:1.375rem;top:4.412109375rem;left:0rem;font-size:1.375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLI4UXti46SA3iUpNwtGkRXEqNUsl3qH { width:17.3125rem;height:4.0625rem;top:1.2396240234375rem;left:1.34375rem;font-size:3.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #gANfdvD8HzTN7pR1hgXdalBWJHB0LhTG { width:16.3125rem;height:1.875rem;top:7.0625rem;left:3.1875rem;font-size:1.25rem;line-height:1.5;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #A59Q59QCVAnAsTqTJsPgTuAuK4TVZtw3 { display:flex;width:1.6875rem;height:1.6875rem;top:7.092529296875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #Ic2XpKkQT4Ovq7hfS5IJh4wGelqnQXpP { width:18.8125rem;height:1.19970625rem;top:8.8529052734375rem;left:0.6875rem;font-size:1rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #ydOWlLnE5nNxDkTwfR5nddHKdSOtkQ2P { width:13.75rem;height:0.0625rem;top:58.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDqlTlCnTWNCrUP8Cx55fRsQ7ZWwdXIW { width:20rem;height:1.94921875rem;top:40.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;color:#321423;display:block; }
 }@media only screen and (max-width: 763px) { #wvQ5M8a8ct7daCtz3eeFJ6Pfdz9zoG4g { width:20rem;height:3.9746125rem;top:29.166748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QsOZ4cVGfP5tLG5wbIl3io17i6lGwnRO { width:20rem;height:1.5rem;top:33.083374023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w6qrZMlivH0rrxuFxbUGI96wqoHmhEB5 { width:16.875rem;height:0.0625rem;top:49.40966796875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUMvRBGbBxMnrTwtBZy5eJM5VLx1Tifo { width:18.6875rem;height:0;top:54.0625rem;left:0.75rem;font-size:1rem;line-height:1.2;z-index:14936;display:none; }
 }@media only screen and (max-width: 763px) { #AHdd6I5BeBzCNgar35DhCCP8myZL2xTL { width:15.6875rem;height:0;top:50rem;left:3.3125rem;font-size:1.25rem;line-height:1.1;z-index:14936;display:none; }
 }@media only screen and (max-width: 763px) { #be8t9g6BDu4I94hFcEUy4k3fcb9yhc5J { width:19.25rem;height:0;top:40.9375rem;left:0.75rem;font-size:1rem;line-height:1.2;z-index:14936;display:none; }
 }@media only screen and (max-width: 763px) { #yepSkHFtNhN947q1mhuzVb3y6WRRO9MP { display:flex;width:2.1875rem;height:2.1875rem;top:50rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i91hUT3vB90kunnaRJZbAQEidvbT87aG { display:flex;width:2.1875rem;height:2.1875rem;top:38.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaVG1xswB70a6TsTklMSJqcbDbWNGWP5 { width:16.75rem;height:0;top:38.3125rem;left:3.25rem;font-size:1.25rem;line-height:1.1;z-index:14936;display:none; }
 }@media only screen and (max-width: 763px) { #bMJtKcs6KIGH5Nd1aMlseTotZ0iCdTLO { width:19.9375rem;height:43.4375rem;top:0.5rem;left:0rem;z-index:14919;display:block; }
 }@media only screen and (max-width: 763px) { #zlvv825vnTmOfXPbR55R7vLTqZ3Wx85h { display:flex;width:1.6875rem;height:1.6875rem;top:11.602905273438rem;left:0.6875rem;z-index:15234; }
 }@media only screen and (max-width: 763px) { #maa1TxHxE10WRK5t98EVPC63xad2me1x { display:flex;width:1.6875rem;height:1.6875rem;top:17.028686523438rem;left:0.5rem;z-index:15235; }
 }@media only screen and (max-width: 763px) { #hkL3GkzTZFSXevb3C9FdWgne061btO8J { display:flex;width:1.6875rem;height:1.6875rem;top:23.25rem;left:0.5rem;z-index:15236; }
 }@media only screen and (max-width: 763px) { #NxQf38DVHJ3FneAFPFtyP4i5T9xU0xUK { width:19.6875rem;height:60.3125rem;top:45.895874023438rem;left:0.14583337306976rem;z-index:14920;display:block; }
 }@media only screen and (max-width: 763px) { #D1XRMON6ka6Z3ztwzvCs3DtonUINJDLt { width:18.625rem;height:6.75rem;top:46.915405273438rem;left:0.65625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LxwWmmXsQJfluIBbJbCOJquM3X5iiulA { width:17.3125rem;height:4.0625rem;top:46.915405273438rem;left:1.34375rem;font-size:3.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #B3CrTuUqrcNnVK17r9iQUgM4aylBiFJn { width:17.5rem;height:2.75rem;top:50.23828125rem;left:1.25rem;font-size:1.375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TThBAWMHgiaMnn8AR6moWp5SqiPDSyDm { display:flex;width:1.6875rem;height:1.6875rem;top:70.270874023438rem;left:0.6875rem;z-index:15245; }
 }@media only screen and (max-width: 763px) { #hx2VJluEmnxveuTFMZP1Bx8MIaubZ0ue { width:16.3125rem;height:1.875rem;top:54.739624023438rem;left:3.0833334922791rem;font-size:1.25rem;line-height:1.5;z-index:14948;display:block; }
 }@media only screen and (max-width: 763px) { #Lugm8mgGLsEk9shsZTIfIdc3oprtmsE8 { width:18.8125rem;height:1.19970625rem;top:56.509155273438rem;left:1.1875rem;font-size:1rem;line-height:1.2;z-index:14948;display:block; }
 }@media only screen and (max-width: 763px) { #FLdr2vQdA0wqa8R5dz8ST6p9AtnZs8Kp { width:15.5rem;height:1.875rem;top:58.802124023438rem;left:3.0208334922791rem;font-size:1.25rem;line-height:1.5;z-index:14948;display:block; }
 }@media only screen and (max-width: 763px) { #IZuwCMV1G6GoVR8zQZmPZuXsspKasFfe { width:18.4375rem;height:2.3994125rem;top:60.592529296875rem;left:0.78125rem;font-size:1rem;line-height:1.2;z-index:14948;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #penHafmOhLxu40S925ofqoyAnS44AX5o { display:flex;width:1.6875rem;height:1.6875rem;top:64.049560546875rem;left:0.6875rem;z-index:15246; }
 }@media only screen and (max-width: 763px) { #NhLA8aBt1deArHhQR43ASdiuIyVAOp0O { width:16.375rem;height:1.25rem;top:64.225341796875rem;left:2.9583334922791rem;font-size:1.25rem;line-height:1;z-index:14948;display:block; }
 }@media only screen and (max-width: 763px) { #e8fyvouhINT9EVwhOA6eREqR0uVd5F9A { display:flex;width:1.6875rem;height:1.6875rem;top:54.833374023438rem;left:0.6875rem;z-index:15247; }
 }@media only screen and (max-width: 763px) { #EkpWArTlk3QkeZfKoAB3IeAwmFMOSu2G { width:18.75rem;height:3.59911875rem;top:65.694091796875rem;left:0.625rem;font-size:1rem;line-height:1.2;z-index:14948;display:block; }
 }@media only screen and (max-width: 763px) { #Nhyp9AORTf8mhR1JNrgtNOXiH8KAr9MR { width:16.5625rem;height:1.375rem;top:70.447998046875rem;left:2.8333334922791rem;font-size:1.375rem;line-height:1;z-index:14948;display:block; }
 }@media only screen and (max-width: 763px) { #wd4UhRaEhgdZ8GMlztF9I0M0ZrzLrfDp { width:18.4375rem;height:3.375rem;top:71.958374023438rem;left:0.78125rem;font-size:0.9375rem;line-height:1.2;z-index:14948;display:block; }
 }@media only screen and (max-width: 763px) { #aD8VfLoK532Fws3TQtQqCkcXfcEz8Bd7 { display:flex;width:1.6875rem;height:1.6875rem;top:58.83203125rem;left:0.6875rem;z-index:15248; }
 }@media only screen and (max-width: 763px) { #PNhuwyEN2D8pF8Q1217R6EPJQ89IKhsR { display:flex;width:1.6875rem;height:1.6875rem;top:76.270874023438rem;left:0.6875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #WbUTqnRO8aVy0HNXp08iTDPvLKDKHZVc { width:14.8125rem;height:1.375rem;top:76.46875rem;left:3.0208334922791rem;font-size:1.25rem;line-height:1.1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #znXAakk2t2lX2B51NhcFidwKhKDmNfx4 { width:18.4375rem;height:5.99853125rem;top:77.915405273438rem;left:0.78125rem;font-size:1rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #nkFzew6XWFanulfWOXvwy0HNTVPSWfCa { width:16.8125rem;height:2.75rem;top:84.645874023438rem;left:3.1875rem;font-size:1.25rem;line-height:1.1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #gZgTPDyRSVo6TUtfCh2BhVwmWUOxdlco { display:flex;width:1.6875rem;height:1.6875rem;top:84.666748046875rem;left:0.78125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #xMd8kupk7BU91doKSbMEIOC1rdyA9Ib7 { width:19.125rem;height:3.59911875rem;top:87.312622070312rem;left:0.8125rem;font-size:1rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #wrJTF3Ay3cZPszWTKE20RkJMGAwNVokR { width:20rem;height:3.75rem;top:90.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vU1BIGWg1sLIgv4QqEMcMO832V2oAqSU { width:20rem;height:1.5rem;top:94.497436523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CPDMy0IS6QXSlZ39eASpkBUcznC3eoXg { width:16.25rem;height:4.375rem;top:97.1875rem;left:1.84375rem;z-index:15263;font-size:1.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3yA6vZpNRmtAl5vy40c9Wi9RXxHo62O { display:block; }
 }@media only screen and (max-width: 763px) { #kTVLoFiM0ATbJGDi2XrgEWsqPSBUxLRW { width:20rem;height:1.94921875rem;top:102.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z { display:block; }#iSUi7F1QkCMTep4JNoAi7eo1I2fXFS8Z > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRR2JU4Mgz6a6RGEGu7gdeiJIJ5AqUTZ { width:20rem;height:2.3999rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUqIrCPQ8dxGFblQ3xK4XDsphkzyzK3B { width:20rem;height:3rem;top:9.9609375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AT3uXaBFyZk7PdmqbThSeAh90tOz8ONG { width:16.875rem;height:1.2749rem;top:7.88671875rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by4vpqVsp1yZtFFEM99ASFhrfkbaqsuz { width:20rem;height:3rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKvLczpRp2JRBhLEaavSgak8UzIF6bD { width:16.875rem;height:1.2749rem;top:15.25rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdXNgFqimkCpDxnuaKATbbFZ1DSRnCsr { display:flex;width:2.5rem;height:2.5rem;top:7.4609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #znbVDSprIPPTZkxluc4R7F3mDfkAyBV1 { display:flex;width:2.5rem;height:2.5rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dLyicdheFUsgQTMd3NivPv2S06a0Quvn { width:20rem;height:10rem;top:28.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2MVyvTM2ZLWMetVKq6lIxLfBdg29KUk { width:20rem;height:7.5rem;top:41.759117126465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJFwSK6m8NNrmsCvTch8GvnFtnHuRxR3 { width:16.875rem;height:2.54980625rem;top:21.8125rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1oEKABRHRUQUCJsAlLabBAZsGaXEa9W { display:flex;width:2.5rem;height:2.5rem;top:21.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JztRT6HVkkdmVISJPaLaw118APcNnVLu { width:12.5rem;height:12.5rem;top:1.0078125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #cIDKKsz8L3PuWI7SCU6QIlgiNKbTvai6 { width:20rem;height:2.3999rem;top:39.427085876465rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT45NxLGaEUzF6EZpohNQACkZvlFf2wn { width:16.4375rem;height:4.375rem;top:50.89453125rem;left:1.8125rem;background-color:#fa0048;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IsM82iKDkp5rX6qlilIrFZsEFJRz4CvX { display:block; }
 }@media only screen and (max-width: 763px) { #hTTifTmHaQbW39h18MG2OI2idRtb7RTv { width:20rem;height:3rem;top:24.270835876465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container { background-color: transparent; background-image: none; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container > .video-iframe-container { display: none; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row > .video-iframe-container { display: none; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .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); }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container { border-width: 0; border-radius: 0; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLZ5GR4d5Uqc9Oz1vBz0u8e1ZZroBR2u > .row .container { width:20rem;height:153.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJnorK0PTpWgJiaarRKp4MPaqGSRZHcq { width:20rem;height:17rem;top:4rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1yT01NcpdwS8zU8957AX5shcuLbtOVm { width:17.5rem;height:9.625rem;top:9.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#h1yT01NcpdwS8zU8957AX5shcuLbtOVm li:before{  }
 }@media only screen and (max-width: 763px) { #KGXCwdR5Vs1JSkVfQhomNExTtU0y9pXA { width:12.9375rem;height:2.3994125rem;top:6.1875rem;left:3.5625rem;font-size:1rem;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-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UeTrWL4kQTg0LDFOE8cGANi30Je4AHDh { display:flex;width:2.5rem;height:2.5rem;top:6.770833375rem;left:2.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwvgOqsvGGTMoauLyN9mTotPgOPLW10x { display:flex;width:3.6875rem;height:3.6875rem;top:17.796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4VTSgOfTkdKRAyTSlZTt1t377FUHuPL { width:20rem;height:0;top:4.083333375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }#T4VTSgOfTkdKRAyTSlZTt1t377FUHuPL li:before{  }
 }@media only screen and (max-width: 763px) { #IAHHMGFptVloqk4IHXVeVmSdfcqWwelQ { width:20rem;height:14.5rem;top:22.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK4i7Fm8SEwTPm5rmqposQ631rOGda5k { width:17.5rem;height:6.625rem;top:28.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#tK4i7Fm8SEwTPm5rmqposQ631rOGda5k li:before{  }
 }@media only screen and (max-width: 763px) { #gdJ56Tepl0kyrxRN1ixqGJUhPGowiUAb { width:20rem;height:0;top:22.145833375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }#gdJ56Tepl0kyrxRN1ixqGJUhPGowiUAb li:before{  }
 }@media only screen and (max-width: 763px) { #lQi3UqCm4mWvEggO4ffIbxK6pTG5wHnE { display:flex;width:3.125rem;height:3.125rem;top:24.833333375rem;left:2.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkUrAyZzqSqy9yGbRUCV14HmGkfzRlCr { width:15.625rem;height:2.3994125rem;top:24.9375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dOlVoZTDkgmAtd7fJ97oJMXbkqFcv239 { width:20rem;height:19.9375rem;top:59.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsQLiezW8NJ5o4K9SxfRApUfhQFWmRL { width:17.5rem;height:12.625rem;top:65.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#SpsQLiezW8NJ5o4K9SxfRApUfhQFWmRL li:before{  }
 }@media only screen and (max-width: 763px) { #XUW6XzLSnTf0zkKmtThnS7pFTUToLtuC { width:20rem;height:0;top:144.2708335rem;left:0rem;font-size:1rem;z-index:15003;display:none; }#XUW6XzLSnTf0zkKmtThnS7pFTUToLtuC li:before{  }
 }@media only screen and (max-width: 763px) { #UJrFT3iggpDRMamJIs2ERCQbLorKTA8t { width:19.1875rem;height:2.3994125rem;top:62.25rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ICm6ixL7KoCJSXH1LTZy6uUgkxhIA6VE { width:20rem;height:18.8125rem;top:39.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZLboa4DaJhvhqTVuAFpLvBnJ1NfP72J { width:18.125rem;height:11.4375rem;top:44.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OZLboa4DaJhvhqTVuAFpLvBnJ1NfP72J li:before{  }
 }@media only screen and (max-width: 763px) { #cu71GC59evi3hyyzlL72IfgKx0QwcN1t { width:20rem;height:0;top:38.375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }#cu71GC59evi3hyyzlL72IfgKx0QwcN1t li:before{  }
 }@media only screen and (max-width: 763px) { #QcVaxhhw417hOEl9tOT5nuRpcorFotMo { display:flex;width:3.125rem;height:3.125rem;top:83.516927125rem;left:2.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #evcLga0CCiKvRMCFoDXaNPNl8qPTht95 { width:20rem;height:2.3994125rem;top:41.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cwpIBJR3cyofq36dvTzkbZvfqFKX1bcd { display:flex;width:3.125rem;height:3.125rem;top:39.770833375rem;left:2.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mua3565yLCzhJP3TlOea29sOJyz4k1X5 { width:20rem;height:22.1875rem;top:98.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSlpwGJcAeu7xuGpPT20orm9sQOb7nzW { width:17.5rem;height:15.3125rem;top:103.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#FSlpwGJcAeu7xuGpPT20orm9sQOb7nzW li:before{  }
 }@media only screen and (max-width: 763px) { #IHyvZRbBgdbokWe893H4y1XRMCB3Z74M { width:20rem;height:0;top:114.016927125rem;left:0rem;font-size:1rem;z-index:15003;display:block; }#IHyvZRbBgdbokWe893H4y1XRMCB3Z74M li:before{  }
 }@media only screen and (max-width: 763px) { #KFyy5uCOXRhBSvfwusp6k1xaoI3r341q { width:17.6875rem;height:2.3994125rem;top:100.5rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qafTouMhup7VE2rwDTUTJeEcoHAKNpXV { width:20rem;height:15.0625rem;top:81.6875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUEo85ylU0qbt4gL1DiRbNeVLqZFFhnr { width:17.5rem;height:7.5rem;top:86.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#lUEo85ylU0qbt4gL1DiRbNeVLqZFFhnr li:before{  }
 }@media only screen and (max-width: 763px) { #CxLHPHSD1wKTlgsekdxTLqfqHeAQwGr2 { width:20rem;height:0;top:81rem;left:0rem;font-size:1rem;z-index:15003;display:block; }#CxLHPHSD1wKTlgsekdxTLqfqHeAQwGr2 li:before{  }
 }@media only screen and (max-width: 763px) { #WgOPcPbu3DLMXAPBXTHAam3CfrknnUXJ { display:flex;width:3.125rem;height:3.125rem;top:122.329427125rem;left:2.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVLUy69OlvPEZUdRU4w7H4LowkNrTTKL { width:14rem;height:2.3994125rem;top:83.9375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlfIKooLRWMfTVnMBvgRW4tmh1THlViH { display:flex;width:3.125rem;height:3.125rem;top:103.016927125rem;left:2.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA541erqcghmL7nwrKQT1ouxnsMep5gC { width:8.625rem;height:10.375rem;top:7.333984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgnh4QGvv6K9NEnsZBrddOkI4ifnZQMU { width:20rem;height:33.9375rem;top:83.524749755863rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqKM9oxBL7KUENGoyGoESw0T2hLxOGn4 { width:20rem;height:1.6499rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qgguRPWT8ZEVylSfkQdwFwJNWyeKxxfB { width:20rem;height:23.683625rem;top:129.2041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSs8AHxBHs7ya2Ba7QmO4h4fecvEt6WI { width:17.6875rem;height:4.375rem;top:123.5791015625rem;left:1.25rem;background-color:#ee3162;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Anwt5ZV3goBb4IvAICIefiDh3CpOPK1x { display:block; }
 }@media only screen and (max-width: 763px) { #P4OllAW8r4QVh0H2B13XeiGZxpwcccHP { display:flex;width:2.5rem;height:2.5rem;top:6.770833375rem;left:2.3125rem;font-size:1.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt { display:block; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMQlC8P6JRy7p3J08tXyUJiTmnTQs8C7 { width:20rem;height:3rem;top:1.7291564941406rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHKzlNTuWStuBQIEZOtK77i89SR6urqd { width:10.8125rem;height:10.8125rem;top:1.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhU1Isq2vokKdZkT1DFwpmcm9DTrgG01 { width:20rem;height:15rem;top:5.3255310058594rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0Cdo2H80nFoDGEHnSbJohRZkIzOFthS { width:15.6875rem;height:13.1875rem;top:21.291687011719rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu { display:block; }#L5v3Fv5SC3R3cXXWrlKHh0QC44WPTQHu > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.625rem;padding-bottom:0.5rem;padding-left:0.625rem;width:2.25rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA .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; }
#qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA { width:18rem;height:5.0625rem;display:flex;top:2.6806640625rem;left:0.9287109375rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #vwx19Lnw47qmNomhBzldIfE7zrXtJ6un { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #HAT1PCxE7ug22HTZH8yJGL8oIKloh4Lo {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #qtZbcCXyyCAOWbaVqh3RGBIgUzVZxGWv {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #iNILPX6dE4NdD6qodqpGl1SFbrPApxpX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #oP01aK4iSdFh9ZawRa97ZTu2N2SiMNew {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #sQ4T5OUF7iAP6OHN6B0FFxr8Fd1XHTEy {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #AhXvCBG6gzv2ahKfxFJlMtqrPhdSIPDE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #m7JbfzPH3omTkTL5xPxhIG2kRZU6elmU {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #CTivdpSF1XCASWn5OZQiTozNgK1TXakc {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #JJaTxPLE4JRKXHieDw7Rea2H1sCmV5Vn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #PTztzJd1DfpDmNQuZ8Hb5uBUgRG4doWx {  }
 }@media only screen and (max-width: 763px) { #qbUbEZ1WC5EZT5yqTOD76rqnTa7ZE3VA #eB3TnJct1Zt5eVuMa6Uf2IfNXunEIJIz {  }
 }@media only screen and (max-width: 763px) { #gA9PIFz7zneTBuaOFPosLUk0qWXw9PCE { width:17.9375rem;height:1.42480625rem;top:0.470703125rem;left:1.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 { display:block; }#TsVmgzFCSruRq6kVaprAaMdc0w7hFHg3 > .row .container { width:20rem;height:110.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2ZMePrUxptye14aFZeoIWJ0nkr4WrJH { width:19.8125rem;height:39.0625rem;top:8.9375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqs0cKUlnR9FlE5Jaz3TVT1eUu8k1Q9b { width:18.125rem;height:3.75rem;top:43.979187011719rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT4XZgTRe9zQNbll7EsMxLhIxgsQIvFr { display:block; }
 }@media only screen and (max-width: 763px) { #W8gofDb8BVvhVZDcVitL8VbvlGyyR2pC { width:7.5rem;height:1.5rem;top:12.7890625rem;left:10.208333969116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ly2WP2MTIgkD1B4Qd5GfWZL6r0JiBbf1 { width:20rem;height:0.1875rem;top:15.791687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFmZJwT1FHqfMOOgLdgPg248TTqDpyqV { width:16.5rem;height:2.625rem;top:9.4166564941406rem;left:1.75rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uz3xtMkpAo6NaR3vc4gdEqNaI6rXPV1I { width:6.25rem;height:3rem;top:12.0390625rem;left:3.9583334922791rem;font-size:2.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bGmnQNpl5xK1Krh2k3qXKnAI0bgTKfOK { width:20rem;height:60.0625rem;top:49.290374755859rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zthl8uTsRtvs7a8VWCm90B9bbJrrFyP3 { width:18.125rem;height:3.75rem;top:104.06121826172rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqtOqtAU0yZN3ZD97mBS4mEheFEgm03E { display:block; }
 }@media only screen and (max-width: 763px) { #xxkykxc0IGTUyVkAX7CdZkJILwdFnONq { width:20rem;height:0.1875rem;top:56.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMJqGdpqBTWItQmaCUPWeKL5063lUQin { width:16.5rem;height:2.625rem;top:50.0625rem;left:1.75rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSvWxC6WckVn5H8rBpiDwDFTauHaeMoG { width:20rem;height:4.5rem;top:3.9362182617188rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsqoCdn9dvbwb5slftJovs9JqSouWbm6 { width:18.75rem;height:26.8125rem;top:16.541687011719rem;left:0.625rem;font-size:1rem;display:block; }#gsqoCdn9dvbwb5slftJovs9JqSouWbm6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
 }@media only screen and (max-width: 763px) { #g09ZZoTwH3S2tRxzCAKs3V4TPzs29EVT { width:8rem;height:1.5rem;top:53.33203125rem;left:10.208333969116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT8h9PyBhX2s7lV4Apaa8kxgiU16dHHN { width:8.5625rem;height:3rem;top:52.602874755859rem;left:1.7291667461395rem;font-size:2.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dMw1Ba850H3STrNDpNLhK5z6Nd7GMPNy { width:18.75rem;height:26.8125rem;top:57.602844238281rem;left:0.625rem;font-size:1rem;display:block; }#dMw1Ba850H3STrNDpNLhK5z6Nd7GMPNy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
 }@media only screen and (max-width: 763px) { #A8W1AJfIpgZ6cUkk7GQiaowLl9TWu1cC { width:20rem;height:0;top:84.25rem;left:0rem;font-size:1rem;color:#f1f1f3;display:none; }#A8W1AJfIpgZ6cUkk7GQiaowLl9TWu1cC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b4730cdaf6f36016b0c57926ae6fd72.svg); }
 }@media only screen and (max-width: 763px) { #V0QTkmX6O7y7u83JmLyEFMmJpLcTfzDV { width:20rem;height:1.875rem;top:1.4127807617188rem;left:0rem;font-size:1.5625rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #AwCX5ZJ6Uqm4CEufgvWmXMs72g2Do6fB { width:18.75rem;height:17.4375rem;top:85.559906005863rem;left:0.625rem;font-size:1rem;color:rgba(var(--color-secondary-2),1);display:block; }#AwCX5ZJ6Uqm4CEufgvWmXMs72g2Do6fB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c635eeefcd0e0044307b713b28e97b31.svg); }
 }@media only screen and (max-width: 763px) { #yP0QlfJnDsLcNpOngdSk95inRavqCA2c { display:block; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET8Cz3WeIygJyVmwq20FGCtVXmLDAiaT { width:17.5rem;height:1.5rem;top:0.70703125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgEWlOiJuBl2CHUUQR9qUfbTHzQQQ8vk { width:20rem;height:11rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbC7gpKWcU5DzrPxeJVt6h3FMVHPKbc { width:9.5rem;height:10.3125rem;top:18.40625rem;left:1.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KnUlOWmaPMHc1fVslIufuri9X582NUrg { width:20rem;height:12rem;top:4.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDQ2sTrR2N58GFfKADucDC2Fs2Te3RdH { width:12.5rem;height:12.5rem;top:17.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxB3HH93hD5O8P1DlpVUkHUgHf3my5T9 { width:16.25rem;height:4.375rem;top:59.1455078125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAw59Nk6LfSmPqaGguodRCnFiDX0yEtN { display:block; }
 }@media only screen and (max-width: 763px) { #hcFTP1PtlVlRwdqbBBHgFoRRTFPOKsMh { width:20rem;height:16.5rem;top:29.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qsHdfq8aVM62pROlULhg1JiSseQSARyU { display:flex;width:2.3125rem;height:2.3125rem;top:20.3125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJp5knCUWFIJJHlAXEXgyfthmkQvbASV { display:flex;width:4.375rem;height:4.375rem;top:4.3046875rem;left:0.5625rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxAUoEc2RfbBZzHEpyI0m2yvQuKVlU1v { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fssHtrdWWie0vJgNSuVpU4TsfRyemGsU { display:block; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xB9UREabUp8l5WWHC3TahJBDCVGEr0hK { width:20rem;height:2.3999rem;top:11rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0whDLmrilF3k5nTfrPfzmvlbyyrEeNV { width:20rem;height:1.19970625rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VFTLeEQPTexWha8dh7keTWbe5dGlycde { width:20rem;height:1.19970625rem;top:18.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5l24FgMISDpVnb0KkikRhDxwMUSPBMA { width:20rem;height:2.3999rem;top:16.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qR7H5UnlBcZhq1hb4yIaSr7LF8EInUBT { width:20rem;height:2.3999rem;top:22.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nczofaVFxcDcwVUkoMphLcQcbCQt50Hf { width:20rem;height:2.3994125rem;top:24.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GcNI6saTRhBIltD1whddOifRzfTFh4uL { width:20rem;height:1.19970625rem;top:31.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DeOLheBl60ddlfdWGn4vTbWB5ieAwFzB { width:20rem;height:2.3999rem;top:28.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMWFzkOeM9Rg82T0thq7Rh1UvwKFVAW0 { width:20rem;height:2.3999rem;top:2.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sKp2l46tHtA5XzILBy3wt0xd3gMMxgT4 { width:20rem;height:3rem;top:6.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EldJXL1udI174i3KBMurmhcxbTCb0m7O { width:9.25rem;height:9.25rem;top:1.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 { display:block; }#hKb6ibKEMgEaG2PMV4HE9vVAT1DixLS8 > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tk7avSpFUoWHo02oJh4paqVt1tzVQ4mH { width:20rem;height:4.79980625rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pf1501hHxeMxq6RCzIhT9IAaZmfJZzeh { display:flex;width:3.75rem;height:3.75rem;top:9.796875rem;left:14.9375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #ePWhF0CDqK5qbSrtk0XgxXuLCulptxKB { display:flex;width:3.75rem;height:3.75rem;top:8.109375rem;left:13.3125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB { display:flex;height:auto;width:20rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #HFLB3oLpk0WbW864snrdlsiIqIs5yAdJ {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #ebpNFoskfL9at1aU7nHSXi1eMMehUJEm {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #KXtRdTPmd7oXsd4OQFQzCPvXABZthrzd {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #xSMOAPtfz4TouJsJyiq85iUSyCuTB4xk {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #svvHiWdwVDfKKqQ1m4i4SdTSgBNMaLp5 {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #srqGMrEbNmqRy3bD6KZdaQ54g4E2k4sw {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #X6NXGChggMEFnZDc2tsiSrobFoTPHc6e {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #Hn3Rlup6rWLKiJ7rxSxHbTWFE5veIkS7 {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #z3xAk0ESTRqrFoV8VbeoUVnE2RCt8n5T {  }
 }@media only screen and (max-width: 763px) { #tKyhOQr3zJ4o0KvWqGBSKH6v8U0v0IyB #WdTMWCBQucObyaEozItEQUi1y6dRvHNO {  }
 }@media only screen and (max-width: 763px) { #Co1PyUgrIu57qhTsfr4LksxG8wg61IxC { display:block; }#Co1PyUgrIu57qhTsfr4LksxG8wg61IxC > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmelUTocX6hsb8rQPuqpDDD3dQ9rFbLV { width:18.5625rem;height:3rem;top:4.0494995117188rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSTsmxFpQXwXTINTZudGHu7odyxyHnpp { width:9.375rem;height:3.125rem;top:7.0078125rem;left:9.9895839691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev3dUDasNPU3GGbKLTE4Mxu47rWhh2hL { display:block; }
 }@media only screen and (max-width: 763px) { #tTussJa2ZXWWrGGLZTpzJ398C1ndZeEM { width:9.375rem;height:3.125rem;top:7.0078125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2OTfoquHeW6kr6I0FthlUidMTooqLEs { display:block; }
 }@media only screen and (max-width: 763px) { #vK2N1UhG3oCAcH0Xfru2ceSlM3PRTLm1 { width:20rem;height:0.125rem;top:3.0494995117188rem;left:0rem;display:block; }
 }