.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row .container { background-color: transparent; background-image: none; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row .container > .video-iframe-container { display: none; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row > .video-iframe-container { display: none; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .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); }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row .container { border-width: 0; border-radius: 0; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#BK9J9WehQG65cEUOAn4EW3591Tc2OpgG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:17.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#fTDpRHPg8KDQwEhl5cWGLJFABoNA5Rrd { background-color:#6a97c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.2484375rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5625rem;left:51.75156211853rem;display:block; }
#fJiznh5M6712tHSDU6MwXzpxfONo2AGd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da24711d-d5ef-4c80-9183-4193710277ea/mediumshotgraduatestudent.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:22.1875rem;width:27.5625rem;top:13.24978351593rem;left:45.937500953674rem;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;background-color:#ffffff;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.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 1.875rem rgba(35,114,245,0.2) ;height:27.25rem;width:30.6875rem;top:10.624566078186rem;left:44.375000953674rem;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.6662330627441rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkTd6A3ZxAH86num2Ox2dMb289xvmGJr { color:#6a97c8;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.062066078186rem;left:44.749352455139rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJMV0nk0NVzphq3rRfJ9cTTmy7ZwiuaM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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: none;height:28.375rem;width:28.75rem;top:9.530165195465rem;left:7.8081598281863rem;overflow:hidden;display:block; }
#XyBci0hTXnd19JJXIZgVRTD433VLot1H { position:relative;display:block; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H { background-color: transparent; background-image: none; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .row .container > .video-iframe-container { display: none; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .row > .video-iframe-container { display: none; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .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); }#XyBci0hTXnd19JJXIZgVRTD433VLot1H { border-width: 0; border-radius: 0; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .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; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;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; }#DFMEw4IP0rFdIsM5y6PC3lwAQWOvUZkq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom: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: none;height:31.25rem;width:31.125rem;top:0.71614402532575rem;left:21.875000953674rem;overflow:hidden;display:block; }
#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH { position:relative;display:block; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH { background-color: transparent; background-image: none; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .row .container > .video-iframe-container { display: none; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .row > .video-iframe-container { display: none; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .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); }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH { border-width: 0; border-radius: 0; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .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; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#SEJ7ktTNA8LgDTgaVIJkyezUmQ2iK0P4 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9477005004882rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF { 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; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row .container { background-color: transparent; background-image: none; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row .container > .video-iframe-container { display: none; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row > .video-iframe-container { display: none; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .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); }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row .container { border-width: 0; border-radius: 0; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#ww6ehgfoJUtw7rXezgpl4tL47rceXN3h { position:absolute;display:block;z-index:15002;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:30.75rem;width:18.125rem;top:0rem;left:53.4375rem;overflow:hidden;display:block; }
#LIesOXmVxlPcHF6QLxlnTcai8Qq2S1Tv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:18.125rem;top:3.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#NkTQ6WTJg6zi3U2EHWLO8wM1c1i6AKqE { 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:30.75rem;width:18.125rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#iPGqzikZvpdGdbKoUOP4I5n9FcbmoiTI { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.6875rem;height:7.2729375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iPGqzikZvpdGdbKoUOP4I5n9FcbmoiTI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iPGqzikZvpdGdbKoUOP4I5n9FcbmoiTI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#h11qskPTKLRmWvAeoDxDccXVNtlmPIrT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:6.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v9V2bTqMQpXnCqUQLUDbfUNT2dEgR8Qz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:6.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7h3QyxSSxruDUo0iVTC2feTgwrNwXV6 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.3125rem;left:28.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJNJD2alync8y1mietdu6J0c3gFQhZPM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.124999046326rem;left:31.250003814698rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuMpX9qNs64FwIAThkVnu28nyFEzVnD4 { color:#000000;display:block;width:17.6248125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.023220062256rem;left:29.006076812744rem;height:5.16113125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GuMpX9qNs64FwIAThkVnu28nyFEzVnD4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GuMpX9qNs64FwIAThkVnu28nyFEzVnD4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#SK1TKGAFExPqT8HAdfQNkSL5l5aoNwRB { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:53.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtDuRETgBfF31komDiQ4t0tT7gxHNxCi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:56.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9OFP3T6nxzmNEe4rDb5by4MT4Q3O9xr { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.33544921875rem;left:53.6875rem;height:9.69725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#W9OFP3T6nxzmNEe4rDb5by4MT4Q3O9xr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W9OFP3T6nxzmNEe4rDb5by4MT4Q3O9xr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#L1LJ7KNLVNUT8ANfuxC8ZeGSWM2xKN5e { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.3125rem;width:11.9375rem;top:1.3154296875rem;left:31.53125rem;overflow:hidden;display:block; }
#srQTnATTaTRxLbWDQebCAk9BoP4TJerr { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.624375rem;width:11.875rem;top:4.1302032470703rem;left:6.5625009536744rem;overflow:hidden;display:block; }
#JdO1W1ApATLh7sRlJ0CRfzdZTTHnlWV1 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.1245625rem;width:11.936875rem;top:3.5618438720703rem;left:56.531036376953rem;overflow:hidden;display:block; }
#snfhHsCD5yKet12cskPgR6tFIJiHVaod { 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; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row .container { background-color: transparent; background-image: none; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row .container > .video-iframe-container { display: none; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row > .video-iframe-container { display: none; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .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); }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row .container { border-width: 0; border-radius: 0; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#l8bIacbGPXDb0gfblahesKJsnT9VugOx { position:absolute;display:block;z-index:15002;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:30.75rem;width:18.125rem;top:0rem;left:53.4375rem;overflow:hidden;display:block; }
#EwxNIoDS1ypzA2LLN8fD0ODSGHW0FVH5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:18.125rem;top:3.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#mUghOhPNFTlfdzrBsKphvbIlrehJZxTW { 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:30.75rem;width:18.125rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#GB2BDivv9D20HPsQf8KBxCuLFgAbHsg6 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.6875rem;height:5.90454375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GB2BDivv9D20HPsQf8KBxCuLFgAbHsg6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GB2BDivv9D20HPsQf8KBxCuLFgAbHsg6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#UIZW8rBzWDsN6SlhcR24hgyxmCmzzbkS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:6.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFVoQ8abWqATvvNyFe07yZ2t0WIUW80F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:6.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G02akHALZ8HsRKl63pZaeXdJ7VrKUJZZ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.3125rem;left:28.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q83AnMrTFBTQTunh7iDtQlOcIaybeETE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.124999046326rem;left:31.250003814698rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FuCVUTKpkTUXFRrcDCiMq5k3DRoVquZr { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.89892578125rem;left:28.6875rem;height:5.5920375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FuCVUTKpkTUXFRrcDCiMq5k3DRoVquZr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FuCVUTKpkTUXFRrcDCiMq5k3DRoVquZr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#xoth5bCmVpsdqe3a0Ge4x9dn41xnDyKm { color:#000000;display:block;width:17.6248125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.285807609558rem;left:53.687068939209rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJMxg0PKmDyaUomIdd9NdII1MNfTTiIr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125000953674rem;left:56.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aOb8QOxZi4dUqTnThX0d9qPpTuxGwLKp { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.33544921875rem;left:53.6875rem;height:8.016375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aOb8QOxZi4dUqTnThX0d9qPpTuxGwLKp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aOb8QOxZi4dUqTnThX0d9qPpTuxGwLKp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#tmz3wGVp3fgsBNl7XCHtb1rgdWrh2mcy { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:11.1870625rem;width:11.1870625rem;top:4.5125875473022rem;left:6.9053821563719rem;overflow:hidden;display:block; }
#ATxfqtxN8BopXwrP0gZcx0lxJJdzA0TU { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:10.7498125rem;width:10.999375rem;top:4.8546009063721rem;left:31.999786376953rem;overflow:hidden;display:block; }
#lErVyaGO9kMxuzIDDZgGc9Kv4lCJMFr5 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:10.6875rem;width:10.6875rem;top:4.9798202514649rem;left:57.312286376953rem;overflow:hidden;display:block; }
#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO { position:relative;display:block; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO { background-color: transparent; background-image: none; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .row .container > .video-iframe-container { display: none; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .row > .video-iframe-container { display: none; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .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); }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO { border-width: 0; border-radius: 0; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .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; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;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; }#rOWIQRPNQtQ2hvBq08BWCZQJiekS3gBz { color:rgba(0,0,0,0.7);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.97422027587888rem;left:0rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp { position:relative;display:block; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp { background-color: transparent; background-image: none; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .row .container > .video-iframe-container { display: none; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .row > .video-iframe-container { display: none; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .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); }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp { border-width: 0; border-radius: 0; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .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; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#ah4P10A4X9NlO7Bfu92lw5LXbbda97DQ { background-color:#6a97c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.2484375rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.84843826293944rem;left:25.875780105591rem;display:block; }
#CUNfc4fVhSvCLdarteSxzCtnBInwVwSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H { position:relative;display:block; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H { background-color: transparent; background-image: none; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .row .container > .video-iframe-container { display: none; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .row > .video-iframe-container { display: none; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .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); }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H { border-width: 0; border-radius: 0; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .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; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;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; }#RhdJT4ldz6LDVzSL5BonZQGBwRcaDLUw { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0624974966049rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K { position:relative;display:block; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K { background-color: transparent; background-image: none; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .row .container > .video-iframe-container { display: none; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .row > .video-iframe-container { display: none; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .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); }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K { border-width: 0; border-radius: 0; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .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; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.75rem;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; }#HAkkFi9y3CoXqhTfhOO04eT7iyZrwKXn { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5375046730044rem;left:1.3000001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#tcJGAubtRiueTvFQODowITDBslwTCuF1 { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5359425544737rem;left:20rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#EZLELp9pDnB6dWigFh5czhrlE4U8yJfQ { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.535937309265rem;left:38.750001907349rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#KCAcVms6PI0IvvJXhcxtp3UmRwxAv9nW { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5867238044737rem;left:57.550001144409rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#WlHcPlbo67RRMbM8HOhSzZztTE7KURPh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.51171875rem;left:7.1875rem;overflow:hidden;display:block; }
#XHR9FzxGkhXwecibV8t8F1vTczWUM7lO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.51171875rem;left:25.937501907349rem;overflow:hidden;display:block; }
#HUsBBDozmPix7JNIp07qTKcZ5ZCMryt3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:1.94921875rem;left:45.125001907349rem;overflow:hidden;display:block; }
#MH5qwZr3phxWgvD9xiT0c9XNbzFfZiAa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:1.13671875rem;left:63.06249809265rem;overflow:hidden;display:block; }
#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ { position:relative;display:block; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ { background-color: transparent; background-image: none; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .row .container > .video-iframe-container { display: none; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .row > .video-iframe-container { display: none; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .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); }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ { border-width: 0; border-radius: 0; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .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; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.75rem;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; }#gdhZquVqZxHPCevTtOpkMG6W5tSfAeRl { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5375046730044rem;left:1.3000001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#bLWEpprM3Op2C0eqwTnwuRyfM8ZrzTwd { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5359425544737rem;left:20rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#GtDKote7FL2ph6tBy75Ldx5i3sylzGb2 { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.535937309265rem;left:38.750001907349rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#TsBms85VVyveIAeLD8JURu9seNZ9k7lg { color:rgba(0,0,0,0.7);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5867238044737rem;left:57.550001144409rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#N3f9t0yv7Rypi1A5Ha9zkgaZCJrTuM7P { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.57421875rem;left:7.1875rem;overflow:hidden;display:block; }
#XXZdT62tBmukfdwHF1rfxBaefVeroThm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.57421875rem;left:25.937501907349rem;overflow:hidden;display:block; }
#x8eR7UUTTlAqIzzewnsqpFuOOOHLTVKa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.57421875rem;left:44.687501907349rem;overflow:hidden;display:block; }
#v6ecPeTs8rKPo1vK6vm0uwkXt2esMf69 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.01171875rem;left:63.43749809265rem;overflow:hidden;display:block; }
#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt { position:relative;display:block; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt { background-color: transparent; background-image: none; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .row .container > .video-iframe-container { display: none; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .row > .video-iframe-container { display: none; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .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); }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt { border-width: 0; border-radius: 0; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .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; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;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; }#HG8LL13rGgPahJ9bN2uT0xTmxbLEmGMT { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5798587799073rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ { position:relative;display:block; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ { background-color: transparent; background-image: none; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row .container > .video-iframe-container { display: none; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row > .video-iframe-container { display: none; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .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); }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ { border-width: 0; border-radius: 0; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row .container { border-top:0.0625rem solid #6a97c8;border-left:0.0625rem solid #6a97c8;border-right:0.0625rem solid #6a97c8;border-bottom:0.0625rem solid #6a97c8;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#cQIzcTD0HakwQ76ucwBpMEUgwzK7Z0NB { color:#6a97c8;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.255859375rem;left:0rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #6a97c8;border-left:0.0625rem solid #6a97c8;border-right:0.0625rem solid #6a97c8;border-bottom:0.0625rem solid #6a97c8; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .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; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.1875rem;height:auto;line-height:1.4;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;font-family:poppins; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .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;line-height:1.4;overflow:hidden;height:auto; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .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; }#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-trigger.adaptive-delivery-prevent-bg, #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-trigger.lazyload, #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-trigger.lazyloading { background-image: none; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 { box-sizing:content-box;height:auto;width:36.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:1.625rem;left:37.8125rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #vRui12OB8EL7hERTPrXRIExddAK0WrJR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #oVAQWb9EJB8NMW8LwOZPsLcuXTnVEnTo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 { display:block;position:relative; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #Nw6BvTtPWzc1BGTxhCBZPIh8KSQWTbsp {  }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #Fi0iUD5yV0FndBdZwFAPLQsZuEEB2Fuu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #QwydV7V077c7NPaNbkRf83GpiZCS7qzf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #XV3LXrH0Vtiq2EdHyTz76uRg47OM0z0w { display:block;position:relative; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #GltJXh2RfLxO1mef8AGZrXTtnQBiDssD {  }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #gtze7QIzWd0tEqkUEvCnZ3pHrXuPKfDf { display:none; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #zpgn1uBC9tM2LFEUl4lk6kRg8Hmuc9dc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #W3le91aUxqFxBIRrmtNRCKfJI1BbqX1a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #SD1pUIRUg2q2B9nv2cKiH5AfEA9U5ZFk { display:block;position:relative; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #q1uFawrs2lFnabZKUl5Wx6xNGZsBgpOF {  }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #w9CzsCfuDDIuKuSc5DHAH8H4zQEEE9EK { display:none; }
#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD { position:relative;display:block; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD { background-color: transparent; background-image: none; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .row .container > .video-iframe-container { display: none; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .row > .video-iframe-container { display: none; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .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); }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD { border-width: 0; border-radius: 0; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .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; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;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; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV { position:relative;display:block; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV { background-color: transparent; background-image: none; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row .container > .video-iframe-container { display: none; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row > .video-iframe-container { display: none; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .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); }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV { border-width: 0; border-radius: 0; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row .container { border-top:0.0625rem solid #6a97c8;border-left:0.0625rem solid #6a97c8;border-right:0.0625rem solid #6a97c8;border-bottom:0.0625rem solid #6a97c8;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.34375rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#dVoiaxaNtDkeVLTISxbrGOzx9MgGRrau { color:#6a97c8;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4184036254883rem;left:37.506947517395rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #6a97c8;border-left:0.0625rem solid #6a97c8;border-right:0.0625rem solid #6a97c8;border-bottom:0.0625rem solid #6a97c8; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .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; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.1875rem;height:auto;line-height:1.4;overflow:hidden;text-align:left;text-align-last:left;font-style:normal; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .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;line-height:1.4;overflow:hidden;height:auto; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .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; }#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-trigger.adaptive-delivery-prevent-bg, #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-trigger.lazyload, #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-trigger.lazyloading { background-image: none; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k { box-sizing:content-box;height:auto;width:36.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0.43701171875rem;left:0.28662109375rem; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #y0woEEtcswwyF6celRS7qzWMgRph19U9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #PJ0WL3KZbevETET689m2EFFnlZKAdEv3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 { display:block;position:relative; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #InEpsdnHkTktnKxwBoqCytI43O0BmpLc {  }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #aXXM2S6KUma4evksAeaDWVz1I24bQDGP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #eoFDNFE0VnwJz6emOVNovypkC8E4NKfy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #FIlinBCtZLfwZu9G6qCOCXW0NF8lIuT3 { display:block;position:relative; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #KmiZfl4T08piz043TDWcNPBaDmpAuwZE {  }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #Xu3Ozm6BVK8soPtpvCrP6DL75CO8k56e { display:none; }
#VbmuszBnSQCcJofwZKqW13fopqdxdX1h { position:relative;display:block; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h { background-color: transparent; background-image: none; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .row .container > .video-iframe-container { display: none; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .row > .video-iframe-container { display: none; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .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); }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h { border-width: 0; border-radius: 0; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .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; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#cbnt3Mx9WdqKGbkqUtZFdnlPJSFoldoE { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.59375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hERfFLOI32zqq50JydzoWs3ekCTz9IKW { position:relative;display:block; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW { background-color: transparent; background-image: none; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row .container > .video-iframe-container { display: none; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row > .video-iframe-container { display: none; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .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); }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW { border-width: 0; border-radius: 0; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row .container > .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; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row .container { border-top:0.0625rem solid #6a97c8;border-left:0.0625rem solid #6a97c8;border-right:0.0625rem solid #6a97c8;border-bottom:0.0625rem solid #6a97c8;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#o8LwxLsoFKKxm40JuMyxNh0MiU9DhM0k { color:rgba(0,0,0,0.7);display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.8;letter-spacing:0;top:4.3492156982422rem;left:2.0984375rem;height:12.8246875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xx0U21IIvKFu0G3TGBhtiINsL6JDNKTO { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:#6a97c8;background-image:none;top:4.5rem;left:0.0625rem;display:block; }
#F8vkgt0LPOFJd3Ap8howWdhgamZHRA4Q { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3249998092651rem;left:31.387499809265rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4FxAiIVDTE1k84lV37sHiqFz9ErMZ5d { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2250003814698rem;left:54.350001335144rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEBIxkU9C18vz0vV94AtTweb5mBHkTve { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15028;background-color:#6a97c8;background-image:none;top:0.036719512939442rem;left:28.912500572204rem;display:block; }
#Hq2EJ8VdXA7nt36IeW1DpckJr9Mb87Zw { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15029;background-color:#6a97c8;background-image:none;top:0.036719512939442rem;left:53.875002098084rem;display:block; }
#PaW14dqRule4LNwS0MyZXhZ775EecNJ7 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:0.050000190734863rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwAkaP85fdIemML9SdJJtB4so0BlpbXQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:5.0109376907349rem;left:40.800002098084rem; }
#BD57us5DJwTivFz6Hywz7T63lyQvo9dR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.1484375rem;left:40.800002098084rem; }
#NShkXTJBkVGiS5fI6iIKCDBfrNMtlXKT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.31093788147rem;left:40.800002098084rem; }
#fnaUm1R0obMwVPkFJG2JTRAsSsPZwGwc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.53359413147rem;left:40.800002098084rem; }
#oma7wuuaaa4oOQkQTQuV1uHRTJ77gddS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.633594512939rem;left:40.800002098084rem; }
#REXETbC64XRws4ReWXTuJEJqDV8qfnCl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:15.733594894409rem;left:40.800002098084rem; }
#iwNblCdcyERPAz4aWDwwx1lCIUMSGIQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.0625rem;left:64.625rem; }
#OvmsrXZvRZ0tGHJwrQDXLQ6DOzZZewiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:11.8125rem;left:64.625rem; }
#QOv0hHg0LRi8OpJVXPLHVgWinLwSgkn5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:13.9375rem;left:64.625rem; }
#H7C3UFLeaVr5wuBlA8mDEXtBVWgy6lZB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:9.625rem;left:64.625rem; }
#TSzrB3J7ntJ9WQHkrNBx3dP8zkuB6QTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:7.4375rem;left:64.625rem; }
#BEho0sG589XXpeMMK7D8tcEX9T8wZrT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.3125rem;left:64.625rem; }
#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { 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; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .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); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv { position:relative;display:block; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv { background-color: transparent; background-image: none; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .row .container > .video-iframe-container { display: none; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .row > .video-iframe-container { display: none; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .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); }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv { border-width: 0; border-radius: 0; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .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; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;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; }#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(0,0,0,0.36);border-left:0.0625rem solid rgba(0,0,0,0.36);border-right:0.0625rem solid rgba(0,0,0,0.36);border-bottom:0.0625rem solid rgba(0,0,0,0.36); }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .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; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#6a97c8;font-family:"open sans";line-height:1.2;overflow:hidden;height:auto; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .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;color:#787878;font-family:"open sans";line-height:1.5;overflow:hidden;height:auto; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .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; }#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-trigger.adaptive-delivery-prevent-bg, #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-trigger.lazyload, #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-trigger.lazyloading { background-image: none; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.375rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #xPZiVqEFezbRQdLNV9fIiivJeVrKPVuI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #zz1hscwrWcTsPVD2P39zXVzlMOei7XuO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #ooHstiytV5CnsbF2o9b7oAU1Tkq3lCHl { display:block;position:relative; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #kHrGgcID5wUv5c6sFI1hTZmobX8ZpLI2 {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #p0TRPheQriHRcHhVhqXSCPPatKiJTkFd {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #vyK6ES2LOnsQxZEKlAtoRAvTAM9CzeTK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nIqd9FGM1S4nLRCBohhDZdWAT610DCJu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #K5nXF1LXatrrfL1wSrbQ9lC89e2mtWRX { display:block;position:relative; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #b0hOfWBqylKCJVS2ow0F50OwlEIHAuDc {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #rMrHoZXJqfO4TrS1miAWbhTo4wTICMXJ { display:none; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #f1sApNQa4AA9c9GSXgzsG9hgA2f3Thl8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #SO69dDRUhOosJMi3fLbNIWAhOZ7D6Oft { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #SOBuqhmbtCibdgrOGmoFlpu3mAflq6Ih { display:block;position:relative; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #eKUmymGyblkAhNVp8MO7oE47JbNgEsiF {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #PQQUFq0D2CRPTVproS6XCTcp2ExG1V9g { display:none; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #zPB0uTfAQEoLRUCMlRltaT1e0vxdWUTz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #vZrQkcTafrl4ApqlGrk2d69Bzbl4VOwy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #S6U71oDstglyrbidpmxB82HEKmUw9Tv1 { display:block;position:relative; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nniBkZ6SvQ6pTmME3uM6BTaRwX03pTMP {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #gVIHHMVb45mT9uCaog0dxdMMJx8cWwGw { display:none; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #TwaEHqMsI7FizJ3bFnucaD8XhiE8uwyE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #y9WAp4bL51O515gVTwEhnafAeXrJVkak { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #FCpo5JHeGEoQtI1OR8yvWusyzUqCL96E { display:block;position:relative; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #x8do8Xif9NDOKGATVzQccI3TqnF25kWw {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #xT0qXN9fBnkveA82XOLhHNhzFwXFSwm0 { display:none; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #t5zqkBXyimzGTzGrgHuL2KJ6Gq8Zs1nu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #wScVeMiPObbVK56uqnMSXkChUedx8byg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #aR2bHgR16ZD0fBzJm5iTOz8VoxeMLv2p { display:block;position:relative; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #MHgaSt5UvFhLcVzoSvDCv21613ThMCGT {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #Votpby2cOfiBevKsfkNuEQEkJSVsKOmE { display:none; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #UG2hQ3yDK0yfi8G3RCmpCNwNTTE0C2sv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nUB1BLcWmbew5dNZAlR9mHqtC9TDkhRW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #yN9aGOhyR1LHnKQcTByyd9nl3fdenrJv { display:block;position:relative; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #fx3dnMATNQtcyw1sBylLqzEbKfdTT1Xa {  }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #bVExTN06zcDzCrzzcF9mpt8JdK8Xrnhk { display:none; }
#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a97c8;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; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container { background-color: transparent; background-image: none; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container > .video-iframe-container { display: none; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row > .video-iframe-container { display: none; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .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); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container { border-width: 0; border-radius: 0; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#AOkmOxDmD2L72PrssMq2yE1E5LU7opTo { color:#ffffff;display:block;width:40.1859375rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.93828582763675rem;left:0rem;height:3.0058625rem;font-style:normal;display:block; }
#b3cyZCPPpUZzAuEaBbC8N79cClQ8d3cu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9445323944092rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TlIRh1NzTRFDoDn0f366zIV79JkhkT05 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.2484375rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.4062385559082rem;left:51.75156211853rem;display:block; }
#WzVgFr0cncz4B3huei6s4y05IJ2PNXVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd { display:block; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BK9J9WehQG65cEUOAn4EW3591Tc2OpgG { top:0.75rem;left:0rem;width:17.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDpRHPg8KDQwEhl5cWGLJFABoNA5Rrd { width:23.1875rem;height:4.0625rem;top:0.5625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJiznh5M6712tHSDU6MwXzpxfONo2AGd { display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:13.1875rem;left:20.25rem;width:27.5rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:30.6875rem;height:27.25rem;top:10.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:5.625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkTd6A3ZxAH86num2Ox2dMb289xvmGJr { top:11rem;left:17.6875rem;width:30.0625rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJMV0nk0NVzphq3rRfJ9cTTmy7ZwiuaM { top:9.5rem;left:0rem;width:28.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyBci0hTXnd19JJXIZgVRTD433VLot1H { display:block; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFMEw4IP0rFdIsM5y6PC3lwAQWOvUZkq { top:0.6875rem;left:8.2500009536744rem;width:31.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH { display:block; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEJ7ktTNA8LgDTgaVIJkyezUmQ2iK0P4 { top:1.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF { display:block; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww6ehgfoJUtw7rXezgpl4tL47rceXN3h { top:0rem;left:29.5rem;width:18.125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIesOXmVxlPcHF6QLxlnTcai8Qq2S1Tv { top:3.1875rem;left:13.625rem;width:18.125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTQ6WTJg6zi3U2EHWLO8wM1c1i6AKqE { top:0rem;left:0rem;width:18.125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPGqzikZvpdGdbKoUOP4I5n9FcbmoiTI { top:20.3125rem;left:0rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#iPGqzikZvpdGdbKoUOP4I5n9FcbmoiTI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #h11qskPTKLRmWvAeoDxDccXVNtlmPIrT { top:16.25rem;left:1.6875009536743rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9V2bTqMQpXnCqUQLUDbfUNT2dEgR8Qz { top:18.125rem;left:1.6875rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7h3QyxSSxruDUo0iVTC2feTgwrNwXV6 { top:16.25rem;left:14.1875rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNJD2alync8y1mietdu6J0c3gFQhZPM { top:18.0625rem;left:17.5625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMpX9qNs64FwIAThkVnu28nyFEzVnD4 { top:21rem;left:14.1875rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#GuMpX9qNs64FwIAThkVnu28nyFEzVnD4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #SK1TKGAFExPqT8HAdfQNkSL5l5aoNwRB { top:16.25rem;left:30.0625rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtDuRETgBfF31komDiQ4t0tT7gxHNxCi { top:18.125rem;left:33.4375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OFP3T6nxzmNEe4rDb5by4MT4Q3O9xr { top:20.3125rem;left:30.0625rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#W9OFP3T6nxzmNEe4rDb5by4MT4Q3O9xr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #L1LJ7KNLVNUT8ANfuxC8ZeGSWM2xKN5e { top:1.3125rem;left:17.84375rem;width:11.9375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQTnATTaTRxLbWDQebCAk9BoP4TJerr { top:4.125rem;left:2.0000009536743rem;width:11.875rem;height:11.624375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdO1W1ApATLh7sRlJ0CRfzdZTTHnlWV1 { top:3.5rem;left:33.718536376953rem;width:11.875rem;height:12.060657626054rem;display:block; }
 }@media only screen and (max-width: 763px) { #snfhHsCD5yKet12cskPgR6tFIJiHVaod { display:block; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8bIacbGPXDb0gfblahesKJsnT9VugOx { top:0rem;left:29.5rem;width:18.125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwxNIoDS1ypzA2LLN8fD0ODSGHW0FVH5 { top:3.1875rem;left:13.625rem;width:18.125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUghOhPNFTlfdzrBsKphvbIlrehJZxTW { top:0rem;left:0rem;width:18.125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2BDivv9D20HPsQf8KBxCuLFgAbHsg6 { top:20.3125rem;left:0rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#GB2BDivv9D20HPsQf8KBxCuLFgAbHsg6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #UIZW8rBzWDsN6SlhcR24hgyxmCmzzbkS { top:16.25rem;left:1.6875009536743rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFVoQ8abWqATvvNyFe07yZ2t0WIUW80F { top:18.125rem;left:1.6875rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G02akHALZ8HsRKl63pZaeXdJ7VrKUJZZ { top:16.25rem;left:14.1875rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83AnMrTFBTQTunh7iDtQlOcIaybeETE { top:18.0625rem;left:17.5625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuCVUTKpkTUXFRrcDCiMq5k3DRoVquZr { top:20.875rem;left:14.1875rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#FuCVUTKpkTUXFRrcDCiMq5k3DRoVquZr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #xoth5bCmVpsdqe3a0Ge4x9dn41xnDyKm { top:16.25rem;left:30.0625rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJMxg0PKmDyaUomIdd9NdII1MNfTTiIr { top:18.125rem;left:33.4375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOb8QOxZi4dUqTnThX0d9qPpTuxGwLKp { top:20.3125rem;left:30.0625rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#aOb8QOxZi4dUqTnThX0d9qPpTuxGwLKp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #tmz3wGVp3fgsBNl7XCHtb1rgdWrh2mcy { top:4.5rem;left:2.3428821563721rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxfqtxN8BopXwrP0gZcx0lxJJdzA0TU { top:4.8125rem;left:18.312286376953rem;width:10.9375rem;height:10.689341368828rem;display:block; }
 }@media only screen and (max-width: 763px) { #lErVyaGO9kMxuzIDDZgGc9Kv4lCJMFr5 { top:4.9375rem;left:34.499786376953rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO { display:block; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOWIQRPNQtQ2hvBq08BWCZQJiekS3gBz { top:0.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp { display:block; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah4P10A4X9NlO7Bfu92lw5LXbbda97DQ { width:23.1875rem;height:4.0625rem;top:0.8125rem;left:12.250780105591rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNfc4fVhSvCLdarteSxzCtnBInwVwSh { display:block; }
 }@media only screen and (max-width: 763px) { #KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H { display:block; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhdJT4ldz6LDVzSL5BonZQGBwRcaDLUw { top:2rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzelny6MAD6aWt1akJFHHJtWgCgb7g3K { display:block; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAkkFi9y3CoXqhTfhOO04eT7iyZrwKXn { top:6.5rem;left:0rem;width:16.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJGAubtRiueTvFQODowITDBslwTCuF1 { top:6.5rem;left:7.625rem;width:16.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZLELp9pDnB6dWigFh5czhrlE4U8yJfQ { top:6.5rem;left:19.5625rem;width:16.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCAcVms6PI0IvvJXhcxtp3UmRwxAv9nW { top:6.5625rem;left:31.5rem;width:16.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHcPlbo67RRMbM8HOhSzZztTE7KURPh { top:1.5rem;left:3.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHR9FzxGkhXwecibV8t8F1vTczWUM7lO { top:1.5rem;left:15.718751907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUsBBDozmPix7JNIp07qTKcZ5ZCMryt3 { top:1.9375rem;left:28.093751907349rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH5qwZr3phxWgvD9xiT0c9XNbzFfZiAa { top:1.125rem;left:39.218748092651rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJOywUcB4IpedPL8PUZEMMespTWQOgPZ { display:block; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdhZquVqZxHPCevTtOpkMG6W5tSfAeRl { top:6.5rem;left:0rem;width:16.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLWEpprM3Op2C0eqwTnwuRyfM8ZrzTwd { top:6.5rem;left:7.625rem;width:16.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtDKote7FL2ph6tBy75Ldx5i3sylzGb2 { top:6.5rem;left:19.5625rem;width:16.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsBms85VVyveIAeLD8JURu9seNZ9k7lg { top:6.5625rem;left:31.5rem;width:16.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3f9t0yv7Rypi1A5Ha9zkgaZCJrTuM7P { top:1.5625rem;left:3.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXZdT62tBmukfdwHF1rfxBaefVeroThm { top:1.5625rem;left:15.718751907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8eR7UUTTlAqIzzewnsqpFuOOOHLTVKa { top:1.5625rem;left:27.656251907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6ecPeTs8rKPo1vK6vm0uwkXt2esMf69 { top:1rem;left:39.593748092651rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt { display:block; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG8LL13rGgPahJ9bN2uT0xTmxbLEmGMT { top:1.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ { display:block; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQIzcTD0HakwQ76ucwBpMEUgwzK7Z0NB { top:9.25rem;left:0rem;width:37.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 { display:flex;height:auto;width:35rem;top:0.9375rem;left:0rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #vRui12OB8EL7hERTPrXRIExddAK0WrJR {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #oVAQWb9EJB8NMW8LwOZPsLcuXTnVEnTo {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #Nw6BvTtPWzc1BGTxhCBZPIh8KSQWTbsp {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #Fi0iUD5yV0FndBdZwFAPLQsZuEEB2Fuu {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #QwydV7V077c7NPaNbkRf83GpiZCS7qzf {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #XV3LXrH0Vtiq2EdHyTz76uRg47OM0z0w {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #GltJXh2RfLxO1mef8AGZrXTtnQBiDssD {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #gtze7QIzWd0tEqkUEvCnZ3pHrXuPKfDf {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #zpgn1uBC9tM2LFEUl4lk6kRg8Hmuc9dc {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #W3le91aUxqFxBIRrmtNRCKfJI1BbqX1a {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #SD1pUIRUg2q2B9nv2cKiH5AfEA9U5ZFk {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #q1uFawrs2lFnabZKUl5Wx6xNGZsBgpOF {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #w9CzsCfuDDIuKuSc5DHAH8H4zQEEE9EK {  }
 }@media only screen and (max-width: 763px) { #iColDTP4lacr0rMVnBSxyfTK3lvg5qOD { display:block; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV { display:block; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVoiaxaNtDkeVLTISxbrGOzx9MgGRrau { top:3.375rem;left:10.25rem;width:37.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k { display:flex;height:auto;width:35rem;top:0.9375rem;left:0rem; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #y0woEEtcswwyF6celRS7qzWMgRph19U9 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #PJ0WL3KZbevETET689m2EFFnlZKAdEv3 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #InEpsdnHkTktnKxwBoqCytI43O0BmpLc {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #aXXM2S6KUma4evksAeaDWVz1I24bQDGP {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #eoFDNFE0VnwJz6emOVNovypkC8E4NKfy {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #FIlinBCtZLfwZu9G6qCOCXW0NF8lIuT3 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #KmiZfl4T08piz043TDWcNPBaDmpAuwZE {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #Xu3Ozm6BVK8soPtpvCrP6DL75CO8k56e {  }
 }@media only screen and (max-width: 763px) { #VbmuszBnSQCcJofwZKqW13fopqdxdX1h { display:block; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbnt3Mx9WdqKGbkqUtZFdnlPJSFoldoE { top:1.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERfFLOI32zqq50JydzoWs3ekCTz9IKW { display:block; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8LwxLsoFKKxm40JuMyxNh0MiU9DhM0k { top:4.3125rem;left:0rem;width:25.375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx0U21IIvKFu0G3TGBhtiINsL6JDNKTO { top:4.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8vkgt0LPOFJd3Ap8howWdhgamZHRA4Q { top:1.3125rem;left:11.375rem;width:20.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4FxAiIVDTE1k84lV37sHiqFz9ErMZ5d { top:1.1875rem;left:27.25rem;width:20.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBIxkU9C18vz0vV94AtTweb5mBHkTve { top:0rem;left:15.875rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq2EJ8VdXA7nt36IeW1DpckJr9Mb87Zw { top:0rem;left:31.75rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW14dqRule4LNwS0MyZXhZ775EecNJ7 { top:1.125rem;left:0rem;width:25rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwAkaP85fdIemML9SdJJtB4so0BlpbXQ { top:5rem;left:27.112502098084rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD57us5DJwTivFz6Hywz7T63lyQvo9dR { top:7.125rem;left:27.112502098084rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NShkXTJBkVGiS5fI6iIKCDBfrNMtlXKT { top:9.25rem;left:27.112502098084rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnaUm1R0obMwVPkFJG2JTRAsSsPZwGwc { top:11.5rem;left:27.112502098084rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oma7wuuaaa4oOQkQTQuV1uHRTJ77gddS { top:13.625rem;left:27.112502098084rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXETbC64XRws4ReWXTuJEJqDV8qfnCl { top:15.6875rem;left:27.112502098084rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwNblCdcyERPAz4aWDwwx1lCIUMSGIQT { top:16.0625rem;left:41.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvmsrXZvRZ0tGHJwrQDXLQ6DOzZZewiA { top:11.8125rem;left:41.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOv0hHg0LRi8OpJVXPLHVgWinLwSgkn5 { top:13.9375rem;left:41.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7C3UFLeaVr5wuBlA8mDEXtBVWgy6lZB { top:9.625rem;left:41.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzrB3J7ntJ9WQHkrNBx3dP8zkuB6QTl { top:7.4375rem;left:41.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEho0sG589XXpeMMK7D8tcEX9T8wZrT9 { top:5.3125rem;left:41.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { top:0rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv { display:block; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 { display:flex;height:auto;width:45.25rem;top:1.4375rem;left:0rem; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #xPZiVqEFezbRQdLNV9fIiivJeVrKPVuI {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #zz1hscwrWcTsPVD2P39zXVzlMOei7XuO {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #ooHstiytV5CnsbF2o9b7oAU1Tkq3lCHl {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #kHrGgcID5wUv5c6sFI1hTZmobX8ZpLI2 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #p0TRPheQriHRcHhVhqXSCPPatKiJTkFd {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #vyK6ES2LOnsQxZEKlAtoRAvTAM9CzeTK {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nIqd9FGM1S4nLRCBohhDZdWAT610DCJu {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #K5nXF1LXatrrfL1wSrbQ9lC89e2mtWRX {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #b0hOfWBqylKCJVS2ow0F50OwlEIHAuDc {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #rMrHoZXJqfO4TrS1miAWbhTo4wTICMXJ {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #f1sApNQa4AA9c9GSXgzsG9hgA2f3Thl8 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #SO69dDRUhOosJMi3fLbNIWAhOZ7D6Oft {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #SOBuqhmbtCibdgrOGmoFlpu3mAflq6Ih {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #eKUmymGyblkAhNVp8MO7oE47JbNgEsiF {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #PQQUFq0D2CRPTVproS6XCTcp2ExG1V9g {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #zPB0uTfAQEoLRUCMlRltaT1e0vxdWUTz {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #vZrQkcTafrl4ApqlGrk2d69Bzbl4VOwy {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #S6U71oDstglyrbidpmxB82HEKmUw9Tv1 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nniBkZ6SvQ6pTmME3uM6BTaRwX03pTMP {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #gVIHHMVb45mT9uCaog0dxdMMJx8cWwGw {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #TwaEHqMsI7FizJ3bFnucaD8XhiE8uwyE {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #y9WAp4bL51O515gVTwEhnafAeXrJVkak {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #FCpo5JHeGEoQtI1OR8yvWusyzUqCL96E {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #x8do8Xif9NDOKGATVzQccI3TqnF25kWw {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #xT0qXN9fBnkveA82XOLhHNhzFwXFSwm0 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #t5zqkBXyimzGTzGrgHuL2KJ6Gq8Zs1nu {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #wScVeMiPObbVK56uqnMSXkChUedx8byg {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #aR2bHgR16ZD0fBzJm5iTOz8VoxeMLv2p {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #MHgaSt5UvFhLcVzoSvDCv21613ThMCGT {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #Votpby2cOfiBevKsfkNuEQEkJSVsKOmE {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #UG2hQ3yDK0yfi8G3RCmpCNwNTTE0C2sv {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nUB1BLcWmbew5dNZAlR9mHqtC9TDkhRW {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #yN9aGOhyR1LHnKQcTByyd9nl3fdenrJv {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #fx3dnMATNQtcyw1sBylLqzEbKfdTT1Xa {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #bVExTN06zcDzCrzzcF9mpt8JdK8Xrnhk {  }
 }@media only screen and (max-width: 763px) { #ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq { display:block; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOkmOxDmD2L72PrssMq2yE1E5LU7opTo { top:0.9375rem;left:0rem;width:40.125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3cyZCPPpUZzAuEaBbC8N79cClQ8d3cu { top:3.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlIRh1NzTRFDoDn0f366zIV79JkhkT05 { width:23.1875rem;height:4.0625rem;top:1.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzVgFr0cncz4B3huei6s4y05IJ2PNXVO { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tRnGi19xp8e0GxhxKgbHrcgbPZbeymxd > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BK9J9WehQG65cEUOAn4EW3591Tc2OpgG { width:15.75rem;height:3.25rem;top:0.78125rem;left:2.1250001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fTDpRHPg8KDQwEhl5cWGLJFABoNA5Rrd { width:19rem;height:2.8125rem;top:4.78125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJiznh5M6712tHSDU6MwXzpxfONo2AGd { display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(106,151,200,0.77));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(106,151,200,0.77));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(106,151,200,0.77));background-image: -o-linear-gradient(180deg, #ffffff, rgba(106,151,200,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6a97c8c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6a97c8c4' );";background-image: linear-gradient(180deg, #ffffff, rgba(106,151,200,0.77));background-size:contain !important;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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:19.375rem;height:20.5625rem;top:16.186632156372rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:28.3125rem;top:13.499349594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { width:20rem;height:2.92535rem;top:9.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FkTd6A3ZxAH86num2Ox2dMb289xvmGJr { width:17.1875rem;height:1.54345625rem;top:13.99978351593rem;left:1.4366319775581rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#6a97c8;display:block; }
 }@media only screen and (max-width: 763px) { #pJMV0nk0NVzphq3rRfJ9cTTmy7ZwiuaM { width:20rem;height:19.75rem;top:42.434897422791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyBci0hTXnd19JJXIZgVRTD433VLot1H { display:block; }#XyBci0hTXnd19JJXIZgVRTD433VLot1H > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFMEw4IP0rFdIsM5y6PC3lwAQWOvUZkq { width:19.9375rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH { display:block; }#M1brAIMnPRTh8BJ2pdSV5xfUXXkUV2dH > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEJ7ktTNA8LgDTgaVIJkyezUmQ2iK0P4 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF { display:block; }#rEF6laHHJlpyAEkNtO0etg3nUQ7bO2aF > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww6ehgfoJUtw7rXezgpl4tL47rceXN3h { width:18.125rem;height:30.749rem;top:60.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIesOXmVxlPcHF6QLxlnTcai8Qq2S1Tv { width:17.9375rem;height:27.375rem;top:33.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTQ6WTJg6zi3U2EHWLO8wM1c1i6AKqE { width:18.125rem;height:30.7498125rem;top:1.3118486404419rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPGqzikZvpdGdbKoUOP4I5n9FcbmoiTI { width:17.625rem;height:7.2729375rem;top:21.5625rem;left:1.1875rem;font-size:0.8125rem;display:block; }#iPGqzikZvpdGdbKoUOP4I5n9FcbmoiTI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #h11qskPTKLRmWvAeoDxDccXVNtlmPIrT { width:12.5rem;height:1.2999125rem;top:17.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9V2bTqMQpXnCqUQLUDbfUNT2dEgR8Qz { width:12.5rem;height:1.21875rem;top:19.375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7h3QyxSSxruDUo0iVTC2feTgwrNwXV6 { width:17.625rem;height:1.2999125rem;top:46.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNJD2alync8y1mietdu6J0c3gFQhZPM { width:12.5rem;height:1.21875rem;top:48.9375rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMpX9qNs64FwIAThkVnu28nyFEzVnD4 { width:15.375rem;height:5.16113125rem;top:52.09375rem;left:2.3125rem;font-size:0.8125rem;display:block; }#GuMpX9qNs64FwIAThkVnu28nyFEzVnD4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #SK1TKGAFExPqT8HAdfQNkSL5l5aoNwRB { width:17.6248125rem;height:1.2999125rem;top:77.686634063719rem;left:1.1870660185814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtDuRETgBfF31komDiQ4t0tT7gxHNxCi { width:12.5rem;height:1.21875rem;top:79.498700141906rem;left:3.7500002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OFP3T6nxzmNEe4rDb5by4MT4Q3O9xr { width:17.6248125rem;height:9.69725rem;top:81.998697280881rem;left:1.1870660185814rem;font-size:0.8125rem;display:block; }#W9OFP3T6nxzmNEe4rDb5by4MT4Q3O9xr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #L1LJ7KNLVNUT8ANfuxC8ZeGSWM2xKN5e { width:11.375rem;height:13.6875rem;top:32.2470703125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQTnATTaTRxLbWDQebCAk9BoP4TJerr { width:14.4998125rem;height:14.249125rem;top:2.8103294372559rem;left:2.7495661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdO1W1ApATLh7sRlJ0CRfzdZTTHnlWV1 { width:9.9370625rem;height:13.8748125rem;top:62.8115234375rem;left:5.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snfhHsCD5yKet12cskPgR6tFIJiHVaod { display:block; }#snfhHsCD5yKet12cskPgR6tFIJiHVaod > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8bIacbGPXDb0gfblahesKJsnT9VugOx { width:18.125rem;height:30.75rem;top:63.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwxNIoDS1ypzA2LLN8fD0ODSGHW0FVH5 { width:18.125rem;height:27.5rem;top:35.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUghOhPNFTlfdzrBsKphvbIlrehJZxTW { width:18.125rem;height:30.75rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2BDivv9D20HPsQf8KBxCuLFgAbHsg6 { width:17.625rem;height:5.90454375rem;top:21.5625rem;left:1.1875rem;font-size:0.8125rem;display:block; }#GB2BDivv9D20HPsQf8KBxCuLFgAbHsg6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #UIZW8rBzWDsN6SlhcR24hgyxmCmzzbkS { width:12.5rem;height:1.2999125rem;top:17.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFVoQ8abWqATvvNyFe07yZ2t0WIUW80F { width:12.5rem;height:1.21875rem;top:19.375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G02akHALZ8HsRKl63pZaeXdJ7VrKUJZZ { width:17.625rem;height:1.2999125rem;top:48.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83AnMrTFBTQTunh7iDtQlOcIaybeETE { width:12.5rem;height:1.21875rem;top:50.186637878418rem;left:3.7500002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuCVUTKpkTUXFRrcDCiMq5k3DRoVquZr { width:17.6248125rem;height:5.5920375rem;top:53.060983657837rem;left:1.1870660185814rem;font-size:0.8125rem;display:block; }#FuCVUTKpkTUXFRrcDCiMq5k3DRoVquZr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #xoth5bCmVpsdqe3a0Ge4x9dn41xnDyKm { width:17.625rem;height:1.2999125rem;top:80rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJMxg0PKmDyaUomIdd9NdII1MNfTTiIr { width:12.5rem;height:1.21875rem;top:81.873914718625rem;left:3.7500002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOb8QOxZi4dUqTnThX0d9qPpTuxGwLKp { width:17.6248125rem;height:8.016375rem;top:84.310983657837rem;left:1.1870660185814rem;font-size:0.8125rem;display:block; }#aOb8QOxZi4dUqTnThX0d9qPpTuxGwLKp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #tmz3wGVp3fgsBNl7XCHtb1rgdWrh2mcy { width:11.9998125rem;height:11.9998125rem;top:4.9822082519531rem;left:3.9995663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxfqtxN8BopXwrP0gZcx0lxJJdzA0TU { width:11.5625rem;height:11.3748125rem;top:36.122177124024rem;left:4.2187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #lErVyaGO9kMxuzIDDZgGc9Kv4lCJMFr5 { width:11.8120625rem;height:11.8120625rem;top:67.170364379881rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO { display:block; }#T8PZTZ2KTWCFufCdWtJlxHu0dPOUHrhO > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOWIQRPNQtQ2hvBq08BWCZQJiekS3gBz { width:20rem;height:4.55078125rem;top:0.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp { display:block; }#BhMUQbpBppXs5Ku62z8kx5zwDcTWnKhp > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah4P10A4X9NlO7Bfu92lw5LXbbda97DQ { width:13.375rem;height:2.8125rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNfc4fVhSvCLdarteSxzCtnBInwVwSh { display:block; }
 }@media only screen and (max-width: 763px) { #KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H { display:block; }#KfCTpLVN6BMI6gANtZW8tty2KFiZVZ6H > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhdJT4ldz6LDVzSL5BonZQGBwRcaDLUw { width:20rem;height:3.2495125rem;top:0.71875476837156rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzelny6MAD6aWt1akJFHHJtWgCgb7g3K { display:block; }#wzelny6MAD6aWt1akJFHHJtWgCgb7g3K > .row .container { width:20rem;height:38.449462890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAkkFi9y3CoXqhTfhOO04eT7iyZrwKXn { width:20rem;height:2.2753875rem;top:7.66250038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcJGAubtRiueTvFQODowITDBslwTCuF1 { width:20rem;height:2.2753875rem;top:16.562500953674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZLELp9pDnB6dWigFh5czhrlE4U8yJfQ { width:20rem;height:2.2753875rem;top:24.725003242493rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCAcVms6PI0IvvJXhcxtp3UmRwxAv9nW { width:20rem;height:3.41308125rem;top:35.075000762939rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlHcPlbo67RRMbM8HOhSzZztTE7KURPh { width:4.375rem;height:4.375rem;top:1.9624996185302rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHR9FzxGkhXwecibV8t8F1vTczWUM7lO { width:4.375rem;height:4.375rem;top:11.499219894409rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUsBBDozmPix7JNIp07qTKcZ5ZCMryt3 { width:3.5rem;height:3.5rem;top:20.462502479553rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH5qwZr3phxWgvD9xiT0c9XNbzFfZiAa { width:5.125rem;height:5.125rem;top:29.087499737739rem;left:7.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJOywUcB4IpedPL8PUZEMMespTWQOgPZ { display:block; }#XJOywUcB4IpedPL8PUZEMMespTWQOgPZ > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdhZquVqZxHPCevTtOpkMG6W5tSfAeRl { width:20rem;height:2.2753875rem;top:8.7249932289125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLWEpprM3Op2C0eqwTnwuRyfM8ZrzTwd { width:20rem;height:2.2753875rem;top:19.875000953674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtDKote7FL2ph6tBy75Ldx5i3sylzGb2 { width:20rem;height:2.2753875rem;top:29.85000038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsBms85VVyveIAeLD8JURu9seNZ9k7lg { width:20rem;height:2.2753875rem;top:40.13515663147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3f9t0yv7Rypi1A5Ha9zkgaZCJrTuM7P { width:4.375rem;height:4.375rem;top:2.5742108821869rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXZdT62tBmukfdwHF1rfxBaefVeroThm { width:4.375rem;height:4.375rem;top:13.699221611023rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8eR7UUTTlAqIzzewnsqpFuOOOHLTVKa { width:4.375rem;height:4.375rem;top:24.011715888977rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6ecPeTs8rKPo1vK6vm0uwkXt2esMf69 { width:4.375rem;height:4.375rem;top:33.82421875rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt { display:block; }#G1yd6NUGhLKooVTIc8l3S2h1gfHvQttt > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG8LL13rGgPahJ9bN2uT0xTmxbLEmGMT { width:20rem;height:1.625rem;top:1.6872806549073rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ { display:block; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#hrzHmCNvQivONHkIWVz5ihL5kcHV9xTZ > .row .container { width:20rem;height:25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQIzcTD0HakwQ76ucwBpMEUgwzK7Z0NB { width:20rem;height:1.705325rem;top:0.93749923706056rem;left:1.1920928910669E-8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-heading-text { text-align:left;text-align-last:left; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 { display:flex;height:auto;width:19.6875rem;top:3.62646484375rem;left:0.15625rem; }
#GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #vRui12OB8EL7hERTPrXRIExddAK0WrJR {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #oVAQWb9EJB8NMW8LwOZPsLcuXTnVEnTo {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #Nw6BvTtPWzc1BGTxhCBZPIh8KSQWTbsp {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #Fi0iUD5yV0FndBdZwFAPLQsZuEEB2Fuu {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #QwydV7V077c7NPaNbkRf83GpiZCS7qzf {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #XV3LXrH0Vtiq2EdHyTz76uRg47OM0z0w {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #GltJXh2RfLxO1mef8AGZrXTtnQBiDssD {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #gtze7QIzWd0tEqkUEvCnZ3pHrXuPKfDf {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #zpgn1uBC9tM2LFEUl4lk6kRg8Hmuc9dc {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #W3le91aUxqFxBIRrmtNRCKfJI1BbqX1a {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #SD1pUIRUg2q2B9nv2cKiH5AfEA9U5ZFk {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #q1uFawrs2lFnabZKUl5Wx6xNGZsBgpOF {  }
 }@media only screen and (max-width: 763px) { #GVOqWkhwKVsLwHI2dAoeNpR9hAb0lwP0 #w9CzsCfuDDIuKuSc5DHAH8H4zQEEE9EK {  }
 }@media only screen and (max-width: 763px) { #iColDTP4lacr0rMVnBSxyfTK3lvg5qOD { display:block; }#iColDTP4lacr0rMVnBSxyfTK3lvg5qOD > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV { display:block; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#AdaUNZUDS8kq6GVqFHQ0KV6xpA8ISACV > .row .container { width:20rem;height:21.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVoiaxaNtDkeVLTISxbrGOzx9MgGRrau { width:20rem;height:1.705325rem;top:0.78749561309812rem;left:0.050000011920929rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-heading-text { text-align:left;text-align-last:left; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k { display:flex;height:auto;width:19.6875rem;top:3.76220703125rem;left:0.1875rem; }
#NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #y0woEEtcswwyF6celRS7qzWMgRph19U9 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #PJ0WL3KZbevETET689m2EFFnlZKAdEv3 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #InEpsdnHkTktnKxwBoqCytI43O0BmpLc {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #aXXM2S6KUma4evksAeaDWVz1I24bQDGP {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #eoFDNFE0VnwJz6emOVNovypkC8E4NKfy {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #FIlinBCtZLfwZu9G6qCOCXW0NF8lIuT3 {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #KmiZfl4T08piz043TDWcNPBaDmpAuwZE {  }
 }@media only screen and (max-width: 763px) { #NrLb1yQLKMxhInSTm1gbGVAcCtz1Hh6k #Xu3Ozm6BVK8soPtpvCrP6DL75CO8k56e {  }
 }@media only screen and (max-width: 763px) { #VbmuszBnSQCcJofwZKqW13fopqdxdX1h { display:block; }#VbmuszBnSQCcJofwZKqW13fopqdxdX1h > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbnt3Mx9WdqKGbkqUtZFdnlPJSFoldoE { width:20rem;height:1.705325rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hERfFLOI32zqq50JydzoWs3ekCTz9IKW { display:block; }#hERfFLOI32zqq50JydzoWs3ekCTz9IKW > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8LwxLsoFKKxm40JuMyxNh0MiU9DhM0k { width:19.8125rem;height:13.4911875rem;top:6.8328125rem;left:0.23593748807907rem;font-size:0.75rem;z-index:14999;text-align:center;text-align-last:center;line-height:3;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; }
 }@media only screen and (max-width: 763px) { #Xx0U21IIvKFu0G3TGBhtiINsL6JDNKTO { width:20rem;height:0.0625rem;top:6.2484390258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8vkgt0LPOFJd3Ap8howWdhgamZHRA4Q { width:10rem;height:1.625rem;top:4.0257816314697rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4FxAiIVDTE1k84lV37sHiqFz9ErMZ5d { width:10rem;height:1.625rem;top:4rem;left:10.050000369549rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBIxkU9C18vz0vV94AtTweb5mBHkTve { width:0.0625rem;height:18.75rem;top:26.210940551757rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq2EJ8VdXA7nt36IeW1DpckJr9Mb87Zw { width:0.0625rem;height:18.75rem;top:46.210940551758rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaW14dqRule4LNwS0MyZXhZ775EecNJ7 { width:20rem;height:1.86889375rem;top:0.93594646453856rem;left:0.050000011920929rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwAkaP85fdIemML9SdJJtB4so0BlpbXQ { display:flex;width:1.75rem;height:1.75rem;top:7.21171875rem;left:5.3625000834465rem; }
 }@media only screen and (max-width: 763px) { #BD57us5DJwTivFz6Hywz7T63lyQvo9dR { display:flex;width:1.75rem;height:1.75rem;top:9.4375030517575rem;left:1.3999999880791rem; }
 }@media only screen and (max-width: 763px) { #NShkXTJBkVGiS5fI6iIKCDBfrNMtlXKT { display:flex;width:1.75rem;height:1.75rem;top:11.825rem;left:3.2624999403954rem; }
 }@media only screen and (max-width: 763px) { #fnaUm1R0obMwVPkFJG2JTRAsSsPZwGwc { display:flex;width:1.75rem;height:1.75rem;top:13.995310974121rem;left:4.7867187380791rem; }
 }@media only screen and (max-width: 763px) { #oma7wuuaaa4oOQkQTQuV1uHRTJ77gddS { display:flex;width:1.75rem;height:1.75rem;top:16.195315551757rem;left:4.1367186427116rem; }
 }@media only screen and (max-width: 763px) { #REXETbC64XRws4ReWXTuJEJqDV8qfnCl { display:flex;width:1.75rem;height:1.75rem;top:18.420314025879rem;left:4.8374999880791rem; }
 }@media only screen and (max-width: 763px) { #iwNblCdcyERPAz4aWDwwx1lCIUMSGIQT { display:flex;width:1.75rem;height:1.75rem;top:18.4578125rem;left:13.925000560284rem; }
 }@media only screen and (max-width: 763px) { #OvmsrXZvRZ0tGHJwrQDXLQ6DOzZZewiA { display:flex;width:1.75rem;height:1.75rem;top:13.869532775879rem;left:13.737499606609rem; }
 }@media only screen and (max-width: 763px) { #QOv0hHg0LRi8OpJVXPLHVgWinLwSgkn5 { display:flex;width:1.75rem;height:1.75rem;top:16.095317077637rem;left:14.587499988079rem; }
 }@media only screen and (max-width: 763px) { #H7C3UFLeaVr5wuBlA8mDEXtBVWgy6lZB { display:flex;width:1.75rem;height:1.75rem;top:11.725001525879rem;left:15.437500369549rem; }
 }@media only screen and (max-width: 763px) { #TSzrB3J7ntJ9WQHkrNBx3dP8zkuB6QTl { display:flex;width:1.75rem;height:1.75rem;top:9.4749937057494rem;left:17.087500751019rem; }
 }@media only screen and (max-width: 763px) { #BEho0sG589XXpeMMK7D8tcEX9T8wZrT9 { display:flex;width:1.75rem;height:1.75rem;top:7.1874954223631rem;left:12.987500560284rem; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { width:20rem;height:1.86889375rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv { display:block; }#F8Ty9q3CKAPeVnOxNx8eXuzCBmEnayUv > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-heading-text { font-weight:700;font-style:normal;font-size:1.0625rem;height:auto; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 { display:flex;height:auto;width:20rem;top:0.99998760223387rem;left:0rem;gap:0.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #xPZiVqEFezbRQdLNV9fIiivJeVrKPVuI {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #zz1hscwrWcTsPVD2P39zXVzlMOei7XuO {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #ooHstiytV5CnsbF2o9b7oAU1Tkq3lCHl {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #kHrGgcID5wUv5c6sFI1hTZmobX8ZpLI2 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #p0TRPheQriHRcHhVhqXSCPPatKiJTkFd {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #vyK6ES2LOnsQxZEKlAtoRAvTAM9CzeTK {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nIqd9FGM1S4nLRCBohhDZdWAT610DCJu {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #K5nXF1LXatrrfL1wSrbQ9lC89e2mtWRX {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #b0hOfWBqylKCJVS2ow0F50OwlEIHAuDc {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #rMrHoZXJqfO4TrS1miAWbhTo4wTICMXJ {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #f1sApNQa4AA9c9GSXgzsG9hgA2f3Thl8 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #SO69dDRUhOosJMi3fLbNIWAhOZ7D6Oft {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #SOBuqhmbtCibdgrOGmoFlpu3mAflq6Ih {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #eKUmymGyblkAhNVp8MO7oE47JbNgEsiF {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #PQQUFq0D2CRPTVproS6XCTcp2ExG1V9g {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #zPB0uTfAQEoLRUCMlRltaT1e0vxdWUTz {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #vZrQkcTafrl4ApqlGrk2d69Bzbl4VOwy {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #S6U71oDstglyrbidpmxB82HEKmUw9Tv1 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nniBkZ6SvQ6pTmME3uM6BTaRwX03pTMP {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #gVIHHMVb45mT9uCaog0dxdMMJx8cWwGw {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #TwaEHqMsI7FizJ3bFnucaD8XhiE8uwyE {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #y9WAp4bL51O515gVTwEhnafAeXrJVkak {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #FCpo5JHeGEoQtI1OR8yvWusyzUqCL96E {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #x8do8Xif9NDOKGATVzQccI3TqnF25kWw {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #xT0qXN9fBnkveA82XOLhHNhzFwXFSwm0 {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #t5zqkBXyimzGTzGrgHuL2KJ6Gq8Zs1nu {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #wScVeMiPObbVK56uqnMSXkChUedx8byg {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #aR2bHgR16ZD0fBzJm5iTOz8VoxeMLv2p {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #MHgaSt5UvFhLcVzoSvDCv21613ThMCGT {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #Votpby2cOfiBevKsfkNuEQEkJSVsKOmE {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #UG2hQ3yDK0yfi8G3RCmpCNwNTTE0C2sv {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #nUB1BLcWmbew5dNZAlR9mHqtC9TDkhRW {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #yN9aGOhyR1LHnKQcTByyd9nl3fdenrJv {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #fx3dnMATNQtcyw1sBylLqzEbKfdTT1Xa {  }
 }@media only screen and (max-width: 763px) { #I3ZNM1UZTMNrh7F7MbGVWVkKLeisQiZ8 #bVExTN06zcDzCrzzcF9mpt8JdK8Xrnhk {  }
 }@media only screen and (max-width: 763px) { #ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq { background-color:#6a97c8;background-image:none;display:block; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container { background-color: transparent; background-image: none; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container > .video-iframe-container { display: none; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row > .video-iframe-container { display: none; }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .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); }#ru0ycDsmaT4gdfvDfZGEEdG0ThXwOzZq > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOkmOxDmD2L72PrssMq2yE1E5LU7opTo { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3cyZCPPpUZzAuEaBbC8N79cClQ8d3cu { width:20rem;height:4.38801875rem;top:6.4rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlIRh1NzTRFDoDn0f366zIV79JkhkT05 { width:13.375rem;height:2.8125rem;top:12.249984741211rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzVgFr0cncz4B3huei6s4y05IJ2PNXVO { display:block; }
 }