.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,247,227;--color-primary-1:255,228,163;--color-primary-2:255,201,71;--color-primary-3:128,101,36;--color-primary-4:38,30,11;--color-secondary-0:255,255,255;--color-secondary-1:244,244,244;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Sk-Modernist";--paragraphs-font-family:"Sk-Modernist"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8f7647e8-b478-4c2d-b8e2-a91edea94e0c/Header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container { display: none; }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .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); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/d8497300-1072-4f03-b107-920a716910ef/Header_EN.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.adaptive-delivery-prevent-bg, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyload, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyloading { background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { background-color: transparent; background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .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); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { border-width: 0; border-radius: 0; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#cHOksA637niJd7FrVtSJroCu7V9JOv3P { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18695625rem;width:2.18695625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.9641928672791rem;left:53.9501953125rem; }
#xw062XHJK4FZX4PXom5sCNpVUEUrlS4T { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18695625rem;width:2.18695625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.9658203125rem;left:49.246421813965rem; }
#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { background-color: transparent; background-image: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .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); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { border-width: 0; border-radius: 0; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { font-size:0.875rem;font-family:arial;height:247.9375rem;width:60rem;position:relative;display:block; }#tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { color:#2d2929;display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:2.1875rem;left:5.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { color:#2d2929;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:9.5rem;left:5.625rem;height:4.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EXwsWTs6UOlKcO3Q1sTRCS1H9PAHpyva { color:#428ff3;display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:16.125000745058rem;left:4.6875019073486rem;height:1.837025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrkNlPA0K79mz80NOVL1P7p53y3GSpHo { color:#2d2929;display:block;width:50.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:47.4375rem;left:6.5rem;height:15.3971375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#g7x4OVwyd3ofgNNaOcEX5gy90dqgep3P { z-index:15004;top:75.8125rem;left:20.095703125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3574375rem;height:2.732425rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EbJkyI6uHZQT3Vzn6N5HsWvik5TzQOen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJP0IDtcJTcBskRybBPvQUe5792paGcM { color:#2d2929;display:block;width:48.8113125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:20.712348937988rem;left:6.4995670318606rem;height:11.19791875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m8HlkmMkkx8SAEfTd0SiEMJpTT5GGIJT { color:#428ff3;display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:42.874347686767rem;left:5.625rem;height:1.837025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iW6qL7FbNC8kVPSSzfpmGb5JMC0Lu32i { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:60rem;top:65.18701171875rem;left:0rem;overflow:hidden;display:block; }
#IKS9sa6oiXvBMQfct8FQiebTwduFTSey { color:#428ff3;display:block;width:24.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:83.3125rem;left:5.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w51tRw3T9Pr31r0ddi73ulPJV3wavcTc { color:#428ff3;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:122.74947357177rem;left:5.6250019073486rem;height:1.837025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLmGFdADq8cCkcCJsMhzuH6q100MD1d9 { color:#2d2929;display:block;width:50.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:135.01671007276rem;left:8.0609817504881rem;height:4.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xCv9eJ1mOWNT4TfC2hQALFQQsyUhBDtr { color:#2d2929;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:128.68750932813rem;left:8.0620670318606rem;height:4.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nPkhpNaVU7wVIUqyeqguHIvyDCw0DOrK { color:#428ff3;display:block;width:20.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:166.62425231934rem;left:6.5353736877444rem;height:1.837025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FPyqqkCdmOVbMxOgRDmHCR6T8qSK4i6W { color:#428ff3;display:block;width:21.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:197.50001907349rem;left:5.6250019073486rem;height:1.837025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orttw0ZRqTGVmLpnyaM86pK3R8DKqqBd { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8748125rem;width:58.4375rem;top:150.37055757642rem;left:0.78125190734863rem;overflow:hidden;display:block; }
#WEWgnpzQN6d93uEHo4TH0NAON9TQnrUt { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:147.125rem;left:8.1875rem;height:1.2999125rem;display:block; }
#oDoXOm7zSNoTnFtR0n42yGJNXsScufP8 { color:#2d2929;display:block;width:50.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:141.76910570264rem;left:8.0609817504881rem;height:2.799475rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .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; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-trigger.adaptive-delivery-prevent-bg, #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-trigger.lazyload, #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-trigger.lazyloading { background-image: none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L { box-sizing:content-box;height:auto;width:53.7473125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:201.4375rem;left:1.875rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Fz8l0l7Uo4wmglVHPIyOD4fBGr8KtyUf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #hTIdM8tb3nH1eCgytJBCAxgVNW2Eg7mH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #AZ6rDQ6WnSbGpgmG23ef4yAFZypfsAgr { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #tfhz2JfuVgeP2TZECsCCenzf66SXixoh {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #TfLrMpxgwxc7zvnbx6SVor3e0ol4n4OM {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #QdAVHiacmKKrD3SdgNT4ublJx2LS3xa3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #AERd5NVlUwvEVou9A2E8MJ1opWTR8Ax6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #zSUypRGHP34b5mQIQ72d1HF4ov2JZzdG { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #PTyZHaifxkXhWwDdGmL8fwHFb1TG0q3c {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Q5znvaQ4rRlUWDTnVgUOnPT1lhEzsebK { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #a9xuisnzXc0ARwax3JZ39SSO0p7lZVT6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uBPxLlmSVnwT7dzP39hVT75VfGz6llbr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uiCXPlARtzewbDieI7o8TKWhMuO4TOvT { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Lr7eoVTThUFINWNGqmV6W6sSTrCLv1sl {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #FJfRdTVherCD7EtidPfXZuiGtqiv3oHz { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #RKDesnuC5baOlMSXkoz2mTo4DT1uk2lp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #MB5ynkkZrez4zFHl7UdUrfttXsgPtabR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #aPRfdfK44tbMbQFEXskeTLFWufhaVQA5 { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #s30wVl2CrdF17ROIAJB6NWRPJo4KWfDG {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #DTPUiDp2xuNul54JgNl9VacaqhdImpwU { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #r6AEJxS2PKgxe5VbML6EsHFy20L8pX6J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #SFrdIesamEtlMHsP5FQdWNR9exPNTu7T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ybLkkzWe6ATp2aJOFVxoHFkSmpzNLBa9 { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Mwwai2AdJa00PyML4dI3po6FGTCFUeCV {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #WVAbP4btVtFEZAuRne6WuqKllw4PNFeU { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #IkbvO4m56LuGnA3mZnANqzNaQTBS7Z7D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Vfy2kextkewWgRDXW5GzUZkhHBdVR24d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Umx4rkVkMNvcksGwwpvJ3CD9V8DOspvE { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #z0oeZ6AV3JSHagrpS5FKGtlJvhpUZTa4 {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #OeSDKsLh2twkB0AZXoGmtPLDNC6bzwc0 { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ST11sSgATLTeEouWIvvapouL9DepabvR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Kdoqv8d0I2XJtIE6rSngINDxKIywKQyw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #V0sAyW7ncpTunSIE2ENRsQhJTO6aEa9m { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #EHyxXemz19SKkrUmfq6GO19C26xPibTC {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uP89s2ykwqKraTtW289fFaCNxTRvddm5 { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #TZBK0qft4Uiy6FJkonkUsG1uohpKrrdP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #zQTKfWOV82p430pTSFlelKi0wf0wQFsm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #RlkogrovPT0zxpI4XWEzSQW8gwQ8uaHL { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #cLtUTOT4zMOEmPmlckXsJZnnBHmFi9Uv {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #GkwF51hgAHJEXNhhWn5T1mUUBsQXIDBK { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #xMA2ZBdP0Udl2l2sXbTIMctCTTVOOHL5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #nTWE7aXVEcVGinBu2FdBG7Vd7wB5XQp9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #SyFtE6hSpJweRnZzPEf1sfLP1KE3Rmuu { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ymofDwUeP6lhsXT8cgLOI55lI99axlLF {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #GoNFWq9xFPPy4ALzo4Z3NgHd60T7so1R { display:none; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #vC7CoEu5Sk9knyBhoic2Z9ifS2K0ST30 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #coqH55GVGtcGDisSx7MkCvll4rRC28aV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #KQTA7RkN2fJ9eN1guwfiyVxyDZw8vTqd { display:block;position:relative; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #lciqThS3wDIsG1hsy4oLuSM0QJpZeWST {  }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #wIVzRMI7TH1uaWZ361lqE2Tb6dVw7olT { display:none; }
#C67kmxODRWDELOWlgvSNWfEbc2C6tmKE { box-sizing:content-box;height:0.1875rem;width:4.5625rem;position:absolute;display:block;z-index:15029;background-color:#428ff3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.437501698733rem;left:4.9370670318604rem;display:block; }
#iEO1QHX2V8o9yhikn0Q5MeJ95NQdgnoa { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4995125rem;width:3.4995125rem;top:24.5625rem;left:1.25rem;overflow:hidden;display:block; }
#fBCp0WubNnnl43vSeawMybB0RxMBPvIq { box-sizing:content-box;height:0.1875rem;width:4.561525rem;position:absolute;display:block;z-index:15030;background-color:#428ff3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.4375rem;left:5.625rem;display:block; }
#feJvIUaTOdrFPa7XRXvlm6a0QIoSEMOT { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:4.186525rem;top:53.125rem;left:1.5rem;overflow:hidden;display:block; }
#xi8Mvt6TNCqr4BsAxt6pSavvAlZccutS { box-sizing:content-box;height:0.1875rem;width:4.561525rem;position:absolute;display:block;z-index:15031;background-color:#428ff3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:86rem;left:5.625rem;display:block; }
#Jt2nX3NREiEEA49NUKlkIFJi82iSTQR9 { z-index:15005;top:35.186092168093rem;left:20.937503814698rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1239305rem;height:2.498918rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tBO7VAAOwsLQ715g1nF8SilAJvVliN6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZMLLSrAOTrw43tlbfKvmDmTonTSNtPy { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:128.81717088819rem;left:1.7811431884766rem;overflow:hidden;display:block; }
#ZqUHZtP8Mz8zFJSO8i70EKT4a6i3Awtz { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93663125rem;width:3.93663125rem;top:135.01780870557rem;left:1.7578144073486rem;overflow:hidden;display:block; }
#vPoU3GblEZXv6SB8tCxHFNaDwZQ4rZnw { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:58.625rem;top:87.999135971069rem;left:0.53059768676758rem;overflow:hidden;display:block; }
#PE53qIZGgGlZ9B1dqmqwufa6LcOLcFVZ { box-sizing:content-box;height:0.1875rem;width:4.561525rem;position:absolute;display:block;z-index:15032;background-color:#428ff3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:125.43718126416rem;left:6.4995670318606rem;display:block; }
#FmB6Zbl8UTbTr6C2eFtuXG6loJZMILaz { box-sizing:content-box;height:0.187174375rem;width:4.5610875rem;position:absolute;display:block;z-index:15033;background-color:#428ff3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:168.99925613403rem;left:7.0619583129881rem;display:block; }
#GMb1TEJI3xXnrolIgpgo7BJ2qLq7JaVa { box-sizing:content-box;height:0.187174375rem;width:4.5610875rem;position:absolute;display:block;z-index:15034;background-color:#428ff3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:199.93730163574rem;left:6.2495670318604rem;display:block; }
#IUUhSI9c5FLyE52Ov6tnIUE7HKbLQREX { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:53.562rem;top:172.21560838819rem;left:3.2177753448486rem;overflow:hidden;display:block; }
#M40RDGgLcDEMIWrnk1zKodTOtIHui9VR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:184.78125169873rem;left:4.6875019073486rem;height:5.19748125rem;text-align:center;text-align-last:center;display:block; }
#ugSgTwThHfHmHuUg0pTTCT4dTxFiHTSS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:184.77963426709rem;left:22.781036376953rem;height:3.8981125rem;text-align:center;text-align-last:center;display:block; }
#QUERN2oVRsT939Z4C8B0LuzosCo30PT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:184.77963426709rem;left:40.965713500976rem;height:3.8981125rem;text-align:center;text-align-last:center;display:block; }
#LLgtU1nOTcQ8PQqlE6n8rannifdmgnuE { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:141.76802232861rem;left:1.7578144073486rem;overflow:hidden;display:block; }
#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1819;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; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:12.4375rem;top:2.875rem;left:9.3125rem;overflow:hidden;display:block; }
#Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { color:rgba(var(--color-primary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:18.3125rem;left:16.5625rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { color:rgba(var(--color-tertiary-1),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:30.21875rem;height:1.3997375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { color:rgba(var(--color-tertiary-1),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:35.8125rem;height:1.3997375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { color:rgba(var(--color-tertiary-1),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:41.9375rem;height:1.3997375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m50ssLESdTNaB37ItNvvMNm2JoriWxOv { color:rgba(var(--color-tertiary-1),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:49.5625rem;height:1.3997375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.8125rem;left:38.1875rem; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.9375rem;left:35.1875rem; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.9375rem;left:41.625rem; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15006;opacity:1;top:11.96875rem;left:44.625rem; }
#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { 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:15007;opacity:1;top:12.125rem;left:47.78125rem; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#w2tSfTHldIwTNoeINfNThNM6Hi2yLtOH { 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:5.6875rem;width:9.5rem;top:7.6875rem;left:10.5rem;overflow:hidden;display:block; }
#yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { color:rgba(var(--color-primary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.5625rem;left:37.78125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX { display:block; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHOksA637niJd7FrVtSJroCu7V9JOv3P { top:4.9375rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw062XHJK4FZX4PXom5sCNpVUEUrlS4T { top:4.9375rem;left:43.121421813965rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { width:47.75rem;height:4.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXwsWTs6UOlKcO3Q1sTRCS1H9PAHpyva { width:22.375rem;height:1.8125rem;top:16.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkNlPA0K79mz80NOVL1P7p53y3GSpHo { width:47.75rem;height:15.375rem;top:47.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7x4OVwyd3ofgNNaOcEX5gy90dqgep3P { top:75.8125rem;left:13.970703125rem;width:18.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbJkyI6uHZQT3Vzn6N5HsWvik5TzQOen { display:block; }
 }@media only screen and (max-width: 763px) { #zJP0IDtcJTcBskRybBPvQUe5792paGcM { width:47.75rem;height:11.1875rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8HlkmMkkx8SAEfTd0SiEMJpTT5GGIJT { width:29.6875rem;height:1.8125rem;top:42.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW6qL7FbNC8kVPSSzfpmGb5JMC0Lu32i { top:65.125rem;left:0rem;width:47.75rem;height:5.6205729166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKS9sa6oiXvBMQfct8FQiebTwduFTSey { width:24rem;height:;top:83.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51tRw3T9Pr31r0ddi73ulPJV3wavcTc { width:26.25rem;height:1.8125rem;top:122.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLmGFdADq8cCkcCJsMhzuH6q100MD1d9 { width:47.75rem;height:4.1875rem;top:135rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCv9eJ1mOWNT4TfC2hQALFQQsyUhBDtr { width:47.75rem;height:4.1875rem;top:128.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPkhpNaVU7wVIUqyeqguHIvyDCw0DOrK { width:20.5rem;height:1.8125rem;top:166.5625rem;left:0.41037368774414rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPyqqkCdmOVbMxOgRDmHCR6T8qSK4i6W { width:21.3125rem;height:1.8125rem;top:197.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orttw0ZRqTGVmLpnyaM86pK3R8DKqqBd { top:150.3125rem;left:0rem;width:47.75rem;height:7.2517184491979rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEWgnpzQN6d93uEHo4TH0NAON9TQnrUt { top:147.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDoXOm7zSNoTnFtR0n42yGJNXsScufP8 { width:47.75rem;height:2.75rem;top:141.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L { display:flex;height:auto;width:27.8125rem;top:215.3125rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Fz8l0l7Uo4wmglVHPIyOD4fBGr8KtyUf {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #hTIdM8tb3nH1eCgytJBCAxgVNW2Eg7mH {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #AZ6rDQ6WnSbGpgmG23ef4yAFZypfsAgr {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #tfhz2JfuVgeP2TZECsCCenzf66SXixoh {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #TfLrMpxgwxc7zvnbx6SVor3e0ol4n4OM {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #QdAVHiacmKKrD3SdgNT4ublJx2LS3xa3 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #AERd5NVlUwvEVou9A2E8MJ1opWTR8Ax6 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #zSUypRGHP34b5mQIQ72d1HF4ov2JZzdG {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #PTyZHaifxkXhWwDdGmL8fwHFb1TG0q3c {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Q5znvaQ4rRlUWDTnVgUOnPT1lhEzsebK {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #a9xuisnzXc0ARwax3JZ39SSO0p7lZVT6 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uBPxLlmSVnwT7dzP39hVT75VfGz6llbr {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uiCXPlARtzewbDieI7o8TKWhMuO4TOvT {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Lr7eoVTThUFINWNGqmV6W6sSTrCLv1sl {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #FJfRdTVherCD7EtidPfXZuiGtqiv3oHz {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #RKDesnuC5baOlMSXkoz2mTo4DT1uk2lp {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #MB5ynkkZrez4zFHl7UdUrfttXsgPtabR {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #aPRfdfK44tbMbQFEXskeTLFWufhaVQA5 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #s30wVl2CrdF17ROIAJB6NWRPJo4KWfDG {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #DTPUiDp2xuNul54JgNl9VacaqhdImpwU {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #r6AEJxS2PKgxe5VbML6EsHFy20L8pX6J {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #SFrdIesamEtlMHsP5FQdWNR9exPNTu7T {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ybLkkzWe6ATp2aJOFVxoHFkSmpzNLBa9 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Mwwai2AdJa00PyML4dI3po6FGTCFUeCV {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #WVAbP4btVtFEZAuRne6WuqKllw4PNFeU {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #IkbvO4m56LuGnA3mZnANqzNaQTBS7Z7D {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Vfy2kextkewWgRDXW5GzUZkhHBdVR24d {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Umx4rkVkMNvcksGwwpvJ3CD9V8DOspvE {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #z0oeZ6AV3JSHagrpS5FKGtlJvhpUZTa4 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #OeSDKsLh2twkB0AZXoGmtPLDNC6bzwc0 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ST11sSgATLTeEouWIvvapouL9DepabvR {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Kdoqv8d0I2XJtIE6rSngINDxKIywKQyw {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #V0sAyW7ncpTunSIE2ENRsQhJTO6aEa9m {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #EHyxXemz19SKkrUmfq6GO19C26xPibTC {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uP89s2ykwqKraTtW289fFaCNxTRvddm5 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #TZBK0qft4Uiy6FJkonkUsG1uohpKrrdP {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #zQTKfWOV82p430pTSFlelKi0wf0wQFsm {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #RlkogrovPT0zxpI4XWEzSQW8gwQ8uaHL {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #cLtUTOT4zMOEmPmlckXsJZnnBHmFi9Uv {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #GkwF51hgAHJEXNhhWn5T1mUUBsQXIDBK {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #xMA2ZBdP0Udl2l2sXbTIMctCTTVOOHL5 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #nTWE7aXVEcVGinBu2FdBG7Vd7wB5XQp9 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #SyFtE6hSpJweRnZzPEf1sfLP1KE3Rmuu {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ymofDwUeP6lhsXT8cgLOI55lI99axlLF {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #GoNFWq9xFPPy4ALzo4Z3NgHd60T7so1R {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #vC7CoEu5Sk9knyBhoic2Z9ifS2K0ST30 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #coqH55GVGtcGDisSx7MkCvll4rRC28aV {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #KQTA7RkN2fJ9eN1guwfiyVxyDZw8vTqd {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #lciqThS3wDIsG1hsy4oLuSM0QJpZeWST {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #wIVzRMI7TH1uaWZ361lqE2Tb6dVw7olT {  }
 }@media only screen and (max-width: 763px) { #C67kmxODRWDELOWlgvSNWfEbc2C6tmKE { top:18.4375rem;left:0rem;width:4.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEO1QHX2V8o9yhikn0Q5MeJ95NQdgnoa { top:24.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBCp0WubNnnl43vSeawMybB0RxMBPvIq { top:45.4375rem;left:0rem;width:4.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feJvIUaTOdrFPa7XRXvlm6a0QIoSEMOT { top:53.125rem;left:0rem;width:4.125rem;height:3.9402554923236rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi8Mvt6TNCqr4BsAxt6pSavvAlZccutS { top:86rem;left:0rem;width:4.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt2nX3NREiEEA49NUKlkIFJi82iSTQR9 { top:35.125rem;left:14.812503814698rem;width:18.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBO7VAAOwsLQ715g1nF8SilAJvVliN6A { display:block; }
 }@media only screen and (max-width: 763px) { #UZMLLSrAOTrw43tlbfKvmDmTonTSNtPy { top:128.8125rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqUHZtP8Mz8zFJSO8i70EKT4a6i3Awtz { top:135rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPoU3GblEZXv6SB8tCxHFNaDwZQ4rZnw { top:87.9375rem;left:0rem;width:47.75rem;height:25.198560767591rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE53qIZGgGlZ9B1dqmqwufa6LcOLcFVZ { top:125.375rem;left:0.37456703186035rem;width:4.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmB6Zbl8UTbTr6C2eFtuXG6loJZMILaz { top:168.9375rem;left:0.93695831298825rem;width:4.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMb1TEJI3xXnrolIgpgo7BJ2qLq7JaVa { top:199.875rem;left:0.12456703186035rem;width:4.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUhSI9c5FLyE52Ov6tnIUE7HKbLQREX { top:172.1875rem;left:0rem;width:47.75rem;height:18.553948538369rem;display:block; }
 }@media only screen and (max-width: 763px) { #M40RDGgLcDEMIWrnk1zKodTOtIHui9VR { top:184.75rem;left:0rem;width:14.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugSgTwThHfHmHuUg0pTTCT4dTxFiHTSS { top:184.75rem;left:16.656036376953rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUERN2oVRsT939Z4C8B0LuzosCo30PT9 { top:184.75rem;left:33.3125rem;width:14.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgtU1nOTcQ8PQqlE6n8rannifdmgnuE { top:141.75rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { width:12.4375rem;height:2.9375rem;top:2.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { width:26.8125rem;height:1.375rem;top:18.25rem;left:10.437255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { width:3.75rem;height:1.375rem;top:3.625rem;left:24.09326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { width:5.0625rem;height:1.375rem;top:3.625rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { width:5.6875rem;height:1.375rem;top:3.625rem;left:35.81201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50ssLESdTNaB37ItNvvMNm2JoriWxOv { width:3.8125rem;height:1.375rem;top:3.625rem;left:43.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { top:11.8125rem;left:32.0625rem;width:1.625rem;height:1.625rem;display:block; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { top:11.9375rem;left:29.0625rem;width:1.375rem;height:1.375rem;display:block; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { top:11.9375rem;left:35.5rem;width:1.5rem;height:1.5rem;display:block; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 { top:11.9375rem;left:38.5rem;width:1.5625rem;height:1.5625rem;display:block; }
#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { top:12.125rem;left:41.65625rem;width:1.25rem;height:1.25rem;display:block; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #w2tSfTHldIwTNoeINfNThNM6Hi2yLtOH { width:9.5rem;height:5.6875rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { width:9.1875rem;height:1.6875rem;top:8.5rem;left:31.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59dc47e9-dab8-469b-8dc4-64e94269ce34/kylehinksondxcVW0W_q_ounsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.adaptive-delivery-prevent-bg, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyload, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyloading { background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { background-color: transparent; background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .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); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHOksA637niJd7FrVtSJroCu7V9JOv3P { display:flex;width:2.5625rem;height:2.5625rem;top:10.4375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #xw062XHJK4FZX4PXom5sCNpVUEUrlS4T { display:flex;width:2.5625rem;height:2.5625rem;top:6.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:20rem;height:424.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:18.125rem;height:4.4612625rem;top:7.5498046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { width:17.5rem;height:8.3984375rem;top:15.3623046875rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXwsWTs6UOlKcO3Q1sTRCS1H9PAHpyva { width:18.125rem;height:1.4870875rem;top:26.437175750733rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkNlPA0K79mz80NOVL1P7p53y3GSpHo { width:17.5rem;height:29.3945rem;top:56.311852455139rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7x4OVwyd3ofgNNaOcEX5gy90dqgep3P { top:87.93728637695rem;left:2.1875002384186rem;width:15.5555555rem;height:3.0555555rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbJkyI6uHZQT3Vzn6N5HsWvik5TzQOen { display:block; }
 }@media only screen and (max-width: 763px) { #zJP0IDtcJTcBskRybBPvQUe5792paGcM { width:17.5rem;height:23.795575rem;top:30.124782323838rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8HlkmMkkx8SAEfTd0SiEMJpTT5GGIJT { width:20rem;height:2.974175rem;top:319.83998550415rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW6qL7FbNC8kVPSSzfpmGb5JMC0Lu32i { width:20rem;height:2.3540625rem;top:329.25404800415rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKS9sa6oiXvBMQfct8FQiebTwduFTSey { width:20rem;height:1.4870875rem;top:332.85810425415rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51tRw3T9Pr31r0ddi73ulPJV3wavcTc { width:20rem;height:2.974175rem;top:347.39858550415rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLmGFdADq8cCkcCJsMhzuH6q100MD1d9 { width:20rem;height:6.99869375rem;top:371.62034175415rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCv9eJ1mOWNT4TfC2hQALFQQsyUhBDtr { width:20rem;height:6.99869375rem;top:358.24721675415rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPkhpNaVU7wVIUqyeqguHIvyDCw0DOrK { width:20rem;height:1.4870875rem;top:398.67782300415rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPyqqkCdmOVbMxOgRDmHCR6T8qSK4i6W { width:20rem;height:1.4870875rem;top:420.4269475647rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orttw0ZRqTGVmLpnyaM86pK3R8DKqqBd { width:20rem;height:3.0373689839572rem;top:394.39071050415rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEWgnpzQN6d93uEHo4TH0NAON9TQnrUt { width:20rem;height:1.29936875rem;top:391.84188550415rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDoXOm7zSNoTnFtR0n42yGJNXsScufP8 { width:20rem;height:5.59895625rem;top:384.99346675415rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L { display:flex;height:auto;width:17.5rem;top:235.09111780605rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Fz8l0l7Uo4wmglVHPIyOD4fBGr8KtyUf {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #hTIdM8tb3nH1eCgytJBCAxgVNW2Eg7mH {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #AZ6rDQ6WnSbGpgmG23ef4yAFZypfsAgr {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #tfhz2JfuVgeP2TZECsCCenzf66SXixoh {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #TfLrMpxgwxc7zvnbx6SVor3e0ol4n4OM {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #QdAVHiacmKKrD3SdgNT4ublJx2LS3xa3 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #AERd5NVlUwvEVou9A2E8MJ1opWTR8Ax6 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #zSUypRGHP34b5mQIQ72d1HF4ov2JZzdG {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #PTyZHaifxkXhWwDdGmL8fwHFb1TG0q3c {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Q5znvaQ4rRlUWDTnVgUOnPT1lhEzsebK {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #a9xuisnzXc0ARwax3JZ39SSO0p7lZVT6 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uBPxLlmSVnwT7dzP39hVT75VfGz6llbr {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uiCXPlARtzewbDieI7o8TKWhMuO4TOvT {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Lr7eoVTThUFINWNGqmV6W6sSTrCLv1sl {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #FJfRdTVherCD7EtidPfXZuiGtqiv3oHz {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #RKDesnuC5baOlMSXkoz2mTo4DT1uk2lp {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #MB5ynkkZrez4zFHl7UdUrfttXsgPtabR {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #aPRfdfK44tbMbQFEXskeTLFWufhaVQA5 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #s30wVl2CrdF17ROIAJB6NWRPJo4KWfDG {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #DTPUiDp2xuNul54JgNl9VacaqhdImpwU {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #r6AEJxS2PKgxe5VbML6EsHFy20L8pX6J {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #SFrdIesamEtlMHsP5FQdWNR9exPNTu7T {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ybLkkzWe6ATp2aJOFVxoHFkSmpzNLBa9 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Mwwai2AdJa00PyML4dI3po6FGTCFUeCV {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #WVAbP4btVtFEZAuRne6WuqKllw4PNFeU {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #IkbvO4m56LuGnA3mZnANqzNaQTBS7Z7D {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Vfy2kextkewWgRDXW5GzUZkhHBdVR24d {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Umx4rkVkMNvcksGwwpvJ3CD9V8DOspvE {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #z0oeZ6AV3JSHagrpS5FKGtlJvhpUZTa4 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #OeSDKsLh2twkB0AZXoGmtPLDNC6bzwc0 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ST11sSgATLTeEouWIvvapouL9DepabvR {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #Kdoqv8d0I2XJtIE6rSngINDxKIywKQyw {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #V0sAyW7ncpTunSIE2ENRsQhJTO6aEa9m {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #EHyxXemz19SKkrUmfq6GO19C26xPibTC {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #uP89s2ykwqKraTtW289fFaCNxTRvddm5 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #TZBK0qft4Uiy6FJkonkUsG1uohpKrrdP {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #zQTKfWOV82p430pTSFlelKi0wf0wQFsm {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #RlkogrovPT0zxpI4XWEzSQW8gwQ8uaHL {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #cLtUTOT4zMOEmPmlckXsJZnnBHmFi9Uv {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #GkwF51hgAHJEXNhhWn5T1mUUBsQXIDBK {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #xMA2ZBdP0Udl2l2sXbTIMctCTTVOOHL5 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #nTWE7aXVEcVGinBu2FdBG7Vd7wB5XQp9 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #SyFtE6hSpJweRnZzPEf1sfLP1KE3Rmuu {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #ymofDwUeP6lhsXT8cgLOI55lI99axlLF {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #GoNFWq9xFPPy4ALzo4Z3NgHd60T7so1R {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #vC7CoEu5Sk9knyBhoic2Z9ifS2K0ST30 {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #coqH55GVGtcGDisSx7MkCvll4rRC28aV {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #KQTA7RkN2fJ9eN1guwfiyVxyDZw8vTqd {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #lciqThS3wDIsG1hsy4oLuSM0QJpZeWST {  }
 }@media only screen and (max-width: 763px) { #iJNx8Mv5ywNFHHBfukH0rbg6cKffO48L #wIVzRMI7TH1uaWZ361lqE2Tb6dVw7olT {  }
 }@media only screen and (max-width: 763px) { #C67kmxODRWDELOWlgvSNWfEbc2C6tmKE { width:4.5rem;height:0.1875rem;top:308.46498550415rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEO1QHX2V8o9yhikn0Q5MeJ95NQdgnoa { width:3.4375rem;height:3.4375rem;top:309.90248550415rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBCp0WubNnnl43vSeawMybB0RxMBPvIq { width:4.5rem;height:0.1875rem;top:318.40248550415rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #feJvIUaTOdrFPa7XRXvlm6a0QIoSEMOT { width:4.125rem;height:3.9405613981654rem;top:324.06361675415rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi8Mvt6TNCqr4BsAxt6pSavvAlZccutS { width:4.5rem;height:0.1875rem;top:333.59541094361rem;left:5.0949440002441rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt2nX3NREiEEA49NUKlkIFJi82iSTQR9 { top:314.58998550415rem;left:0.875rem;width:18.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBO7VAAOwsLQ715g1nF8SilAJvVliN6A { display:block; }
 }@media only screen and (max-width: 763px) { #UZMLLSrAOTrw43tlbfKvmDmTonTSNtPy { width:3.9375rem;height:3.9375rem;top:353.05971675415rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqUHZtP8Mz8zFJSO8i70EKT4a6i3Awtz { width:3.875rem;height:3.875rem;top:366.49534175415rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPoU3GblEZXv6SB8tCxHFNaDwZQ4rZnw { width:20rem;height:10.554371002132rem;top:335.59464800415rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE53qIZGgGlZ9B1dqmqwufa6LcOLcFVZ { width:4.5rem;height:0.1875rem;top:351.62221675415rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmB6Zbl8UTbTr6C2eFtuXG6loJZMILaz { width:4.5rem;height:0.1875rem;top:398.69843963012rem;left:4.1569004058838rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMb1TEJI3xXnrolIgpgo7BJ2qLq7JaVa { width:4.5rem;height:0.1875rem;top:423.1634913147rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUhSI9c5FLyE52Ov6tnIUE7HKbLQREX { width:20rem;height:7.7712873459138rem;top:401.41436675415rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M40RDGgLcDEMIWrnk1zKodTOtIHui9VR { width:14.375rem;height:5.19748125rem;top:413.9800100647rem;left:1.4697265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugSgTwThHfHmHuUg0pTTCT4dTxFiHTSS { width:14.375rem;height:3.8981125rem;top:413.97839263306rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUERN2oVRsT939Z4C8B0LuzosCo30PT9 { width:14.437375rem;height:3.8981125rem;top:413.97839263306rem;left:5.562625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgtU1nOTcQ8PQqlE6n8rannifdmgnuE { width:3.875rem;height:3.875rem;top:379.86846675415rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { background-color:#1a1819;background-image:none;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { width:12.4375rem;height:2.9375rem;top:1.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { width:18.75rem;height:1.3999rem;top:36.2216796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { width:3.8125rem;height:1.3999rem;top:6.6875rem;left:8.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { width:4.8125rem;height:2.79948125rem;top:9.3125rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { width:5.75rem;height:1.3999rem;top:12.25rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50ssLESdTNaB37ItNvvMNm2JoriWxOv { width:4.125rem;height:1.3999rem;top:15.375rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { display:flex;width:1.625rem;height:1.625rem;top:31.6875rem;left:9.3125rem; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { display:flex;width:1.375rem;height:1.375rem;top:31.8125rem;left:3.9375rem; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { display:flex;width:1.5rem;height:1.5rem;top:31.75rem;left:6.4375rem; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 { display:flex;width:1.5625rem;height:1.5625rem;top:31.6875rem;left:12.0625rem; }
#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { display:flex;width:1.25rem;height:1.25rem;top:31.875rem;left:14.8125rem; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #w2tSfTHldIwTNoeINfNThNM6Hi2yLtOH { width:5.625rem;height:3.5rem;top:19.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { width:8rem;height:1.75rem;top:28.25rem;left:6rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }