.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:227,247,251;--color-secondary-1:161,227,243;--color-secondary-2:66,199,230;--color-secondary-3:33,100,115;--color-secondary-4:10,30,35;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);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); }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row .container { background-color: transparent; background-image: none; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row .container > .video-iframe-container { display: none; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row > .video-iframe-container { display: none; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .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); }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row .container { border-width: 0; border-radius: 0; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#CvX91OxuaXXFULQ6Rg7w9tmzJq3TuSXc { background-color:transparent;background-image:none;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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995625rem;height:2.186775rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1549479961395rem;left:50.999713420868rem;display:block; }
#MpwDtXFPmqL1bKJV27CI8UqrIXTaxG83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcBUpJ5ue0gmn1Ja1sTFC3D7UaXFWITA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.49925rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1549479961395rem;left:58.812213420868rem;display:block; }
#Ji8SJNUrnV0Tk78lKk2BzAwT9OimBmwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7f9ucWPiuuJQW8Oyeq0NoLeARPIvoTs { 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:2.5622125rem;width:11.0619375rem;top:1.9683160781861rem;left:2.4985537528992rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rLFQXAlXANWnWMKr6VFMcyMsS21ODO3S { color:rgba(var(--color-secondary-2),1);display:block;width:25.25rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.248405456543rem;left:2.4348959922791rem;height:11.2109375rem;display:block; }
#hpiBqZOV2c2yTOs0k39JCwRc8kDxDRTX { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4985625rem;height:3.31235625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.591146469116rem;left:2.4348959922791rem;display:block; }
#ETu9fWBRgVCwz8N8xdvEyTw1VdlCamxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqwE3Vt7ucsxusEyp7AHF8lAxsuKt5TZ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.0625rem;width:45.1875rem;top:4.0607643127441rem;left:27.608718307527rem;overflow:hidden;display:block; }
#FLH1ymlLZ2AlxwcooTtp1ghnPlLKNlHN { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.800492048264rem;left:2.4348959922791rem;height:1.70605625rem;display:block; }
#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row .container { background-color: transparent; background-image: none; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row .container > .video-iframe-container { display: none; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row > .video-iframe-container { display: none; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .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); }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row .container { border-width: 0; border-radius: 0; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#VLuC2P9fl4T65VKw3lyv74AKLRZPSb5o { color:rgba(var(--color-primary-2),1);display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.329864501953rem;left:4.7482643127441rem;height:10.3958125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FVZTrzCcrHKEkZHBTcMuc7bnpNT9010B { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.74925rem;height:3.31235625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.25rem;left:28.25rem;display:block; }
#MsBtOVxuwknDnzcd8THBDdFk7g58PsOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSh9rgP8s6NNvXPPzGSaWK3Z4MHv5h85 { box-sizing:content-box;height:59.6875rem;width:71.0625rem;position:absolute;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:8.8107643127444rem;left:2.3741321563721rem;display:block; }
#Tit7Tcm7Eyuyu1uMk79Kq79OZe2khs3c { color:rgba(var(--color-secondary-2),1);display:block;width:20.561625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.885420322418rem;left:4.7482643127441rem;height:2.68055625rem;display:block; }
#Qr2E3HPxOfwRv8eVUshrLFqSgvOPcxPO { color:rgba(var(--color-primary-2),1);display:block;width:20.374rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:36.25rem;left:4.75rem;height:13.890625rem;display:block; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .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-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .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-primary-2),1);line-height:1.1;overflow:hidden;height:auto; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .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-primary-2),1);line-height:1.4;overflow:hidden;height:auto; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-trigger.adaptive-delivery-prevent-bg, #s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-trigger.lazyload, #s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-trigger.lazyloading { background-image: none; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD { box-sizing:content-box;height:auto;width:36.25rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:21.9375rem;left:5.09375rem; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .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-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .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-primary-2),1);line-height:1.1;overflow:hidden;height:auto; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .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-primary-2),1);line-height:1.4;overflow:hidden;height:auto; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;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_4efccb49644639d365b62b39c12748fcf849ddc4.svg");background-size:contain !important; }#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-trigger.adaptive-delivery-prevent-bg, #AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-trigger.lazyload, #AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-trigger.lazyloading { background-image: none; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 { box-sizing:content-box;height:auto;width:36.24825rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:53.562501907349rem;left:4.7482643127441rem; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AEiZutflte3nT4uodvBQTEdJybrMfZX6 #StgHrMXTRQ6a99IDTrbczG5HDOouU5RX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 #dSoQckw6x0zLrCXQNzRSbcsaD03pw7em { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 #aHgEenumv7Ivkffb4VedD2t4l2ZdcehV { display:block;position:relative; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 #XTMLs8Zc2OxEqmIflaQpWp6ru2Rt5ZJo {  }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 #NIR9HIReZhBx9Dc4sK7FNQdvqnnZFk0E {  }
#anoe9T2tTVr7fTXmB4hemCacDNSl2nlz { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.1871875rem;width:13.1871875rem;top:11.885851383209rem;left:45.670718669891rem;overflow:hidden;display:block; }
#tW8pi257BXXU6Gh6LhJWP7NvvrCXtwgI { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.2494375rem;width:13.2494375rem;top:11.915798187256rem;left:58.855905532837rem;overflow:hidden;display:block; }
#KkUtnFXnhMVgG57TT5Uvb1Fs9c84T5hM { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.312375rem;width:13.12425rem;top:25.026908874512rem;left:45.717882156372rem;overflow:hidden;display:block; }
#XQPZkcbqe8kDLyrteU5zpbAclaqe4Kam { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.43675rem;width:13.2494375rem;top:25.027778625488rem;left:58.811632156372rem;overflow:hidden;display:block; }
#G1E6WXx9VrWyZK6D344v8J7sB6lh9dZA { color:rgba(var(--color-primary-2),1);display:block;width:57.4375rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7439231872559rem;left:2.4357643127441rem;height:3.412325rem;display:block; }
#lZKqbcUsuvNzefvLfqXe4DDMc0514t4B { color:rgba(var(--color-primary-2),1);display:block;width:22.249rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.6875rem;left:4.75rem;height:1.29948125rem;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; }
#f7ptVWXIhVN9VFoIWaF4EXHN6KtAiqMs { color:rgba(var(--color-primary-2),1);display:block;width:22.249rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:47.5625rem;left:4.75rem;height:1.29948125rem;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; }
#unM61G4s2RLHJEWFWwiTnRh6dKEwJatP { color:rgba(var(--color-primary-2),1);display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.055559158325rem;left:4.7491321563721rem;height:3.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gPdiUQBBaOT8KplTsyzL41NOXLFWSfkT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.312375rem;width:13.2494375rem;top:38.339845657349rem;left:58.811633586884rem;overflow:hidden;display:block; }
#TZwl8nhkXz5Z3pFl849o7nK9mHJvx03Z { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.3745625rem;width:13.0620625rem;top:38.339845657349rem;left:45.687358379364rem;overflow:hidden;display:block; }
#TVEkQAqrVXAlHhb37To51Jgzc3hEO2XT { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.6875rem;width:26.3125rem;top:52.527778625488rem;left:45.670141220093rem;display:block; }
#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW { z-index:;position:relative;display:block; }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW { background-color: transparent; background-image: none; }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .row .container > .video-iframe-container { display: none; }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .row > .video-iframe-container { display: none; }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .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); }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW { border-width: 0; border-radius: 0; }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#e6KeWKmvuD1CaNOksT3wBaCUM2AD2TF8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.875001430511rem;left:4.5625rem;height:12.99479375rem;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; }
#el14Ihop2V2eOPgT7Ldcvb04lydDC2KE { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.74925rem;height:3.31235625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.75rem;left:28.5625rem;display:block; }
#lADTUF7Tb7PKM6DJFy4rkfEZEwnCDoCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#furDF9zNzptw8HfDhqKI0XB1FnknyeMc { box-sizing:content-box;height:46.1875rem;width:70.5625rem;position:absolute;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:3.8107604980469rem;left:2.3741321563721rem;display:block; }
#td0BTswIKgX6S7HyMc3tdpxAX8OpU0F0 { color:rgba(var(--color-secondary-2),1);display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875014305112rem;left:4.5625rem;height:2.68055625rem;display:block; }
#IUiQTTfWILIUFvrPU6xihnSueKm7mT0V { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.6875rem;left:4.5625rem;height:3.08680625rem;display:block; }
#wSVhGhDaItG61B9DtvKCh5fcDBTzMcGM { color:rgba(var(--color-primary-2),1);display:block;width:22.2496875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.4375rem;left:4.625rem;height:1.29948125rem;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; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .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-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .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-primary-2),1);line-height:1.1;overflow:hidden;height:auto; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .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-primary-2),1);line-height:1.4;overflow:hidden;height:auto; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-trigger.adaptive-delivery-prevent-bg, #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-trigger.lazyload, #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-trigger.lazyloading { background-image: none; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV { box-sizing:content-box;height:auto;width:36.2465rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:39.6875rem;left:4.5625rem; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #ev6oz5l91zqIwlzsQacWD42Fzh6aQPU9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #PZb2FwKJak1KaDwmdUKfnEkuTNwzAf4S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #gGzMyTopu3OP4Zn6py2rdBUoCDSrCTvb { display:block;position:relative; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #QdpqB7QztWDnJseiLEGTR2TlzFZNyDvF {  }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #kCBJ8a8b2lkHR5G3oG8Jc7C4NzxyssX8 {  }
#y7TmbWvCndc4gtmzqCl5OL76Mzp1sDF2 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.875rem;width:12.875rem;top:6.6875rem;left:45.5rem;overflow:hidden;display:block; }
#IRT9H3Lcy7voVE2bCSQbbxx2cxPJhFmv { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.125rem;width:14.125rem;top:19.5rem;left:45.5rem;overflow:hidden;display:block; }
#A5b4lFxm7Dx6LOVGHNuerFFTT6RhQFED { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.8125rem;width:13.125rem;top:6.5625rem;left:58.375rem;overflow:hidden;display:block; }
#EmkZZThUlw0q1CUPxKBssk4KzlpDrOBO { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.1875rem;width:13.1875rem;top:19.4375rem;left:58.3125rem;overflow:hidden;display:block; }
#hSSS2Wkky7EvTXTOAo3DLHPJV89KmLT2 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.8125rem;width:26.5rem;top:33.6875rem;left:45.5rem;display:block; }
#irdli9qAxDad5vAeOU8fnfbbGToVobJl { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row .container { background-color: transparent; background-image: none; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row .container > .video-iframe-container { display: none; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row > .video-iframe-container { display: none; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .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); }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row .container { border-width: 0; border-radius: 0; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;overflow:visible;position:relative;display:block; }#HEFhZtU0OaOyIedDAeVXGPwSrTGscdSM { color:rgba(var(--color-primary-2),1);display:block;width:56.2485625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3109083175659rem;left:9.3742771148681rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#nnFcUo0ThwV8QkT9Bt0tJOB3xGwTQDPv { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12rem;left:12.625rem;height:1.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a8mTTqeJ3nGtzFAFvOiBPh00LExrGHXU { box-sizing:content-box;height:5.625rem;width:10.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-secondary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9rem;left:12rem;display:block; }
#JhKwqQ7KWz0f2znkh5DDrSPOETVvkLPL { color:rgba(var(--color-tertiary-2),1);display:block;width:2rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9375rem;left:16.5rem;height:1.78746875rem;text-align:center;text-align-last:center;display:block; }
#XJAzq3MdMLR54CTpbrTPsBxPJVHve6J3 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:39.9375rem;height:2.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x6fOL5N7OP9387J91GnMqIU38td9ZEuk { box-sizing:content-box;height:5.625rem;width:10.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.0625rem;left:38.6875rem;display:block; }
#bEJh44ShTJTxwTQUy6IpBfvvU88ETcKt { color:rgba(var(--color-tertiary-2),1);display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.75rem;left:42.125rem;height:1.78746875rem;text-align:center;text-align-last:center;display:block; }
#ceqxUhDXgQWDgdcsOEthvNQTU9QWQg94 { box-sizing:content-box;height:5.625rem;width:10.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.0625rem;left:52.375rem;display:block; }
#OTEvDUUhROEx3EyFeAnq7zvKexQT0iJG { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.5rem;left:53.6875rem;height:2.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OSdFVPMTRgkuBN14qbemLs23QTt3IvfS { color:rgba(var(--color-tertiary-2),1);display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6875rem;left:55.75rem;height:1.78746875rem;text-align:center;text-align-last:center;display:block; }
#pAxqRrJPEniVonLmaah2FUkHyapMfEKL { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5rem;left:26.25rem;height:2.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uM1zMSiUVHCI68gI1sRBflKDLKgo2EFW { box-sizing:content-box;height:5.625rem;width:10.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.125rem;left:25.125rem;display:block; }
#GQ91GLGmO2Kqn2I8kHrK0xMlh7CIEEv8 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:28.5rem;height:1.78746875rem;text-align:center;text-align-last:center;display:block; }
#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ { z-index:;position:relative;display:block; }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ { background-color: transparent; background-image: none; }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .row .container > .video-iframe-container { display: none; }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .row > .video-iframe-container { display: none; }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .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); }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ { border-width: 0; border-radius: 0; }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#uZO288EZeLCZ90TRqNnIkuiaHGaFGAqq { color:rgba(var(--color-primary-2),1);display:block;width:43.373875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3687782287598rem;left:9.9971065521237rem;height:3.412325rem;display:block; }
#vdP1OSp9OLtv957rXgFteG4Fevvnuwws { box-sizing:content-box;height:11.25rem;width:31.0625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),0.12);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:10.375rem;left:4.375rem;display:block; }
#WvH9bi6x4whuhB6nWBf5VU3vtCGveRBC { box-sizing:content-box;height:11.25rem;width:31.0625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:10.375rem;left:38rem;display:block; }
#LbJnduXBlrE6KT0PpKbhMfyQAfAnVDIH { box-sizing:content-box;height:14.375rem;width:31.0625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:24.375rem;left:4.375rem;display:block; }
#Bh2aDFz8PddRFfKWZlGH0FJa741JVZpE { box-sizing:content-box;height:14.375rem;width:31.0625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:24.4375rem;left:38rem;display:block; }
#DH6S35GW12HBfvATTWITKMi3AWSRtalB { color:rgba(var(--color-primary-2),1);display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12rem;left:6rem;height:1.625rem;display:block; }
#OCImyWDQSDwl37XGztDDJTAaaJVGnOv3 { color:rgba(var(--color-primary-2),1);display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12rem;left:39.875rem;height:;display:block; }
#NdEWPlV8EaJmAfcBlTZkauKKnsgMNeEh { color:rgba(var(--color-primary-2),1);display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.125rem;left:6rem;height:1.625rem;display:block; }
#gl00gNeKcqH58IuhotyA0K5PCVr3QlLV { color:rgba(var(--color-primary-2),1);display:block;width:20.5620625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.125rem;left:39.5rem;height:1.625rem;display:block; }
#yMI4eJCtwQPtBFRKG5HTgzsdX3CTOkkn { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9996875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:6rem;height:3.8984375rem;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; }
#fRNLphedJGVMXn1xGvp5shxV8vryyLtL { color:rgba(var(--color-tertiary-0),1);display:block;width:27.49925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.1875rem;left:39.875rem;height:3.8984375rem;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; }
#KmRS9lUrgHZD3FGIWb70b5ahNsJDTOcs { color:rgba(var(--color-tertiary-0),1);display:block;width:28.312375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.0625rem;left:5.8125rem;height:7.796875rem;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; }
#n6wWu2fEg3IsrvtbKqrfZdrg3oPEuBpU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.0625rem;left:39.5rem;height:7.796875rem;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; }
#T27GW6Jav8c8LS38zItilZIkVOmZVPia { color:rgba(var(--color-secondary-2),1);display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:16.25rem;height:1.29980625rem;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; }
#vEV7kLGQmgrqTZn02W2M9PM0dMVWb89O { color:rgba(var(--color-secondary-2),1);display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.3125rem;left:16.25rem;height:1.29980625rem;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; }
#JNFVWR05vnUt2PTWLGpU7ZTuLlE3tHXJ { color:rgba(var(--color-secondary-2),1);display:block;width:5.49985625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3125rem;left:49.75rem;height:1.29980625rem;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; }
#KAd5aoUJvLLJS9dPIuK8zRdif8n7CPI6 { color:rgba(var(--color-secondary-2),1);display:block;width:5.49985625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.162188529968rem;left:49.718608379364rem;height:1.29980625rem;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; }
#SFuEwSRsW8TkcRQxuCv1S9VJ8nTIwirT { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.3125rem;width:15.5rem;top:2.9166667461395rem;left:49.618059158325rem;overflow:hidden;display:block; }
#w2mvqirM3TM505kuN6qLQew4W11ZbfIT { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row .container { background-color: transparent; background-image: none; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row .container > .video-iframe-container { display: none; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row > .video-iframe-container { display: none; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .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); }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row .container { border-width: 0; border-radius: 0; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;overflow:visible;position:relative;display:block; }#kINT4hVksoy3scoo02qixyoUIfpxkAdS { color:rgba(var(--color-primary-2),1);display:block;width:56.2485625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7481079101562rem;left:7.6866326332094rem;height:;text-align:center;text-align-last:center;display:block; }
#uyGm0uQWaL2me9LSlGnhNvmCQsqJw2xi { box-sizing:content-box;height:10.75rem;width:18.75rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:19.999279022217rem;left:6.3744201660156rem;display:block; }
#uSrH7TVmk3y4UG2uKpPoa0hbFPF3uWwl { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.999713897705rem;left:7.9998550415037rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UtSySbhF7okvNMticCUfa9RuaOqdDHC2 { box-sizing:content-box;height:10.625rem;width:18.75rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-secondary-2),1) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:8.1875rem;left:6.4375rem;display:block; }
#iIeF30J9wQiChnzcuz3dtsXIzfQJhsFC { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.25rem;left:9.5625rem;height:3.08680625rem;text-align:center;text-align-last:center;display:block; }
#BAJCs7glRz3T0cNC52XuSTgo6mTiik2u { box-sizing:content-box;height:10.625rem;width:18.75rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:31.9375rem;left:6.5rem;display:block; }
#iVyn9vXELMDQaILyMughyiiQ777BzXDd { color:rgba(var(--color-tertiary-2),1);display:block;width:16.24925rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.125rem;left:7.75rem;height:3.08680625rem;text-align:center;text-align-last:center;display:block; }
#eRTfVuCPRIQa6D9GyTPGWJsgwhWDgT2Z { color:rgba(var(--color-tertiary-2),1);display:block;width:19.8746875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.124423980713rem;left:5.9367752075195rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9sUi9BqUgUtQEwg6aQl9ZGAGxRJn2bv { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1235625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.75rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvltT6d75HBGZQy3GRehTTZuFo5R1qeH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1235625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.125rem;left:6.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cn84myv8AgxqrlmgVC8QJS06k62eWK4D { position:absolute;display:block;z-index:15010;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:28.43675rem;width:42.7495625rem;top:10.844178199768rem;left:29.310621261597rem;overflow:hidden;display:block; }
#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row .container { background-color: transparent; background-image: none; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row .container > .video-iframe-container { display: none; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row > .video-iframe-container { display: none; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .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); }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row .container { border-width: 0; border-radius: 0; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#yzXZ1TCxn8MNwQ5bTZEhqBG7RwZ5tpNe { color:rgba(var(--color-primary-2),1);display:block;width:43.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.19);top:2.9369201660156rem;left:5.4369215965271rem;height:1.95023125rem;display:block; }
#Q9GHLEOiRAUiTKyqdccDy3nwt1f3n6sG { color:rgba(var(--color-secondary-2),1);display:block;width:44.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4998550415039rem;left:5.3744215965271rem;height:1.29948125rem;display:block; }
#bKcrZkdbrXDf4dn5BKoU6wSaytds2Hhm { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.5622100830078rem;left:54.343463420868rem;display:block; }
#Vvdx3cr9dzWf1K5th73S8eTqQr2x2vX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row .container { background-color: transparent; background-image: none; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row .container > .video-iframe-container { display: none; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row > .video-iframe-container { display: none; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .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); }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row .container { border-width: 0; border-radius: 0; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#PO6DAzkXnwP8xyLLFQoTDKD6P2woVCKy { color:rgba(var(--color-primary-2),1);display:block;width:38.373875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5441265106201rem;left:5.5444159507751rem;height:1.95023125rem;font-style:normal;display:block; }
#KHfzmC0nqTh96PTEgAntNVd3RHnkkuDn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.2805280685425rem;left:37.74378156662rem; }
#KHfzmC0nqTh96PTEgAntNVd3RHnkkuDn > img { max-width: 100%;max-height:100%; width:2.12456875rem; height:2.12456875rem; }#RtB4MZnJmuHIuVpJBWMJ7f7hTcIhP9rR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.2805280685425rem;left:41.838832378388rem; }
#RtB4MZnJmuHIuVpJBWMJ7f7hTcIhP9rR > img { max-width: 100%;max-height:100%; width:2.12456875rem; height:2.12456875rem; }#WUxsxKMeXXZQlZgPENtQN356A51Grn4o { color:rgba(var(--color-primary-2),1);display:block;width:27.999875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4050931930542rem;left:5.5439820289612rem;height:1.29948125rem;display:block; }
#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row .container { background-color: transparent; background-image: none; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row .container > .video-iframe-container { display: none; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row > .video-iframe-container { display: none; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .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); }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row .container { border-width: 0; border-radius: 0; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#RN3TrC7G2JcOGET18xaBDt8rISiqCU96 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.8125rem;top:4.8747100830078rem;left:4.9369215965271rem;overflow:hidden;display:block; }
#B01MHTsQXweTL53e1BbR0iKFfBHf5B3S { background-color:transparent;background-image:none;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:#f9f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.37425rem;height:3.436775rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.3334789276123rem;left:55.059318065643rem;display:block; }
#pPtexeLpXTeeHm1TaTCCaWMEtZgMXHt6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKIoSl3N363DRqXkrsMXTVcbxd8rFvJ6 { background-color:transparent;background-image:none;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:#f9f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.37425rem;height:3.436775rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.8981475830078rem;left:55.060767650604rem;display:block; }
#FfIB5FBBiqL8ITSfeQfRFDTk9z4hrt6l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oq9O3rqxpfXsan9IgmwDTqQSg9Izkr0y { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9683151245117rem;left:20.968606472016rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#aaf0XIobkOH5tRzyT4e1v8uWvNep4HVy { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0627899169922rem;left:20.968606472016rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc { display:block; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvX91OxuaXXFULQ6Rg7w9tmzJq3TuSXc { width:6.4375rem;height:2.125rem;top:2.125rem;left:37.374713420868rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpwDtXFPmqL1bKJV27CI8UqrIXTaxG83 { display:block; }
 }@media only screen and (max-width: 763px) { #AcBUpJ5ue0gmn1Ja1sTFC3D7UaXFWITA { width:12.5rem;height:2.25rem;top:2.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji8SJNUrnV0Tk78lKk2BzAwT9OimBmwE { display:block; }
 }@media only screen and (max-width: 763px) { #l7f9ucWPiuuJQW8Oyeq0NoLeARPIvoTs { width:11rem;height:2.5478662756863rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLFQXAlXANWnWMKr6VFMcyMsS21ODO3S { top:4.1875rem;left:0rem;width:25.25rem;height:11.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpiBqZOV2c2yTOs0k39JCwRc8kDxDRTX { width:12.4375rem;height:3.25rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETu9fWBRgVCwz8N8xdvEyTw1VdlCamxP { display:block; }
 }@media only screen and (max-width: 763px) { #SqwE3Vt7ucsxusEyp7AHF8lAxsuKt5TZ { top:4rem;left:2.5625rem;width:45.1875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLH1ymlLZ2AlxwcooTtp1ghnPlLKNlHN { top:16.75rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr { display:block; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLuC2P9fl4T65VKw3lyv74AKLRZPSb5o { top:17.3125rem;left:0rem;width:39.1875rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVZTrzCcrHKEkZHBTcMuc7bnpNT9010B { width:13.6875rem;height:3.25rem;top:40.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBtOVxuwknDnzcd8THBDdFk7g58PsOT { display:block; }
 }@media only screen and (max-width: 763px) { #uSh9rgP8s6NNvXPPzGSaWK3Z4MHv5h85 { top:8.75rem;left:0rem;width:47.5rem;height:59.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tit7Tcm7Eyuyu1uMk79Kq79OZe2khs3c { top:11.875rem;left:0rem;width:20.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2E3HPxOfwRv8eVUshrLFqSgvOPcxPO { top:36.25rem;left:0rem;width:20.3125rem;height:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD { display:flex;height:auto;width:27.8125rem;top:29rem;left:0rem; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 { display:flex;height:auto;width:27.8125rem;top:29rem;left:0rem; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #StgHrMXTRQ6a99IDTrbczG5HDOouU5RX {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #dSoQckw6x0zLrCXQNzRSbcsaD03pw7em {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #aHgEenumv7Ivkffb4VedD2t4l2ZdcehV {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #XTMLs8Zc2OxEqmIflaQpWp6ru2Rt5ZJo {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #NIR9HIReZhBx9Dc4sK7FNQdvqnnZFk0E {  }
 }@media only screen and (max-width: 763px) { #anoe9T2tTVr7fTXmB4hemCacDNSl2nlz { top:11.875rem;left:32.045718669891rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8pi257BXXU6Gh6LhJWP7NvvrCXtwgI { top:11.875rem;left:34.5625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUtnFXnhMVgG57TT5Uvb1Fs9c84T5hM { top:25rem;left:32.092882156372rem;width:13.0625rem;height:13.249119584163rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQPZkcbqe8kDLyrteU5zpbAclaqe4Kam { top:25rem;left:34.5625rem;width:13.1875rem;height:13.374127890521rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1E6WXx9VrWyZK6D344v8J7sB6lh9dZA { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKqbcUsuvNzefvLfqXe4DDMc0514t4B { top:39.6875rem;left:0rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ptVWXIhVN9VFoIWaF4EXHN6KtAiqMs { top:47.5625rem;left:0rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unM61G4s2RLHJEWFWwiTnRh6dKEwJatP { top:29rem;left:0rem;width:39.1875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPdiUQBBaOT8KplTsyzL41NOXLFWSfkT { top:38.3125rem;left:34.5625rem;width:13.1875rem;height:13.250143284385rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZwl8nhkXz5Z3pFl849o7nK9mHJvx03Z { top:38.3125rem;left:32.062358379364rem;width:13rem;height:13.311015201466rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEkQAqrVXAlHhb37To51Jgzc3hEO2XT { top:52.5rem;left:21.4375rem;width:26.3125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW { display:block; }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6KeWKmvuD1CaNOksT3wBaCUM2AD2TF8 { top:11.875rem;left:0rem;width:37.6875rem;height:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #el14Ihop2V2eOPgT7Ldcvb04lydDC2KE { width:13.6875rem;height:3.25rem;top:31.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lADTUF7Tb7PKM6DJFy4rkfEZEwnCDoCV { display:block; }
 }@media only screen and (max-width: 763px) { #furDF9zNzptw8HfDhqKI0XB1FnknyeMc { top:3.75rem;left:0rem;width:47.5rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td0BTswIKgX6S7HyMc3tdpxAX8OpU0F0 { top:6.6875rem;left:0rem;width:30.5625rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUiQTTfWILIUFvrPU6xihnSueKm7mT0V { top:28.6875rem;left:0rem;width:25rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSVhGhDaItG61B9DtvKCh5fcDBTzMcGM { top:32.4375rem;left:0rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV { display:flex;height:auto;width:27.8125rem;top:29rem;left:0rem; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #ev6oz5l91zqIwlzsQacWD42Fzh6aQPU9 {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #PZb2FwKJak1KaDwmdUKfnEkuTNwzAf4S {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #gGzMyTopu3OP4Zn6py2rdBUoCDSrCTvb {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #QdpqB7QztWDnJseiLEGTR2TlzFZNyDvF {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #kCBJ8a8b2lkHR5G3oG8Jc7C4NzxyssX8 {  }
 }@media only screen and (max-width: 763px) { #y7TmbWvCndc4gtmzqCl5OL76Mzp1sDF2 { top:6.6875rem;left:31.875rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRT9H3Lcy7voVE2bCSQbbxx2cxPJhFmv { top:19.5rem;left:31.875rem;width:14.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5b4lFxm7Dx6LOVGHNuerFFTT6RhQFED { top:6.5625rem;left:34.625rem;width:13.125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmkZZThUlw0q1CUPxKBssk4KzlpDrOBO { top:19.4375rem;left:34.5625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSSS2Wkky7EvTXTOAo3DLHPJV89KmLT2 { top:33.6875rem;left:21.25rem;width:26.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irdli9qAxDad5vAeOU8fnfbbGToVobJl { display:block; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEFhZtU0OaOyIedDAeVXGPwSrTGscdSM { top:3.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnFcUo0ThwV8QkT9Bt0tJOB3xGwTQDPv { top:12rem;left:0rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mTTqeJ3nGtzFAFvOiBPh00LExrGHXU { top:9rem;left:0rem;width:10.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKwqQ7KWz0f2znkh5DDrSPOETVvkLPL { top:9.9375rem;left:2.875rem;width:1.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJAzq3MdMLR54CTpbrTPsBxPJVHve6J3 { top:11.5625rem;left:26.3125rem;width:8.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fOL5N7OP9387J91GnMqIU38td9ZEuk { top:9.0625rem;left:25.0625rem;width:10.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEJh44ShTJTxwTQUy6IpBfvvU88ETcKt { top:9.75rem;left:28.5rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqxUhDXgQWDgdcsOEthvNQTU9QWQg94 { top:9.0625rem;left:37.1875rem;width:10.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEvDUUhROEx3EyFeAnq7zvKexQT0iJG { top:11.5rem;left:39.5rem;width:8.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSdFVPMTRgkuBN14qbemLs23QTt3IvfS { top:9.6875rem;left:42.125rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAxqRrJPEniVonLmaah2FUkHyapMfEKL { top:11.5rem;left:12.625rem;width:8.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1zMSiUVHCI68gI1sRBflKDLKgo2EFW { top:9.125rem;left:11.5rem;width:10.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ91GLGmO2Kqn2I8kHrK0xMlh7CIEEv8 { top:9.625rem;left:14.875rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ { display:block; }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZO288EZeLCZ90TRqNnIkuiaHGaFGAqq { top:3.3125rem;left:0rem;width:43.3125rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdP1OSp9OLtv957rXgFteG4Fevvnuwws { top:10.375rem;left:0rem;width:31rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvH9bi6x4whuhB6nWBf5VU3vtCGveRBC { top:10.375rem;left:16.5rem;width:31rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbJnduXBlrE6KT0PpKbhMfyQAfAnVDIH { top:24.375rem;left:0rem;width:31rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh2aDFz8PddRFfKWZlGH0FJa741JVZpE { top:24.4375rem;left:16.5rem;width:31rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH6S35GW12HBfvATTWITKMi3AWSRtalB { top:12rem;left:0rem;width:20.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCImyWDQSDwl37XGztDDJTAaaJVGnOv3 { top:11.9375rem;left:22.625rem;width:25.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdEWPlV8EaJmAfcBlTZkauKKnsgMNeEh { top:26.125rem;left:0rem;width:20.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl00gNeKcqH58IuhotyA0K5PCVr3QlLV { top:26.125rem;left:25.875rem;width:20.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMI4eJCtwQPtBFRKG5HTgzsdX3CTOkkn { top:15.1875rem;left:0rem;width:25.9375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNLphedJGVMXn1xGvp5shxV8vryyLtL { top:15.125rem;left:20.3125rem;width:27.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmRS9lUrgHZD3FGIWb70b5ahNsJDTOcs { top:29.0625rem;left:0rem;width:28.25rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6wWu2fEg3IsrvtbKqrfZdrg3oPEuBpU { top:29.0625rem;left:19.6875rem;width:28.0625rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27GW6Jav8c8LS38zItilZIkVOmZVPia { top:12.1875rem;left:2.625rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEV7kLGQmgrqTZn02W2M9PM0dMVWb89O { top:26.3125rem;left:2.625rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNFVWR05vnUt2PTWLGpU7ZTuLlE3tHXJ { top:26.3125rem;left:36.125rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAd5aoUJvLLJS9dPIuK8zRdif8n7CPI6 { top:12.125rem;left:36.093608379364rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFuEwSRsW8TkcRQxuCv1S9VJ8nTIwirT { top:2.875rem;left:32.25rem;width:15.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mvqirM3TM505kuN6qLQew4W11ZbfIT { display:block; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kINT4hVksoy3scoo02qixyoUIfpxkAdS { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyGm0uQWaL2me9LSlGnhNvmCQsqJw2xi { top:19.9375rem;left:0rem;width:18.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSrH7TVmk3y4UG2uKpPoa0hbFPF3uWwl { top:20.9375rem;left:0rem;width:15.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtSySbhF7okvNMticCUfa9RuaOqdDHC2 { top:8.1875rem;left:0rem;width:18.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIeF30J9wQiChnzcuz3dtsXIzfQJhsFC { top:9.25rem;left:0rem;width:12.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJCs7glRz3T0cNC52XuSTgo6mTiik2u { top:31.9375rem;left:0rem;width:18.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVyn9vXELMDQaILyMughyiiQ777BzXDd { top:33.125rem;left:0rem;width:16.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTfVuCPRIQa6D9GyTPGWJsgwhWDgT2Z { top:25.0625rem;left:0rem;width:19.8125rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sUi9BqUgUtQEwg6aQl9ZGAGxRJn2bv { top:13.3125rem;left:0rem;width:18.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvltT6d75HBGZQy3GRehTTZuFo5R1qeH { top:37.125rem;left:0rem;width:18.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn84myv8AgxqrlmgVC8QJS06k62eWK4D { top:10.8125rem;left:5.0625rem;width:42.6875rem;height:28.395466400972rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B { display:block; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzXZ1TCxn8MNwQ5bTZEhqBG7RwZ5tpNe { top:2.875rem;left:0rem;width:43.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9GHLEOiRAUiTKyqdccDy3nwt1f3n6sG { top:5.4375rem;left:0rem;width:44.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKcrZkdbrXDf4dn5BKoU6wSaytds2Hhm { width:9.75rem;height:3.3125rem;top:3.5rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvdx3cr9dzWf1K5th73S8eTqQr2x2vX3 { display:block; }
 }@media only screen and (max-width: 763px) { #RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk { display:block; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO6DAzkXnwP8xyLLFQoTDKD6P2woVCKy { top:2.5rem;left:0rem;width:38.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHfzmC0nqTh96PTEgAntNVd3RHnkkuDn { top:3.25rem;left:24.11878156662rem;width:2.0625rem;height:2.0625rem;display:block; }
#KHfzmC0nqTh96PTEgAntNVd3RHnkkuDn > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #RtB4MZnJmuHIuVpJBWMJ7f7hTcIhP9rR { top:3.25rem;left:28.213832378388rem;width:2.0625rem;height:2.0625rem;display:block; }
#RtB4MZnJmuHIuVpJBWMJ7f7hTcIhP9rR > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #WUxsxKMeXXZQlZgPENtQN356A51Grn4o { top:5.375rem;left:0rem;width:27.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk { display:block; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RN3TrC7G2JcOGET18xaBDt8rISiqCU96 { width:10.8125rem;height:2.2497385085377rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B01MHTsQXweTL53e1BbR0iKFfBHf5B3S { width:9.3125rem;height:3.375rem;top:5.3125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPtexeLpXTeeHm1TaTCCaWMEtZgMXHt6 { display:block; }
 }@media only screen and (max-width: 763px) { #WKIoSl3N363DRqXkrsMXTVcbxd8rFvJ6 { width:9.3125rem;height:3.375rem;top:1.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfIB5FBBiqL8ITSfeQfRFDTk9z4hrt6l { display:block; }
 }@media only screen and (max-width: 763px) { #oq9O3rqxpfXsan9IgmwDTqQSg9Izkr0y { top:2.9375rem;left:7.3436064720156rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaf0XIobkOH5tRzyT4e1v8uWvNep4HVy { top:6.0625rem;left:7.3436064720156rem;width:25.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc { position:relative;z-index:auto;display:block; }#MP3beQWzw7fyEtA5ERMbwFnAd7UXJLfc > .row .container { width:20rem;height:5.9366302490234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvX91OxuaXXFULQ6Rg7w9tmzJq3TuSXc { width:4.1875rem;height:2.1875rem;top:3.7497100830078rem;left:7.9369217157362rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpwDtXFPmqL1bKJV27CI8UqrIXTaxG83 { display:block; }
 }@media only screen and (max-width: 763px) { #AcBUpJ5ue0gmn1Ja1sTFC3D7UaXFWITA { width:13.375rem;height:3.125rem;top:7.6875rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ji8SJNUrnV0Tk78lKk2BzAwT9OimBmwE { display:block; }
 }@media only screen and (max-width: 763px) { #l7f9ucWPiuuJQW8Oyeq0NoLeARPIvoTs { width:7.375rem;height:1.6875rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLFQXAlXANWnWMKr6VFMcyMsS21ODO3S { width:16.0619375rem;height:8.0416875rem;top:1.4482078552246rem;left:1.9675928354263rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpiBqZOV2c2yTOs0k39JCwRc8kDxDRTX { width:12.4985625rem;height:3.31235625rem;top:30.497686862946rem;left:3.7492767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETu9fWBRgVCwz8N8xdvEyTw1VdlCamxP { display:block; }
 }@media only screen and (max-width: 763px) { #SqwE3Vt7ucsxusEyp7AHF8lAxsuKt5TZ { width:19.9985625rem;height:11.192875rem;top:12.435620114208rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLH1ymlLZ2AlxwcooTtp1ghnPlLKNlHN { width:19.9985625rem;height:3.41145625rem;top:25.686489105224rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr { display:block; }#ttiLbZmCKgQ4D2kTTFTTdpmg6mFMhnlr > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLuC2P9fl4T65VKw3lyv74AKLRZPSb5o { width:19.3125rem;height:17.0625rem;top:11.816841125488rem;left:0.40364587306976rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVZTrzCcrHKEkZHBTcMuc7bnpNT9010B { width:13.7485625rem;height:3.31235625rem;top:53.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBtOVxuwknDnzcd8THBDdFk7g58PsOT { display:block; }
 }@media only screen and (max-width: 763px) { #uSh9rgP8s6NNvXPPzGSaWK3Z4MHv5h85 { width:20.1875rem;height:98rem;top:7.1223955154419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tit7Tcm7Eyuyu1uMk79Kq79OZe2khs3c { width:19.9985625rem;height:1.70573125rem;top:8.8454847335812rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2E3HPxOfwRv8eVUshrLFqSgvOPcxPO { width:18.8115rem;height:13.15625rem;top:39.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD { display:flex;height:0;width:17.5rem;top:18.8125rem;left:0.5rem; }
#s81a1vsLsEBauaRV16g6dAOu2TtMf7ZD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-heading-text { text-align:center;text-align-last:center;font-size:1.0625rem;height:auto; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 { display:flex;height:auto;width:18.059rem;top:98.967874526975rem;left:0.34548616409302rem; }
#AEiZutflte3nT4uodvBQTEdJybrMfZX6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #StgHrMXTRQ6a99IDTrbczG5HDOouU5RX {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #dSoQckw6x0zLrCXQNzRSbcsaD03pw7em {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #aHgEenumv7Ivkffb4VedD2t4l2ZdcehV {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #XTMLs8Zc2OxEqmIflaQpWp6ru2Rt5ZJo {  }
 }@media only screen and (max-width: 763px) { #AEiZutflte3nT4uodvBQTEdJybrMfZX6 #NIR9HIReZhBx9Dc4sK7FNQdvqnnZFk0E {  }
 }@media only screen and (max-width: 763px) { #anoe9T2tTVr7fTXmB4hemCacDNSl2nlz { width:9.3120625rem;height:9.3120625rem;top:60rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8pi257BXXU6Gh6LhJWP7NvvrCXtwgI { width:9.25rem;height:9.25rem;top:60.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUtnFXnhMVgG57TT5Uvb1Fs9c84T5hM { width:9.0625rem;height:9.0625rem;top:69.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQPZkcbqe8kDLyrteU5zpbAclaqe4Kam { width:9.3125rem;height:9.3125rem;top:69.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1E6WXx9VrWyZK6D344v8J7sB6lh9dZA { width:20rem;height:4.22395625rem;top:1.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZKqbcUsuvNzefvLfqXe4DDMc0514t4B { width:19.9985625rem;height:1.29948125rem;top:42.875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7ptVWXIhVN9VFoIWaF4EXHN6KtAiqMs { width:19.9985625rem;height:1.29948125rem;top:50.3125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unM61G4s2RLHJEWFWwiTnRh6dKEwJatP { width:19.99825rem;height:7.3125rem;top:29.966156005859rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPdiUQBBaOT8KplTsyzL41NOXLFWSfkT { width:9.25rem;height:9.3125rem;top:78.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZwl8nhkXz5Z3pFl849o7nK9mHJvx03Z { width:9.125rem;height:9.0625rem;top:78.25rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEkQAqrVXAlHhb37To51Jgzc3hEO2XT { height:10.5rem;width:18.875rem;top:87.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW { display:block; }#STnWAOnLGSK8k2lp2nhlTkrQlyBFHPNW > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6KeWKmvuD1CaNOksT3wBaCUM2AD2TF8 { width:19.3125rem;height:18.28125rem;top:7.9991302490238rem;left:0.43663197755814rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #el14Ihop2V2eOPgT7Ldcvb04lydDC2KE { width:13.7485625rem;height:3.31235625rem;top:37.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lADTUF7Tb7PKM6DJFy4rkfEZEwnCDoCV { display:block; }
 }@media only screen and (max-width: 763px) { #furDF9zNzptw8HfDhqKI0XB1FnknyeMc { width:20.5625rem;height:76.8125rem;top:1.6232604980469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #td0BTswIKgX6S7HyMc3tdpxAX8OpU0F0 { width:16.56175rem;height:3.41145625rem;top:3.4991388320923rem;left:1.7180267572403rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUiQTTfWILIUFvrPU6xihnSueKm7mT0V { width:18.9995625rem;height:4.38541875rem;top:28.625rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSVhGhDaItG61B9DtvKCh5fcDBTzMcGM { width:15.0615rem;height:1.29948125rem;top:33.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-heading-text { font-size:1.0625rem;height:auto;text-align:center;text-align-last:center; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV { display:flex;height:auto;width:18.059rem;top:71.939244270325rem;left:0.125rem; }
#CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #ev6oz5l91zqIwlzsQacWD42Fzh6aQPU9 {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #PZb2FwKJak1KaDwmdUKfnEkuTNwzAf4S {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #gGzMyTopu3OP4Zn6py2rdBUoCDSrCTvb {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #QdpqB7QztWDnJseiLEGTR2TlzFZNyDvF {  }
 }@media only screen and (max-width: 763px) { #CcTdTPV2XpCV6aZQiknMUFED9zXOsiRV #kCBJ8a8b2lkHR5G3oG8Jc7C4NzxyssX8 {  }
 }@media only screen and (max-width: 763px) { #y7TmbWvCndc4gtmzqCl5OL76Mzp1sDF2 { width:9.0625rem;height:9.0625rem;top:42.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRT9H3Lcy7voVE2bCSQbbxx2cxPJhFmv { width:9rem;height:8.4375rem;top:52rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5b4lFxm7Dx6LOVGHNuerFFTT6RhQFED { width:9.125rem;height:8.9375rem;top:42.875rem;left:10rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #EmkZZThUlw0q1CUPxKBssk4KzlpDrOBO { width:9.125rem;height:9.125rem;top:51.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSSS2Wkky7EvTXTOAo3DLHPJV89KmLT2 { height:10.1875rem;width:18.5rem;top:61.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irdli9qAxDad5vAeOU8fnfbbGToVobJl { display:block; }#irdli9qAxDad5vAeOU8fnfbbGToVobJl > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEFhZtU0OaOyIedDAeVXGPwSrTGscdSM { width:19.99925rem;height:4.22395625rem;top:1.9986982345581rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnFcUo0ThwV8QkT9Bt0tJOB3xGwTQDPv { width:9.1869375rem;height:1.29948125rem;top:10.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mTTqeJ3nGtzFAFvOiBPh00LExrGHXU { width:9.375rem;height:5.625rem;top:7.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKwqQ7KWz0f2znkh5DDrSPOETVvkLPL { width:1.99941875rem;height:1.78746875rem;top:8.875rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJAzq3MdMLR54CTpbrTPsBxPJVHve6J3 { width:8.3125rem;height:2.59895625rem;top:16.624565124512rem;left:10.999711632729rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fOL5N7OP9387J91GnMqIU38td9ZEuk { width:9.375rem;height:5.624275rem;top:14.186775207519rem;left:10.436921715736rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEJh44ShTJTxwTQUy6IpBfvvU88ETcKt { width:4.1875rem;height:1.78746875rem;top:14.687355041504rem;left:13.312355637551rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqxUhDXgQWDgdcsOEthvNQTU9QWQg94 { width:9.375rem;height:5.625rem;top:14.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEvDUUhROEx3EyFeAnq7zvKexQT0iJG { width:8.3125rem;height:2.59895625rem;top:16.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSdFVPMTRgkuBN14qbemLs23QTt3IvfS { width:4.1875rem;height:1.78746875rem;top:14.875rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAxqRrJPEniVonLmaah2FUkHyapMfEKL { width:8.3125rem;height:2.59895625rem;top:10.375rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1zMSiUVHCI68gI1sRBflKDLKgo2EFW { width:9.375rem;height:5.624275rem;top:7.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ91GLGmO2Kqn2I8kHrK0xMlh7CIEEv8 { width:4.1875rem;height:1.78746875rem;top:8.4375rem;left:13.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ { display:block; }#unGzOQZM68Kk9yctw1kHc6ZT5xCANCdJ > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZO288EZeLCZ90TRqNnIkuiaHGaFGAqq { width:19.99925rem;height:4.22395625rem;top:2.2482643127441rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdP1OSp9OLtv957rXgFteG4Fevvnuwws { width:19.7496875rem;height:10.4369375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvH9bi6x4whuhB6nWBf5VU3vtCGveRBC { width:19.875rem;height:10.3125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbJnduXBlrE6KT0PpKbhMfyQAfAnVDIH { width:19.875rem;height:14.625rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh2aDFz8PddRFfKWZlGH0FJa741JVZpE { width:19.875rem;height:15.5rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH6S35GW12HBfvATTWITKMi3AWSRtalB { width:9.375rem;height:1.625rem;top:16.6875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCImyWDQSDwl37XGztDDJTAaaJVGnOv3 { width:14.249875rem;height:1.625rem;top:28.9375rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdEWPlV8EaJmAfcBlTZkauKKnsgMNeEh { width:9.249875rem;height:1.625rem;top:41.625rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl00gNeKcqH58IuhotyA0K5PCVr3QlLV { width:10.3746875rem;height:1.625rem;top:57.9375rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMI4eJCtwQPtBFRKG5HTgzsdX3CTOkkn { width:18.312375rem;height:6.09375rem;top:18.875rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRNLphedJGVMXn1xGvp5shxV8vryyLtL { width:18.6870625rem;height:5.19791875rem;top:31.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmRS9lUrgHZD3FGIWb70b5ahNsJDTOcs { width:19rem;height:9.75rem;top:44.0625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6wWu2fEg3IsrvtbKqrfZdrg3oPEuBpU { width:18.8121875rem;height:10.96875rem;top:60.375rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T27GW6Jav8c8LS38zItilZIkVOmZVPia { width:5.5rem;height:1.29948125rem;top:16.8125rem;left:11.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEV7kLGQmgrqTZn02W2M9PM0dMVWb89O { width:5.49985625rem;height:1.29948125rem;top:41.8125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNFVWR05vnUt2PTWLGpU7ZTuLlE3tHXJ { width:5.49985625rem;height:1.29948125rem;top:58.125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAd5aoUJvLLJS9dPIuK8zRdif8n7CPI6 { width:5.49985625rem;height:1.29948125rem;top:29.0625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFuEwSRsW8TkcRQxuCv1S9VJ8nTIwirT { width:16.8125rem;height:4.6875rem;top:8.6822917461394rem;left:1.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mvqirM3TM505kuN6qLQew4W11ZbfIT { display:block; }#w2mvqirM3TM505kuN6qLQew4W11ZbfIT > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kINT4hVksoy3scoo02qixyoUIfpxkAdS { width:19.99925rem;height:2.1120875rem;top:2.248987197876rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyGm0uQWaL2me9LSlGnhNvmCQsqJw2xi { width:18.74925rem;height:10.3746875rem;top:18.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSrH7TVmk3y4UG2uKpPoa0hbFPF3uWwl { width:15.62425rem;height:3.25rem;top:18.875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtSySbhF7okvNMticCUfa9RuaOqdDHC2 { width:18.75rem;height:10rem;top:6rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIeF30J9wQiChnzcuz3dtsXIzfQJhsFC { width:12.5rem;height:3.0873875rem;top:7.0625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJCs7glRz3T0cNC52XuSTgo6mTiik2u { width:18.75rem;height:10rem;top:30.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVyn9vXELMDQaILyMughyiiQ777BzXDd { width:16.1875rem;height:3.0873875rem;top:31.8125rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTfVuCPRIQa6D9GyTPGWJsgwhWDgT2Z { width:17.687375rem;height:4.875rem;top:22.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9sUi9BqUgUtQEwg6aQl9ZGAGxRJn2bv { width:18.0620625rem;height:3.65625rem;top:11.125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvltT6d75HBGZQy3GRehTTZuFo5R1qeH { width:18.0625rem;height:3.65625rem;top:35.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn84myv8AgxqrlmgVC8QJS06k62eWK4D { width:20rem;height:13.303878840865rem;top:42.058717836914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B { display:block; }#F4gg9LS2t8bmtv350KUNJBRIvZsPsx8B > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzXZ1TCxn8MNwQ5bTZEhqBG7RwZ5tpNe { width:19.99925rem;height:5.84895625rem;top:2.186053276062rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9GHLEOiRAUiTKyqdccDy3nwt1f3n6sG { width:19.99925rem;height:3.8984375rem;top:10.160590648651rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKcrZkdbrXDf4dn5BKoU6wSaytds2Hhm { width:9.7496875rem;height:3.31235625rem;top:16.197193622589rem;left:5.1236983537674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvdx3cr9dzWf1K5th73S8eTqQr2x2vX3 { display:block; }
 }@media only screen and (max-width: 763px) { #RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk { display:block; }#RmZfV6TPG43MQ6cFZpsUKK4LKhBOVFdk > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO6DAzkXnwP8xyLLFQoTDKD6P2woVCKy { width:19.9985625rem;height:3.89930625rem;top:2.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHfzmC0nqTh96PTEgAntNVd3RHnkkuDn { display:flex;width:2.06235625rem;height:2.06235625rem;top:11.310041904449rem;left:7.31119787693rem; }
#KHfzmC0nqTh96PTEgAntNVd3RHnkkuDn > img { max-width: 100%;max-height:100%; width:2.06235625rem; height:2.06235625rem; } }@media only screen and (max-width: 763px) { #RtB4MZnJmuHIuVpJBWMJ7f7hTcIhP9rR { display:flex;width:2.06235625rem;height:2.06235625rem;top:11.308594226837rem;left:10.668403267861rem; }
#RtB4MZnJmuHIuVpJBWMJ7f7hTcIhP9rR > img { max-width: 100%;max-height:100%; width:2.06235625rem; height:2.06235625rem; } }@media only screen and (max-width: 763px) { #WUxsxKMeXXZQlZgPENtQN356A51Grn4o { width:19.99925rem;height:2.59895625rem;top:7.3741326332094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk { display:block; }#RkTeI0ksMzrMt1iFwtsdryPSFep7aBAk > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RN3TrC7G2JcOGET18xaBDt8rISiqCU96 { width:9rem;height:1.875rem;top:1.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B01MHTsQXweTL53e1BbR0iKFfBHf5B3S { width:9rem;height:3.4375rem;top:16.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPtexeLpXTeeHm1TaTCCaWMEtZgMXHt6 { display:block; }
 }@media only screen and (max-width: 763px) { #WKIoSl3N363DRqXkrsMXTVcbxd8rFvJ6 { width:9.375rem;height:3.4375rem;top:16.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfIB5FBBiqL8ITSfeQfRFDTk9z4hrt6l { display:block; }
 }@media only screen and (max-width: 763px) { #oq9O3rqxpfXsan9IgmwDTqQSg9Izkr0y { width:16.56175rem;height:1.29948125rem;top:5.7486982345581rem;left:1.7165800333023rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaf0XIobkOH5tRzyT4e1v8uWvNep4HVy { width:19.99925rem;height:6.497375rem;top:9.0321187973025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }