.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:220,233,244;--color-primary-1:208,227,242;--color-primary-2:82,147,198;--color-primary-3:39,120,184;--color-primary-4:16,29,40;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:151,190,221;--color-tertiary-2:82,147,198;--color-tertiary-3:39,120,184;--color-tertiary-4:22,37,76;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { position:relative;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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:6.25rem;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:block; }#JyaR7fNOWPTbIhQcNmFy2vA99HTXWs1F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.5rem;top:0.71875rem;left:7.5rem;overflow:hidden;display:block; }
#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3f3ff;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; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#HNKdlhDzIfdWrN885bgrc94LzA5kuwne { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:26.25rem;top:19.5rem;left:1.75rem;overflow:hidden;display:block; }
#ZaoEX4xXpsGOoBSVLuOCOkdFLoOFPa44 { background-color:#e12529;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.8125rem;height:5.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.75rem;left:30.125rem;display:block; }
#uDs5RVqtsBuNe9tt7kkiHTEiDpPazXzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .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; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2778b8;background-image:none;box-shadow: 0rem 0rem 1.125rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.514375rem;padding-right:0.4475rem;padding-bottom:0.514375rem;padding-left:0.4475rem;display:block;align-items:center;width:2.685rem;min-width:2.685rem;height:2.765rem;position:relative;font-family:poppins;font-size:2.058125rem;font-weight:700;line-height:44.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.2);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.321875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.58rem;height:1.093125rem;position:relative;font-family:poppins;font-size:0.771875rem;font-weight:400;line-height:17.49px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.8125rem rgba(var(--color-tertiary-4),0.2) ;display:flex;justify-content:space-between;width:18.3125rem;height:5.20875rem;padding-top:0.643125rem;padding-right:0.639375rem;padding-bottom:0.643125rem;padding-left:0.639375rem;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:49.49951171875rem;left:3.624267578125rem;z-index:15031; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #tGrIOv6eq2H6aV7tTvtwtEKhQHe7DaZ2 { display:flex;position:relative;top:0rem;left:0rem; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #R1Jevn5F85XTJtAk6H0Sr4S9rbrHDdua { width:auto; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #uTsD1BftcCfxtOURiTZRmRr4Tcupd48S {  }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #qTUnZrTgOxwFDcdkDuRmGm2lKX48kdXc { display:flex;position:relative;top:0rem;left:0rem; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Ea7M1hwcdDHMWNinOGt4Axb73FwG0gKL {  }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #qax6oxTXJGvVpKCukKWxAMz9NoIPspHt {  }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #LhiQTysKoJLmpTi5MAWvQevoc1VamDM7 { display:flex;position:relative;top:0rem;left:0rem; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Xki28KM1g1Tlsk4OncKXGZyDiqFb8cEI {  }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #NtuE7GCaVoMgwB61TpTcQLGgUSoDi0zk {  }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Ayu5zT0re395iIoWnfBVW2hLn9bRqvBT { display:flex;position:relative;top:0rem;left:0rem; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #GPot3gtlxwvJGDy2C1T69TTlTmdPxK7t {  }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #tiEMGhx3ZVg87kUfPpg3EskNhPnR1sZk {  }
#QwyhlPFpyFibQgk4i1k4v5OBegRf4ThA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.2) ;height:21.25rem;width:40.625rem;top:20.8125rem;left:30.125rem;overflow:hidden;display:block; }
#Wo39XPabUdxTt1bPWw51Kif5cXvcE9qT { color:#16254c;display:block;width:67.686875rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(93,93,93,0.5);top:1.37890625rem;left:7.3125rem;height:16.50144375rem;text-align:center;text-align-last:center;display:block; }
#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#NUJpr7FFQcJhV6svkIsZrwPgOMxTTGEK { color:#282828;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.84399375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eed6G7f7OaSMIco2SzrDOBLl3hiF6vVM { color:rgba(40,40,40,0.7);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:7.5625rem;height:1.38135rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMv7TUKWLMTwPKDr6SGeVPti17chSFJr { position:absolute;display:block;z-index:15011;background-color:#e12529;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6.9375rem;left:35rem;display:block; }
#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { background-color: transparent; background-image: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .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); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { border-width: 0; border-radius: 0; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:75rem;position:relative;display:block; }#TSmGUahbpPShUU81OdWayRekCAQQUZAb { color:rgba(var(--color-tertiary-0),1);display:block;width:30.249625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:2.3125rem;left:3.6875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A4UACUzJK90umdNBtMo3HaUFFHbZCh6a { color:rgba(var(--color-tertiary-0),1);display:block;width:35.374125rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:7.75rem;left:3.6875rem;height:5.1994625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m20t7owLGiZ8XEKixBsVqV2eoHiwqrdv { color:#e12529;display:block;width:8.062125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.1875rem;left:4.0625rem;height:6.875rem;text-align:center;text-align-last:center;display:block; }
#Q2sM4s9z47ewFBJgsa1ur1dhfwbDZy02 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:19rem;left:3.6875rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xNvk8gyT90vxdfVJBWG9qU4zEvqHHbR9 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.2) ;height:47.25rem;width:26.5625rem;top:2.3125rem;left:42.8740234375rem;overflow:hidden;display:block; }
#GTHI99beW6nnzlkgFE5RQHcqsQJqXoVo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.062rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:28rem;left:3.6875rem;height:5.1994625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSrft0myOynShzc0VBHGUWLUS4G6LtuS { background-color:#e12529;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.749875rem;height:5.561525rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:62.248046875rem;left:11.6240234375rem;display:block; }
#KO4iTQq3OAyOnmltDC5xSfe45p8MH1ZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJzy3t9IcMOSPPaXIixluEVRZQHpl9Op { color:#e12529;display:block;width:10rem;position:absolute;font-family:poppins;font-size:6.375rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.3125rem;left:3.0927734375rem;height:7.0121875rem;text-align:center;text-align-last:center;display:block; }
#h3GbiiT6L3v9RsmTkl1gDPDJbsGd7piK { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:55.6875rem;left:2.8125rem;height:3.19995rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cuZVJBhE0hlSWD9JLzvtGElmUJe8w4kL { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:40.6875rem;left:3.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nTXK5vTHd6gDJpo8CBvyQ4cMPSaXObl3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:43.625rem;left:2.8125rem;height:5.1994625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qiqT41dMtoIVbmTVP3AlEFkRd3UWaEb4 { color:#e12529;display:block;width:10rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:48.810546875rem;left:3.0927734375rem;height:6.875rem;text-align:center;text-align-last:center;display:block; }
#wgKrSCBbeOrJMIk7JKuKffuHCpk0g5aJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.56225rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:50.95703125rem;left:42.373046875rem;height:4.7937rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeFEPOypdDg00Q21sCWrPmdUhneNzWds { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:4.5rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:53.8125rem;left:48.5rem;height:7.1996875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzmozFytZdsSp42awfF1P7Xca7BaROym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3f3ff;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; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { background-color: transparent; background-image: none; }#DzmozFytZdsSp42awfF1P7Xca7BaROym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container > .video-iframe-container { display: none; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row > .video-iframe-container { display: none; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .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); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { border-width: 0; border-radius: 0; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#QLRqyTyCs9MJfTFrwuEEZSEoxxqJOAt7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;height:33.375rem;width:64.0625rem;top:2.875rem;left:5.46875rem;overflow:hidden;display:block; }
#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { background-color: transparent; background-image: none; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container > .video-iframe-container { display: none; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row > .video-iframe-container { display: none; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .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); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { border-width: 0; border-radius: 0; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;position:relative;display:block; }#Dw9paVIhA77crx7kILzJ1Fv2oOaOkVfy { color:#282828;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9160213470459rem;left:2.625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .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; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.625rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.5;overflow:hidden; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-trigger.adaptive-delivery-prevent-bg, #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-trigger.lazyload, #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-trigger.lazyloading { background-image: none; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 { box-sizing:content-box;height:auto;width:67.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:#e9f5fc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.8125057220456rem;left:2.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #K9FBb41BsuraweONzQbwSIn5cg61ULnA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #FomJNPgHdUXp51LLTkyABEaN7y6uCHT1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #e8B2Vp8dN6hTUN02SCD0LNMiOJC1a3Xi { display:block;position:relative; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #kVymXdzacvvob4Cesbx8hUWw6CcMGNTX {  }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #egu9EmL51izpnqtzcpvT2C717xFyy9WV {  }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #V69cIWBQzrFIHc5hzeaMX3C8LLSzc5Zm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #fArGyThM1bE81KfynvE9vlmvqEd5xm1K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #nCyuzE05AxvqUPaEzxsLeTJy0IQEA8N1 { display:block;position:relative; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #u21EsN09FSmQNhUp2RRyVwvNRge7FFXQ {  }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #T7dXbDSeRFoyg9QvqVsQds3x72f5nErM { display:none; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #UPK7ItTK09H0Hg235TBCfVSdXf3VMOvN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #GJ37ZF5twdePwpeZ0JrV16Tq15if8SDK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #B5W9p4HeQ69SNCvN3TM1tpQy9ClRnfXR { display:block;position:relative; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #EwpKkIM2UF4h2AWvNPTuESIsv2aDNwZi {  }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #VUTq6TkdxIQ4w66hRK2vx9lXKTwK5FTz { display:none; }
#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP { position:relative;display:block; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP { background-color: transparent; background-image: none; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .row .container > .video-iframe-container { display: none; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .row > .video-iframe-container { display: none; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .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); }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP { border-width: 0; border-radius: 0; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .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; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .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:8.1875rem;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:block; }#aIrAiVK5ecy2zaNpWUynOpQJM5BJ0RWD { background-color:#e12529;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.4360625rem;height:5.81176875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1016845703125rem;left:7.7813720703125rem;display:block; }
#Bib0eCMNAw0ka5OrIcbk2G0dutPIeANV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcKpXzohOhay4XbKBuht6oTswO7E5IOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3f3ff;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; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { background-color: transparent; background-image: none; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container > .video-iframe-container { display: none; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row > .video-iframe-container { display: none; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .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); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { border-width: 0; border-radius: 0; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#x7sHPq8IGZ5sEVhLO2m3VxDL7UkRHTdP { color:#16254c;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.4365234375rem;left:0rem;height:3.00598125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nx6gNGGRzt55XsxANiSDObXLog3hf4RD { 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:8.5625rem;left:15.5625rem; }
#sXuZ5bGLJ5Jhfn55BKDNlKc2ykRbCrI5 { 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:15027;opacity:1;top:32.875rem;left:15.5625rem; }
#bLtVzBf3uskMKOALDscBUvpIVtu022kL { color:#16254c;display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:9.1875rem;left:20.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMfHODT09MvKDvRRG8SZ7uTKNLNWHiiw { color:#16254c;display:block;width:46.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:32.462881088257rem;left:20.4375rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSFdoJsODg7NnMAGpm0ZwoAZC3Ncov9C { 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:15028;opacity:1;top:27.8125rem;left:15.5625rem; }
#VV9VrnAJvKclGBMl298T4oUbRZlWeJkF { color:#16254c;display:block;width:46.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:17.5625rem;left:20.75rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GhhyDGKvsP5bgzN3ALuLTs8BCRstEM0T { 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:15029;opacity:1;top:22.9375rem;left:15.5625rem; }
#sgV0TOTZzNZ8QG8xsThOXkSFRALENBJF { color:#16254c;display:block;width:46.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:27.400381088257rem;left:20.5625rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yhGbAsCWVBEIpe48TSRNATc4N432vR94 { 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:15030;opacity:1;top:18rem;left:15.5625rem; }
#kadqSgOUAXwTyCB27Nigcz2DgSluTNWe { color:#16254c;display:block;width:46.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:23.574869155884rem;left:20.5625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxVFa3xM1vZkgulUOw9gzLiRXxeP9ltl { 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:15030;opacity:1;top:13.0625rem;left:15.5625rem; }
#o4wa1VrS3RtxSlEUBunCEy1Zgq0tmhID { color:#16254c;display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:13.6875rem;left:20.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a1c891;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; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container { background-color: transparent; background-image: none; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container > .video-iframe-container { display: none; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row > .video-iframe-container { display: none; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .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); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container { border-width: 0; border-radius: 0; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#Tt4fERGBBFHC0hgvgXJsPEOSEiGTVZAA { background-color:#e12529;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;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:poppins;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.75rem;height:5.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.4375rem;left:12.625rem;display:block; }
#qzTOFd5PuaicW4Q5AKsuQJeAe0SMdQ1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#At7XfTSBRPk6693wTqU3A1ZzvF6IF076 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:25.375rem;width:25.375rem;top:7.8125rem;left:1.125rem;overflow:hidden;display:block; }
#wVpKWTPT4GveK19SiiJE8WDsTO3CgTP7 { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:29.875rem;height:9.0179375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PW6rmWdJWngEukXaxIHWfKD9MTzm7HQS { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.98046875rem;left:29.875rem;height:19.4970625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3f3ff;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; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row .container { background-color: transparent; background-image: none; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row .container > .video-iframe-container { display: none; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row > .video-iframe-container { display: none; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .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); }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row .container { border-width: 0; border-radius: 0; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#GaL4zlExZpok5ezmHNEQ1nepPQbETLJm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;height:26.812125rem;width:51.5625rem;top:1.77978515625rem;left:11.71875rem;overflow:hidden;display:block; }
#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { position:relative;display:block; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { background-color: transparent; background-image: none; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container > .video-iframe-container { display: none; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row > .video-iframe-container { display: none; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .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); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { border-width: 0; border-radius: 0; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .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; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .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:49.4375rem;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:block; }#hna1U2czasSmiWFJIaMIL1ldutVIE2JF { color:#16254c;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1875114440918rem;left:10.46875rem;height:3.81885rem;text-align:center;text-align-last:center;display:block; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .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; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-trigger.adaptive-delivery-prevent-bg, #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-trigger.lazyload, #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-trigger.lazyloading { background-image: none; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE { box-sizing:content-box;height:auto;width:60.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.1875009536744rem;left:6.15625rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #rClBmmFEuINIxLW3B8H4X3Vb1QU6nkIr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PEgMGRIUbDmXd6TwhsHtInN2XlwzCy52 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #NL8lbZlGdLp2nMD2nuT2Zn9ieEcdtw2Q { display:block;position:relative; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #zQTaAKEiQWtZrd5POJugVexTVNqWurGK {  }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #LKhWPCcAmZToTqd533KcT132hgSgpSAi {  }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #ULyf9b3W9n5cxI76GN41WgA2P65UuuBr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #uVKlAqBpFpcM8SNzWozBJ1vkillsBcBm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #g7Of9uCn6M5KrnnkuTDuVbVgaKWDR0AS { display:block;position:relative; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PbvJtGE84xovBqVswtZf9m7A34mVP7iR {  }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #XmwICu5UdcZVG13tTC5vETiSzUqZ1wXr { display:none; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #FLLltLGw5Cs7A2lqFrQv0ugrdltz8Cud { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #TxupOtaROltZPNCCzf7HphOLx2hm7ne8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #LnarugsiXAAlXxDBgmOrEvSF89osaSEb { display:block;position:relative; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #Z7wCqVogxnSp7nX1AXbWtXKiBQEkR2Tv {  }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #muN0Cyeqtsl6092XQCaeXU7Qcet2qbE8 { display:none; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #dx29AuNxim4QyfPvRc6FW32M4dwCeDtU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #HynERAye0lvmCfs5i6T94hv4sX7ISJwd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #R2BMLxzpJgCgoEFoS3KaK8dRMsU2E8GV { display:block;position:relative; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #RSr1pilSHtaf0LGCkXaP8T2E9kyZVHJg {  }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #bICiMlufLgI36LlsT1NLQ5bfWTfMSrFH { display:none; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #VHmMnnHTU8t72GFBVU4MCHMn7etv5xLX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PooRU2eWeXD86EiWtZ9TWNkosiePRQLT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #FVGXh5f73Fps9buVD18qJixmrloXAfwr { display:block;position:relative; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #SmaBpcOgPTl4kerwS6QJDTapvBGqoft6 {  }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #pNhJ1SFRmbn3W5sXd3ip8sG5ZO4vfTSm { display:none; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #KptNomo3nCHQHblQ36RGpzx4rkepwvsq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #IwB3MRx0umniyPieMnW1qBoqSMgqPFxz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #c8Ef5zcsUp1h7942az7lcKBJcmbmk058 { display:block;position:relative; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #MDhvhUfy5TbLWkDQ4OPcEBwE5OeoT7Qn {  }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #JQ7RnJ5h4Zges8CMP40TW42I9DT9oydw { display:none; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.9375rem;left:0rem;height:5.997075rem;text-align:center;text-align-last:center;display:block; }
#m7krvVopRs128nmhz0y4R9tFOGHNxGpz { 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:7.3125rem;width:22.25rem;top:3.51953125rem;left:26.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyaR7fNOWPTbIhQcNmFy2vA99HTXWs1F { top:0.6875rem;left:0rem;width:14.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNKdlhDzIfdWrN885bgrc94LzA5kuwne { top:19.5rem;left:0rem;width:26.25rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaoEX4xXpsGOoBSVLuOCOkdFLoOFPa44 { width:40.75rem;height:5rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDs5RVqtsBuNe9tt7kkiHTEiDpPazXzt { display:block; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .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; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .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; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 { display:flex;width:18rem;height:5.0625rem;top:43.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #tGrIOv6eq2H6aV7tTvtwtEKhQHe7DaZ2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #R1Jevn5F85XTJtAk6H0Sr4S9rbrHDdua {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #uTsD1BftcCfxtOURiTZRmRr4Tcupd48S {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #qTUnZrTgOxwFDcdkDuRmGm2lKX48kdXc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Ea7M1hwcdDHMWNinOGt4Axb73FwG0gKL {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #qax6oxTXJGvVpKCukKWxAMz9NoIPspHt {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #LhiQTysKoJLmpTi5MAWvQevoc1VamDM7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Xki28KM1g1Tlsk4OncKXGZyDiqFb8cEI {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #NtuE7GCaVoMgwB61TpTcQLGgUSoDi0zk {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Ayu5zT0re395iIoWnfBVW2hLn9bRqvBT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #GPot3gtlxwvJGDy2C1T69TTlTmdPxK7t {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #tiEMGhx3ZVg87kUfPpg3EskNhPnR1sZk {  }
 }@media only screen and (max-width: 763px) { #QwyhlPFpyFibQgk4i1k4v5OBegRf4ThA { top:20.8125rem;left:0rem;width:40.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo39XPabUdxTt1bPWw51Kif5cXvcE9qT { width:47.75rem;height:16.5rem;top:1.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUJpr7FFQcJhV6svkIsZrwPgOMxTTGEK { width:47.75rem;height:2.8125rem;top:2.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eed6G7f7OaSMIco2SzrDOBLl3hiF6vVM { width:47.75rem;height:1.375rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMv7TUKWLMTwPKDr6SGeVPti17chSFJr { width:5rem;height:0.125rem;top:6.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSmGUahbpPShUU81OdWayRekCAQQUZAb { width:30.1875rem;height:6rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UACUzJK90umdNBtMo3HaUFFHbZCh6a { width:35.3125rem;height:5.1875rem;top:7.75rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20t7owLGiZ8XEKixBsVqV2eoHiwqrdv { width:8rem;height:6.875rem;top:12.1875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2sM4s9z47ewFBJgsa1ur1dhfwbDZy02 { width:30.9375rem;height:9rem;top:19rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNvk8gyT90vxdfVJBWG9qU4zEvqHHbR9 { top:2.3125rem;left:21.1875rem;width:26.5625rem;height:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHI99beW6nnzlkgFE5RQHcqsQJqXoVo { width:21rem;height:5.1875rem;top:28rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrft0myOynShzc0VBHGUWLUS4G6LtuS { width:46.75rem;height:5.5rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO4iTQq3OAyOnmltDC5xSfe45p8MH1ZT { display:block; }
 }@media only screen and (max-width: 763px) { #uJzy3t9IcMOSPPaXIixluEVRZQHpl9Op { width:10rem;height:7rem;top:34.3125rem;left:0rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3GbiiT6L3v9RsmTkl1gDPDJbsGd7piK { width:30.9375rem;height:3.1875rem;top:55.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuZVJBhE0hlSWD9JLzvtGElmUJe8w4kL { width:30.9375rem;height:3rem;top:40.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTXK5vTHd6gDJpo8CBvyQ4cMPSaXObl3 { width:22.8125rem;height:5.1875rem;top:43.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiqT41dMtoIVbmTVP3AlEFkRd3UWaEb4 { width:10rem;height:6.875rem;top:48.75rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgKrSCBbeOrJMIk7JKuKffuHCpk0g5aJ { width:27.5rem;height:4.75rem;top:50.9375rem;left:20.25rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFEPOypdDg00Q21sCWrPmdUhneNzWds { width:15.3125rem;height:7.1875rem;top:53.8125rem;left:32.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzmozFytZdsSp42awfF1P7Xca7BaROym { display:block; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLRqyTyCs9MJfTFrwuEEZSEoxxqJOAt7 { top:2.875rem;left:0rem;width:47.75rem;height:24.876585365854rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 { display:block; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dw9paVIhA77crx7kILzJ1Fv2oOaOkVfy { width:37.5rem;height:3.625rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:10.3125rem; }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #K9FBb41BsuraweONzQbwSIn5cg61ULnA {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #FomJNPgHdUXp51LLTkyABEaN7y6uCHT1 {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #e8B2Vp8dN6hTUN02SCD0LNMiOJC1a3Xi {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #kVymXdzacvvob4Cesbx8hUWw6CcMGNTX {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #egu9EmL51izpnqtzcpvT2C717xFyy9WV {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #V69cIWBQzrFIHc5hzeaMX3C8LLSzc5Zm {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #fArGyThM1bE81KfynvE9vlmvqEd5xm1K {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #nCyuzE05AxvqUPaEzxsLeTJy0IQEA8N1 {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #u21EsN09FSmQNhUp2RRyVwvNRge7FFXQ {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #T7dXbDSeRFoyg9QvqVsQds3x72f5nErM {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #UPK7ItTK09H0Hg235TBCfVSdXf3VMOvN {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #GJ37ZF5twdePwpeZ0JrV16Tq15if8SDK {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #B5W9p4HeQ69SNCvN3TM1tpQy9ClRnfXR {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #EwpKkIM2UF4h2AWvNPTuESIsv2aDNwZi {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #VUTq6TkdxIQ4w66hRK2vx9lXKTwK5FTz {  }
 }@media only screen and (max-width: 763px) { #LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP { display:block; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIrAiVK5ecy2zaNpWUynOpQJM5BJ0RWD { width:46.75rem;height:5.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bib0eCMNAw0ka5OrIcbk2G0dutPIeANV { display:block; }
 }@media only screen and (max-width: 763px) { #WcKpXzohOhay4XbKBuht6oTswO7E5IOt { display:block; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7sHPq8IGZ5sEVhLO2m3VxDL7UkRHTdP { width:47.75rem;height:3rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx6gNGGRzt55XsxANiSDObXLog3hf4RD { top:8.5625rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXuZ5bGLJ5Jhfn55BKDNlKc2ykRbCrI5 { top:32.875rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLtVzBf3uskMKOALDscBUvpIVtu022kL { width:46.5625rem;height:2.125rem;top:9.1875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMfHODT09MvKDvRRG8SZ7uTKNLNWHiiw { width:46.9375rem;height:4.1875rem;top:32.4375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSFdoJsODg7NnMAGpm0ZwoAZC3Ncov9C { top:27.8125rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV9VrnAJvKclGBMl298T4oUbRZlWeJkF { width:46.5rem;height:4.1875rem;top:17.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhhyDGKvsP5bgzN3ALuLTs8BCRstEM0T { top:22.9375rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgV0TOTZzNZ8QG8xsThOXkSFRALENBJF { width:46.8125rem;height:4.1875rem;top:27.375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhGbAsCWVBEIpe48TSRNATc4N432vR94 { top:18rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kadqSgOUAXwTyCB27Nigcz2DgSluTNWe { width:46.8125rem;height:2.125rem;top:23.5625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxVFa3xM1vZkgulUOw9gzLiRXxeP9ltl { top:13.0625rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4wa1VrS3RtxSlEUBunCEy1Zgq0tmhID { width:46.5625rem;height:2.125rem;top:13.6875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { display:block; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt4fERGBBFHC0hgvgXJsPEOSEiGTVZAA { width:47.75rem;height:5.4375rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTOFd5PuaicW4Q5AKsuQJeAe0SMdQ1M { display:block; }
 }@media only screen and (max-width: 763px) { #At7XfTSBRPk6693wTqU3A1ZzvF6IF076 { top:7.8125rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVpKWTPT4GveK19SiiJE8WDsTO3CgTP7 { width:40.125rem;height:9rem;top:3.75rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW6rmWdJWngEukXaxIHWfKD9MTzm7HQS { width:42.3125rem;height:19.4375rem;top:14.9375rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X { display:block; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaL4zlExZpok5ezmHNEQ1nepPQbETLJm { top:1.75rem;left:0rem;width:47.75rem;height:24.829652727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { display:block; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hna1U2czasSmiWFJIaMIL1ldutVIE2JF { top:3.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #rClBmmFEuINIxLW3B8H4X3Vb1QU6nkIr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PEgMGRIUbDmXd6TwhsHtInN2XlwzCy52 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #NL8lbZlGdLp2nMD2nuT2Zn9ieEcdtw2Q {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #zQTaAKEiQWtZrd5POJugVexTVNqWurGK {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #LKhWPCcAmZToTqd533KcT132hgSgpSAi {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #ULyf9b3W9n5cxI76GN41WgA2P65UuuBr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #uVKlAqBpFpcM8SNzWozBJ1vkillsBcBm {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #g7Of9uCn6M5KrnnkuTDuVbVgaKWDR0AS {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PbvJtGE84xovBqVswtZf9m7A34mVP7iR {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #XmwICu5UdcZVG13tTC5vETiSzUqZ1wXr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #FLLltLGw5Cs7A2lqFrQv0ugrdltz8Cud {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #TxupOtaROltZPNCCzf7HphOLx2hm7ne8 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #LnarugsiXAAlXxDBgmOrEvSF89osaSEb {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #Z7wCqVogxnSp7nX1AXbWtXKiBQEkR2Tv {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #muN0Cyeqtsl6092XQCaeXU7Qcet2qbE8 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #dx29AuNxim4QyfPvRc6FW32M4dwCeDtU {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #HynERAye0lvmCfs5i6T94hv4sX7ISJwd {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #R2BMLxzpJgCgoEFoS3KaK8dRMsU2E8GV {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #RSr1pilSHtaf0LGCkXaP8T2E9kyZVHJg {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #bICiMlufLgI36LlsT1NLQ5bfWTfMSrFH {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #VHmMnnHTU8t72GFBVU4MCHMn7etv5xLX {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PooRU2eWeXD86EiWtZ9TWNkosiePRQLT {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #FVGXh5f73Fps9buVD18qJixmrloXAfwr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #SmaBpcOgPTl4kerwS6QJDTapvBGqoft6 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #pNhJ1SFRmbn3W5sXd3ip8sG5ZO4vfTSm {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #KptNomo3nCHQHblQ36RGpzx4rkepwvsq {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #IwB3MRx0umniyPieMnW1qBoqSMgqPFxz {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #c8Ef5zcsUp1h7942az7lcKBJcmbmk058 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #MDhvhUfy5TbLWkDQ4OPcEBwE5OeoT7Qn {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #JQ7RnJ5h4Zges8CMP40TW42I9DT9oydw {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:5.9375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7krvVopRs128nmhz0y4R9tFOGHNxGpz { top:3.5rem;left:12.75rem;width:22.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyaR7fNOWPTbIhQcNmFy2vA99HTXWs1F { width:10.5rem;height:3.4375rem;top:0.96875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNKdlhDzIfdWrN885bgrc94LzA5kuwne { width:16.687rem;height:24.249875rem;top:21.470947265625rem;left:1.6558837890625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ZaoEX4xXpsGOoBSVLuOCOkdFLoOFPa44 { width:18.999625rem;height:3.8745125rem;top:50.801391601562rem;left:0.4986572265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDs5RVqtsBuNe9tt7kkiHTEiDpPazXzt { display:block; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .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; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .widget-text.counter-number { padding-top:0.475rem;padding-right:0.415rem;padding-bottom:0.475rem;padding-left:0.415rem;width:2.48875rem;min-width:2.48875rem;height:2.553125rem;font-size:1.9rem;line-height:40.85px;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; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.296875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.318125rem;height:1.009375rem;font-size:0.7125rem;line-height:16.15px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 { display:flex;width:17.25rem;height:4.809375rem;top:42.761840820312rem;left:0.8929443359375rem;z-index:15027;padding-top:0.61125rem;padding-right:0.60625rem;padding-bottom:0.61125rem;padding-left:0.60625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #tGrIOv6eq2H6aV7tTvtwtEKhQHe7DaZ2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #R1Jevn5F85XTJtAk6H0Sr4S9rbrHDdua {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #uTsD1BftcCfxtOURiTZRmRr4Tcupd48S {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #qTUnZrTgOxwFDcdkDuRmGm2lKX48kdXc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Ea7M1hwcdDHMWNinOGt4Axb73FwG0gKL {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #qax6oxTXJGvVpKCukKWxAMz9NoIPspHt {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #LhiQTysKoJLmpTi5MAWvQevoc1VamDM7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Xki28KM1g1Tlsk4OncKXGZyDiqFb8cEI {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #NtuE7GCaVoMgwB61TpTcQLGgUSoDi0zk {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #Ayu5zT0re395iIoWnfBVW2hLn9bRqvBT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #GPot3gtlxwvJGDy2C1T69TTlTmdPxK7t {  }
 }@media only screen and (max-width: 763px) { #xtJhtlxPdzGpMlyRMTT1ITMa0Ss1LSt6 #tiEMGhx3ZVg87kUfPpg3EskNhPnR1sZk {  }
 }@media only screen and (max-width: 763px) { #QwyhlPFpyFibQgk4i1k4v5OBegRf4ThA { width:20rem;height:10.4375rem;top:14.249877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo39XPabUdxTt1bPWw51Kif5cXvcE9qT { width:16.625rem;height:12.07398125rem;top:0.80143260955813rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUJpr7FFQcJhV6svkIsZrwPgOMxTTGEK { width:20rem;height:5.20019375rem;top:3.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Eed6G7f7OaSMIco2SzrDOBLl3hiF6vVM { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMv7TUKWLMTwPKDr6SGeVPti17chSFJr { width:5rem;height:0.125rem;top:10.16796875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:20rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSmGUahbpPShUU81OdWayRekCAQQUZAb { width:19.125rem;height:4.5996125rem;top:1.0625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UACUzJK90umdNBtMo3HaUFFHbZCh6a { width:20rem;height:3.200075rem;top:5.66162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20t7owLGiZ8XEKixBsVqV2eoHiwqrdv { width:9.99975rem;height:4.67505rem;top:8.050048828125rem;left:4.998046875rem;text-align:center;text-align-last:center;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2sM4s9z47ewFBJgsa1ur1dhfwbDZy02 { width:19.9995rem;height:6.8994375rem;top:12.72509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNvk8gyT90vxdfVJBWG9qU4zEvqHHbR9 { width:19.9995rem;height:35.562rem;top:45.936767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHI99beW6nnzlkgFE5RQHcqsQJqXoVo { width:12.5625rem;height:3.19995rem;top:19.62451171875rem;left:3.7177734375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrft0myOynShzc0VBHGUWLUS4G6LtuS { width:18.999rem;height:3.8745125rem;top:88.81201171875rem;left:0.500244140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO4iTQq3OAyOnmltDC5xSfe45p8MH1ZT { display:block; }
 }@media only screen and (max-width: 763px) { #uJzy3t9IcMOSPPaXIixluEVRZQHpl9Op { width:9.99975rem;height:4.67505rem;top:23.9296875rem;left:4.99951171875rem;text-align:center;text-align-last:center;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3GbiiT6L3v9RsmTkl1gDPDJbsGd7piK { width:19.9995rem;height:2.29980625rem;top:41.42431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuZVJBhE0hlSWD9JLzvtGElmUJe8w4kL { width:19.9995rem;height:3rem;top:28.557861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTXK5vTHd6gDJpo8CBvyQ4cMPSaXObl3 { width:19.9995rem;height:3.19995rem;top:31.557861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiqT41dMtoIVbmTVP3AlEFkRd3UWaEb4 { width:9.99975rem;height:4.67505rem;top:36.749267578125rem;left:4.99951171875rem;text-align:center;text-align-last:center;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgKrSCBbeOrJMIk7JKuKffuHCpk0g5aJ { width:19.9995rem;height:2.6001rem;top:82.443603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFEPOypdDg00Q21sCWrPmdUhneNzWds { width:15.312rem;height:3.19995rem;top:85.043701171875rem;left:2.343017578125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzmozFytZdsSp42awfF1P7Xca7BaROym { display:block; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLRqyTyCs9MJfTFrwuEEZSEoxxqJOAt7 { width:20rem;height:10.4375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 { display:block; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dw9paVIhA77crx7kILzJ1Fv2oOaOkVfy { width:20rem;height:2.19360625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-heading-text { font-size:1.375rem;height:auto; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 { display:flex;height:auto;width:17.5rem;top:5.1972661018372rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #K9FBb41BsuraweONzQbwSIn5cg61ULnA {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #FomJNPgHdUXp51LLTkyABEaN7y6uCHT1 {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #e8B2Vp8dN6hTUN02SCD0LNMiOJC1a3Xi {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #kVymXdzacvvob4Cesbx8hUWw6CcMGNTX {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #egu9EmL51izpnqtzcpvT2C717xFyy9WV {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #V69cIWBQzrFIHc5hzeaMX3C8LLSzc5Zm {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #fArGyThM1bE81KfynvE9vlmvqEd5xm1K {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #nCyuzE05AxvqUPaEzxsLeTJy0IQEA8N1 {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #u21EsN09FSmQNhUp2RRyVwvNRge7FFXQ {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #T7dXbDSeRFoyg9QvqVsQds3x72f5nErM {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #UPK7ItTK09H0Hg235TBCfVSdXf3VMOvN {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #GJ37ZF5twdePwpeZ0JrV16Tq15if8SDK {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #B5W9p4HeQ69SNCvN3TM1tpQy9ClRnfXR {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #EwpKkIM2UF4h2AWvNPTuESIsv2aDNwZi {  }
 }@media only screen and (max-width: 763px) { #zuXKBbys7pgQ2TMs189WPWlhXZdrQTv3 #VUTq6TkdxIQ4w66hRK2vx9lXKTwK5FTz {  }
 }@media only screen and (max-width: 763px) { #LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP { display:block; }#LzuAgJgKv2blbUGeLfhzn1onUvpsw2DP > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIrAiVK5ecy2zaNpWUynOpQJM5BJ0RWD { width:18.999rem;height:3.8745125rem;top:1.1956787109375rem;left:0.50048828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bib0eCMNAw0ka5OrIcbk2G0dutPIeANV { display:block; }
 }@media only screen and (max-width: 763px) { #WcKpXzohOhay4XbKBuht6oTswO7E5IOt { display:block; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7sHPq8IGZ5sEVhLO2m3VxDL7UkRHTdP { width:20rem;height:5.84911875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Nx6gNGGRzt55XsxANiSDObXLog3hf4RD { display:flex;width:3.125rem;height:3.125rem;top:8.3496125rem;left:8.4375rem;opacity:1;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #sXuZ5bGLJ5Jhfn55BKDNlKc2ykRbCrI5 { display:flex;width:3.125rem;height:3.125rem;top:52.9746125rem;left:8.4375rem;opacity:1;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #bLtVzBf3uskMKOALDscBUvpIVtu022kL { width:20rem;height:3rem;top:12.7246125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #hMfHODT09MvKDvRRG8SZ7uTKNLNWHiiw { width:20rem;height:4.5rem;top:57.3496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dSFdoJsODg7NnMAGpm0ZwoAZC3Ncov9C { display:flex;width:3.125rem;height:3.125rem;top:42.8496125rem;left:8.4375rem;opacity:1;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #VV9VrnAJvKclGBMl298T4oUbRZlWeJkF { width:20rem;height:3rem;top:29.9746125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GhhyDGKvsP5bgzN3ALuLTs8BCRstEM0T { display:flex;width:3.125rem;height:3.125rem;top:34.2246125rem;left:8.4375rem;opacity:1;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #sgV0TOTZzNZ8QG8xsThOXkSFRALENBJF { width:20rem;height:4.5rem;top:47.2246125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #yhGbAsCWVBEIpe48TSRNATc4N432vR94 { display:flex;width:3.125rem;height:3.125rem;top:25.5996125rem;left:8.4375rem;opacity:1;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #kadqSgOUAXwTyCB27Nigcz2DgSluTNWe { width:20rem;height:3rem;top:38.5996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SxVFa3xM1vZkgulUOw9gzLiRXxeP9ltl { display:flex;width:3.125rem;height:3.125rem;top:16.9746125rem;left:8.4375rem;opacity:1;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #o4wa1VrS3RtxSlEUBunCEy1Zgq0tmhID { width:20rem;height:3rem;top:21.3496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { display:block; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt4fERGBBFHC0hgvgXJsPEOSEiGTVZAA { width:19rem;height:3.875rem;top:54.757162094116rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTOFd5PuaicW4Q5AKsuQJeAe0SMdQ1M { display:block; }
 }@media only screen and (max-width: 763px) { #At7XfTSBRPk6693wTqU3A1ZzvF6IF076 { width:20rem;height:20rem;top:8.9446616172788rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVpKWTPT4GveK19SiiJE8WDsTO3CgTP7 { width:20rem;height:5.1178rem;top:2rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PW6rmWdJWngEukXaxIHWfKD9MTzm7HQS { width:18.75rem;height:23.4829375rem;top:30.187501907349rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X { display:block; }#fn7BiZIKa6hwZMC0nzvMvGKh7ZnhpL0X > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaL4zlExZpok5ezmHNEQ1nepPQbETLJm { width:20rem;height:10.399854545455rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { display:block; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hna1U2czasSmiWFJIaMIL1ldutVIE2JF { width:20rem;height:2.6001rem;top:2.4069232940674rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE { display:flex;height:auto;width:17.5rem;top:5.6315326690674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #rClBmmFEuINIxLW3B8H4X3Vb1QU6nkIr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PEgMGRIUbDmXd6TwhsHtInN2XlwzCy52 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #NL8lbZlGdLp2nMD2nuT2Zn9ieEcdtw2Q {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #zQTaAKEiQWtZrd5POJugVexTVNqWurGK {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #LKhWPCcAmZToTqd533KcT132hgSgpSAi {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #ULyf9b3W9n5cxI76GN41WgA2P65UuuBr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #uVKlAqBpFpcM8SNzWozBJ1vkillsBcBm {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #g7Of9uCn6M5KrnnkuTDuVbVgaKWDR0AS {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PbvJtGE84xovBqVswtZf9m7A34mVP7iR {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #XmwICu5UdcZVG13tTC5vETiSzUqZ1wXr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #FLLltLGw5Cs7A2lqFrQv0ugrdltz8Cud {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #TxupOtaROltZPNCCzf7HphOLx2hm7ne8 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #LnarugsiXAAlXxDBgmOrEvSF89osaSEb {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #Z7wCqVogxnSp7nX1AXbWtXKiBQEkR2Tv {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #muN0Cyeqtsl6092XQCaeXU7Qcet2qbE8 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #dx29AuNxim4QyfPvRc6FW32M4dwCeDtU {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #HynERAye0lvmCfs5i6T94hv4sX7ISJwd {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #R2BMLxzpJgCgoEFoS3KaK8dRMsU2E8GV {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #RSr1pilSHtaf0LGCkXaP8T2E9kyZVHJg {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #bICiMlufLgI36LlsT1NLQ5bfWTfMSrFH {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #VHmMnnHTU8t72GFBVU4MCHMn7etv5xLX {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #PooRU2eWeXD86EiWtZ9TWNkosiePRQLT {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #FVGXh5f73Fps9buVD18qJixmrloXAfwr {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #SmaBpcOgPTl4kerwS6QJDTapvBGqoft6 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #pNhJ1SFRmbn3W5sXd3ip8sG5ZO4vfTSm {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #KptNomo3nCHQHblQ36RGpzx4rkepwvsq {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #IwB3MRx0umniyPieMnW1qBoqSMgqPFxz {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #c8Ef5zcsUp1h7942az7lcKBJcmbmk058 {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #MDhvhUfy5TbLWkDQ4OPcEBwE5OeoT7Qn {  }
 }@media only screen and (max-width: 763px) { #sfaL6HJySZT5eDabhGeTNEOW9Xw0KMuE #JQ7RnJ5h4Zges8CMP40TW42I9DT9oydw {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:7.49634375rem;top:7.8220481872556rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7krvVopRs128nmhz0y4R9tFOGHNxGpz { width:20rem;height:6.5729375rem;top:1.25rem;left:0rem;display:block; }
 }