.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { background-color:#5e17eb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { background-color: transparent; background-image: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .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); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { border-width: 0; border-radius: 0; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { font-size:0.875rem;font-family:agrandir;height:40.25rem;width:75rem;overflow:visible;position:relative;display:block; }#cXXdJQx0NOqkM3enJ7itEL4thEGCmvf4 { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:dekko;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:23.96875rem;left:1.25rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:agrandir;font-size:3.3125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:10.9375rem;left:0rem;height:9.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqiiUz2y5geL91N6GlLqhusHhECe8kpJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5rem;left:0rem; }
#XBTKykotWMMMOsUSsiWN27SVRW4zqBFD { background-color:#ffc136;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:dekko;font-size:1.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.75rem;left:0rem;display:block; }
#TcEpFVpWI7ZAy7QEiwclWH5QiSPRnOTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uQLs0nlFBPFxpLFH0ZMHEkzVVb4p1P2u { position:absolute;display:block;z-index:15016;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:20.375rem;width:20.5625rem;top:10.875rem;left:52.25rem;overflow:hidden;display:block; }
#FwzPTA1TF3i6GZ3g2ZDRC8oLwJgJb6I3 { box-sizing:content-box;height:25rem;width:25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.5625rem;left:50rem;display:block; }
#HAPqdZ70ST9Ty8fgcOwbTfbvmci1BxoH { position:absolute;display:block;z-index:15017;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:4rem;width:9.6875rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#beKoOyq8K78amFFSGl7yq7vqvBEEUR3H { position:absolute;display:block;z-index:15018;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.8125rem;width:3.75rem;top:26.9375rem;left:46.3125rem;overflow:hidden;display:block; }
#ut3MOxw6dAAbi4ATU4dhUmNiqoBNA0XJ { box-sizing:content-box;height:4.3125rem;width:0.625rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15002;background-color:#ffc136;background-image:none;top:24.0625rem;left:0rem;display:block; }
#xVD5dtJnBrD5QPqK6LSLGvT8KTbM3I9Q { position:absolute;display:block;z-index:15019;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:1.9375rem;width:1.875rem;top:8.5625rem;left:71rem;overflow:hidden;display:block; }
#pXXi5PvudPEH5N1rOhSq0lw4wENNTbBk { position:absolute;display:block;z-index:15019;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:1.4375rem;width:7.3125rem;top:20.3125rem;left:27.037499427796rem;overflow:hidden;display:block; }
#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG { z-index:;position:relative;display:block; }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG { background-color: transparent; background-image: none; }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .row .container > .video-iframe-container { display: none; }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .row > .video-iframe-container { display: none; }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .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); }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG { border-width: 0; border-radius: 0; }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:agrandir;height:11.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#LLkGno18wnpozKThNxtVy8XUHLxTDume { color:#010304;display:block;width:16.25rem;position:absolute;font-family:agrandir;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9rem;left:29.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxKzoCWgPRPLaamNJ7yV7QdnmhQvwZSy { color:#010304;display:block;width:16.25rem;position:absolute;font-family:agrandir;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:8.875rem;left:58.1875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VytCzbbyf8rR2ZfLF4JdC7COroQJrbeI { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15002;background-color:#5e17eb;background-image:none;top:2.125rem;left:3.1875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zyoZa12n6sMRI5I5iNeJER96zEt81T5I { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15003;background-color:#5e17eb;background-image:none;top:2.25rem;left:31.9375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tk7lKgZPkQimoCKsvyNpgwUU4KRcZ5NC { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15004;background-color:#5e17eb;background-image:none;top:2.125rem;left:60.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x1NVqqU0tdMcKm0Mz5Wv2IvLbV3LBQDW { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:agrandir;font-size:2rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:3.625rem;left:3.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QP1tXpemTJWzMH46L3lopLhmlmmalp4S { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:agrandir;font-size:2rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:3.625rem;left:32.812500953674rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#beOzOgNhqBzWe0J5wwP0wSVG4o6vkAQO { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:agrandir;font-size:2rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:3.4375rem;left:61.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xikHw00pDDaC2rC6irnW4I0eLV7FI7Fm { color:#010304;display:block;width:16.25rem;position:absolute;font-family:agrandir;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9rem;left:0.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm { z-index:;position:relative;display:block; }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm { background-color: transparent; background-image: none; }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .row .container > .video-iframe-container { display: none; }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .row > .video-iframe-container { display: none; }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .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); }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm { border-width: 0; border-radius: 0; }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:agrandir;height:20.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#MNp0FbmMgpEtxgyaC6QF0tPIdfwMAeou { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:agrandir;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.7062501907349rem;left:2.0804681777954rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K4eWz3cv9XnLZN4MZewyLd6sWrvVJOTg { color:#010304;display:block;width:16.25rem;position:absolute;font-family:agrandir;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.1875rem;left:35.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gu4EdvhIS5pAeQHrnrmM0Eiva7M0PQyl { color:#010304;display:block;width:16.25rem;position:absolute;font-family:agrandir;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:47.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7p26efiUR620XTrDuXRgtBMulEaQf8G { color:#010304;display:block;width:10.625rem;position:absolute;font-family:agrandir;font-size:2.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:6.5rem;left:38.5rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zrSQ6wQbyieupXPo3hpELtaIpBn0ichd { color:#010304;display:block;width:10.625rem;position:absolute;font-family:agrandir;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:6.5rem;left:49.875rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XVbuDoIc68bds62gQXm5ukh0e2uWB16M { box-sizing:content-box;height:13.0625rem;width:38.625rem;position:absolute;display:block;z-index:14999;background-color:#5e17eb;background-image:none;top:2.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#Vvk7f2T0uDfRe8lpulPZqRQACxtFKrrx { box-sizing:content-box;height:13.0625rem;width:73.4375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:2.8125rem;left:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#aUtklaqtHmgcVXa4B4fNRVukEd0ArCC2 { color:#010304;display:block;width:10.625rem;position:absolute;font-family:agrandir;font-size:2.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:6.5rem;left:61.5625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGdHUFuHB60ws1KTrM8LHEW0p7m7dLGX { color:#010304;display:block;width:16.25rem;position:absolute;font-family:agrandir;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.1875rem;left:58.75rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(164,164,164,0.11);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; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row .container { background-color: transparent; background-image: none; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row .container > .video-iframe-container { display: none; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row > .video-iframe-container { display: none; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .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); }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row .container { border-width: 0; border-radius: 0; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row .container { font-size:0.875rem;font-family:agrandir;height:32.25rem;width:75rem;position:relative;display:block; }#Q981z43gVKBuXnxPo5emSxtI7h1CWgm2 { color:#010304;display:block;width:70.9375rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.3117187023163rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r5sPvkcIKpBCBfDhiIz5tbinx71CR1BF { color:#010304;display:block;width:73.9375rem;position:absolute;font-family:dekko;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:7.812499905005rem;left:0rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#duSRZ8bfH5B6Vs6XCSeleVeZt8T6T8WJ { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:dekko;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:20.75rem;left:0.75rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNpw5mv3VrOl2RyZX7SFFsw10Iv6bKOn { box-sizing:content-box;height:5.4375rem;width:35.5rem;position:absolute;display:block;z-index:15000;background-color:#5e17eb;background-image:none;top:19.75rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#KIIgNZ2S6v5Jzt70TEytvZIAJDDhNw1f { background-color:#5e17eb;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:agrandir;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.8125rem;left:39rem;display:block; }
#Ov4WTTzXxPPcQC9ZAiGsvfz8HsOV1emq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { position:relative;display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { background-color: transparent; background-image: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container > .video-iframe-container { display: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row > .video-iframe-container { display: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .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); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { border-width: 0; border-radius: 0; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:agrandir;height:44.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OLrrEkx1A5qvTtxxKTTTfA0UqDH0syAr { color:#010304;display:block;width:70.9375rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.1250002384186rem;left:2.03125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zKyuROBplD61G1im4DymGIgeHSZR2KRN { color:#010304;display:block;width:14rem;position:absolute;font-family:dekko;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:9.8109381198881rem;left:9.456250190735rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M5CHlJtMqGRsRToKQyXEPyiKrCEE2KPs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:23.8125rem;top:10.71875rem;left:25.593750953674rem;overflow:hidden;display:block; }
#BGzi2zhRgv8TaOescntiEiCWsHPhKPDU { color:#010304;display:block;width:14rem;position:absolute;font-family:dekko;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:25.886719942093rem;left:9.456250190735rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kG9zDHk9dVWlzqw6ixuLHtc9TZ7OUvum { color:#010304;display:block;width:14rem;position:absolute;font-family:dekko;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:26.635937929154rem;left:51.593750953674rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SvcGXeW9Rfr47Pdw1tQL1vQL0fsDLQ62 { color:#010304;display:block;width:14rem;position:absolute;font-family:dekko;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:9.8117191791537rem;left:50.968750953674rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UNvzkSqZTmTQfPSQwAT6u1z4UkWeTEln { color:#010304;display:block;width:57.75rem;position:absolute;font-family:dekko;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:37.262500762939rem;left:8.624218940735rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5QfOp9yJibD63x3nI1bQT73VU67Glx7 { color:#010304;display:block;width:57.75rem;position:absolute;font-family:dekko;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:37.262500762939rem;left:8.624218940735rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }#k5QfOp9yJibD63x3nI1bQT73VU67Glx7 li:before{  }
#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5e17eb;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; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row .container { background-color: transparent; background-image: none; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row .container > .video-iframe-container { display: none; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row > .video-iframe-container { display: none; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .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); }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row .container { border-width: 0; border-radius: 0; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.2250003814697rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { background-color: transparent; background-image: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .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); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { border-width: 0; border-radius: 0; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { font-size:0.875rem;font-family:agrandir;height:34.4375rem;width:75rem;position:relative;display:block; }#kkhBh57bpq2Af7FcC6O6RkwlMmp9qTK0 { color:#010304;display:block;width:72.625rem;position:absolute;font-family:dekko;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:5.6875rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eguR4MBEe08pDlyl5TSolr7JsDSQnd4q { color:#010304;display:block;width:57.8125rem;position:absolute;font-family:dekko;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eguR4MBEe08pDlyl5TSolr7JsDSQnd4q li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eguR4MBEe08pDlyl5TSolr7JsDSQnd4q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ebf09eb53fbe09de1f71bdd21e9c7574387fd643.svg); }
#vTF1XUDresulTGsD7OiUDSUBTQ4xbCpO { 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:24.125rem;width:21.125rem;top:3.75rem;left:53.875000953674rem;overflow:hidden;display:block; }
#raJzdDloH9kp18hmnIAl7P1QbM94t6yZ { color:#010304;display:block;width:72.625rem;position:absolute;font-family:dekko;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:23.5rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGfhlWutlRSOUAQxM2OEwJLlBKgoFmhx { background-color:#5e17eb;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:agrandir;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.875rem;left:0rem;display:block; }
#xFMF34aBpnvQcuqDHTGivTWC2xkD2VBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5e17eb;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; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row .container { background-color: transparent; background-image: none; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row .container > .video-iframe-container { display: none; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row > .video-iframe-container { display: none; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .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); }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row .container { border-width: 0; border-radius: 0; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row .container { font-size:0.875rem;font-family:agrandir;height:37.0625rem;width:75rem;position:relative;display:block; }#nTuotWq8CnSSp3POXAROTXzTXrXSMviI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.1875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwnrT5hJ8KE9IZhHVQO6fGFowcmqcFPi { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:13.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#n0EsLNzoPUNEmktkQB3DfzkLTp38u4BG { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.9375rem;left:25.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#XBuEHqHIWvEMDkkhPiL7md9DpiFgaC1L { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:13.9375rem;left:51.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#kDrAtEw4KOfibv9rIvckiDpoOntyfTuA { color:#010304;display:block;width:19.875rem;position:absolute;font-family:dekko;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.6875rem;left:2rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6hzioXvbscnoHc2tyne7QT6L2SQuBh6 { background-color:#ffc136;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#091d25;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:agrandir;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:29.3125rem;left:30.5rem;display:block; }
#vLfG18ZagJMBRInIFqLTouwnn3nfLX0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w50Hbf66BW1wK9QURM3brdpSCnNrL4VS { color:#010304;display:block;width:19.875rem;position:absolute;font-family:dekko;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.5625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#geNRRymLXMVxUBDR0S6QqTnnWo6rMXoT { color:#010304;display:block;width:20.875rem;position:absolute;font-family:dekko;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.6875rem;left:52.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X4WlTTKqlygATSZuM87bePR14bMxEtFI { position:absolute;display:block;z-index:15006;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:9.5625rem;width:13.5625rem;top:9.9375rem;left:5.125rem;overflow:hidden;display:block; }
#sWkBsrogUR1zl4phhJxMRagwRq52flWO { 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:9.5625rem;width:12.375rem;top:9.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#gBxWzF0fHDJorMoyTLKRDGTwPAeAQNq2 { 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:9.5625rem;width:13.375rem;top:9.9375rem;left:56.5rem;overflow:hidden;display:block; }
#TBHIxSicu0mrga660ezEPP72f164sxMo { background-color:rgba(164,164,164,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row .container { background-color: transparent; background-image: none; }#TBHIxSicu0mrga660ezEPP72f164sxMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row .container > .video-iframe-container { display: none; }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row > .video-iframe-container { display: none; }#TBHIxSicu0mrga660ezEPP72f164sxMo > .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); }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row .container { border-width: 0; border-radius: 0; }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row .container { font-size:0.875rem;font-family:agrandir;height:23.625rem;width:75rem;overflow:visible;position:relative;display:block; }#HIZSqU8vbuaMnZ0GH88PvNMdZsFQGsB6 { color:#010304;display:block;width:75rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.0625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZO7Xoa38uqqByX2SPNeTe8WOxXuqlJdZ { color:#010304;display:block;width:17.1875rem;position:absolute;font-family:dekko;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.25rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JnMTWR93pdP7CLEGCcRrZSB7VBAAnUsA { color:#010304;display:block;width:20.6875rem;position:absolute;font-family:dekko;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.25rem;left:15.625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m7BEkkb3v4BH9HqgNh2g93KGlhwLt2AL { color:#010304;display:block;width:17.1875rem;position:absolute;font-family:dekko;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.3125rem;left:38.5rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M0mEJ3g3LxH3TTST8KhE0gr7FowXZWO8 { color:#010304;display:block;width:17.1875rem;position:absolute;font-family:dekko;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.3125rem;left:57.6875rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qf4vvqL546ZTts3l68Q64dR6Zrp9HmJ1 { color:#5e17eb;display:block;width:17.1875rem;position:absolute;font-family:dekko;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:14.625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZFfKKAgkll0oJhm5QmkctncdVB6gds6 { color:#5e17eb;display:block;width:17.1875rem;position:absolute;font-family:dekko;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:19.21875rem;left:15.624218940735rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rzXw3TIFvUKcfLiNDG78GCV312HyBU5c { color:#5e17eb;display:block;width:17.1875rem;position:absolute;font-family:dekko;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.09375rem;left:38.550000190735rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f5tVO0pI9n0A7p0SGUiON3XOBQBho3uZ { color:#5e17eb;display:block;width:17.1875rem;position:absolute;font-family:dekko;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:19.875rem;left:57.812500953674rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row .container { background-color: transparent; background-image: none; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row .container > .video-iframe-container { display: none; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row > .video-iframe-container { display: none; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .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); }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row .container { border-width: 0; border-radius: 0; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row .container { font-size:0.875rem;font-family:agrandir;height:42.25rem;width:75rem;position:relative;display:block; }#RNf4FDqGbpyyJmzog1d6LlDJ3Vq8MVoh { color:#091d25;display:block;width:75rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.3750004768372rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEzVtvrmTy9CICGtPUQH72GmILNS0MJM { box-sizing:content-box;height:9.4375rem;width:12.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:12.750000953674rem;left:4rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#h9qK4FskUVlshU2ymCk284skC8TVZyxU { box-sizing:content-box;height:24.0625rem;width:19.4375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f037e24-bd15-4d39-90fa-ff6089480900/oliborzmae0097.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:46.6875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#h9qK4FskUVlshU2ymCk284skC8TVZyxU.adaptive-delivery-prevent-bg, #h9qK4FskUVlshU2ymCk284skC8TVZyxU.lazyload, #h9qK4FskUVlshU2ymCk284skC8TVZyxU.lazyloading { background-image: none; }
#lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA { box-sizing:content-box;height:24.0625rem;width:19.4375rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11282d16-cad5-42fb-aafd-f233a825be53/oliborzmae0008.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:8.875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA.adaptive-delivery-prevent-bg, #lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA.lazyload, #lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA.lazyloading { background-image: none; }
#L9nG1Ue9AdHVJZ3htErnikTIdflyzpxX { box-sizing:content-box;height:9.4375rem;width:12.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:24.074999809265rem;left:60.224221229553rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .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; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-heading-text { display:block;position:relative;width:100%;font-family:dekko;font-weight:700;font-size:1.25rem;color:#5e17eb;text-align:center;text-align-last:center; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dekko;line-height:1.5;overflow:hidden;height:auto; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .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_88ebd2ed856d48d94c19354fdd2dc9d09bf4ed6b.svg");background-size:contain !important; }#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-trigger.adaptive-delivery-prevent-bg, #kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-trigger.lazyload, #kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-trigger.lazyloading { background-image: none; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB { box-sizing:content-box;height:auto;width:19.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:36.512500762939rem;left:8.717968940735rem; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#kbI8dpToyETZD2NUHinTr4ktsL7yAigB #SwV4FTfMO2fCz24WR2US463vpoZlvgir { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB #zZmMvdJM7uiQ0BusHDCT8CVebM9WxNyp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB #VcDiALwQvWt4csT5r2tEyhF7D2gVkv4A { display:block;position:relative; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB #vfp0rD5DzcXTnlvToidSwLTACKVptsra {  }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB #hwsB8ar5mRAcabOU1ukxeXsmhmfppHCr {  }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .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; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-heading-text { display:block;position:relative;width:100%;font-family:dekko;font-weight:700;font-size:1.25rem;color:#5e17eb;text-align:center;text-align-last:center; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dekko;line-height:1.5;overflow:hidden;height:auto; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .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_88ebd2ed856d48d94c19354fdd2dc9d09bf4ed6b.svg");background-size:contain !important; }#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-trigger.adaptive-delivery-prevent-bg, #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-trigger.lazyload, #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-trigger.lazyloading { background-image: none; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI { box-sizing:content-box;height:auto;width:19.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:37.137500762939rem;left:46.531250953674rem; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #kVOIkWtrD5kzRpN2yirSTJT9rH12xpNW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #WmtfUhJ8zAIXwgTXHqlAIe10NWLGgwK5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #CioT4wS77NZqemryLK6DUwoiZ0AOvk9C { display:block;position:relative; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #xOO4pL83TvK9xG6hHV7IBt40Bgi0th3c {  }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #pCBVCpx8T1StvyurmczxAzoSKhROE7VZ {  }
#soQScM00vzddNbhlAZd90SglISylC1Sg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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:none; }#soQScM00vzddNbhlAZd90SglISylC1Sg > .row .container { border-width: 0; border-radius: 0; }#soQScM00vzddNbhlAZd90SglISylC1Sg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soQScM00vzddNbhlAZd90SglISylC1Sg > .row .container { font-size:0.875rem;font-family:agrandir;height:42.25rem;width:75rem;position:relative;display:none; }#bQP4olhwwHTPyMWBeH6lnV6gEKoW3TyA { box-sizing:content-box;height:24.0625rem;width:19.4375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f037e24-bd15-4d39-90fa-ff6089480900/oliborzmae0097.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:46.6875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#bQP4olhwwHTPyMWBeH6lnV6gEKoW3TyA.adaptive-delivery-prevent-bg, #bQP4olhwwHTPyMWBeH6lnV6gEKoW3TyA.lazyload, #bQP4olhwwHTPyMWBeH6lnV6gEKoW3TyA.lazyloading { background-image: none; }
#Lz4tteGNxI3x43datFmxCLXA6p8gCcQc { box-sizing:content-box;height:9.4375rem;width:12.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:24.074999809265rem;left:60.224221229553rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .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; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-heading-text { display:block;position:relative;width:100%;font-family:dekko;font-weight:700;font-size:1.25rem;color:#5e17eb;text-align:center;text-align-last:center; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:dekko;line-height:1.5;overflow:hidden;height:auto; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .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_88ebd2ed856d48d94c19354fdd2dc9d09bf4ed6b.svg");background-size:contain !important; }#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-trigger.adaptive-delivery-prevent-bg, #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-trigger.lazyload, #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-trigger.lazyloading { background-image: none; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y { box-sizing:content-box;height:auto;width:19.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:37.137500762939rem;left:46.531250953674rem; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #NdNWVoUi7ba324lT9JcU3e7i3N73pebG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #NUlyy2nCzsBixV70Zy3dGAbWNByBA6U2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #WcW4mr0bPXWv1HWsdGPdDFf3ePUD5asx { display:block;position:relative; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #eTmoKqBbnZ8xtMuBKOdNDxx9XaDrPo3X {  }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #WtlFSc4Xl8EtT6ETH6EHuydHTbHdUSpT {  }
#sBOEze2ZIz85g16aFVwN681OiGIfiugH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5e17eb;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; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row .container { background-color: transparent; background-image: none; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row .container > .video-iframe-container { display: none; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row > .video-iframe-container { display: none; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .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); }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row .container { border-width: 0; border-radius: 0; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#tQ7CQixS75Xc7dWWTrdyxl4tG8dg2a4y { color:#ffffff;display:block;width:75rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:4.0492198942229rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GzQxT5Dm7F1irLe1TOhpZT4pNTOdhZ4X { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:agrandir;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:9.125rem;left:2.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZGkRlyNxEtA28fSsILQ8fAVRmcRqi5x { color:#ffffff;display:block;width:21rem;position:absolute;font-family:agrandir;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:9.5rem;left:13.0625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d8RGWy4KqJK7LgdXkVb5R5dE5Qguv6k9 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:agrandir;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:8.8125rem;left:40.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LydBi1TFcNLNryxbvtdVULasdPnE9OT6 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:agrandir;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:9.25rem;left:51.3125rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb { z-index:;position:relative;display:block; }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb { background-color: transparent; background-image: none; }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .row .container > .video-iframe-container { display: none; }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .row > .video-iframe-container { display: none; }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .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); }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb { border-width: 0; border-radius: 0; }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:agrandir;height:42.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#m3WEIhSpE5hl9T5fBrbs3OfwXWfMNVCB { box-sizing:content-box;height:21.5625rem;width:23.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:13.25rem;left:12.6875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#HfHPJBKvr1rKIOQKT9GwaE87oyUak03p { 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.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#5e17eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:agrandir;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9rem;height:3.275rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.5rem;left:14.6875rem;display:block; }
#RWypxTRJQP3NlWrWQEeFuHoTqV9knzTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VW3vV8dxWZLfgM7Iwa07sSEahx7XvtO0 { color:#000000;display:block;width:20rem;position:absolute;font-family:agrandir;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.0625rem;left:14.6875rem;height:2.9rem;font-style:normal;display:block; }#VW3vV8dxWZLfgM7Iwa07sSEahx7XvtO0 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VW3vV8dxWZLfgM7Iwa07sSEahx7XvtO0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f5d32fa3589e5cfe89bc12da012552b3a23dffb5.svg); }
#XhDcsh714WynsSy9An65dZ8tKJKBTI5R { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15010;background-color:#5e17eb;background-image:none;top:22.3125rem;left:14.625rem;display:block; }
#dH7MPK4c2WyDkXT0RzUTgTDMUKFStcqr { color:#000000;display:block;width:20rem;position:absolute;font-family:agrandir;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:14.5625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIIxd6w0tUJ8Th9LmEH2A0fui2IDRd7x { color:#010304;display:block;width:20rem;position:absolute;font-family:agrandir;font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:14.6875rem;height:2.6rem;font-style:normal;display:block; }
#DwHwT82QtyXwOMsOsRfz7EbWN4veobT3 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#5e17eb;background-image:none;top:17.75rem;left:14.625rem;display:block; }
#wkncWo8QKesvA7EFAnqzrqXHp3wM6pgR { box-sizing:content-box;height:24.75rem;width:23.75rem;position:absolute;display:block;z-index:15006;background-color:#5e17eb;background-image:none;top:11.375rem;left:38.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TXLLrQwvUxwM53fNPwlCdScUbSKXEyFC { 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#5e17eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:agrandir;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:30.125rem;left:40.312500953674rem;display:block; }
#UGOlcQJuQTqelqle9enu1VIhtnVkIFzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8HyIMGTPtcI8SxShNq7kT2hQgJJbSC1 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:agrandir;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.312500953674rem;height:;font-style:normal;display:block; }#v8HyIMGTPtcI8SxShNq7kT2hQgJJbSC1 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#v8HyIMGTPtcI8SxShNq7kT2hQgJJbSC1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8ec70c8b2f40ec2d6c646bc8a311b661a17355d6.svg); }
#aV7Hruw2TLuUlPmfsDrVE8b0T9TC6Vy0 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:20.4375rem;left:40.312500953674rem;display:block; }
#xi33poMhl30CMuesP93zqKUmZ5WVJA4X { color:#ffffff;display:block;width:20rem;position:absolute;font-family:agrandir;font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.125rem;left:40.4375rem;height:2.6rem;font-style:normal;display:block; }
#uLGnnFBT6xg86lfd7hrs5S9zQcNuyBgP { color:#ffffff;display:block;width:20rem;position:absolute;font-family:agrandir;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.25rem;left:40.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HbyciDm9I1IQEWPtTd5fXzOhN0CJLMur { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:15.875rem;left:40.375rem;display:block; }
#d1BMEWvTzvO05Rxnz1nZba9uAzV6xurM { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.6875rem;left:71.625rem; }
#WIG3zvlNWX11nXutK8TreA7wNxVyIXzU { color:#010304;display:block;width:75rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc136;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; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row .container { background-color: transparent; background-image: none; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row .container > .video-iframe-container { display: none; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row > .video-iframe-container { display: none; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .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); }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row .container { border-width: 0; border-radius: 0; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row .container { font-size:0.875rem;font-family:agrandir;height:33.875rem;width:75rem;position:relative;display:block; }#cmdfZtqbVFfUobP2vz7k2CMTzZBNEOQA { color:#000000;display:block;width:63.75rem;position:absolute;font-family:agrandir;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.875rem;left:5.625rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFE3Xm8PHem7aAPqLGkfD2fXzsA5y1yN { background-color:#5e17eb;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:agrandir;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.125rem;left:29.031250953674rem;display:block; }
#VRlZ9d53DTK0zbru9RZCMquA1r7ga0ec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brBTfRprtq2cGEMr8svIA2FkmDuLaCRW { box-sizing:content-box;height:21.125rem;width:68.4375rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:5.5625rem;left:3.23046875rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid #5e17eb;border-left:0.0625rem solid #5e17eb;border-right:0.0625rem solid #5e17eb;border-bottom:0.0625rem solid #5e17eb;display:block; }
#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ { z-index:;position:relative;display:block; }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ { background-color: transparent; background-image: none; }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .row .container > .video-iframe-container { display: none; }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .row > .video-iframe-container { display: none; }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .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); }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ { border-width: 0; border-radius: 0; }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:agrandir;height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bRFfq7QcW4eNRxNBFbkLN5hyItkoABmX { color:#010304;display:block;width:28.75rem;position:absolute;font-family:agrandir;font-size:3rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.5625rem;left:0.8125rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bHEESbuCUqUZKgMKIklO8z07oBl6xdF4 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15010;background-color:#5e17eb;background-image:none;top:7.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .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; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:agrandir;color:#010304;height:auto; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:agrandir;color:#010304;line-height:1.5;overflow:hidden;height:auto; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .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_1fd140c14676a894fcb6e13bb7fc66a34f4fbb3b.svg");background-size:contain !important; }#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-trigger.adaptive-delivery-prevent-bg, #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-trigger.lazyload, #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-trigger.lazyloading { background-image: none; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x { box-sizing:content-box;height:auto;width:46.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.375rem;left:0rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #qoE4C5Wt0a8EUhhwtbX1D1uUC37zBd94 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #zNnybrVkf9ZL6bmQGForUavAbwHS2IEl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #ANE562JceT7kMwulCJx2AMcDCOEQHTF9 { display:block;position:relative; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #L26D9T7wSva439THazT14kquELPqeSAz {  }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #vqm4TbXrJMWGd29WThu5hhg9kLGBJPoQ { display:none; }
#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5e17eb;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; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row .container { background-color: transparent; background-image: none; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row .container > .video-iframe-container { display: none; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row > .video-iframe-container { display: none; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .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); }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row .container { border-width: 0; border-radius: 0; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#iGbNhybpD9EF9CrWZohpbbOaZT0lPNpT { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:8.0625rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#Rhyazcsft0NxfAwqFadIdRf86W3kBgPT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:7rem;left:63.0625rem;display:block; }
#pFNwgZEvaQBFUFkS6bJwr1bsZzzfBqEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZBlEPIWVO8fncUXTDiBmCMFVmuC3vA7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:26rem;top:3.4562511444092rem;left:0rem;overflow:hidden;display:block; }
#q5FoO9wH69czs3O5KN59Mvhm2zboXNz7 { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:3.875rem;left:39.5rem;display:block; }
#wftBL4ZOfOAuFqV9IiMuPTeQfazcs49J { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:3.875rem;left:62.25rem;display:block; }
#c2MDFvuyH3dfDCT1I4AfQTTgMTgevCOb { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#tdXknNJd5Cn87tivb2Vc6SN7PrcLs9QX { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:4.25rem;left:64.625rem;height:1.225rem;font-style:normal;display:block; }
#foLJTgAkf65cC5oTmW7B1UrxXLcdJ9nG { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.8125rem;left:39.6875rem; }
#XIQ4vKI37XcufJWx1NQhVf9IP6zvIF0L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.0625rem;left:55.5rem; }
#XIQ4vKI37XcufJWx1NQhVf9IP6zvIF0L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FbmuoqqCKdPC8niwXD2P2lgTg5NTR6vk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.0625rem;left:60rem; }
#FbmuoqqCKdPC8niwXD2P2lgTg5NTR6vk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V9ohpPMKyPBxsV65hutR7hGosaiTbA8R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.0625rem;left:64.3125rem; }
#V9ohpPMKyPBxsV65hutR7hGosaiTbA8R > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#HAgezruZe7R2hb1WGVhJynw3JWeD3yRp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.0625rem;left:68.875rem; }
#HAgezruZe7R2hb1WGVhJynw3JWeD3yRp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#L9FqqInllEh3snhJpyPZe4oH1NO5u5T1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.90625rem;left:39.500001907349rem;display:block; }
#rJxlLAx1faVt1PQHuyBPLL2NNesIInTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXXdJQx0NOqkM3enJ7itEL4thEGCmvf4 { top:23.9375rem;left:0rem;width:37.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { top:10.9375rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqiiUz2y5geL91N6GlLqhusHhECe8kpJ { top:34.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTKykotWMMMOsUSsiWN27SVRW4zqBFD { width:13.125rem;height:3.375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcEpFVpWI7ZAy7QEiwclWH5QiSPRnOTT { display:block; }
 }@media only screen and (max-width: 763px) { #uQLs0nlFBPFxpLFH0ZMHEkzVVb4p1P2u { top:10.875rem;left:27.1875rem;width:20.5625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzPTA1TF3i6GZ3g2ZDRC8oLwJgJb6I3 { top:8.5625rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPqdZ70ST9Ty8fgcOwbTfbvmci1BxoH { top:2.75rem;left:0rem;width:9.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #beKoOyq8K78amFFSGl7yq7vqvBEEUR3H { top:26.9375rem;left:32.6875rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut3MOxw6dAAbi4ATU4dhUmNiqoBNA0XJ { top:24.0625rem;left:0rem;width:0.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVD5dtJnBrD5QPqK6LSLGvT8KTbM3I9Q { top:8.5625rem;left:45.875rem;width:1.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXi5PvudPEH5N1rOhSq0lw4wENNTbBk { top:20.3125rem;left:13.412499427796rem;width:7.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG { display:block; }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLkGno18wnpozKThNxtVy8XUHLxTDume { top:9rem;left:15.8125rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKzoCWgPRPLaamNJ7yV7QdnmhQvwZSy { top:8.875rem;left:31.5rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VytCzbbyf8rR2ZfLF4JdC7COroQJrbeI { top:2.125rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyoZa12n6sMRI5I5iNeJER96zEt81T5I { top:2.25rem;left:18.3125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk7lKgZPkQimoCKsvyNpgwUU4KRcZ5NC { top:2.125rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1NVqqU0tdMcKm0Mz5Wv2IvLbV3LBQDW { top:3.625rem;left:0rem;width:11.25rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP1tXpemTJWzMH46L3lopLhmlmmalp4S { top:3.625rem;left:19.187500953674rem;width:9.375rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #beOzOgNhqBzWe0J5wwP0wSVG4o6vkAQO { top:3.4375rem;left:38.375rem;width:9.375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xikHw00pDDaC2rC6irnW4I0eLV7FI7Fm { top:9rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm { display:block; }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNp0FbmMgpEtxgyaC6QF0tPIdfwMAeou { top:5.6875rem;left:0rem;width:34.5625rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eWz3cv9XnLZN4MZewyLd6sWrvVJOTg { top:9.1875rem;left:22.0625rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4EdvhIS5pAeQHrnrmM0Eiva7M0PQyl { top:9.1875rem;left:31.5rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7p26efiUR620XTrDuXRgtBMulEaQf8G { top:6.5rem;left:24.875rem;width:10.625rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrSQ6wQbyieupXPo3hpELtaIpBn0ichd { top:6.5rem;left:36.25rem;width:10.625rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVbuDoIc68bds62gQXm5ukh0e2uWB16M { top:2.8125rem;left:0rem;width:38.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvk7f2T0uDfRe8lpulPZqRQACxtFKrrx { top:2.8125rem;left:0rem;width:47.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUtklaqtHmgcVXa4B4fNRVukEd0ArCC2 { top:6.5rem;left:37.125rem;width:10.625rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGdHUFuHB60ws1KTrM8LHEW0p7m7dLGX { top:9.1875rem;left:31.5rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl { display:block; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q981z43gVKBuXnxPo5emSxtI7h1CWgm2 { top:2.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5sPvkcIKpBCBfDhiIz5tbinx71CR1BF { top:7.8125rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duSRZ8bfH5B6Vs6XCSeleVeZt8T6T8WJ { top:20.75rem;left:0rem;width:34.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNpw5mv3VrOl2RyZX7SFFsw10Iv6bKOn { top:19.75rem;left:0rem;width:35.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIIgNZ2S6v5Jzt70TEytvZIAJDDhNw1f { width:13.375rem;height:3.375rem;top:20.8125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4WTTzXxPPcQC9ZAiGsvfz8HsOV1emq { display:block; }
 }@media only screen and (max-width: 763px) { #l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLrrEkx1A5qvTtxxKTTTfA0UqDH0syAr { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKyuROBplD61G1im4DymGIgeHSZR2KRN { top:9.75rem;left:0rem;width:14rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5CHlJtMqGRsRToKQyXEPyiKrCEE2KPs { top:10.6875rem;left:11.968750953674rem;width:23.8125rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzi2zhRgv8TaOescntiEiCWsHPhKPDU { top:25.875rem;left:0rem;width:14rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG9zDHk9dVWlzqw6ixuLHtc9TZ7OUvum { top:26.625rem;left:33.75rem;width:14rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvcGXeW9Rfr47Pdw1tQL1vQL0fsDLQ62 { top:9.75rem;left:33.75rem;width:14rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNvzkSqZTmTQfPSQwAT6u1z4UkWeTEln { top:37.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5QfOp9yJibD63x3nI1bQT73VU67Glx7 { top:7.8125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }#k5QfOp9yJibD63x3nI1bQT73VU67Glx7 li:before{  }
 }@media only screen and (max-width: 763px) { #ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ { display:block; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { top:4.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { display:block; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkhBh57bpq2Af7FcC6O6RkwlMmp9qTK0 { top:5.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eguR4MBEe08pDlyl5TSolr7JsDSQnd4q { top:8.5625rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1rem;display:block; }#eguR4MBEe08pDlyl5TSolr7JsDSQnd4q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ebf09eb53fbe09de1f71bdd21e9c7574387fd643.svg); }
 }@media only screen and (max-width: 763px) { #vTF1XUDresulTGsD7OiUDSUBTQ4xbCpO { top:3.75rem;left:26.625rem;width:21.125rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raJzdDloH9kp18hmnIAl7P1QbM94t6yZ { top:23.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfhlWutlRSOUAQxM2OEwJLlBKgoFmhx { width:13.375rem;height:3.375rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFMF34aBpnvQcuqDHTGivTWC2xkD2VBo { display:block; }
 }@media only screen and (max-width: 763px) { #TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM { display:block; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTuotWq8CnSSp3POXAROTXzTXrXSMviI { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwnrT5hJ8KE9IZhHVQO6fGFowcmqcFPi { top:13.9375rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0EsLNzoPUNEmktkQB3DfzkLTp38u4BG { top:13.9375rem;left:12rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBuEHqHIWvEMDkkhPiL7md9DpiFgaC1L { top:13.9375rem;left:23.875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDrAtEw4KOfibv9rIvckiDpoOntyfTuA { top:20.6875rem;left:0rem;width:19.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6hzioXvbscnoHc2tyne7QT6L2SQuBh6 { width:14.0625rem;height:3.375rem;top:29.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLfG18ZagJMBRInIFqLTouwnn3nfLX0W { display:block; }
 }@media only screen and (max-width: 763px) { #w50Hbf66BW1wK9QURM3brdpSCnNrL4VS { top:20.6875rem;left:13.9375rem;width:19.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNRRymLXMVxUBDR0S6QqTnnWo6rMXoT { top:20.6875rem;left:26.875rem;width:20.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4WlTTKqlygATSZuM87bePR14bMxEtFI { width:13.5625rem;height:9.5625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWkBsrogUR1zl4phhJxMRagwRq52flWO { width:12.375rem;height:9.5625rem;top:9.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxWzF0fHDJorMoyTLKRDGTwPAeAQNq2 { width:13.375rem;height:9.5625rem;top:9.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBHIxSicu0mrga660ezEPP72f164sxMo { display:block; }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIZSqU8vbuaMnZ0GH88PvNMdZsFQGsB6 { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7Xoa38uqqByX2SPNeTe8WOxXuqlJdZ { top:11.25rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnMTWR93pdP7CLEGCcRrZSB7VBAAnUsA { top:11.25rem;left:2rem;width:20.6875rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7BEkkb3v4BH9HqgNh2g93KGlhwLt2AL { top:11.3125rem;left:24.875rem;width:17.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0mEJ3g3LxH3TTST8KhE0gr7FowXZWO8 { top:11.3125rem;left:30.5625rem;width:17.1875rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf4vvqL546ZTts3l68Q64dR6Zrp9HmJ1 { top:14.625rem;left:0rem;width:17.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZFfKKAgkll0oJhm5QmkctncdVB6gds6 { top:19.1875rem;left:1.9992189407349rem;width:17.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXw3TIFvUKcfLiNDG78GCV312HyBU5c { top:16.0625rem;left:24.925000190735rem;width:17.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tVO0pI9n0A7p0SGUiON3XOBQBho3uZ { top:19.875rem;left:30.5625rem;width:17.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX { display:block; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNf4FDqGbpyyJmzog1d6LlDJ3Vq8MVoh { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEzVtvrmTy9CICGtPUQH72GmILNS0MJM { top:12.75rem;left:0rem;width:12.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qK4FskUVlshU2ymCk284skC8TVZyxU { top:11.5625rem;left:28.3125rem;width:19.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA { top:11.5625rem;left:0rem;width:19.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9nG1Ue9AdHVJZ3htErnikTIdflyzpxX { top:24.0625rem;left:35.0625rem;width:12.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB { display:flex;height:auto;width:27.8125rem;top:40.75rem;left:7.1624994277956rem; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #SwV4FTfMO2fCz24WR2US463vpoZlvgir {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #zZmMvdJM7uiQ0BusHDCT8CVebM9WxNyp {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #VcDiALwQvWt4csT5r2tEyhF7D2gVkv4A {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #vfp0rD5DzcXTnlvToidSwLTACKVptsra {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #hwsB8ar5mRAcabOU1ukxeXsmhmfppHCr {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI { display:flex;height:auto;width:27.8125rem;top:40.75rem;left:7.1624994277956rem; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #kVOIkWtrD5kzRpN2yirSTJT9rH12xpNW {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #WmtfUhJ8zAIXwgTXHqlAIe10NWLGgwK5 {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #CioT4wS77NZqemryLK6DUwoiZ0AOvk9C {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #xOO4pL83TvK9xG6hHV7IBt40Bgi0th3c {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #pCBVCpx8T1StvyurmczxAzoSKhROE7VZ {  }
 }@media only screen and (max-width: 763px) { #soQScM00vzddNbhlAZd90SglISylC1Sg { display:none; }#soQScM00vzddNbhlAZd90SglISylC1Sg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bQP4olhwwHTPyMWBeH6lnV6gEKoW3TyA { top:11.5625rem;left:28.3125rem;width:19.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz4tteGNxI3x43datFmxCLXA6p8gCcQc { top:24.0625rem;left:35.0625rem;width:12.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y { display:flex;height:auto;width:27.8125rem;top:40.75rem;left:7.1624994277956rem; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #NdNWVoUi7ba324lT9JcU3e7i3N73pebG {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #NUlyy2nCzsBixV70Zy3dGAbWNByBA6U2 {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #WcW4mr0bPXWv1HWsdGPdDFf3ePUD5asx {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #eTmoKqBbnZ8xtMuBKOdNDxx9XaDrPo3X {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #WtlFSc4Xl8EtT6ETH6EHuydHTbHdUSpT {  }
 }@media only screen and (max-width: 763px) { #sBOEze2ZIz85g16aFVwN681OiGIfiugH { display:block; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ7CQixS75Xc7dWWTrdyxl4tG8dg2a4y { top:4rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzQxT5Dm7F1irLe1TOhpZT4pNTOdhZ4X { top:9.125rem;left:0rem;width:12.25rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGkRlyNxEtA28fSsILQ8fAVRmcRqi5x { top:9.5rem;left:0rem;width:21rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8RGWy4KqJK7LgdXkVb5R5dE5Qguv6k9 { top:8.8125rem;left:27.25rem;width:12.25rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LydBi1TFcNLNryxbvtdVULasdPnE9OT6 { top:9.25rem;left:26.75rem;width:21rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb { display:block; }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3WEIhSpE5hl9T5fBrbs3OfwXWfMNVCB { top:13.25rem;left:0rem;width:23.875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfHPJBKvr1rKIOQKT9GwaE87oyUak03p { width:19.875rem;height:3.25rem;top:29.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWypxTRJQP3NlWrWQEeFuHoTqV9knzTg { display:block; }
 }@media only screen and (max-width: 763px) { #VW3vV8dxWZLfgM7Iwa07sSEahx7XvtO0 { top:24.0625rem;left:1.0625rem;width:20rem;height:2.875rem;font-size:0.875rem;display:block; }#VW3vV8dxWZLfgM7Iwa07sSEahx7XvtO0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f5d32fa3589e5cfe89bc12da012552b3a23dffb5.svg); }
 }@media only screen and (max-width: 763px) { #XhDcsh714WynsSy9An65dZ8tKJKBTI5R { top:22.3125rem;left:1rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH7MPK4c2WyDkXT0RzUTgTDMUKFStcqr { top:15.125rem;left:0.9375rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIxd6w0tUJ8Th9LmEH2A0fui2IDRd7x { top:19rem;left:1.0625rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHwT82QtyXwOMsOsRfz7EbWN4veobT3 { top:17.75rem;left:1rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkncWo8QKesvA7EFAnqzrqXHp3wM6pgR { top:11.375rem;left:24rem;width:23.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXLLrQwvUxwM53fNPwlCdScUbSKXEyFC { width:20rem;height:3.375rem;top:30.125rem;left:26.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOlcQJuQTqelqle9enu1VIhtnVkIFzJ { display:block; }
 }@media only screen and (max-width: 763px) { #v8HyIMGTPtcI8SxShNq7kT2hQgJJbSC1 { top:22.1875rem;left:26.687500953674rem;width:20rem;height:;font-size:0.875rem;display:block; }#v8HyIMGTPtcI8SxShNq7kT2hQgJJbSC1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8ec70c8b2f40ec2d6c646bc8a311b661a17355d6.svg); }
 }@media only screen and (max-width: 763px) { #aV7Hruw2TLuUlPmfsDrVE8b0T9TC6Vy0 { top:20.4375rem;left:26.687500953674rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi33poMhl30CMuesP93zqKUmZ5WVJA4X { top:17.125rem;left:26.8125rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLGnnFBT6xg86lfd7hrs5S9zQcNuyBgP { top:13.25rem;left:26.8125rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbyciDm9I1IQEWPtTd5fXzOhN0CJLMur { top:15.875rem;left:26.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BMEWvTzvO05Rxnz1nZba9uAzV6xurM { top:13.6875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIG3zvlNWX11nXutK8TreA7wNxVyIXzU { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK { display:block; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmdfZtqbVFfUobP2vz7k2CMTzZBNEOQA { top:8.875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFE3Xm8PHem7aAPqLGkfD2fXzsA5y1yN { width:16.9375rem;height:3.375rem;top:25.125rem;left:15.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRlZ9d53DTK0zbru9RZCMquA1r7ga0ec { display:block; }
 }@media only screen and (max-width: 763px) { #brBTfRprtq2cGEMr8svIA2FkmDuLaCRW { top:5.5625rem;left:0rem;width:47.625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ { display:block; }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRFfq7QcW4eNRxNBFbkLN5hyItkoABmX { top:2.5625rem;left:0rem;width:28.75rem;height:3.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHEESbuCUqUZKgMKIklO8z07oBl6xdF4 { top:7.5rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #qoE4C5Wt0a8EUhhwtbX1D1uUC37zBd94 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #zNnybrVkf9ZL6bmQGForUavAbwHS2IEl {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #ANE562JceT7kMwulCJx2AMcDCOEQHTF9 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #L26D9T7wSva439THazT14kquELPqeSAz {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #vqm4TbXrJMWGd29WThu5hhg9kLGBJPoQ {  }
 }@media only screen and (max-width: 763px) { #VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 { display:block; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGbNhybpD9EF9CrWZohpbbOaZT0lPNpT { top:8.0625rem;left:25.8125rem;width:21.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhyazcsft0NxfAwqFadIdRf86W3kBgPT { width:8.875rem;height:3.4375rem;top:7rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFNwgZEvaQBFUFkS6bJwr1bsZzzfBqEr { display:block; }
 }@media only screen and (max-width: 763px) { #iZBlEPIWVO8fncUXTDiBmCMFVmuC3vA7 { top:3.4375rem;left:0rem;width:26rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5FoO9wH69czs3O5KN59Mvhm2zboXNz7 { top:3.875rem;left:25.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftBL4ZOfOAuFqV9IiMuPTeQfazcs49J { top:3.875rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MDFvuyH3dfDCT1I4AfQTTgMTgevCOb { top:4.25rem;left:28.6875rem;width:18.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdXknNJd5Cn87tivb2Vc6SN7PrcLs9QX { top:4.25rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLJTgAkf65cC5oTmW7B1UrxXLcdJ9nG { top:7.8125rem;left:26.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIQ4vKI37XcufJWx1NQhVf9IP6zvIF0L { top:12.0625rem;left:41.875rem;width:3.125rem;height:3.125rem;display:block; }
#XIQ4vKI37XcufJWx1NQhVf9IP6zvIF0L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FbmuoqqCKdPC8niwXD2P2lgTg5NTR6vk { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#FbmuoqqCKdPC8niwXD2P2lgTg5NTR6vk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #V9ohpPMKyPBxsV65hutR7hGosaiTbA8R { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#V9ohpPMKyPBxsV65hutR7hGosaiTbA8R > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HAgezruZe7R2hb1WGVhJynw3JWeD3yRp { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#HAgezruZe7R2hb1WGVhJynw3JWeD3yRp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #L9FqqInllEh3snhJpyPZe4oH1NO5u5T1 { width:8.875rem;height:3.4375rem;top:11.875rem;left:25.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJxlLAx1faVt1PQHuyBPLL2NNesIInTx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXXdJQx0NOqkM3enJ7itEL4thEGCmvf4 { width:20rem;height:2.4rem;top:13.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { width:20rem;height:5.625rem;top:6.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HqiiUz2y5geL91N6GlLqhusHhECe8kpJ { display:flex;width:1.25rem;height:1.25rem;top:16.875rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #XBTKykotWMMMOsUSsiWN27SVRW4zqBFD { width:11.875rem;height:3.375rem;top:33.125rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcEpFVpWI7ZAy7QEiwclWH5QiSPRnOTT { display:block; }
 }@media only screen and (max-width: 763px) { #uQLs0nlFBPFxpLFH0ZMHEkzVVb4p1P2u { width:13.125rem;height:13rem;top:17.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzPTA1TF3i6GZ3g2ZDRC8oLwJgJb6I3 { width:14.625rem;height:14.625rem;top:16.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPqdZ70ST9Ty8fgcOwbTfbvmci1BxoH { width:9.6875rem;height:4rem;top:1.1875rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #beKoOyq8K78amFFSGl7yq7vqvBEEUR3H { width:3.75rem;height:3.8125rem;top:27.737501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut3MOxw6dAAbi4ATU4dhUmNiqoBNA0XJ { width:0.625rem;height:4.3125rem;top:68.5rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVD5dtJnBrD5QPqK6LSLGvT8KTbM3I9Q { width:1.875rem;height:1.9375rem;top:18.125rem;left:17.312499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXi5PvudPEH5N1rOhSq0lw4wENNTbBk { width:7.3125rem;height:1.4375rem;top:11.237500190735rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG { display:block; }#lJ1UD0aMnFLZPvdS0kVUqWNxqrJwOsiG > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLkGno18wnpozKThNxtVy8XUHLxTDume { width:18.75rem;height:1.5rem;top:19.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxKzoCWgPRPLaamNJ7yV7QdnmhQvwZSy { width:18.75rem;height:1.5rem;top:28.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VytCzbbyf8rR2ZfLF4JdC7COroQJrbeI { width:11.25rem;height:5.625rem;top:2.1875rem;left:4.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zyoZa12n6sMRI5I5iNeJER96zEt81T5I { width:11.25rem;height:5.625rem;top:12.1875rem;left:4.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tk7lKgZPkQimoCKsvyNpgwUU4KRcZ5NC { width:11.25rem;height:5.625rem;top:22.25rem;left:4.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #x1NVqqU0tdMcKm0Mz5Wv2IvLbV3LBQDW { width:11.25rem;height:2rem;top:4rem;left:4.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP1tXpemTJWzMH46L3lopLhmlmmalp4S { width:11.25rem;height:2rem;top:14rem;left:4.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beOzOgNhqBzWe0J5wwP0wSVG4o6vkAQO { width:11.25rem;height:2rem;top:24.0625rem;left:4.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xikHw00pDDaC2rC6irnW4I0eLV7FI7Fm { width:16.25rem;height:1.5rem;top:9.1875rem;left:1.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm { display:block; }#MKmxIVcWOqcBfBD7zD1K6WUHVzhputTm > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNp0FbmMgpEtxgyaC6QF0tPIdfwMAeou { width:20rem;height:6.5rem;top:3.0187511444092rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4eWz3cv9XnLZN4MZewyLd6sWrvVJOTg { width:18.75rem;height:1.5rem;top:15.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4EdvhIS5pAeQHrnrmM0Eiva7M0PQyl { width:18.75rem;height:1.5rem;top:22.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7p26efiUR620XTrDuXRgtBMulEaQf8G { width:18.75rem;height:2rem;top:12.875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrSQ6wQbyieupXPo3hpELtaIpBn0ichd { width:18.75rem;height:2rem;top:19.3125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVbuDoIc68bds62gQXm5ukh0e2uWB16M { width:19.875rem;height:8.3125rem;top:2.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Vvk7f2T0uDfRe8lpulPZqRQACxtFKrrx { width:19.875rem;height:50.75rem;top:10.47500038147rem;left:0.024218738079071rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #aUtklaqtHmgcVXa4B4fNRVukEd0ArCC2 { width:10.625rem;height:2rem;top:25.8125rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGdHUFuHB60ws1KTrM8LHEW0p7m7dLGX { width:16.25rem;height:1.5rem;top:27.8125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl { display:block; }#DcPJhuWZSOLx0tUWy7cO8WzcT6EEfCnl > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q981z43gVKBuXnxPo5emSxtI7h1CWgm2 { width:20rem;height:2.5rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5sPvkcIKpBCBfDhiIz5tbinx71CR1BF { width:20rem;height:14.4rem;top:5.5625rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #duSRZ8bfH5B6Vs6XCSeleVeZt8T6T8WJ { width:18.625rem;height:3.9rem;top:21.63125038147rem;left:0.68671876192094rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JNpw5mv3VrOl2RyZX7SFFsw10Iv6bKOn { width:19.875rem;height:5.4375rem;top:20.8125rem;left:0.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KIIgNZ2S6v5Jzt70TEytvZIAJDDhNw1f { width:11.25rem;height:3.375rem;top:28.6875rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4WTTzXxPPcQC9ZAiGsvfz8HsOV1emq { display:block; }
 }@media only screen and (max-width: 763px) { #l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLrrEkx1A5qvTtxxKTTTfA0UqDH0syAr { width:11.9375rem;height:2.5rem;top:1.875rem;left:4.0312500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKyuROBplD61G1im4DymGIgeHSZR2KRN { width:20rem;height:0;top:26.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5CHlJtMqGRsRToKQyXEPyiKrCEE2KPs { width:13.5rem;height:12.25rem;top:20.250001192093rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzi2zhRgv8TaOescntiEiCWsHPhKPDU { width:14rem;height:0;top:29.7125rem;left:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kG9zDHk9dVWlzqw6ixuLHtc9TZ7OUvum { width:14rem;height:0;top:60.025rem;left:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvcGXeW9Rfr47Pdw1tQL1vQL0fsDLQ62 { width:14rem;height:0;top:55.175rem;left:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNvzkSqZTmTQfPSQwAT6u1z4UkWeTEln { width:20rem;height:4.05rem;top:33.937500238419rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5QfOp9yJibD63x3nI1bQT73VU67Glx7 { width:19.5625rem;height:14.0625rem;top:5.5rem;left:0rem;font-size:1rem;z-index:15006;text-align:left;text-align-last:left;display:block; }#k5QfOp9yJibD63x3nI1bQT73VU67Glx7 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#k5QfOp9yJibD63x3nI1bQT73VU67Glx7 li:before{  }
 }@media only screen and (max-width: 763px) { #ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ { display:block; }#ai3FmtkiwwEPhDneC6xAZ12rlpxsROiQ > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { width:20rem;height:6.5rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { display:block; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkhBh57bpq2Af7FcC6O6RkwlMmp9qTK0 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eguR4MBEe08pDlyl5TSolr7JsDSQnd4q { width:20rem;height:17.55rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }#eguR4MBEe08pDlyl5TSolr7JsDSQnd4q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ebf09eb53fbe09de1f71bdd21e9c7574387fd643.svg); }
 }@media only screen and (max-width: 763px) { #vTF1XUDresulTGsD7OiUDSUBTQ4xbCpO { width:13.4375rem;height:15.3125rem;top:21.987500190735rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #raJzdDloH9kp18hmnIAl7P1QbM94t6yZ { width:15.0625rem;height:2.7rem;top:38.349219322204rem;left:2.4687500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QGfhlWutlRSOUAQxM2OEwJLlBKgoFmhx { width:13.375rem;height:3.375rem;top:41.849999427796rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFMF34aBpnvQcuqDHTGivTWC2xkD2VBo { display:block; }
 }@media only screen and (max-width: 763px) { #TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM { display:block; }#TTumI3pRXfzZCCoTlLUU0DiQGPhp2tzM > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTuotWq8CnSSp3POXAROTXzTXrXSMviI { width:20rem;height:2rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwnrT5hJ8KE9IZhHVQO6fGFowcmqcFPi { width:19.875rem;height:12.5rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0EsLNzoPUNEmktkQB3DfzkLTp38u4BG { width:19.875rem;height:12.5rem;top:22.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBuEHqHIWvEMDkkhPiL7md9DpiFgaC1L { width:19.875rem;height:12.5rem;top:38rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDrAtEw4KOfibv9rIvckiDpoOntyfTuA { width:15.625rem;height:2.6rem;top:15.312500953674rem;left:2.1875000596046rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S6hzioXvbscnoHc2tyne7QT6L2SQuBh6 { width:11.25rem;height:3.375rem;top:53.312501907349rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLfG18ZagJMBRInIFqLTouwnn3nfLX0W { display:block; }
 }@media only screen and (max-width: 763px) { #w50Hbf66BW1wK9QURM3brdpSCnNrL4VS { width:19.875rem;height:2.6rem;top:33.500015497207rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #geNRRymLXMVxUBDR0S6QqTnnWo6rMXoT { width:17.25rem;height:2.6rem;top:48.437500953674rem;left:1.3750000596046rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X4WlTTKqlygATSZuM87bePR14bMxEtFI { width:13.5625rem;height:9.5625rem;top:5.75rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWkBsrogUR1zl4phhJxMRagwRq52flWO { width:12.375rem;height:9.5625rem;top:21.562500953674rem;left:3.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxWzF0fHDJorMoyTLKRDGTwPAeAQNq2 { width:13.375rem;height:9.5625rem;top:38.875000953674rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBHIxSicu0mrga660ezEPP72f164sxMo { display:block; }#TBHIxSicu0mrga660ezEPP72f164sxMo > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIZSqU8vbuaMnZ0GH88PvNMdZsFQGsB6 { width:20rem;height:4rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7Xoa38uqqByX2SPNeTe8WOxXuqlJdZ { width:20rem;height:3rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnMTWR93pdP7CLEGCcRrZSB7VBAAnUsA { width:20rem;height:7.5rem;top:14.749999880791rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7BEkkb3v4BH9HqgNh2g93KGlhwLt2AL { width:20rem;height:3rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0mEJ3g3LxH3TTST8KhE0gr7FowXZWO8 { width:20rem;height:6rem;top:34.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf4vvqL546ZTts3l68Q64dR6Zrp9HmJ1 { width:17.1875rem;height:1.5rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZFfKKAgkll0oJhm5QmkctncdVB6gds6 { width:17.1875rem;height:1.5rem;top:22.875007629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXw3TIFvUKcfLiNDG78GCV312HyBU5c { width:17.1875rem;height:1.5rem;top:30.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tVO0pI9n0A7p0SGUiON3XOBQBho3uZ { width:17.1875rem;height:1.5rem;top:40.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX { display:block; }#UOKoQmb6RPnvIlu31fUrJsUJUK37a9iX > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNf4FDqGbpyyJmzog1d6LlDJ3Vq8MVoh { width:20rem;height:4rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #mEzVtvrmTy9CICGtPUQH72GmILNS0MJM { width:5.9375rem;height:7.6875rem;top:18.34375rem;left:12.687500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qK4FskUVlshU2ymCk284skC8TVZyxU { width:19.4375rem;height:24.0625rem;top:70.4375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA { width:19.4375rem;height:13.9375rem;top:9.4375rem;left:0.28046876192093rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11282d16-cad5-42fb-aafd-f233a825be53/oliborzmae0008.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA.adaptive-delivery-prevent-bg, #lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA.lazyload, #lyL5KmPVDi5cS6vk9n3a4IPJ2qsiItWA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L9nG1Ue9AdHVJZ3htErnikTIdflyzpxX { width:12.5625rem;height:9.4375rem;top:95.75rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB { display:flex;height:auto;width:17.5rem;top:26.130469799042rem;left:1.2500000596046rem; }
#kbI8dpToyETZD2NUHinTr4ktsL7yAigB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #SwV4FTfMO2fCz24WR2US463vpoZlvgir {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #zZmMvdJM7uiQ0BusHDCT8CVebM9WxNyp {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #VcDiALwQvWt4csT5r2tEyhF7D2gVkv4A {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #vfp0rD5DzcXTnlvToidSwLTACKVptsra {  }
 }@media only screen and (max-width: 763px) { #kbI8dpToyETZD2NUHinTr4ktsL7yAigB #hwsB8ar5mRAcabOU1ukxeXsmhmfppHCr {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI { display:flex;height:auto;width:19.75rem;top:27.25rem;left:0.125rem;display:none; }
#VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #kVOIkWtrD5kzRpN2yirSTJT9rH12xpNW {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #WmtfUhJ8zAIXwgTXHqlAIe10NWLGgwK5 {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #CioT4wS77NZqemryLK6DUwoiZ0AOvk9C {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #xOO4pL83TvK9xG6hHV7IBt40Bgi0th3c {  }
 }@media only screen and (max-width: 763px) { #VZNAx5d9JqnVTFHJ3uqsLTwVA8qanuOI #pCBVCpx8T1StvyurmczxAzoSKhROE7VZ {  }
 }@media only screen and (max-width: 763px) { #soQScM00vzddNbhlAZd90SglISylC1Sg { display:block; }#soQScM00vzddNbhlAZd90SglISylC1Sg > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQP4olhwwHTPyMWBeH6lnV6gEKoW3TyA { width:19.4375rem;height:13.9375rem;top:2.8624999523163rem;left:0.28046876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz4tteGNxI3x43datFmxCLXA6p8gCcQc { width:8.9375rem;height:9.5rem;top:1.0000002384186rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y { display:flex;height:auto;width:19.75rem;top:17.812500715256rem;left:0.24921876192093rem; }
#w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #NdNWVoUi7ba324lT9JcU3e7i3N73pebG {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #NUlyy2nCzsBixV70Zy3dGAbWNByBA6U2 {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #WcW4mr0bPXWv1HWsdGPdDFf3ePUD5asx {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #eTmoKqBbnZ8xtMuBKOdNDxx9XaDrPo3X {  }
 }@media only screen and (max-width: 763px) { #w58N2E7Aq4z3KIZTPabGgp7KACW0KA1y #WtlFSc4Xl8EtT6ETH6EHuydHTbHdUSpT {  }
 }@media only screen and (max-width: 763px) { #sBOEze2ZIz85g16aFVwN681OiGIfiugH { display:block; }#sBOEze2ZIz85g16aFVwN681OiGIfiugH > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ7CQixS75Xc7dWWTrdyxl4tG8dg2a4y { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzQxT5Dm7F1irLe1TOhpZT4pNTOdhZ4X { width:12.25rem;height:2rem;top:5.5625rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZGkRlyNxEtA28fSsILQ8fAVRmcRqi5x { width:20rem;height:1.5625rem;top:8.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8RGWy4KqJK7LgdXkVb5R5dE5Qguv6k9 { width:12.25rem;height:2rem;top:11.625rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LydBi1TFcNLNryxbvtdVULasdPnE9OT6 { width:20rem;height:1.5625rem;top:14.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb { display:block; }#UgNJ7BUXfGrfVITaROfAK6DT3heWCxNb > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3WEIhSpE5hl9T5fBrbs3OfwXWfMNVCB { width:19.9375rem;height:20.375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfHPJBKvr1rKIOQKT9GwaE87oyUak03p { width:17.4rem;height:3.275rem;top:21.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWypxTRJQP3NlWrWQEeFuHoTqV9knzTg { display:block; }
 }@media only screen and (max-width: 763px) { #VW3vV8dxWZLfgM7Iwa07sSEahx7XvtO0 { width:17.5rem;height:2.9rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }#VW3vV8dxWZLfgM7Iwa07sSEahx7XvtO0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f5d32fa3589e5cfe89bc12da012552b3a23dffb5.svg); }
 }@media only screen and (max-width: 763px) { #XhDcsh714WynsSy9An65dZ8tKJKBTI5R { width:17.5rem;height:0.0625rem;top:15.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH7MPK4c2WyDkXT0RzUTgTDMUKFStcqr { width:17.5rem;height:1.4625rem;top:8.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIxd6w0tUJ8Th9LmEH2A0fui2IDRd7x { width:17.5rem;height:2.6rem;top:12rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHwT82QtyXwOMsOsRfz7EbWN4veobT3 { width:17.5rem;height:0.0625rem;top:10.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkncWo8QKesvA7EFAnqzrqXHp3wM6pgR { width:20rem;height:23.6875rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXLLrQwvUxwM53fNPwlCdScUbSKXEyFC { width:17.5rem;height:3.375rem;top:47rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOlcQJuQTqelqle9enu1VIhtnVkIFzJ { display:block; }
 }@media only screen and (max-width: 763px) { #v8HyIMGTPtcI8SxShNq7kT2hQgJJbSC1 { width:17.5rem;height:6.425rem;top:39.0625rem;left:1.25rem;font-size:0.875rem;display:block; }#v8HyIMGTPtcI8SxShNq7kT2hQgJJbSC1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8ec70c8b2f40ec2d6c646bc8a311b661a17355d6.svg); }
 }@media only screen and (max-width: 763px) { #aV7Hruw2TLuUlPmfsDrVE8b0T9TC6Vy0 { width:17.5rem;height:0.0625rem;top:37.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi33poMhl30CMuesP93zqKUmZ5WVJA4X { width:17.5rem;height:2.6rem;top:34.1875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLGnnFBT6xg86lfd7hrs5S9zQcNuyBgP { width:17.5rem;height:1.4625rem;top:30.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbyciDm9I1IQEWPtTd5fXzOhN0CJLMur { width:17.5rem;height:0.0625rem;top:32.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BMEWvTzvO05Rxnz1nZba9uAzV6xurM { display:flex;width:0.9375rem;height:0.9375rem;top:82.21875rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIG3zvlNWX11nXutK8TreA7wNxVyIXzU { width:20rem;height:2rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK { display:block; }#bGrCagRF0uwbHHtbzSlRMXQHfKnU5qqK > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmdfZtqbVFfUobP2vz7k2CMTzZBNEOQA { width:19.5rem;height:12.25rem;top:3.4375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFE3Xm8PHem7aAPqLGkfD2fXzsA5y1yN { width:14.625rem;height:3.375rem;top:17.875rem;left:2.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #VRlZ9d53DTK0zbru9RZCMquA1r7ga0ec { display:block; }
 }@media only screen and (max-width: 763px) { #brBTfRprtq2cGEMr8svIA2FkmDuLaCRW { width:19.875rem;height:21.125rem;top:1.6875rem;left:0rem;z-index:14987;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ { display:block; }#WAp30Jsp2waEcv53MTBBXAOkWpkoikBJ > .row .container { width:20rem;height:29.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRFfq7QcW4eNRxNBFbkLN5hyItkoABmX { width:17.5rem;height:2.4rem;top:2.875rem;left:0.93671876192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bHEESbuCUqUZKgMKIklO8z07oBl6xdF4 { width:19.375rem;height:0.0625rem;top:6.07421875rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-heading-text { font-size:1rem;height:auto; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x .accordion-desc-text { font-size:0.9375rem;height:auto; }
#chuQmuJHA1C6uOXisGENBxXa6oCOEN4x { display:flex;height:auto;width:20rem;top:7.359375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #qoE4C5Wt0a8EUhhwtbX1D1uUC37zBd94 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #zNnybrVkf9ZL6bmQGForUavAbwHS2IEl {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #ANE562JceT7kMwulCJx2AMcDCOEQHTF9 {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #L26D9T7wSva439THazT14kquELPqeSAz {  }
 }@media only screen and (max-width: 763px) { #chuQmuJHA1C6uOXisGENBxXa6oCOEN4x #vqm4TbXrJMWGd29WThu5hhg9kLGBJPoQ {  }
 }@media only screen and (max-width: 763px) { #VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 { display:block; }#VeiovIMLHvsv5VyAP6UD4QGs52HzbAV8 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGbNhybpD9EF9CrWZohpbbOaZT0lPNpT { width:20rem;height:auto;top:9.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Rhyazcsft0NxfAwqFadIdRf86W3kBgPT { width:14.9375rem;height:3.4375rem;top:20.3125rem;left:3.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFNwgZEvaQBFUFkS6bJwr1bsZzzfBqEr { display:block; }
 }@media only screen and (max-width: 763px) { #iZBlEPIWVO8fncUXTDiBmCMFVmuC3vA7 { width:11.5rem;height:4.75rem;top:2.3117189407349rem;left:4.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5FoO9wH69czs3O5KN59Mvhm2zboXNz7 { width:2rem;height:2rem;top:14.4375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftBL4ZOfOAuFqV9IiMuPTeQfazcs49J { width:2rem;height:2rem;top:17.625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MDFvuyH3dfDCT1I4AfQTTgMTgevCOb { width:15.75rem;height:1.225rem;top:14.9375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdXknNJd5Cn87tivb2Vc6SN7PrcLs9QX { width:7.3125rem;height:1.225rem;top:18.0625rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foLJTgAkf65cC5oTmW7B1UrxXLcdJ9nG { display:flex;width:1.5625rem;height:1.5625rem;top:21.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XIQ4vKI37XcufJWx1NQhVf9IP6zvIF0L { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:1.8125rem; }
#XIQ4vKI37XcufJWx1NQhVf9IP6zvIF0L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FbmuoqqCKdPC8niwXD2P2lgTg5NTR6vk { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:6.125rem; }
#FbmuoqqCKdPC8niwXD2P2lgTg5NTR6vk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #V9ohpPMKyPBxsV65hutR7hGosaiTbA8R { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:10.5625rem; }
#V9ohpPMKyPBxsV65hutR7hGosaiTbA8R > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HAgezruZe7R2hb1WGVhJynw3JWeD3yRp { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:15rem; }
#HAgezruZe7R2hb1WGVhJynw3JWeD3yRp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #L9FqqInllEh3snhJpyPZe4oH1NO5u5T1 { width:8.875rem;height:3.4375rem;top:25rem;left:5.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rJxlLAx1faVt1PQHuyBPLL2NNesIInTx { display:block; }
 }