.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:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:227,227,227;--color-secondary-3:89,89,89;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { z-index:;position:relative;display:block; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { background-color: transparent; background-image: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container > .video-iframe-container { display: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row > .video-iframe-container { display: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .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); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { border-width: 0; border-radius: 0; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FxemQZz4e7WR9tDgrLsxIgcxVKNbrzix { background-color:#ff0295;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.0000002384186rem;left:48.312501907349rem;display:block; }
#w6of81yTvXSiHtkDHthgqWzCK1dIOH1b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hb9X8iplP3Kswh0AXnvtZdNHaEdty9qK { background-color:#ff0295;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249125rem;height:2.99913125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0625002384186rem;left:58.750001907349rem;display:block; }
#cChCMJpPSCgLUcSNa5fZxhJPqpk8Zm5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:25.4375rem;top:1.0625rem;left:1.2705078125rem;overflow:hidden;display:block; }
#EZMDBXx0yQnPHMsPzq9lUXsc6EqQyyCJ { 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:57.1875rem;width:39.375rem;top:7.53125rem;left:0rem;overflow:hidden;display:block; }
#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M { position:relative;display:block; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M { background-color: transparent; background-image: none; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row .container > .video-iframe-container { display: none; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row > .video-iframe-container { display: none; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .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); }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M { border-width: 0; border-radius: 0; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oOTLuRqWH96HKRQ5yUXeEXhaUbIyI8eB { position:absolute;display:block;z-index:15002;height:27.9980625rem;width:31.3748125rem;top:1.1881513595581rem;left:40.000001907349rem;display:block; }
#AfmDPDdMQAOTVsmdRhEMSdVkSoLIfCEP { box-sizing:content-box;height:57.375rem;width:35.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(89,89,89,0.15);background-image:none;top:0rem;left:39.375rem;display:block; }
#lMpy1GdHHdn5S9G4KlXiuCZzACysGfdI { position:absolute;display:block;z-index:15000;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:48rem;width:33rem;display:none; }
#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row .container { background-color: transparent; background-image: none; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row .container > .video-iframe-container { display: none; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row > .video-iframe-container { display: none; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .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); }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row .container { border-width: 0; border-radius: 0; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#kJEAizdPgA0qCXpD5hTH1bPiZXDD5kDq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.3760852813721rem;left:6.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hI733GFaPg8TidXtGZBC83lJLMrAEhsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3754348754881rem;left:6.2500019073488rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqwlbKuORHPr0Ex9yaTekbyhBSm3XUvO { box-sizing:content-box;height:25.1875rem;width:20.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(89,89,89,0.15);background-image:none;top:10.313585281372rem;left:6.2500019073488rem;display:block; }
#f5WJ57lThTp3dWDr2vDm390lt4Mor7iJ { box-sizing:content-box;height:25.1875rem;width:20.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(89,89,89,0.15);background-image:none;top:10.313585281372rem;left:48.750001907349rem;display:block; }
#szxvGbmmFzGMXzLtQGzDH80VmsXyCOm2 { box-sizing:content-box;height:25.1875rem;width:20.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(89,89,89,0.15);background-image:none;top:10.3134765625rem;left:27.5rem;display:block; }
#xpAB71MCiCTHRT09tbns0GPhF0IAwppt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.813150405884rem;left:7.5000019073488rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lz3iJU0gVXfboLWnLvJdgUvaVQvVboZR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.174697875976rem;left:7.5000019073488rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5w2lTPQO8LlVSCnQkFuHKDLVJRpm3A7 { color:#282828;display:block;width:17.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.563152313233rem;left:7.3750019073488rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#I5w2lTPQO8LlVSCnQkFuHKDLVJRpm3A7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I5w2lTPQO8LlVSCnQkFuHKDLVJRpm3A7 li:before{  }
#B5EZnglO5APOXIeGJ6wIkr0iRiCIF7P6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.237628936767rem;left:28.750001907349rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWQQroMbXu9Ey7TGGpPbfVvmuJisTgHs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.750650405884rem;left:28.750001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yfeaC4Rz3GuktET2OwTwliBZw3MyA7rS { color:#282828;display:block;width:17.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.611980438233rem;left:28.625001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#yfeaC4Rz3GuktET2OwTwliBZw3MyA7rS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yfeaC4Rz3GuktET2OwTwliBZw3MyA7rS li:before{  }
#TnqaLsEnTr2QusSmhuf7N63ovxka0SuT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.813585281372rem;left:50.000001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vLQNuITdwayfRuow2bkPCN32ua4BByOg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.313587188721rem;left:50.000001907349rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4Ck65SNGUfn3zClZ7DNn09F6uLihX30 { color:#282828;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.563587188721rem;left:49.875001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#W4Ck65SNGUfn3zClZ7DNn09F6uLihX30 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W4Ck65SNGUfn3zClZ7DNn09F6uLihX30 li:before{  }
#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO { position:relative;display:block; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO { background-color: transparent; background-image: none; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row .container > .video-iframe-container { display: none; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row > .video-iframe-container { display: none; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .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); }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO { border-width: 0; border-radius: 0; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p7JIakD0wUnaDCkQ9F5qokgAUPPoR2ui { 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:33.75rem;width:24.25rem;top:2.1256551742554rem;left:6.2500019073488rem;overflow:hidden;display:block; }
#RTuslB48V9GFy93dSEmvdZ4b44L5cKUR { box-sizing:content-box;height:33.75rem;width:39.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.1256513595581rem;left:29.625001907349rem;display:block; }
#Q4cZqsWwgw0zhgawBzTaawrNWkvOwkyP { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.064453125rem;left:35rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HREkAlcZu2fNBNNADJH5lpOhH3uEcTi7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.4384765625rem;left:35rem;height:9.098625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZKK3HGcnmG9DxSM07MJ4eHP0yDHGHzF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.21875rem;left:36.25rem; }
#C8B3oL0oGvy4lo5DRzXoA2TIDdwqzqan { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.3759765625rem;left:38.4150390625rem;height:9.09864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B4siHH4wrCyq4li48Spn4pJIKpKoyTm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.5634765625rem;left:36.25rem; }
#Sz6FrIg3N4qchmUlWOUpeuTfguuINAUz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.1259765625rem;left:36.25rem; }
#CzmxRfuafDRJTANKF7oIdPVI8SmnnqTO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.6259765625rem;left:36.25rem; }
#uacCD8F8OZhVvpGcVbiv7mO22JvGnSl4 { background-color:#ff0295;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249125rem;height:2.99913125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.439238548279rem;left:35.000001907349rem;display:block; }
#RpJmkL4BcrT7KOeTquCBZrJ0o55OOmez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 { position:relative;display:block; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 { background-color: transparent; background-image: none; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row .container > .video-iframe-container { display: none; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row > .video-iframe-container { display: none; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .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); }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 { border-width: 0; border-radius: 0; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xsHpOv3FX94RX6dlBUTTlcg6QhwNvZa7 { box-sizing:content-box;height:11.9998125rem;width:21.936875rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:4.1271705627441rem;left:6.2500019073488rem;display:block; }
#VCHGTwPPIW5l6EHbS8y5MHbG4BS8qiOA { box-sizing:content-box;height:17rem;width:47.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(89,89,89,0.15);background-image:none;top:1.6890182495118rem;left:21.250001907349rem;display:block; }
#mEtvGU3tar8rTOTMTlqyFRmSuznE35l6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.9396705627441rem;left:8.7500019073488rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oWQduV0EetBazCVmnR1uUUCHTn2NUEfs { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.9368476867675rem;left:30.000001907349rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yrXKH9HsQQWIF9R9kDnGSvJr56vcBMxh { color:rgba(var(--color-primary-2),1);display:block;width:2.8125rem;position:absolute;font-family:"cinzel decorative";font-size:9.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:0.93967056274412rem;left:28.750001907349rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#faP0WoT24T9b1wfXgl5oTp4vWFAAlx66 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.015625rem;left:13.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NyX53XhAIT20pawEwIbB0GnzTRDtRpEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.12656211853rem;left:8.8125rem; }
#K0nps2pcuTigR1e5WHlWnKwmwOgf4NyM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.12656211853rem;left:9.625rem; }
#d3oes6XPhouT6n5OX7sGtXlrWbQWlQl2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.125rem;left:10.375rem; }
#OGxxnHiJTh8Zu0cuT0hXkrUNgwxs30Uz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.14999961853rem;left:11.125rem; }
#TX2SHXrxmyI8KeOToV3DLwllUgh8wTNX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.125rem;left:11.875rem; }
#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI { position:relative;display:block; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI { background-color: transparent; background-image: none; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row .container > .video-iframe-container { display: none; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row > .video-iframe-container { display: none; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .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); }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI { border-width: 0; border-radius: 0; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XgPc65o9Z6nTlrvyTI4SerCKO4obWePc { 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:22.375rem;width:27.9375rem;top:2.9375rem;left:40.8125rem;overflow:hidden;display:block; }
#X7kTZmzt0OV7qCeVEs17V6Oa2UHVIkIf { box-sizing:content-box;height:22.375rem;width:34.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(89,89,89,0.15);background-image:none;top:2.9375rem;left:7.5rem;display:block; }
#U0zx2ssN65W2Na8SMCQt7mCcg2Rb5QHN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.6875rem;left:10rem;height:7.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uve7JScFl3ZxyhvqT7EvEWAealFsCTIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.88671875rem;left:10.03125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cBBPkuac9Fq267Kra35BAp4RbZZya35c { background-color:#ff0295;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.1875rem;left:10rem;display:block; }
#AV8y12TrDFxUqtQSavyrrCT4BJhKBxP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EdCMAcASfC3rStThi18y14kcuecAT720 { background-color:#ff0295;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249rem;height:2.999025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.1875rem;left:20.7509765625rem;display:block; }
#KZt5i6Z7GG9BUXownXSMnTJdTWof5IuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi { position:relative;display:block; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi { background-color: transparent; background-image: none; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row .container > .video-iframe-container { display: none; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row > .video-iframe-container { display: none; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .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); }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi { border-width: 0; border-radius: 0; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iR3u8H1KuDASUxKt3uakoFxsRmqXQNIZ { box-sizing:content-box;height:10.1875rem;width:15.0625rem;position:absolute;display:block;z-index:15004;background-color:#e6e5e5;background-image:none;top:5.435546875rem;left:7.5rem;display:block; }
#BoqQDosMUvMhTA9oEJKVQMCBdA81l1FV { box-sizing:content-box;height:14.8125rem;width:51.3125rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:2.9403400421142rem;left:17.498224258423rem;display:block; }
#Gp5lCqOVMhaqKGnyZ3gwBlOiAuAkt6Zb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.3125rem;left:8.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wf6fgSM11EZge30sCIbHuzc5NomthVIm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:8.75rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRZafITtLMf52QKctCPEqMQysJ5ZXm3h { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.6181640625rem;left:37.0908203125rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8hpzP88Qs44MaWCCFE1REMErOII0ul5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:6.248046875rem;left:41.623046875rem; }
#uttuLLwbtBWp8WBC67w50iBx8k948xyC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:8.375rem;left:37.373046875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { position:relative;display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { background-color: transparent; background-image: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .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); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { border-width: 0; border-radius: 0; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hJnBtLga1BmS77mmFqto7g2bICcrgqmD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:6.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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:#e6e5e5;background-image:none;vertical-align:top; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-4),1);height:auto; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.adaptive-delivery-prevent-bg, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyload, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyloading { background-image: none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { box-sizing:content-box;height:auto;width:61.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.8125rem;left:5.53125rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { 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; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { border-width: 0; border-radius: 0; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;overflow:visible;position:relative;display:block; }#dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:10.5625rem;top:0.625rem;left:32.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { display:block; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { background-color: transparent; background-image: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container > .video-iframe-container { display: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row > .video-iframe-container { display: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .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); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { border-width: 0; border-radius: 0; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxemQZz4e7WR9tDgrLsxIgcxVKNbrzix { width:9.25rem;height:3rem;top:2rem;left:34.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6of81yTvXSiHtkDHthgqWzCK1dIOH1b { display:block; }
 }@media only screen and (max-width: 763px) { #Hb9X8iplP3Kswh0AXnvtZdNHaEdty9qK { width:9.1875rem;height:2.9375rem;top:2.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cChCMJpPSCgLUcSNa5fZxhJPqpk8Zm5s { display:block; }
 }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { top:1.0625rem;left:0rem;width:25.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZMDBXx0yQnPHMsPzq9lUXsc6EqQyyCJ { top:7.5rem;left:0rem;width:39.375rem;height:57.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M { display:block; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOTLuRqWH96HKRQ5yUXeEXhaUbIyI8eB { top:1.1875rem;left:16.4375rem;width:31.3125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfmDPDdMQAOTVsmdRhEMSdVkSoLIfCEP { top:0rem;left:10.1875rem;width:35.6875rem;height:57.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMpy1GdHHdn5S9G4KlXiuCZzACysGfdI { width:33rem;height:48rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f { display:block; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJEAizdPgA0qCXpD5hTH1bPiZXDD5kDq { width:14.4375rem;height:3rem;top:3.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI733GFaPg8TidXtGZBC83lJLMrAEhsQ { width:47.75rem;height:1.5rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqwlbKuORHPr0Ex9yaTekbyhBSm3XUvO { top:10.3125rem;left:0rem;width:20.125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5WJ57lThTp3dWDr2vDm390lt4Mor7iJ { top:10.3125rem;left:27.5625rem;width:20.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxvGbmmFzGMXzLtQGzDH80VmsXyCOm2 { top:10.3125rem;left:13.875rem;width:20.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpAB71MCiCTHRT09tbns0GPhF0IAwppt { width:12rem;height:1.5625rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3iJU0gVXfboLWnLvJdgUvaVQvVboZR { width:17.5625rem;height:3.875rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5w2lTPQO8LlVSCnQkFuHKDLVJRpm3A7 { width:17.375rem;height:;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }#I5w2lTPQO8LlVSCnQkFuHKDLVJRpm3A7 li:before{  }
 }@media only screen and (max-width: 763px) { #B5EZnglO5APOXIeGJ6wIkr0iRiCIF7P6 { width:17.5625rem;height:3.875rem;top:15.1875rem;left:15.125001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQQroMbXu9Ey7TGGpPbfVvmuJisTgHs { width:12rem;height:1.5625rem;top:12.6875rem;left:15.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfeaC4Rz3GuktET2OwTwliBZw3MyA7rS { width:17.375rem;height:;top:20.5625rem;left:14.999822616577rem;font-size:0.875rem;display:block; }#yfeaC4Rz3GuktET2OwTwliBZw3MyA7rS li:before{  }
 }@media only screen and (max-width: 763px) { #TnqaLsEnTr2QusSmhuf7N63ovxka0SuT { width:12rem;height:1.5625rem;top:12.8125rem;left:35.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLQNuITdwayfRuow2bkPCN32ua4BByOg { width:16.25rem;height:3.75rem;top:15.3125rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Ck65SNGUfn3zClZ7DNn09F6uLihX30 { width:17.6875rem;height:;top:20.5625rem;left:30.0625rem;font-size:0.875rem;display:block; }#W4Ck65SNGUfn3zClZ7DNn09F6uLihX30 li:before{  }
 }@media only screen and (max-width: 763px) { #CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO { display:block; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7JIakD0wUnaDCkQ9F5qokgAUPPoR2ui { top:2.125rem;left:0rem;width:24.25rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTuslB48V9GFy93dSEmvdZ4b44L5cKUR { top:2.125rem;left:8.6875rem;width:39.0625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4cZqsWwgw0zhgawBzTaawrNWkvOwkyP { width:24.875rem;height:;top:5.0625rem;left:21.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HREkAlcZu2fNBNNADJH5lpOhH3uEcTi7 { width:29rem;height:8.75rem;top:8.4375rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZKK3HGcnmG9DxSM07MJ4eHP0yDHGHzF { top:18.1875rem;left:22.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8B3oL0oGvy4lo5DRzXoA2TIDdwqzqan { width:19.375rem;height:8.75rem;top:18.375rem;left:24.7900390625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4siHH4wrCyq4li48Spn4pJIKpKoyTm7 { top:20.5625rem;left:22.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz6FrIg3N4qchmUlWOUpeuTfguuINAUz { top:23.125rem;left:22.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzmxRfuafDRJTANKF7oIdPVI8SmnnqTO { top:25.625rem;left:22.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uacCD8F8OZhVvpGcVbiv7mO22JvGnSl4 { width:9.1875rem;height:2.9375rem;top:29.4375rem;left:21.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJmkL4BcrT7KOeTquCBZrJ0o55OOmez { display:block; }
 }@media only screen and (max-width: 763px) { #Iwb9iMeifXkEKugAFi0puAfdvxG62y39 { display:block; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsHpOv3FX94RX6dlBUTTlcg6QhwNvZa7 { top:4.125rem;left:0rem;width:21.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCHGTwPPIW5l6EHbS8y5MHbG4BS8qiOA { top:1.6875rem;left:0.125rem;width:47.625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEtvGU3tar8rTOTMTlqyFRmSuznE35l6 { width:16.875rem;height:5.1875rem;top:5.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQduV0EetBazCVmnR1uUUCHTn2NUEfs { width:36.625rem;height:6rem;top:6.875rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrXKH9HsQQWIF9R9kDnGSvJr56vcBMxh { width:2.8125rem;height:15rem;top:0.9375rem;left:15.125001907349rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faP0WoT24T9b1wfXgl5oTp4vWFAAlx66 { width:12.375rem;height:1.25rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyX53XhAIT20pawEwIbB0GnzTRDtRpEC { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0nps2pcuTigR1e5WHlWnKwmwOgf4NyM { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oes6XPhouT6n5OX7sGtXlrWbQWlQl2 { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGxxnHiJTh8Zu0cuT0hXkrUNgwxs30Uz { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2SHXrxmyI8KeOToV3DLwllUgh8wTNX { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI { display:block; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgPc65o9Z6nTlrvyTI4SerCKO4obWePc { top:2.9375rem;left:19.8125rem;width:27.9375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7kTZmzt0OV7qCeVEs17V6Oa2UHVIkIf { top:2.9375rem;left:0rem;width:34.5625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0zx2ssN65W2Na8SMCQt7mCcg2Rb5QHN { width:28.75rem;height:7.5rem;top:6.6875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uve7JScFl3ZxyhvqT7EvEWAealFsCTIZ { width:27.625rem;height:1.25rem;top:15.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBPkuac9Fq267Kra35BAp4RbZZya35c { width:9.25rem;height:3rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV8y12TrDFxUqtQSavyrrCT4BJhKBxP0 { display:block; }
 }@media only screen and (max-width: 763px) { #EdCMAcASfC3rStThi18y14kcuecAT720 { width:9.1875rem;height:2.9375rem;top:19.1875rem;left:7.1259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZt5i6Z7GG9BUXownXSMnTJdTWof5IuU { display:block; }
 }@media only screen and (max-width: 763px) { #K7CJ6ggActbT1Ousho7sLkThTU7a3wdi { display:block; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR3u8H1KuDASUxKt3uakoFxsRmqXQNIZ { top:5.375rem;left:0rem;width:15.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoqQDosMUvMhTA9oEJKVQMCBdA81l1FV { top:2.9375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp5lCqOVMhaqKGnyZ3gwBlOiAuAkt6Zb { width:12.625rem;height:;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf6fgSM11EZge30sCIbHuzc5NomthVIm { width:12.625rem;height:3.75rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRZafITtLMf52QKctCPEqMQysJ5ZXm3h { width:11.0625rem;height:3.375rem;top:10.5625rem;left:23.4658203125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8hpzP88Qs44MaWCCFE1REMErOII0ul5 { top:6.1875rem;left:27.998046875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uttuLLwbtBWp8WBC67w50iBx8k948xyC { width:10.5rem;height:1.5rem;top:8.375rem;left:23.748046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:25.25rem;height:3rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { top:0.625rem;left:18.59375rem;width:10.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { display:block; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { background-color: transparent; background-image: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container > .video-iframe-container { display: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row > .video-iframe-container { display: none; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .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); }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq { border-width: 0; border-radius: 0; }#eT9ngOR8e4rm2uRQUKgdISEfRMsl97yq > .row .container { width:20rem;height:9.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxemQZz4e7WR9tDgrLsxIgcxVKNbrzix { width:7.5rem;height:2.5rem;top:4.625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6of81yTvXSiHtkDHthgqWzCK1dIOH1b { display:block; }
 }@media only screen and (max-width: 763px) { #Hb9X8iplP3Kswh0AXnvtZdNHaEdty9qK { width:7.5rem;height:2.5rem;top:4.625rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cChCMJpPSCgLUcSNa5fZxhJPqpk8Zm5s { display:block; }
 }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { width:12.4375rem;height:2.625rem;top:0.9375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZMDBXx0yQnPHMsPzq9lUXsc6EqQyyCJ { width:17.625rem;height:25.625rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M { display:block; }#l7RpuKXhQ1sGBV8zIOQnuVemsrMnWA8M > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOTLuRqWH96HKRQ5yUXeEXhaUbIyI8eB { width:20rem;height:21.1869375rem;top:29.123755931854rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfmDPDdMQAOTVsmdRhEMSdVkSoLIfCEP { width:20rem;height:88.1875rem;top:26.5703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMpy1GdHHdn5S9G4KlXiuCZzACysGfdI { top:0rem;left:0rem;width:20rem;height:29.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f { display:block; }#ETdbnSwuId3kssr4PG4GlEzrnq2vhT7f > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJEAizdPgA0qCXpD5hTH1bPiZXDD5kDq { width:17.625rem;height:1.949775rem;top:1.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hI733GFaPg8TidXtGZBC83lJLMrAEhsQ { width:18.5625rem;height:3.9375rem;top:3.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqwlbKuORHPr0Ex9yaTekbyhBSm3XUvO { width:20rem;height:17.25rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5WJ57lThTp3dWDr2vDm390lt4Mor7iJ { width:20rem;height:23.3125rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxvGbmmFzGMXzLtQGzDH80VmsXyCOm2 { width:20rem;height:23.4375rem;top:27.8720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpAB71MCiCTHRT09tbns0GPhF0IAwppt { width:11.9998125rem;height:1.46218125rem;top:11.49609375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3iJU0gVXfboLWnLvJdgUvaVQvVboZR { width:17.561875rem;height:3.41015625rem;top:13.9833984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5w2lTPQO8LlVSCnQkFuHKDLVJRpm3A7 { width:17.374125rem;height:5.484375rem;top:18.9970703125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#I5w2lTPQO8LlVSCnQkFuHKDLVJRpm3A7 li:before{  }
 }@media only screen and (max-width: 763px) { #B5EZnglO5APOXIeGJ6wIkr0iRiCIF7P6 { width:17.561875rem;height:3.41015625rem;top:32.921875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQQroMbXu9Ey7TGGpPbfVvmuJisTgHs { width:11.9998125rem;height:1.46218125rem;top:30.12109375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfeaC4Rz3GuktET2OwTwliBZw3MyA7rS { width:17.374125rem;height:11.28125rem;top:37.7958984375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#yfeaC4Rz3GuktET2OwTwliBZw3MyA7rS li:before{  }
 }@media only screen and (max-width: 763px) { #TnqaLsEnTr2QusSmhuf7N63ovxka0SuT { width:11.9998125rem;height:1.46218125rem;top:55.1220703125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLQNuITdwayfRuow2bkPCN32ua4BByOg { width:16.25rem;height:3.41015625rem;top:57.6220703125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Ck65SNGUfn3zClZ7DNn09F6uLihX30 { width:17.6865rem;height:11.28125rem;top:62.6884765625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#W4Ck65SNGUfn3zClZ7DNn09F6uLihX30 li:before{  }
 }@media only screen and (max-width: 763px) { #CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO { display:block; }#CquC0o9cdV8eUnZUuCdEC7VNeeeoRCAO > .row .container { width:20rem;height:62.1962890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7JIakD0wUnaDCkQ9F5qokgAUPPoR2ui { width:20rem;height:27.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTuslB48V9GFy93dSEmvdZ4b44L5cKUR { width:20rem;height:33.75rem;top:28.4462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4cZqsWwgw0zhgawBzTaawrNWkvOwkyP { width:16.3125rem;height:3.8984375rem;top:29.1875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HREkAlcZu2fNBNNADJH5lpOhH3uEcTi7 { width:17.75rem;height:12.503875rem;top:34.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZKK3HGcnmG9DxSM07MJ4eHP0yDHGHzF { display:flex;width:1.0617875rem;height:1.0617875rem;top:48.312321662903rem;left:3.6505678892136rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #C8B3oL0oGvy4lo5DRzXoA2TIDdwqzqan { width:12.7494375rem;height:7.95703125rem;top:48.312321662903rem;left:4.843039393425rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4siHH4wrCyq4li48Spn4pJIKpKoyTm7 { display:flex;width:1.18696875rem;height:1.18696875rem;top:50.561965942382rem;left:3.5848721265793rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Sz6FrIg3N4qchmUlWOUpeuTfguuINAUz { display:flex;width:1.18696875rem;height:1.18696875rem;top:52.623399734497rem;left:3.5848721265793rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #CzmxRfuafDRJTANKF7oIdPVI8SmnnqTO { display:flex;width:1.18696875rem;height:1.18696875rem;top:55.142044067382rem;left:3.5848721265793rem; }
 }@media only screen and (max-width: 763px) { #uacCD8F8OZhVvpGcVbiv7mO22JvGnSl4 { width:7.5rem;height:2.5rem;top:58.1875rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJmkL4BcrT7KOeTquCBZrJ0o55OOmez { display:block; }
 }@media only screen and (max-width: 763px) { #Iwb9iMeifXkEKugAFi0puAfdvxG62y39 { display:block; }#Iwb9iMeifXkEKugAFi0puAfdvxG62y39 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsHpOv3FX94RX6dlBUTTlcg6QhwNvZa7 { width:20rem;height:9.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCHGTwPPIW5l6EHbS8y5MHbG4BS8qiOA { width:20rem;height:14.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEtvGU3tar8rTOTMTlqyFRmSuznE35l6 { width:16.875rem;height:3.8984375rem;top:3.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oWQduV0EetBazCVmnR1uUUCHTn2NUEfs { width:16.9375rem;height:9.1875rem;top:14.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrXKH9HsQQWIF9R9kDnGSvJr56vcBMxh { width:2.8125rem;height:7.049875rem;top:12.07421875rem;left:1rem;text-align:center;text-align-last:center;font-size:5.875rem;line-height:1.2;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #faP0WoT24T9b1wfXgl5oTp4vWFAAlx66 { width:10.9375rem;height:1.13671875rem;top:8.9375002384187rem;left:4.53125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyX53XhAIT20pawEwIbB0GnzTRDtRpEC { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:7.5625004768369rem; }
 }@media only screen and (max-width: 763px) { #K0nps2pcuTigR1e5WHlWnKwmwOgf4NyM { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:8.5625004768369rem; }
 }@media only screen and (max-width: 763px) { #d3oes6XPhouT6n5OX7sGtXlrWbQWlQl2 { display:flex;width:0.9375rem;height:0.9375rem;top:7.8370666503906rem;left:9.5312504768369rem; }
 }@media only screen and (max-width: 763px) { #OGxxnHiJTh8Zu0cuT0hXkrUNgwxs30Uz { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #TX2SHXrxmyI8KeOToV3DLwllUgh8wTNX { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:11.562500476837rem; }
 }@media only screen and (max-width: 763px) { #cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI { display:block; }#cHDTgcog1CMHSFExdQaG3IRz7P2rRrbI > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgPc65o9Z6nTlrvyTI4SerCKO4obWePc { width:20rem;height:16rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7kTZmzt0OV7qCeVEs17V6Oa2UHVIkIf { width:20rem;height:20.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0zx2ssN65W2Na8SMCQt7mCcg2Rb5QHN { width:20rem;height:4.5rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Uve7JScFl3ZxyhvqT7EvEWAealFsCTIZ { width:13rem;height:2.2734375rem;top:25.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBPkuac9Fq267Kra35BAp4RbZZya35c { width:7.5rem;height:2.5rem;top:29.4375rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV8y12TrDFxUqtQSavyrrCT4BJhKBxP0 { display:block; }
 }@media only screen and (max-width: 763px) { #EdCMAcASfC3rStThi18y14kcuecAT720 { width:7.5rem;height:2.5rem;top:32.5rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZt5i6Z7GG9BUXownXSMnTJdTWof5IuU { display:block; }
 }@media only screen and (max-width: 763px) { #K7CJ6ggActbT1Ousho7sLkThTU7a3wdi { display:block; }#K7CJ6ggActbT1Ousho7sLkThTU7a3wdi > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR3u8H1KuDASUxKt3uakoFxsRmqXQNIZ { width:20rem;height:8.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoqQDosMUvMhTA9oEJKVQMCBdA81l1FV { width:20rem;height:12.875rem;top:9.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp5lCqOVMhaqKGnyZ3gwBlOiAuAkt6Zb { width:12.6248125rem;height:2.25rem;top:4.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wf6fgSM11EZge30sCIbHuzc5NomthVIm { width:15.625rem;height:2.2734375rem;top:6.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRZafITtLMf52QKctCPEqMQysJ5ZXm3h { width:13.0625rem;height:3.41015625rem;top:17.513671875rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8hpzP88Qs44MaWCCFE1REMErOII0ul5 { display:flex;width:1.9365234375rem;height:1.9365234375rem;top:12.5927734375rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #uttuLLwbtBWp8WBC67w50iBx8k948xyC { width:12.623046875rem;height:1.64955625rem;top:15.302734375rem;left:3.6884765625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:20rem;height:4.7247875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:17.5rem;top:4.625rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { width:8.625rem;height:1.75rem;top:0.84375rem;left:5.6875rem;display:block; }
 }