.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,230,222;--color-primary-1:243,170,146;--color-primary-2:231,85,37;--color-primary-3:116,43,19;--color-primary-4:35,13,6;--color-secondary-0:217,221,223;--color-secondary-1:129,141,150;--color-secondary-2:3,26,44;--color-secondary-3:2,13,22;--color-secondary-4:0,4,7;--color-tertiary-0:255,255,255;--color-tertiary-1:254,235,180;--color-tertiary-2:251,189,5;--color-tertiary-3:126,95,3;--color-tertiary-4:25,19,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Montserrat"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#031a2c;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;z-index:auto;display:block; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row .container { background-color: transparent; background-image: none; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row .container > .video-iframe-container { display: none; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row > .video-iframe-container { display: none; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .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); }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row .container { border-width: 0; border-radius: 0; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#BpwMkVpUftaXcpi8dEIV6gA70Ib7E2U7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.625rem;top:1.375rem;left:4.25rem;overflow:hidden;display:block; }
#PVoAnafp1Bbm8tHvBziyN3v29Cmuoxmr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:6.75rem;height:3.57421875rem;font-style:normal;display:block; }
#e3imW5sKLOchuH2TdBFdNTumIOg7BWtL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:60.4375rem;display:block; }
#Upbi7w37qLLT0GZFoTvIgOhSbChnptWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mm7dM61y05ggmmXkcix8m1OfrVw3t9fo { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.849609375rem;left:26.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row .container { background-color: transparent; background-image: none; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row .container > .video-iframe-container { display: none; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row > .video-iframe-container { display: none; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .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); }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row .container { border-width: 0; border-radius: 0; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#zfNgZyPtuf2GDFUB5yopX608TiZqHeeT { 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:11.875rem;width:26.6875rem;top:6.875rem;left:4.75rem;overflow:hidden;display:block; }
#oo6O0tuUWGmz7GD8WsDifVWLbpQi7bpr { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.4375rem;left:4.75rem;height:13.6484375rem;display:block; }
#TUTww82WlLK7QSmF3VgipTTzZD87w8zG { position:absolute;display:block;z-index:15002;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:12.4375rem;width:29.375rem;top:27.75rem;left:3rem;overflow:hidden;display:block; }
#gR28mdmQykmKX9vaKXKXRlRT4fVygWyN { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:37.375rem;top:6.84375rem;left:37.625rem;overflow:hidden;display:block; }
#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f2;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; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row .container { background-color: transparent; background-image: none; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row .container > .video-iframe-container { display: none; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row > .video-iframe-container { display: none; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .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); }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row .container { border-width: 0; border-radius: 0; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#IJwAwXRnH6u8efZ95FxZg8VdohsZLxfK { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:23.1875rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#UX2gm0bG4uaE3r3Ok9HeAe3gZJLsluHL { color:rgba(var(--color-tertiary-0),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:13.46875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#d6utymooFWTwOGPtxQWsphHTsCyFBfIS { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:55.625rem;top:14.4375rem;left:9.6875rem;overflow:hidden;display:block; }
#ENfb3xZsi1T2LmJdrpQrTmga9yQzayGe { position:absolute;display:block;z-index:14999;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:2.875rem;width:34.1875rem;top:9.54296875rem;left:20.40625rem;overflow:hidden;display:block; }
#yV8TZPfr0EIOBr7kiKOy8B7ToLnSyIU7 { position:absolute;display:block;z-index:15006;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:0.3125rem;width:10.6875rem;top:7.037109375rem;left:22.40625rem;overflow:hidden;display:block; }
#favOw6vv9poVCv5r7eKVlBkWi3QO09ft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row .container { background-color: transparent; background-image: none; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row .container > .video-iframe-container { display: none; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row > .video-iframe-container { display: none; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .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); }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row .container { border-width: 0; border-radius: 0; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#ryFnsZVaBp8woEd4cDQJ3ULQcZdRPMLl { color:rgba(var(--color-primary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:4.75rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .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; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);line-height:1.5;overflow:hidden;height:auto; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-trigger.adaptive-delivery-prevent-bg, #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-trigger.lazyload, #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-trigger.lazyloading { background-image: none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 { box-sizing:content-box;height:auto;width:67.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:7.4609375rem;left:3.125rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #NQ0ziV3kvNb6oMGV4wiL8OBkZ5abAkUs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #lSmTptMB4laivAKNmd0qqDsLgDtfmF8p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #wCR7gB56qLRWLuduk6qAftN9dwTwiLtk { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LPlVnJ8OZLwvOiOwz9ETz5V38DRPyau4 {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #gD8MvAXoacfsefyVHSxrabex5e430KER {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #EopRomC2if5G2crtuJlr95OaAUDZtEap { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #t87LX3d3BeHipPE27uX9azv3VGQOQDvr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pUa8TKnSSNzAyVmZWHlxah71k2hybgb3 { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #fCsZsbNQbWsaQUSoJ9dnTeLfQxfnHCy7 {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GxcDMluKqbg4AbWcrUrvaWUlpnxrvE09 { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #OPF3Zu4fMohW6LNJbnpMwlV7B6HKZRCA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #ZIOZxniAfGyTyueMPXCz22OHFpZbr8Re { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #P2Ry2FbcAh1Tt8lp5zDKNlNiNwnWxIlb { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #DkTXgzTHQry4CVslHONs3A297XhWQUgX {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #cvQ6Ey10ei7Z03a80V7BLeVnQTpyvwry { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #BmWkZ13T9u0gKf3a0UA9NvzDmIoga4XU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GTNohnPywo35aVzQFEwupcuuc0rxxzBp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #c9Q1nGTmE2tmGxQ1QRHTLyovQGfBqm58 { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #enZxJDQsf77OgLNReczEXK3mxqr17QrB {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pS9Bk7MK3u1ZSWRZgnDkiy9RVgyrKcLr { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #K16dOFt9O1Sw4xSrakGzEskTIZXRem9h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #qRuTgJsVbGM5AOnJTLp9ydCc7CKt6rGW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #IWMy4Qhgd9N6Mw76H75bemOeqnlzWICh { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #li7Z4vk1b4ZBuQzt6GTyO4V8K0A8SMlV {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #kTAnVa9H6vFb20f5PxOtZAheu0doWope { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Oa4f9HhtKgect3mRHJCu7x6V7GySZk4r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #hAxeR4PhywvTT9rPPqXSSeZ9dTOh081t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #zM2lcUT88DOlOQc6DWNzCqs0WwdnQ6GL { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #XT1iP7lTShIgvO4i1IFwObiahCWMbk3R {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #CpsTdFNTPP5sOnk2C1FG5PyHn3xBEO1F { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Llf9vMhaAxG9PuWOVfFVzTVVh4z2boG8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #eNVudBPt29V2Fr2U7uidelO7aKDy6mTf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Lu3xJB0EQ0ggIEzuFvC61dzA8Z6a4lBX { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GoU28XWK5ONgrIsD5iTJli5yOVwOi2Lt {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #M0hbDTEe6GqMBw7kLPJdnfaEXn4OThyc { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LMq9v0Xem7C6Hh2LuucTohLQH2GGb4MO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #HrgvwRuSg92geXtqDRAWzDA09kk5EOca { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #VCUtN2NiddQu0T8Pn5hCWEizhP1Wx3uG { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #alq06fqkd5fTBSHhz2V1Hm0CTQrcQimU {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #td0vPtxeh702h3wMrNR1TongNcMz6S0F { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pMvDTCy6wuOZNeb4Z71terk1Nk2Kv4AR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #p7kWTPWszNGQ4V1KKVdmhhup5e26mPS3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GOSOtaO5ktckNWyBGZShS98qMxSPJMvK { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LKykhdvQCyTdds3Rhqt3dbcD8SexTDA9 {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #xmJGOQTQGm0A6zq4LO7FM578qlv8duFp { display:none; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #RuV99GWlZF98CHoqmTnJ3l4nUwsb6DmT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #OAXmDXhVz5ImCFNKZEu2yMyDWdULlFB7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #HTLPIwZLnfmXHvrZSGc6v8PQZAXkcJ6A { display:block;position:relative; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #v5iipKHOT9b88OgHzWbCBA7v0wRDywsw {  }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #u1CsdhUi0BWuZwKdtBcLP1hd4p32z7Sb { display:none; }
#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row .container { background-color: transparent; background-image: none; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row .container > .video-iframe-container { display: none; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row > .video-iframe-container { display: none; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .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); }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row .container { border-width: 0; border-radius: 0; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#b9GdmIG0QNQwrg8GUndm1LBVk485lwJS { box-sizing:content-box;height:17.8125rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:4.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#oGMFr5a9fx21gKWslvusH5SXxFxTQCgP { position:absolute;display:block;z-index:15001;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:4.3125rem;width:4.125rem;top:11.375rem;left:6.1875rem;overflow:hidden;display:block; }
#ecpK2brsHFTqiPwPRET1WE41mFz7o5lI { color:rgba(var(--color-secondary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:6.1875rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#JF7UnkoTQ5DzidacP6UIIRRWvEZ1Tz9M { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:13.3125rem;height:1.4624rem;font-style:normal;display:block; }
#I4W8eAN9BX1n0xUdmPR1gW9A4CEswpKk { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:13.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#JH7vDhmqGCsxmFUNDV9gleRxlNeX9GdD { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.3125rem;left:13.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#FPukpu09dvIfQtUaVFNhoVsJiTIITIls { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.375rem;left:13.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#pyTMWxqF2sWJ3UzGT6R5BZXtwD0TWLHx { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.4375rem;left:13.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#QncsltU5NHxmrJBQH5evTRF5mydqyyop { box-sizing:content-box;height:0.125rem;width:12.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:13.25rem;display:block; }
#gcXlJHOOznTkRnw7hRS6ruWTMfQXi0yL { box-sizing:content-box;height:17.8125rem;width:42rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:28.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#sF8PNQnCfUl4nJEm1xklGT3mRJNzbt8B { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.3125rem;left:30.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#ceLOJZxg6tlr8iK1scu0IlloTgCJbuvK { position:absolute;display:block;z-index:15002;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:4.3125rem;width:3rem;top:11.375rem;left:30.0625rem;overflow:hidden;display:block; }
#daOPubtZQ4v8Lv2JsvC3qww83uTK2Qxt { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:35.4375rem;height:1.4624rem;font-style:normal;display:block; }
#g86kDLRQzMOcS9FlwqwqzRXcxXFouPf2 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.375rem;left:35.4375rem;height:2.2734375rem;font-style:normal;display:block; }
#tPSXA9n0MMhESAUr7o3TTDmO8yTERfTx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.1875rem;left:30.0625rem;display:block; }
#T1RPPGh9vzDiqILAkR5Ll0WuhMQ9624J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZnIibxNuL2tlIGV6VX6hRMR0qMXZpuf { position:absolute;display:block;z-index:15010;height:16.625rem;width:18.75rem;top:6.25rem;left:51rem;display:block; }
#eTT2LTgUXJuXsNhZi56nh35C7OTErWFc { position:absolute;display:block;z-index:15010;height:16.625rem;width:18.75rem;top:10.8125rem;left:51rem;display:none; }
#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row .container { background-color: transparent; background-image: none; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row .container > .video-iframe-container { display: none; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row > .video-iframe-container { display: none; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .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); }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row .container { border-width: 0; border-radius: 0; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#yec4hQMaUPPGb1tpbrLn3twTf2zVGhL0 { box-sizing:content-box;height:10.625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:3.125rem;display:block; }
#qvcrLx9T8EDrdMmsUooip7spFkAiVt5u { position:absolute;display:block;z-index:15001;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:4.25rem;width:4.1875rem;top:2.5625rem;left:7.3125rem;overflow:hidden;display:block; }
#dyMSK9fiTqg8bo2kyLlFTzzJA0trVI0U { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.0625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#ULwVPoy62gycOB7oM64wlRNU7gA5OyVV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gwzLKOffUJ1dC44T64TP3lVMkDSgwTb7 { position:absolute;display:block;z-index:15011;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:1.875rem;width:1.875rem;top:3.4375rem;left:20.0625rem;overflow:hidden;display:block; }
#udzVtLX79A0rTT4JFPFZlwJ8R3rm4cSx { position:absolute;display:block;z-index:15012;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:1.5625rem;width:1.875rem;top:7.25rem;left:20.0625rem;overflow:hidden;display:block; }
#WtvhW6dDOEevKotbzCrTemGtAhPKrX0y { position:absolute;display:block;z-index:15013;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:6.4375rem;width:14.5625rem;top:1.625rem;left:58.34375rem;overflow:hidden;display:block; }
#KqTk4KAFox4NuK1lh4LTskreUD3rTdW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.462501525879rem;left:10.4375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVKqCX93CCaROSepRhGMb4GkLbElHnVa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:11.875rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:3.4375rem;left:37.5rem;display:block; }
#ik52rdPvibX8y8LoWPwUOs6ZP9ifJ7yM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fmhzKcEl760DTyHyXQfM7fLtSQUROtl2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:11.875rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:7.1875rem;left:37.5rem;display:block; }
#m3ELM64OL3vxrPWGrTm5rQ7eRmGb2lFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szqUzsBQHOQfkdG0gxUFhDezpKEKxrpl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:11.875rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:3.4375rem;left:22.9375rem;display:block; }
#NGC60rBhX58lEmoXZLKIazUlPURgPh4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8uUoODIntAWpxLStFCvOcZKAVRM7RJm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:11.875rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:7.1875rem;left:22.9375rem;display:block; }
#nnUBIXbMWoTPJhizEbIJkx4Wdsq6OzQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr { display:block; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpwMkVpUftaXcpi8dEIV6gA70Ib7E2U7 { top:1.375rem;left:0rem;width:1.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVoAnafp1Bbm8tHvBziyN3v29Cmuoxmr { top:1.625rem;left:0rem;width:11.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3imW5sKLOchuH2TdBFdNTumIOg7BWtL { width:10.75rem;height:2.4375rem;top:1.25rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upbi7w37qLLT0GZFoTvIgOhSbChnptWU { display:block; }
 }@media only screen and (max-width: 763px) { #mm7dM61y05ggmmXkcix8m1OfrVw3t9fo { top:1.8125rem;left:13.1875rem;width:21.375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH { display:block; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfNgZyPtuf2GDFUB5yopX608TiZqHeeT { top:6.875rem;left:0rem;width:26.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo6O0tuUWGmz7GD8WsDifVWLbpQi7bpr { top:22.4375rem;left:0rem;width:26.125rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTww82WlLK7QSmF3VgipTTzZD87w8zG { top:27.75rem;left:0rem;width:29.375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR28mdmQykmKX9vaKXKXRlRT4fVygWyN { top:6.8125rem;left:10.375rem;width:37.375rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdN1CTveRLclTpSZAHRom3fzkF0R38Ry { display:block; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJwAwXRnH6u8efZ95FxZg8VdohsZLxfK { top:3.875rem;left:9.5625rem;width:28.625rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX2gm0bG4uaE3r3Ok9HeAe3gZJLsluHL { top:10.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6utymooFWTwOGPtxQWsphHTsCyFBfIS { top:14.4375rem;left:0rem;width:47.75rem;height:7.0820224719101rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENfb3xZsi1T2LmJdrpQrTmga9yQzayGe { top:9.5rem;left:6.78125rem;width:34.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV8TZPfr0EIOBr7kiKOy8B7ToLnSyIU7 { top:7rem;left:8.78125rem;width:10.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #favOw6vv9poVCv5r7eKVlBkWi3QO09ft { display:block; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryFnsZVaBp8woEd4cDQJ3ULQcZdRPMLl { top:5.1875rem;left:0rem;width:27.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 { display:flex;height:auto;width:27.8125rem;top:61.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #NQ0ziV3kvNb6oMGV4wiL8OBkZ5abAkUs {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #lSmTptMB4laivAKNmd0qqDsLgDtfmF8p {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #wCR7gB56qLRWLuduk6qAftN9dwTwiLtk {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LPlVnJ8OZLwvOiOwz9ETz5V38DRPyau4 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #gD8MvAXoacfsefyVHSxrabex5e430KER {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #EopRomC2if5G2crtuJlr95OaAUDZtEap {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #t87LX3d3BeHipPE27uX9azv3VGQOQDvr {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pUa8TKnSSNzAyVmZWHlxah71k2hybgb3 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #fCsZsbNQbWsaQUSoJ9dnTeLfQxfnHCy7 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GxcDMluKqbg4AbWcrUrvaWUlpnxrvE09 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #OPF3Zu4fMohW6LNJbnpMwlV7B6HKZRCA {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #ZIOZxniAfGyTyueMPXCz22OHFpZbr8Re {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #P2Ry2FbcAh1Tt8lp5zDKNlNiNwnWxIlb {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #DkTXgzTHQry4CVslHONs3A297XhWQUgX {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #cvQ6Ey10ei7Z03a80V7BLeVnQTpyvwry {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #BmWkZ13T9u0gKf3a0UA9NvzDmIoga4XU {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GTNohnPywo35aVzQFEwupcuuc0rxxzBp {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #c9Q1nGTmE2tmGxQ1QRHTLyovQGfBqm58 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #enZxJDQsf77OgLNReczEXK3mxqr17QrB {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pS9Bk7MK3u1ZSWRZgnDkiy9RVgyrKcLr {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #K16dOFt9O1Sw4xSrakGzEskTIZXRem9h {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #qRuTgJsVbGM5AOnJTLp9ydCc7CKt6rGW {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #IWMy4Qhgd9N6Mw76H75bemOeqnlzWICh {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #li7Z4vk1b4ZBuQzt6GTyO4V8K0A8SMlV {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #kTAnVa9H6vFb20f5PxOtZAheu0doWope {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Oa4f9HhtKgect3mRHJCu7x6V7GySZk4r {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #hAxeR4PhywvTT9rPPqXSSeZ9dTOh081t {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #zM2lcUT88DOlOQc6DWNzCqs0WwdnQ6GL {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #XT1iP7lTShIgvO4i1IFwObiahCWMbk3R {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #CpsTdFNTPP5sOnk2C1FG5PyHn3xBEO1F {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Llf9vMhaAxG9PuWOVfFVzTVVh4z2boG8 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #eNVudBPt29V2Fr2U7uidelO7aKDy6mTf {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Lu3xJB0EQ0ggIEzuFvC61dzA8Z6a4lBX {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GoU28XWK5ONgrIsD5iTJli5yOVwOi2Lt {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #M0hbDTEe6GqMBw7kLPJdnfaEXn4OThyc {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LMq9v0Xem7C6Hh2LuucTohLQH2GGb4MO {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #HrgvwRuSg92geXtqDRAWzDA09kk5EOca {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #VCUtN2NiddQu0T8Pn5hCWEizhP1Wx3uG {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #alq06fqkd5fTBSHhz2V1Hm0CTQrcQimU {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #td0vPtxeh702h3wMrNR1TongNcMz6S0F {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pMvDTCy6wuOZNeb4Z71terk1Nk2Kv4AR {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #p7kWTPWszNGQ4V1KKVdmhhup5e26mPS3 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GOSOtaO5ktckNWyBGZShS98qMxSPJMvK {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LKykhdvQCyTdds3Rhqt3dbcD8SexTDA9 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #xmJGOQTQGm0A6zq4LO7FM578qlv8duFp {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #RuV99GWlZF98CHoqmTnJ3l4nUwsb6DmT {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #OAXmDXhVz5ImCFNKZEu2yMyDWdULlFB7 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #HTLPIwZLnfmXHvrZSGc6v8PQZAXkcJ6A {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #v5iipKHOT9b88OgHzWbCBA7v0wRDywsw {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #u1CsdhUi0BWuZwKdtBcLP1hd4p32z7Sb {  }
 }@media only screen and (max-width: 763px) { #QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 { display:block; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9GdmIG0QNQwrg8GUndm1LBVk485lwJS { top:5.625rem;left:0rem;width:22.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGMFr5a9fx21gKWslvusH5SXxFxTQCgP { top:11.375rem;left:0rem;width:4.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecpK2brsHFTqiPwPRET1WE41mFz7o5lI { top:7.3125rem;left:0rem;width:14.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF7UnkoTQ5DzidacP6UIIRRWvEZ1Tz9M { top:11.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4W8eAN9BX1n0xUdmPR1gW9A4CEswpKk { top:13.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH7vDhmqGCsxmFUNDV9gleRxlNeX9GdD { top:16.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPukpu09dvIfQtUaVFNhoVsJiTIITIls { top:18.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyTMWxqF2sWJ3UzGT6R5BZXtwD0TWLHx { top:20.4375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QncsltU5NHxmrJBQH5evTRF5mydqyyop { top:15.1875rem;left:0rem;width:12.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcXlJHOOznTkRnw7hRS6ruWTMfQXi0yL { top:5.625rem;left:5.75rem;width:42rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF8PNQnCfUl4nJEm1xklGT3mRJNzbt8B { top:7.3125rem;left:16.4375rem;width:15.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLOJZxg6tlr8iK1scu0IlloTgCJbuvK { top:11.375rem;left:16.4375rem;width:3rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daOPubtZQ4v8Lv2JsvC3qww83uTK2Qxt { top:11.375rem;left:21.8125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g86kDLRQzMOcS9FlwqwqzRXcxXFouPf2 { top:13.375rem;left:21.8125rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPSXA9n0MMhESAUr7o3TTDmO8yTERfTx { width:16.75rem;height:2.4375rem;top:19.1875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RPPGh9vzDiqILAkR5Ll0WuhMQ9624J { display:block; }
 }@media only screen and (max-width: 763px) { #kZnIibxNuL2tlIGV6VX6hRMR0qMXZpuf { top:6.25rem;left:29rem;width:18.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTT2LTgUXJuXsNhZi56nh35C7OTErWFc { top:10.8125rem;left:29rem;width:18.75rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 { display:block; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yec4hQMaUPPGb1tpbrLn3twTf2zVGhL0 { top:1.625rem;left:0rem;width:12.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvcrLx9T8EDrdMmsUooip7spFkAiVt5u { top:2.5625rem;left:3.90625rem;width:4.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyMSK9fiTqg8bo2kyLlFTzzJA0trVI0U { top:7.625rem;left:0rem;width:14.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULwVPoy62gycOB7oM64wlRNU7gA5OyVV { top:9.75rem;left:0rem;width:14.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwzLKOffUJ1dC44T64TP3lVMkDSgwTb7 { top:3.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udzVtLX79A0rTT4JFPFZlwJ8R3rm4cSx { top:7.25rem;left:11.9375rem;width:1.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvhW6dDOEevKotbzCrTemGtAhPKrX0y { top:1.625rem;left:33.1875rem;width:14.5625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTk4KAFox4NuK1lh4LTskreUD3rTdW4 { top:14.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKqCX93CCaROSepRhGMb4GkLbElHnVa { width:11.875rem;height:1.875rem;top:3.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik52rdPvibX8y8LoWPwUOs6ZP9ifJ7yM { display:block; }
 }@media only screen and (max-width: 763px) { #fmhzKcEl760DTyHyXQfM7fLtSQUROtl2 { width:11.875rem;height:1.875rem;top:7.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ELM64OL3vxrPWGrTm5rQ7eRmGb2lFl { display:block; }
 }@media only screen and (max-width: 763px) { #szqUzsBQHOQfkdG0gxUFhDezpKEKxrpl { width:11.875rem;height:1.875rem;top:3.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGC60rBhX58lEmoXZLKIazUlPURgPh4s { display:block; }
 }@media only screen and (max-width: 763px) { #U8uUoODIntAWpxLStFCvOcZKAVRM7RJm { width:11.875rem;height:1.875rem;top:7.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUBIXbMWoTPJhizEbIJkx4Wdsq6OzQr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr { position:relative;z-index:auto;display:block; }#gz0L1rdCuvoQsgrBfFWK5zBU6RAHKwqr > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpwMkVpUftaXcpi8dEIV6gA70Ib7E2U7 { width:1.25rem;height:1.8125rem;top:1.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVoAnafp1Bbm8tHvBziyN3v29Cmuoxmr { width:8.5rem;height:1.29980625rem;top:1.3125rem;left:7.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3imW5sKLOchuH2TdBFdNTumIOg7BWtL { width:9.4375rem;height:2.4375rem;top:5.3291015625rem;left:5.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upbi7w37qLLT0GZFoTvIgOhSbChnptWU { display:block; }
 }@media only screen and (max-width: 763px) { #mm7dM61y05ggmmXkcix8m1OfrVw3t9fo { width:20rem;height:0.8125rem;top:3.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH { display:block; }#tZcJUSJ0nDoew7K2W6EhnIreNsEaxoiH > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfNgZyPtuf2GDFUB5yopX608TiZqHeeT { width:20rem;height:8.8992974238876rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo6O0tuUWGmz7GD8WsDifVWLbpQi7bpr { width:20rem;height:2.5996125rem;top:12.1875rem;left:0rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TUTww82WlLK7QSmF3VgipTTzZD87w8zG { width:19.8125rem;height:8.375rem;top:28.6875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gR28mdmQykmKX9vaKXKXRlRT4fVygWyN { width:20rem;height:16.0865625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdN1CTveRLclTpSZAHRom3fzkF0R38Ry { display:block; }#bdN1CTveRLclTpSZAHRom3fzkF0R38Ry > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJwAwXRnH6u8efZ95FxZg8VdohsZLxfK { width:20rem;height:2.11230625rem;top:1.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX2gm0bG4uaE3r3Ok9HeAe3gZJLsluHL { width:20rem;height:0.89355625rem;top:4.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6utymooFWTwOGPtxQWsphHTsCyFBfIS { width:20rem;height:2.96484375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENfb3xZsi1T2LmJdrpQrTmga9yQzayGe { width:20rem;height:1.625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV8TZPfr0EIOBr7kiKOy8B7ToLnSyIU7 { width:10.6875rem;height:0.3125rem;top:13.388671875rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #favOw6vv9poVCv5r7eKVlBkWi3QO09ft { display:block; }#favOw6vv9poVCv5r7eKVlBkWi3QO09ft > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryFnsZVaBp8woEd4cDQJ3ULQcZdRPMLl { width:15.75rem;height:4.2246125rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-heading-text { font-size:1rem;height:auto; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1.3;overflow:hidden; }
#VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 { display:flex;height:auto;width:20rem;top:8.9375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.375rem; }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #NQ0ziV3kvNb6oMGV4wiL8OBkZ5abAkUs {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #lSmTptMB4laivAKNmd0qqDsLgDtfmF8p {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #wCR7gB56qLRWLuduk6qAftN9dwTwiLtk {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LPlVnJ8OZLwvOiOwz9ETz5V38DRPyau4 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #gD8MvAXoacfsefyVHSxrabex5e430KER {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #EopRomC2if5G2crtuJlr95OaAUDZtEap {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #t87LX3d3BeHipPE27uX9azv3VGQOQDvr {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pUa8TKnSSNzAyVmZWHlxah71k2hybgb3 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #fCsZsbNQbWsaQUSoJ9dnTeLfQxfnHCy7 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GxcDMluKqbg4AbWcrUrvaWUlpnxrvE09 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #OPF3Zu4fMohW6LNJbnpMwlV7B6HKZRCA {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #ZIOZxniAfGyTyueMPXCz22OHFpZbr8Re {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #P2Ry2FbcAh1Tt8lp5zDKNlNiNwnWxIlb {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #DkTXgzTHQry4CVslHONs3A297XhWQUgX {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #cvQ6Ey10ei7Z03a80V7BLeVnQTpyvwry {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #BmWkZ13T9u0gKf3a0UA9NvzDmIoga4XU {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GTNohnPywo35aVzQFEwupcuuc0rxxzBp {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #c9Q1nGTmE2tmGxQ1QRHTLyovQGfBqm58 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #enZxJDQsf77OgLNReczEXK3mxqr17QrB {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pS9Bk7MK3u1ZSWRZgnDkiy9RVgyrKcLr {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #K16dOFt9O1Sw4xSrakGzEskTIZXRem9h {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #qRuTgJsVbGM5AOnJTLp9ydCc7CKt6rGW {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #IWMy4Qhgd9N6Mw76H75bemOeqnlzWICh {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #li7Z4vk1b4ZBuQzt6GTyO4V8K0A8SMlV {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #kTAnVa9H6vFb20f5PxOtZAheu0doWope {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Oa4f9HhtKgect3mRHJCu7x6V7GySZk4r {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #hAxeR4PhywvTT9rPPqXSSeZ9dTOh081t {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #zM2lcUT88DOlOQc6DWNzCqs0WwdnQ6GL {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #XT1iP7lTShIgvO4i1IFwObiahCWMbk3R {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #CpsTdFNTPP5sOnk2C1FG5PyHn3xBEO1F {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Llf9vMhaAxG9PuWOVfFVzTVVh4z2boG8 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #eNVudBPt29V2Fr2U7uidelO7aKDy6mTf {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #Lu3xJB0EQ0ggIEzuFvC61dzA8Z6a4lBX {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GoU28XWK5ONgrIsD5iTJli5yOVwOi2Lt {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #M0hbDTEe6GqMBw7kLPJdnfaEXn4OThyc {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LMq9v0Xem7C6Hh2LuucTohLQH2GGb4MO {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #HrgvwRuSg92geXtqDRAWzDA09kk5EOca {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #VCUtN2NiddQu0T8Pn5hCWEizhP1Wx3uG {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #alq06fqkd5fTBSHhz2V1Hm0CTQrcQimU {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #td0vPtxeh702h3wMrNR1TongNcMz6S0F {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #pMvDTCy6wuOZNeb4Z71terk1Nk2Kv4AR {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #p7kWTPWszNGQ4V1KKVdmhhup5e26mPS3 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #GOSOtaO5ktckNWyBGZShS98qMxSPJMvK {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #LKykhdvQCyTdds3Rhqt3dbcD8SexTDA9 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #xmJGOQTQGm0A6zq4LO7FM578qlv8duFp {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #RuV99GWlZF98CHoqmTnJ3l4nUwsb6DmT {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #OAXmDXhVz5ImCFNKZEu2yMyDWdULlFB7 {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #HTLPIwZLnfmXHvrZSGc6v8PQZAXkcJ6A {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #v5iipKHOT9b88OgHzWbCBA7v0wRDywsw {  }
 }@media only screen and (max-width: 763px) { #VC46UrKD2cGBaTIya9tkMMiq9rQbXTf1 #u1CsdhUi0BWuZwKdtBcLP1hd4p32z7Sb {  }
 }@media only screen and (max-width: 763px) { #QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 { display:block; }#QQ9Qf36tVwtoEgTmEGeQEkUSa8fWiVv0 > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9GdmIG0QNQwrg8GUndm1LBVk485lwJS { width:20rem;height:17.5rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGMFr5a9fx21gKWslvusH5SXxFxTQCgP { width:2.9375rem;height:3.125rem;top:9.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecpK2brsHFTqiPwPRET1WE41mFz7o5lI { width:14.625rem;height:2.2744125rem;top:5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF7UnkoTQ5DzidacP6UIIRRWvEZ1Tz9M { width:12.5rem;height:1.4619125rem;top:9.3125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4W8eAN9BX1n0xUdmPR1gW9A4CEswpKk { width:12.5rem;height:1.13671875rem;top:11rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH7vDhmqGCsxmFUNDV9gleRxlNeX9GdD { width:12.5rem;height:1.4619125rem;top:13.125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPukpu09dvIfQtUaVFNhoVsJiTIITIls { width:12.5rem;height:1.13671875rem;top:14.625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyTMWxqF2sWJ3UzGT6R5BZXtwD0TWLHx { width:12.5rem;height:1.13671875rem;top:17rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QncsltU5NHxmrJBQH5evTRF5mydqyyop { width:11.875rem;height:0.125rem;top:12.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcXlJHOOznTkRnw7hRS6ruWTMfQXi0yL { width:20rem;height:28.9375rem;top:22.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sF8PNQnCfUl4nJEm1xklGT3mRJNzbt8B { width:15.125rem;height:2.2744125rem;top:25.125rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLOJZxg6tlr8iK1scu0IlloTgCJbuvK { width:2.0625rem;height:3.125rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daOPubtZQ4v8Lv2JsvC3qww83uTK2Qxt { width:12.5rem;height:1.4619125rem;top:28.6875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g86kDLRQzMOcS9FlwqwqzRXcxXFouPf2 { width:12.5rem;height:2.2734375rem;top:30.375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPSXA9n0MMhESAUr7o3TTDmO8yTERfTx { width:17.4375rem;height:2.4375rem;top:33.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RPPGh9vzDiqILAkR5Ll0WuhMQ9624J { display:block; }
 }@media only screen and (max-width: 763px) { #kZnIibxNuL2tlIGV6VX6hRMR0qMXZpuf { width:17.625rem;height:12.4375rem;top:44.0625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTT2LTgUXJuXsNhZi56nh35C7OTErWFc { width:17.625rem;height:12.4375rem;top:37.625rem;left:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 { display:block; }#B7O00KWCpnoV3L5Z1hJtRxQo0hmS0lr9 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yec4hQMaUPPGb1tpbrLn3twTf2zVGhL0 { width:20rem;height:8.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvcrLx9T8EDrdMmsUooip7spFkAiVt5u { width:4.1875rem;height:4.25rem;top:3.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyMSK9fiTqg8bo2kyLlFTzzJA0trVI0U { width:11rem;height:2.11230625rem;top:3.625rem;left:7.5rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULwVPoy62gycOB7oM64wlRNU7gA5OyVV { width:8.1875rem;height:1.625rem;top:5.75rem;left:7.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwzLKOffUJ1dC44T64TP3lVMkDSgwTb7 { width:1.375rem;height:1.375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udzVtLX79A0rTT4JFPFZlwJ8R3rm4cSx { width:1.625rem;height:1.375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvhW6dDOEevKotbzCrTemGtAhPKrX0y { width:7.3125rem;height:3.1875rem;top:29.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTk4KAFox4NuK1lh4LTskreUD3rTdW4 { width:20rem;height:1.625rem;top:34.0771484375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKqCX93CCaROSepRhGMb4GkLbElHnVa { width:11.875rem;height:1.875rem;top:16.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik52rdPvibX8y8LoWPwUOs6ZP9ifJ7yM { display:block; }
 }@media only screen and (max-width: 763px) { #fmhzKcEl760DTyHyXQfM7fLtSQUROtl2 { width:11.875rem;height:1.875rem;top:19.9521484375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ELM64OL3vxrPWGrTm5rQ7eRmGb2lFl { display:block; }
 }@media only screen and (max-width: 763px) { #szqUzsBQHOQfkdG0gxUFhDezpKEKxrpl { width:11.875rem;height:1.875rem;top:10.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGC60rBhX58lEmoXZLKIazUlPURgPh4s { display:block; }
 }@media only screen and (max-width: 763px) { #U8uUoODIntAWpxLStFCvOcZKAVRM7RJm { width:11.875rem;height:1.875rem;top:13.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUBIXbMWoTPJhizEbIJkx4Wdsq6OzQr { display:block; }
 }