.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:217,220,224;--color-primary-1:129,139,152;--color-primary-2:2,22,49;--color-primary-3:1,11,25;--color-primary-4:0,3,7;--color-secondary-0:254,228,222;--color-secondary-1:251,166,144;--color-secondary-2:247,76,33;--color-secondary-3:124,38,17;--color-secondary-4:37,11,5;--color-tertiary-0:255,255,255;--color-tertiary-1:222,226,235;--color-tertiary-2:133,136,141;--color-tertiary-3:80,82,85;--color-tertiary-4:0,0,0;--headlines-font-family:"rubik";--paragraphs-font-family:"rubik"; }@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); }#dl0BT4dotkTI70JTXyQWWcGzNOE195La { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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;z-index:auto;display:block; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row .container { background-color: transparent; background-image: none; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row .container > .video-iframe-container { display: none; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row > .video-iframe-container { display: none; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .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); }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row .container { border-width: 0; border-radius: 0; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CV821xoXkC1f0H7eXld3M8SrCHwUsvCU { position:absolute;display:block;z-index:15014;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.8125rem;width:15.625rem;top:1.71875rem;left:1.5rem;overflow:hidden;display:block; }
#rVRQE4XyVrepzRNUliLnngulgNpT9iLm { 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-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:58.125rem;display:block; }
#NUNd0E5FboSXMr6c6XKdAE48695kgGSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RH2Wm3LwmrOxPRv6qzqi9Tb9DPbOexiL { 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: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:20.6875rem;display:block; }
#oTKPZ5CPBsP7zgDLoUs8Fp1cJz4OopLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUWDPfMJGztUiwl4N3sHzTZaDJDU6658 { 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: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:29.25rem;display:block; }
#i12lb89T3zHqx7tefLA5OLEDiO9aow0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvTctl6TSHwGplnNwhJZOSrgDkRxTEaM { 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: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:42.5rem;display:block; }
#pq73kK3ZgH5808LzWMUezvrtwxeD9Pb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;overflow:visible;position:relative;display:block; }#vxFxcdNO1bec33fqxCwAZnB9IXB8fylR { color:rgba(var(--color-tertiary-1),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.625rem;left:10rem;height:12.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jv8efqLDD7CtSTSd0JcFgDcFD0ft5N6u { color:rgba(var(--color-tertiary-1),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:24.625rem;left:16.25rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xJvyVRbKwwcxBVkVDcMMTG0k1Mn5GqF3 { 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-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34rem;left:22.5rem;display:block; }
#BxPJlLAbzzciiOV13NZTzvhRv5Leav6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTdHD6ZudoEyArM8pQNnkrHS9y9c6nl3 { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34rem;left:39.375rem;display:block; }
#EVeg39lyZUQG78ezzlOhrUXyZG3iEREq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cd8oEDwr5vIuQe8QzVoNM0G4BKmGhyde { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:41.25rem;left:1.25rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eG5faTh4OHTXTTtTzOU7QXIrmarqCvbt { 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: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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:46.25rem;left:49.6875rem;display:block; }
#Nky114gu8TOqB1CAQFBw8vqktX1LrEa0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXRG00ecMTZ3xPeHwqxPHKUmyEOwMfE6 { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.25rem;left:1.25rem;display:block; }
#Vz0o4s443bWZfeN5bxwpF0FROINfNlKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#difRl7butXEtFJl1eEoJAetsGzT01mtV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.5625rem;left:68.75rem;overflow:hidden;display:block; }
#VH07GfrrJmuBWTOXqTmLDPcPe3J06P7y { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.4375rem;left:1.25rem;display:block; }
#LmbkfDpTZXrJPiRKaLqNX0FsKsspdwF1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dOcv25I0MnCIHz4OvDZPGQxOCKzrw7Ma { position:absolute;display:block;z-index:15007;height:4.375rem;width:7.8125rem;top:50.4375rem;left:63.5rem;display:block; }
#SWk0hfOLcTl6m7HTI2tQopHequTxipvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row .container { background-color: transparent; background-image: none; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row .container > .video-iframe-container { display: none; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row > .video-iframe-container { display: none; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .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); }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row .container { border-width: 0; border-radius: 0; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#Uk0uKL325bBI1NXGUx6UOScwQlJZ5QmG { color:rgba(var(--color-primary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.375rem;left:1.25rem;height:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xgq6RfQw6MCco5NPLxSmiTgWBTRs0HVy { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.125rem;left:36.0625rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row .container { background-color: transparent; background-image: none; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row .container > .video-iframe-container { display: none; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row > .video-iframe-container { display: none; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .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); }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row .container { border-width: 0; border-radius: 0; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#w3oFld2eg39aNr4c6Eg5zTRLJzP7QM1y { box-sizing:content-box;height:29.9375rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.4375rem;left:1.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#R8w1O5xr9T75DUEKG7V1kgqI6JH16AGn { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.6875rem;left:2.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#l4O9ogE4DoPhvTxJfd7B4aqiM49EOAqH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.9375rem;left:3.75rem; }
#gMkCBtrEPdht3DT2ALwkhw4MEOb1kCPS { color:rgba(var(--color-tertiary-1),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:2.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gfN0Ps7H19PKUcE0kE7IrBwoiUdDDcxH { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.0625rem;left:2.5rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cOGlbXaEVvvAFXSWRoFZ7Ht9xeSGNFCf { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.4375rem;left:2.5rem;display:block; }
#ed3mPQlqvyrHJa7mO2AwW2XKFwTFUMwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEn4JIBxVwC3TC1tFPlDTsWPJBacQogd { box-sizing:content-box;height:29.9375rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.4375rem;left:26.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#icyDlzWiVaM8kK8H7x2yuQxeXWlQoT8n { color:rgba(var(--color-tertiary-1),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:12.0625rem;left:27.5rem;height:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CGTlxzoI3Fkgo4mTTr3AMAWTDaq2DPLs { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.9375rem;left:27.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tGgMbm6vvCg2WU2gD53ovGm5beLdoLWo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.6875rem;left:27.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#F0I0NZ3oEygWKrO4eW0N3CsxGZFl9d48 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:28.75rem; }
#JBX6cPfQbyRw95pNKzgVko3e8a7sH6No { box-sizing:content-box;height:29.9375rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.4375rem;left:51.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#e17p2cOmSudETMI56uKOB4VsG0wsGhqx { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:12.0625rem;left:52.5rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UmlH9bqbVphqLNvpEBy7QlAbZQ4tcq2a { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:8.9375rem;left:52.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zCSkM32bI1bBVSPpGHmMd8fILlS2L2qs { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.6875rem;left:52.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#qgkLOsqw5bWNREAQBEFKhudxBc2yTX2W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.9375rem;left:53.75rem; }
#hoeIW4IT8iaElrAUDxuDIaMCNVNnJJ8V { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.4375rem;left:52.5rem;display:block; }
#r24BrrTUDQA2x3rmowcnHru4s7kOQ22s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row .container { background-color: transparent; background-image: none; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row .container > .video-iframe-container { display: none; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row > .video-iframe-container { display: none; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .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); }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row .container { border-width: 0; border-radius: 0; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#NMfaiu0KGFX2qgAuSXwlGGqyP6UDaP3X { box-sizing:content-box;height:29.9375rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1rem;left:1.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#FJUCpRFLmSzpkI6zd4QOITccd8wsCePo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.25rem;left:2.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#STVV8QfCksJ5MeFdDueHOWSxNT7XEnmq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.5rem;left:3.75rem; }
#mzWfLTTwzHx7zVq9t3HuvmQToJe2D8te { color:rgba(var(--color-tertiary-1),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5rem;left:2.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gZvR8y6hNWAy4k0TveXoDlkGMddz8OT0 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:11.625rem;left:2.5rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fGRE2ebk3AKEdCP3nQ3ALNLtVdTGRXPb { 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-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26rem;left:2.5rem;display:block; }
#Dw3TE8gsvZIaOzu3JDUkzV83I8BDWCr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8SD011yUAwNbk3PXlt3QulVzpFkpVGJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.8125rem;width:47.4375rem;top:1.0625rem;left:26.33984375rem;overflow:hidden;display:block; }
#y8eAiTdhLIMSZXJGN2xskooNmamoDIgD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:17.25rem;left:60rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#aQC6kD0z5vPecTu5UaZQT02XP2RtTTFg { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:25.25rem;left:61.25rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#uXPubQRByMetNlDV88fQ4gIyH3yMbfud { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.9375rem;left:61.8125rem; }
#uXPubQRByMetNlDV88fQ4gIyH3yMbfud > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RVqtkLXuvgnCiyRmIxVrcux7zwtqT8US { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.5rem;left:61.25rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nAbQNcglh6dPNybfRrDTklE3epZzhdUJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.375rem;top:2.3125rem;left:27.375rem;overflow:hidden;display:block; }
#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row .container { background-color: transparent; background-image: none; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row .container > .video-iframe-container { display: none; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row > .video-iframe-container { display: none; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .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); }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row .container { border-width: 0; border-radius: 0; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qApSnZknIHKurSDTq6hsl7xWGHvgfQGB { color:rgba(var(--color-tertiary-1),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:3.4375rem;left:2.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DtVXTAGNE3gKPeGxZUtKIXu1NTGoWIJW { color:rgba(var(--color-tertiary-1),1);display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7.25rem;left:2.5rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row .container { background-color: transparent; background-image: none; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row .container > .video-iframe-container { display: none; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row > .video-iframe-container { display: none; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .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); }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row .container { border-width: 0; border-radius: 0; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#gLNW8PAlT96vi2qPVwwseQ6mG7TS6C6g { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.4375rem;left:4.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hVQP6NwTMTGPhTCZZ7DBHqEaNqnUe0p9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.6875rem;left:5.4375rem; }
#TSlcfkAkrR0kkTN9yQw0xo6sb2F3uAlR { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:4rem;left:10.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pBLFGvwXGAnDAUwSwuBOpmD1zZ3OzUsp { color:rgba(var(--color-tertiary-1),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.5625rem;left:4.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Pz47bqPevkvVbiKNhR83XEmcnvGgDvD8 { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.5625rem;left:4.1875rem;display:block; }
#qMo5J5LSsInQtFbsIK3Okwq7DXKXGm4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4Aiqh1V4mu8J64h9Mw0M3mzZVI8m7bS { color:rgba(var(--color-tertiary-1),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:3.6875rem;left:49.09375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OWzbGq4n0JH6WAt6vTD0a44Eqa9hqfwU { color:rgba(var(--color-tertiary-1),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:9.5rem;left:41.6875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#z5egORgF7P1H5MkXXa8oxkHqiTl0CCwm { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.5rem;left:41.6875rem;display:block; }
#Pd6E3IBwCUo1vD404hpIhGyIPaGf4vVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6SqtrCrMLcRpIKqq15VTgm0diBrfVLF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.375rem;left:41.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#uowAvIQe6GfHaSwB4QA5O97lMhEciwK5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.625rem;left:42.9375rem; }
#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row .container { background-color: transparent; background-image: none; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row .container > .video-iframe-container { display: none; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row > .video-iframe-container { display: none; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .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); }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row .container { border-width: 0; border-radius: 0; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#wCBCxXMBbqZycOTJ19T472ssiX7kcHzf { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:2.5625rem;left:2.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GpRbFDkdeCS81MPdpJ6GTelIcxLKDSMe { color:rgba(var(--color-primary-2),1);display:block;width:60.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:6.09375rem;left:2.4375rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row .container { background-color: transparent; background-image: none; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row .container > .video-iframe-container { display: none; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row > .video-iframe-container { display: none; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .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); }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row .container { border-width: 0; border-radius: 0; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#W48S2UFX6l4ZJaxwWIZoNhahKs1JG8Ju { 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:9.375rem;width:9.375rem;top:1rem;left:4.6875rem;overflow:hidden;display:block; }
#NxagX8dAoJJgfSrMHl9Ewws114ZF7o0z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1rem;left:23.4375rem;overflow:hidden;display:block; }
#DsasKRem9ICeJPEtgpcHEvVNZOvwNr2Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1rem;left:42.1875rem;overflow:hidden;display:block; }
#nnR3AC00Az0k7QT6DyCZxFW6w10pb5ka { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1rem;left:60.9375rem;overflow:hidden;display:block; }
#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row .container { background-color: transparent; background-image: none; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row .container > .video-iframe-container { display: none; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row > .video-iframe-container { display: none; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .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); }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row .container { border-width: 0; border-radius: 0; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#mSmQFqyuJx9hM5SXGc93UeHIoG1dWaV3 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:2.1875rem;left:1.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TgOGf25IbIDdw9g5dOAukXIUDwmwHoqt { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.4375rem;height:9.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S5cxJ7mJL9PpHJpZTCJMiPbZ5UixPaG8 { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:5.9375rem;left:43.875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lvODhD9oytZbTinMJ5TOv1n5fUUlv1Xn { 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-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.3740234375rem;left:43.875rem;display:block; }
#xfKhQkdwu2XSUhWEK86uBE3mn2amflR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs { 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; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row .container { background-color: transparent; background-image: none; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row .container > .video-iframe-container { display: none; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row > .video-iframe-container { display: none; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .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); }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row .container { border-width: 0; border-radius: 0; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#gvz5azzMRXVmOuREK9Ucb9aNSBvwtMNA { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5625rem;left:1.25rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JtiyazIHp2yIKq06wfqNy1W8IbwrhPU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.25rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cbr0yrksIzDW1DUE9olQJuGKc4PAXRlO { color:rgba(var(--color-primary-2),0.2);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.25rem;left:10.4375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#WPtMtnrnZCSPiFFowBvvJAXFDBeuvmvH { position:absolute;display:block;z-index:15021;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:13.3125rem;width:13.3125rem;top:2.5625rem;left:60.03125rem;overflow:hidden;display:none; }
#JrzcJFgJdJQopb3bf6Try6FVZbIEa1C2 { position:absolute;display:block;z-index:15021;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:13.3125rem;width:13.3125rem;top:2.5625rem;left:60.03125rem;overflow:hidden;display:none; }
#MEQvRsNUSfXbyxbW4dig51Iy6DyGRwyr { position:absolute;display:block;z-index:15021;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:13.3125rem;width:13.3125rem;top:2.5625rem;left:60.03125rem;overflow:hidden;display:none; }
#SgEl7kK4BTVkw43UTDXa30iZCaCutEKd { position:absolute;display:block;z-index:15031;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26rem;width:21.875rem;top:17.375rem;left:43rem;overflow:hidden;display:block; }
#SWEz9vgFln2NdiN9CuQcpyiG7SVa6JM2 { box-sizing:content-box;height:14.875rem;width:24.9375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39.875rem;left:48rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#J0ACUSmIKRf6UxP2DLPX9Tsbz30kA0sr { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:42.375rem;left:50.5rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CGbvFR8l5lOiSRI9KQKp3RxTlVW9O9T6 { position:absolute;display:block;z-index:15034;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:4.5rem;width:9.375rem;top:48rem;left:62.0625rem;overflow:hidden;display:block; }
#ePE6LtPvKoNgkLgxqbPS9Qcq1BBTq7H7 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:48.8125rem;left:2.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pTTZqWPgMXkAf21lsMyTuIO4UEKNmtx2 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:51.9375rem;left:2.9375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .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; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1); }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);height:auto; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .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; }#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-trigger.adaptive-delivery-prevent-bg, #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-trigger.lazyload, #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-trigger.lazyloading { background-image: none; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15035;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:16.1875rem;left:2.21875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #otT4J9M9KCn7Tih4gBTlfgngxhmAhr2f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #bMMb8ErGWb6QuPVeI6y9K38DT9DQvTNt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #P4fHSZ5wMU43EFCLtwcBfLeyF3uteN47 { display:block;position:relative; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #qBfOwVJPO73BI6LnvVtOv5Uf8IeBVTHt {  }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #KUWouS2UiZL77KqmNKRois8g6rd7xRJC {  }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #VAfS1xEdGQZWd4tqoMLdsKDZI1yEL1Ev { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #RuWgSi7NT1mrLCFGsFfPyf8ZMlPoDqQw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #JzwAD3rSPzkrB1ulTOb30N7ZdCl71bSu { display:block;position:relative; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #Fidz8BwJHt9F6FsBiFkGBz3hhAeyTztV {  }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #iWpERr2QitQvTpn1r7aOH3seuEGqPwLT { display:none; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #itlMaJyun9BNL5gqrqVXMM22MQWPaSiO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #J1Igv34DhNF1nMgS4WfNDRsUERgbIPQR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #TknDrVfhRNWzdesBwBWern0KG1waztG3 { display:block;position:relative; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #dLXldQcEwegcT05TTLMIgQBZp9NQayqE {  }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #Gm4NSxQhBIXZHIazIOvknbqq546JIgrL { display:none; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #mnb5micQCKQn003ghM4LQkVHILRJ2iVB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #B87Ex5CSn1ExcZNOthy72CWw3CT3adF3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #IsDHeP4pRL88SxlKq5zMT6mXDX8Em01P { display:block;position:relative; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #f7wbSA7qG4Q1J5t8QTP5VLEv8tNTaRiB {  }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #qenF1SFCLbpIrJ7f89fQxmKIuKoKwCni { display:none; }
#PHK72eKqia11odqOTUFhbVBVK8zH9G3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row .container { background-color: transparent; background-image: none; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row .container > .video-iframe-container { display: none; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row > .video-iframe-container { display: none; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .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); }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row .container { border-width: 0; border-radius: 0; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#f7nnQIh6xqcKUATSBDJzUdHX5JlQxdtq { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:2.1875rem;left:1.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TqTCdSaEkFGORfsyozXtWQt8zrJezvCT { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.4375rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#L2kbyL0cki3uWZeZ8795dzFeN9X6Th3m { color:rgba(var(--color-tertiary-1),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:5.9375rem;left:46.250003814698rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n9bFru1pAWi7KpyG4OfN1s7Qy2p8E1rg { 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-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.52083375rem;height:3.08333375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.937496185302rem;left:46.250003814698rem;display:block; }
#iJTOsEF7X4ek0UULUOtpZZrfucMwe75T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row .container { background-color: transparent; background-image: none; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row .container > .video-iframe-container { display: none; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row > .video-iframe-container { display: none; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .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); }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row .container { border-width: 0; border-radius: 0; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row .container { font-size:0.875rem;font-family:arial;height:93.875rem;width:75rem;position:relative;display:block; }#vCFSVtml2RTD5dmsSfQQUXx7oG6GCdrM { display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3749898672104rem;left:20rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#MQLK0uD9ViI9KUmMXAMRapNylU3lDWB2 { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:12.1875rem;left:1.25rem;overflow:hidden;display:block; }
#L19p9ob9MxkoNozPAn26T8Kl4ymfM8X6 { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:12.1875rem;left:26.25rem;overflow:hidden;display:block; }
#ul6IrivX0tI8umugOhei7TRw4JxiVEJD { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:12.1875rem;left:51.25rem;overflow:hidden;display:block; }
#fl6GP5F6ngRRrHzec0ugaQPgyoKi0DTJ { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:27.1875rem;left:1.25rem;overflow:hidden;display:block; }
#qOPWP1F1hsnzMIBXFZm4Pr1UHz754RF7 { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:27.1875rem;left:26.25rem;overflow:hidden;display:block; }
#p1tbRIJt0C3hfJQJcXHE1zmxhphLSqAG { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:27.1875rem;left:51.25rem;overflow:hidden;display:block; }
#BGyJZITutqdGtnF5P1SiTMz70OEbcQSB { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:50.125rem;left:1.8125rem;height:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OQ6x2TxUrrDbcyy9dNflrqUIaftNJX8f { color:rgba(var(--color-primary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:50.125rem;left:45.1875rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iWA6HFtb9n92xyklnOQrsv8pAilPB9AP { 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-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.43620875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:56.375rem;left:45.1875rem;display:block; }
#VIEt5Ph0RhpmV68f2GDByr8FgAac1sQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGa59kTQUOK8NExRZGX78reqCGQ3lnvr { 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-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.39452125rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:60.875rem;left:45.1875rem;display:block; }
#cIouKghIknXxrzzGaZPZU0Tn1PBoNZGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOKxEnTB39NP05eJAySMThSBtQNcJktq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:24.8125rem;top:68.8125rem;left:3.8125rem;overflow:hidden;display:block; }
#tyxLMfA2yRf6WH48VBEbs8sTsXeHhwRI { position:absolute;display:block;z-index:15025;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:4.5625rem;width:9.375rem;top:72.1875rem;left:30.9375rem;overflow:hidden;display:block; }
#Xg8UtRsiuabibC2VOiV6WsidWh5CdbiK { color:rgba(var(--color-primary-2),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:80.1875rem;left:30.9375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bkNZKQbtA7UKy6F8ARArNeziPAt4wuVF { color:rgba(var(--color-primary-2),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:43.5rem;left:5.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uhktrFE73ar7Ggg8mgLUUVETPqJ8ygWH { 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-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4355625rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.125rem;left:45.1875rem;display:block; }
#P1sd4VsniTvLCKmdg5EWUvJhVhz9TMSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 { 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; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row .container { background-color: transparent; background-image: none; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row .container > .video-iframe-container { display: none; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row > .video-iframe-container { display: none; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .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); }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row .container { border-width: 0; border-radius: 0; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#ERxhty8PQhRBfm2GdPXKNEAkUrkbCbDK { color:rgba(var(--color-tertiary-1),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:2.5625rem;left:1.25rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q84S0gid6HKlAQGq6LGVJDfTa7eyQ2ld { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:11.3125rem;left:1.25rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q0X7uZEmhGX5FTHpZeAgHLPnFtSOHwXM { color:rgba(var(--color-tertiary-1),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:2.5625rem;left:20rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kBz5udmL0rV2IdxG8ptkBImeIvVZwpbH { color:rgba(var(--color-tertiary-1),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:11.3125rem;left:20rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u93vL17ylAEQftkiKzQIRnrTcvM23yCO { color:rgba(var(--color-tertiary-1),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:2.5625rem;left:38.75rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#I4W5gZU4bNOd29TUUCPocFbQ6PpP7NqL { color:rgba(var(--color-tertiary-1),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:11.3125rem;left:38.75rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rB0gZa22HzOyMdBrIFI5mZOvTIWT34u9 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:2.5625rem;left:57.5rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#axTHTU4BmgzRntV1V5m4EIOo0bTrVirI { color:rgba(var(--color-tertiary-1),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:11.3125rem;left:57.5rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h { 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; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row .container { background-color: transparent; background-image: none; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row .container > .video-iframe-container { display: none; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row > .video-iframe-container { display: none; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .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); }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row .container { border-width: 0; border-radius: 0; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#Kcufssx961KyVrF2gVFPytraQ83eiyPX { color:rgba(var(--color-tertiary-1),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:2.375rem;left:1.25rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Dabq62l6XW0icDkcSUTl0lpbEvJT2Pu5 { box-sizing:content-box;height:3.0625rem;width:20.9375rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:12.375rem;left:1.25rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#k9vLEuq8Q1wGkKg74e0RUON0GSQgauKm { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13rem;left:3rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k2kBPX2ipLeo268wzvFMD5BTqGfKnBsa { color:rgba(var(--color-tertiary-1),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:17.375rem;left:1.25rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sTo4iCQtl4tK6HDvKOeIt3tILPctTyzi { color:rgba(var(--color-tertiary-1),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:8.625rem;left:39.8125rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bptQd7dlBM4ZlopXUTebhy5ZZ9EXNT96 { box-sizing:content-box;height:3.0625rem;width:19.8125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:3.625rem;left:39.8125rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#TS1Wtymbo0OWd6zyUFrMhsZ5FaeK3no0 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:4.25rem;left:41.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dwX2Byq3iOLK86hUXx9BVeKcFy2px3Jm { color:rgba(var(--color-tertiary-1),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:28.625rem;left:40rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fXqy7UNt06n5OCOzsW8FTGmtAdAdTCgs { box-sizing:content-box;height:3.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:23.625rem;left:40rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#P7TVBpGw0pVex7qEzf0lHZltMBWF6wqe { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:24.25rem;left:41.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MNRtGLLZmAOB0z7RV6vvfleeRgFkGaW0 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:37.375rem;left:1.25rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T3TqaabnVtOIUnwXIBvKzOv33AfwZVtf { box-sizing:content-box;height:3.0625rem;width:17.125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:32.375rem;left:1.25rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#zhRQ0tfyJ0u5g299kkzxkHvqxgyE5o8f { color:rgba(var(--color-primary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:33rem;left:3rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vAJvnAlyonnkMH34L9cxyMQgHauodaa7 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:47.9375rem;left:39.8125rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cfwqdI8MB1JaMocdimhQ4uWkLoPXCIPO { box-sizing:content-box;height:3.0625rem;width:12.125rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;top:42.9375rem;left:39.8125rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#dSTkPOA0EtcTZzNdT3vOrbL7PPddJJDl { color:rgba(var(--color-primary-2),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:43.5625rem;left:41.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row .container { background-color: transparent; background-image: none; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row .container > .video-iframe-container { display: none; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row > .video-iframe-container { display: none; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .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); }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row .container { border-width: 0; border-radius: 0; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-form-header {  }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:29.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-text { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-textarea { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-button { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.9375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.5;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:28.5rem;overflow:hidden;font-style:normal; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-container:first-of-type{padding-top:0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-container:last-of-type{padding-bottom:0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:22.5rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.9375rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 {display:block;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:22.5rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #rVODoLnprOi87iIUJk7Qk07eCXzCpZ0X { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #DgGl7VzsiwoOQ6IPFfFc3TtzDcf9LkU8 { position:relative;display:block; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #xntJKf26N22fIdHp2SDTDmg54AOTxX9s { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #Wct0GG0Oq5h2D5CX9cyQB9UFenknEHvN { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #cshnXWRJsB3TrePvmynCyTKQa6MJSIRk { position:relative;display:block; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #aLHB6yuDnzSwuMNXp2KMEKg4qGGTOrzg { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #r4Kqz9pw8UCUK9vl97ww9CopDqnJsEoP { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #KSguWt04UkaI6HX9BUbyEHwep0l3fKuB { position:relative;display:block; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #PAW0eoUuuIDITgNWKe6y1Puzd5ZeQ8ya { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #vrJ3PKmzlJepaKroMT4PA2cTvMSo7vLb { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nfi3dbssJLENOdnBHLpQP7gUbsroKCHg { position:relative;display:block; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #kTlvzSiX10MX2OoZoPEL7SRrxWciege6 { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #c9AFVhO9uD76RMZ45JG8W59vdg2yc5pf { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #CU6Lmmm7uBLqeWZNgTBBC850TNxl5UoV { position:relative;display:block; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nvX4aiaouTOXfXKRkP3k3BPHeCs6LEpT { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #uZlAoQatKn2P7sPrM2Nhigb5HNnZLVel { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #XR3aTQoylcgiDvMEKM9rVseoa8bMK22T { position:relative;display:block; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #q0D3ZB3SOTIF9hgF0J2ntav6LsfQlzzc { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #ITmkuKhi4MmdckIp6sa85A4vsbQVIILM { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #z9zBZ1OJlypA7ChA0XVN7tyPbmzwaxx7 { position:relative;z-index:2; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #IUSGoOiNRtk8L8ZWNwq0rbw37I3w4bEa { position:relative; }
#R2vGeWdPGz3K41gK9X3uKTvL9Z1dWnsB { position:relative;display:block;z-index:100000;display:block; }
#Ny36qHatz2rlQPyi5p8LxwxahfkeFW7J { position:relative;display:block;z-index:100000;display:block; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #qNEEFn4JWI1TlVMlIxJepB9qlLnDZqIN { position:relative; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nMKGVHX2JOkVEPfU0wQiwyfnwTl8CTGw { position:relative; }
#ln0kgwBREFu9tmdXXb17w0bFu6iVTmWL { color:rgba(var(--color-tertiary-1),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:3.75rem;left:18.75rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row .container { background-color: transparent; background-image: none; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row .container > .video-iframe-container { display: none; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row > .video-iframe-container { display: none; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .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); }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row .container { border-width: 0; border-radius: 0; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#dbKAZQaLag8E1qGNRRuwcFqJx5fTEVVR { color:rgba(var(--color-tertiary-1),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:1.5rem;left:1.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DJur112KRxtab6FyJlNmEWwCdOR5pDEd { color:rgba(var(--color-tertiary-1),1);display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:4.9375rem;left:7.5rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EWLTQzy0WReiQZ2MXaQ9nDlRkmkZfEpD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.375rem;top:14rem;left:7.5rem;overflow:hidden;display:block; }
#a4hOJN9rMrCEBLMKgo61sKt1UpDvuzHZ { position:absolute;display:block;z-index:15032;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:4.5625rem;width:9.1875rem;top:14rem;left:18.75rem;overflow:hidden;display:block; }
#dihhdLWNaAtBx0LLbPbbNENU5VAR4JDi { position:absolute;display:block;z-index:15034;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:4.5625rem;width:9.1875rem;top:14rem;left:41.5625rem;overflow:hidden;display:block; }
#RaTq8xaDRtR537dBBMZAcrtGN411yhrn { position:absolute;display:block;z-index:15033;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:4.5625rem;width:9.1875rem;top:14rem;left:30.3125rem;overflow:hidden;display:block; }
#qOzpFrOLCc1xF9Ts929GTkFmGm9Rm9ur { position:absolute;display:block;z-index:15035;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:4.5625rem;width:9.1875rem;top:14rem;left:52.5rem;overflow:hidden;display:block; }
#x2KJbQoW1QlzCgQUk0Ioezi28V6TKaRw { position:absolute;display:block;z-index:15036;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:4.5625rem;width:9.1875rem;top:21.625rem;left:7.5rem;overflow:hidden;display:block; }
#kOx2cdR4pTEmShGJIvQ2cqxPxz0mfEDp { 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:4.5625rem;width:9.1875rem;top:21.625rem;left:18.75rem;overflow:hidden;display:block; }
#OdRV9vrSc7ww0XwXgTN6SWOKHrtSxCSW { position:absolute;display:block;z-index:15038;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:4.5625rem;width:9.1875rem;top:21.625rem;left:30.3125rem;overflow:hidden;display:block; }
#yw5CuP1uTCguDPUbrbufxuUxH7bkm1qw { position:absolute;display:block;z-index:15039;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:4.5625rem;width:9.1875rem;top:21.625rem;left:41.5625rem;overflow:hidden;display:block; }
#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row .container { background-color: transparent; background-image: none; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row .container > .video-iframe-container { display: none; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row > .video-iframe-container { display: none; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .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); }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row .container { border-width: 0; border-radius: 0; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#W3fSb7T16Z4J9Um4I66QLXfyleswvt9H { position:absolute;display:block;z-index:15015;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.8125rem;width:9.375rem;top:7.5rem;left:2.5rem;overflow:hidden;display:block; }
#E0re5BOz3aiiQTr3Vfb4uDp4N4G1BlJM { display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#ubLNUMLXygDJhnxMq5sFesxROgyJMJep { color:rgba(var(--color-primary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:11.4375rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aiDUxN7yd5yFt03F52MTm5FgTOACFlbK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:3.9375rem;left:60.875rem;display:block; }
#VBJBVhNUHsGEdr1PTJAlanNzQ09xzgNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7ABpSM7TtNtWoT1ci1wCgr8FSreoTUG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:7.6875rem;left:60.875rem;display:block; }
#rR8THzuplGaQGrkNUoKZ8z6ZLinVxaPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxDcXETozbTG3bgCv78GL3RXlHUW7mTD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:11.4375rem;left:60.875rem;display:block; }
#lA7qOJWDdqfaWqUK9S06J3Obo7blteTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8dqahcKS7nMbTImh52QwybCTLPksNyR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:18.9375rem;left:60.875rem;display:block; }
#m6QQBHXZuu3kmxOR2Kl3ePTTk9MCTInR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opUqZgBtfBX34dNXEVENCcnK33KqJ004 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:15.1875rem;left:60.875rem;display:block; }
#khBQWVTgzH64tmLfWLonvLqbOXrdZtxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXB2tS14dXIRQHCIlEFvy5gK2wc5ZTZi { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:4.5rem;left:49.375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dp69xKHRWSqeSro7WOtaZk95Ty0UhCsu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:7.6875rem;left:49.375rem;display:block; }
#MsLlO82luDtZ7F6nTMffWL5LDPPdJ3QW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yO52f3XUlyLTcn5B9T8rEfz8AIZ6DDty { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:11.4375rem;left:49.375rem;display:block; }
#LlbooxJ5kG01mvbTLkRyDwl4Vg2HPDAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLgu4UiL4riQAxBeXTTgpq413vbVuGuK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:15.375rem;left:49.375rem;display:block; }
#GE3L1Rsx22R7m5pg4vCkziHuVNPwfVzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBIiFsJI9dEFye1GGxKUwwO0SJmo5oTe { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.25rem;left:2.5rem;display:block; }
#mmK2KHRymhtcnMPLghnDscf8sUu5rEE7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sn26Ng0uR3UWTz1eaVc4erBiBm1RmtQN { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.6875rem;left:2.5rem;display:block; }
#Ug49lRoX8kLVrbxdKlz1eZmlvH5xNVMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDkZh5m66hq8UNxO3uzpXMzKKwJ2EUrQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:20.625rem;top:12.625rem;left:30.9375rem;overflow:hidden;display:block; }
#E03zMnUt7ln06LDE36pxXchcv6XCXpAR { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.4375rem;left:2.5rem;display:block; }
#CoVpLROri8a6XmRClMIhuToce9T41QPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row .container { background-color: transparent; background-image: none; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row .container > .video-iframe-container { display: none; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row > .video-iframe-container { display: none; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .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); }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row .container { border-width: 0; border-radius: 0; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#AvF7pdT1kthnu6EmSTOt26zLGAS4kRw2 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:3.4375rem;left:5.5625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lmSQHy3mA9LWzVSwvB7JsruLWg6pU85c { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.156rem;height:2.46875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.75rem;left:51.3125rem;display:block; }
#zNGTKr6NFE5ES25GTg7EoJJwZPvO0x4s { 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) { #dl0BT4dotkTI70JTXyQWWcGzNOE195La { display:block; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CV821xoXkC1f0H7eXld3M8SrCHwUsvCU { width:15.625rem;height:2.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVRQE4XyVrepzRNUliLnngulgNpT9iLm { width:15.625rem;height:3.125rem;top:1.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUNd0E5FboSXMr6c6XKdAE48695kgGSk { display:block; }
 }@media only screen and (max-width: 763px) { #RH2Wm3LwmrOxPRv6qzqi9Tb9DPbOexiL { width:6.5625rem;height:3.125rem;top:1.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKPZ5CPBsP7zgDLoUs8Fp1cJz4OopLd { display:block; }
 }@media only screen and (max-width: 763px) { #yUWDPfMJGztUiwl4N3sHzTZaDJDU6658 { width:11.25rem;height:3.125rem;top:1.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12lb89T3zHqx7tefLA5OLEDiO9aow0M { display:block; }
 }@media only screen and (max-width: 763px) { #XvTctl6TSHwGplnNwhJZOSrgDkRxTEaM { width:13.6875rem;height:3.125rem;top:1.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq73kK3ZgH5808LzWMUezvrtwxeD9Pb8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxFxcdNO1bec33fqxCwAZnB9IXB8fylR { top:9.625rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv8efqLDD7CtSTSd0JcFgDcFD0ft5N6u { top:24.625rem;left:2.625rem;width:42.9375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJvyVRbKwwcxBVkVDcMMTG0k1Mn5GqF3 { width:15.5rem;height:3rem;top:34rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxPJlLAbzzciiOV13NZTzvhRv5Leav6d { display:block; }
 }@media only screen and (max-width: 763px) { #PTdHD6ZudoEyArM8pQNnkrHS9y9c6nl3 { width:12.375rem;height:3rem;top:34rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVeg39lyZUQG78ezzlOhrUXyZG3iEREq { display:block; }
 }@media only screen and (max-width: 763px) { #Cd8oEDwr5vIuQe8QzVoNM0G4BKmGhyde { top:41.25rem;left:0rem;width:17.5rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG5faTh4OHTXTTtTzOU7QXIrmarqCvbt { width:19.0625rem;height:3.125rem;top:46.25rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nky114gu8TOqB1CAQFBw8vqktX1LrEa0 { display:block; }
 }@media only screen and (max-width: 763px) { #hXRG00ecMTZ3xPeHwqxPHKUmyEOwMfE6 { width:15.6875rem;height:3.125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz0o4s443bWZfeN5bxwpF0FROINfNlKo { display:block; }
 }@media only screen and (max-width: 763px) { #difRl7butXEtFJl1eEoJAetsGzT01mtV { top:46.5625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH07GfrrJmuBWTOXqTmLDPcPe3J06P7y { width:15.6875rem;height:3.125rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmbkfDpTZXrJPiRKaLqNX0FsKsspdwF1 { display:block; }
 }@media only screen and (max-width: 763px) { #dOcv25I0MnCIHz4OvDZPGQxOCKzrw7Ma { top:50.4375rem;left:39.9375rem;width:7.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWk0hfOLcTl6m7HTI2tQopHequTxipvq { display:block; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk0uKL325bBI1NXGUx6UOScwQlJZ5QmG { top:2.375rem;left:0rem;width:30.0625rem;height:14.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgq6RfQw6MCco5NPLxSmiTgWBTRs0HVy { top:3.125rem;left:10.1875rem;width:37.5625rem;height:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLy5eOIXfHCo122EcQbhhT2iKQUShfX { display:block; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3oFld2eg39aNr4c6Eg5zTRLJzP7QM1y { top:1.4375rem;left:0rem;width:22.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8w1O5xr9T75DUEKG7V1kgqI6JH16AGn { top:2.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4O9ogE4DoPhvTxJfd7B4aqiM49EOAqH { top:3.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMkCBtrEPdht3DT2ALwkhw4MEOb1kCPS { top:8.9375rem;left:0rem;width:7.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfN0Ps7H19PKUcE0kE7IrBwoiUdDDcxH { top:12.0625rem;left:0rem;width:19.875rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOGlbXaEVvvAFXSWRoFZ7Ht9xeSGNFCf { width:19.625rem;height:3.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3mPQlqvyrHJa7mO2AwW2XKFwTFUMwn { display:block; }
 }@media only screen and (max-width: 763px) { #nEn4JIBxVwC3TC1tFPlDTsWPJBacQogd { top:1.4375rem;left:9.25rem;width:22.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icyDlzWiVaM8kK8H7x2yuQxeXWlQoT8n { top:12.0625rem;left:12rem;width:19.75rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTlxzoI3Fkgo4mTTr3AMAWTDaq2DPLs { top:8.9375rem;left:15.875rem;width:14.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGgMbm6vvCg2WU2gD53ovGm5beLdoLWo { top:2.6875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0I0NZ3oEygWKrO4eW0N3CsxGZFl9d48 { top:3.9375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBX6cPfQbyRw95pNKzgVko3e8a7sH6No { top:1.4375rem;left:25.125rem;width:22.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17p2cOmSudETMI56uKOB4VsG0wsGhqx { top:12.0625rem;left:27.75rem;width:19.875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmlH9bqbVphqLNvpEBy7QlAbZQ4tcq2a { top:8.9375rem;left:31.75rem;width:14.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCSkM32bI1bBVSPpGHmMd8fILlS2L2qs { top:2.6875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgkLOsqw5bWNREAQBEFKhudxBc2yTX2W { top:3.9375rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoeIW4IT8iaElrAUDxuDIaMCNVNnJJ8V { width:19.625rem;height:3.125rem;top:26.4375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #r24BrrTUDQA2x3rmowcnHru4s7kOQ22s { display:block; }
 }@media only screen and (max-width: 763px) { #vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh { display:block; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMfaiu0KGFX2qgAuSXwlGGqyP6UDaP3X { top:1rem;left:0rem;width:22.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJUCpRFLmSzpkI6zd4QOITccd8wsCePo { top:2.25rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVV8QfCksJ5MeFdDueHOWSxNT7XEnmq { top:3.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzWfLTTwzHx7zVq9t3HuvmQToJe2D8te { top:8.5rem;left:0rem;width:14.375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvR8y6hNWAy4k0TveXoDlkGMddz8OT0 { top:11.625rem;left:0rem;width:19.875rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGRE2ebk3AKEdCP3nQ3ALNLtVdTGRXPb { width:19.5625rem;height:3.125rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3TE8gsvZIaOzu3JDUkzV83I8BDWCr4 { display:block; }
 }@media only screen and (max-width: 763px) { #i8SD011yUAwNbk3PXlt3QulVzpFkpVGJ { top:1.0625rem;left:0.3125rem;width:47.4375rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8eAiTdhLIMSZXJGN2xskooNmamoDIgD { top:17.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQC6kD0z5vPecTu5UaZQT02XP2RtTTFg { top:25.25rem;left:44.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXPubQRByMetNlDV88fQ4gIyH3yMbfud { top:25.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#uXPubQRByMetNlDV88fQ4gIyH3yMbfud > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RVqtkLXuvgnCiyRmIxVrcux7zwtqT8US { top:18.5rem;left:37.0625rem;width:10.6875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbQNcglh6dPNybfRrDTklE3epZzhdUJ { top:2.3125rem;left:13.75rem;width:9.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa { display:block; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qApSnZknIHKurSDTq6hsl7xWGHvgfQGB { top:3.4375rem;left:0rem;width:25.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVXTAGNE3gKPeGxZUtKIXu1NTGoWIJW { top:7.25rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 { display:block; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLNW8PAlT96vi2qPVwwseQ6mG7TS6C6g { top:2.4375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQP6NwTMTGPhTCZZ7DBHqEaNqnUe0p9 { top:3.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlcfkAkrR0kkTN9yQw0xo6sb2F3uAlR { top:4rem;left:4.125rem;width:18rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBLFGvwXGAnDAUwSwuBOpmD1zZ3OzUsp { top:9.5625rem;left:0rem;width:29.1875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz47bqPevkvVbiKNhR83XEmcnvGgDvD8 { width:15.6875rem;height:3.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMo5J5LSsInQtFbsIK3Okwq7DXKXGm4c { display:block; }
 }@media only screen and (max-width: 763px) { #Z4Aiqh1V4mu8J64h9Mw0M3mzZVI8m7bS { top:3.6875rem;left:28.65625rem;width:13.5625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWzbGq4n0JH6WAt6vTD0a44Eqa9hqfwU { top:9.5rem;left:18.5625rem;width:29.1875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5egORgF7P1H5MkXXa8oxkHqiTl0CCwm { width:15.6875rem;height:3.125rem;top:17.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd6E3IBwCUo1vD404hpIhGyIPaGf4vVG { display:block; }
 }@media only screen and (max-width: 763px) { #K6SqtrCrMLcRpIKqq15VTgm0diBrfVLF { top:2.375rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uowAvIQe6GfHaSwB4QA5O97lMhEciwK5 { top:3.625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmPbmP0izyDX5y0iZtnsFLMKErqfglhF { display:block; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCBCxXMBbqZycOTJ19T472ssiX7kcHzf { top:2.5625rem;left:0rem;width:22.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpRbFDkdeCS81MPdpJ6GTelIcxLKDSMe { top:6.0625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 { display:block; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W48S2UFX6l4ZJaxwWIZoNhahKs1JG8Ju { top:1rem;left:1.28125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxagX8dAoJJgfSrMHl9Ewws114ZF7o0z { top:1rem;left:13.21875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsasKRem9ICeJPEtgpcHEvVNZOvwNr2Q { top:1rem;left:25.15625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnR3AC00Az0k7QT6DyCZxFW6w10pb5ka { top:1rem;left:37.09375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW { display:block; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSmQFqyuJx9hM5SXGc93UeHIoG1dWaV3 { top:2.1875rem;left:0rem;width:12.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOGf25IbIDdw9g5dOAukXIUDwmwHoqt { top:5.9375rem;left:0rem;width:41.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5cxJ7mJL9PpHJpZTCJMiPbZ5UixPaG8 { top:5.9375rem;left:16.3125rem;width:31.4375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvODhD9oytZbTinMJ5TOv1n5fUUlv1Xn { width:25.4375rem;height:3.0625rem;top:11.3125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfKhQkdwu2XSUhWEK86uBE3mn2amflR4 { display:block; }
 }@media only screen and (max-width: 763px) { #Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs { display:block; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvz5azzMRXVmOuREK9Ucb9aNSBvwtMNA { top:2.5625rem;left:0rem;width:39.3125rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtiyazIHp2yIKq06wfqNy1W8IbwrhPU2 { top:7.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbr0yrksIzDW1DUE9olQJuGKc4PAXRlO { top:15.25rem;left:0rem;width:15.0625rem;height:18.75rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtMtnrnZCSPiFFowBvvJAXFDBeuvmvH { top:2.5625rem;left:34.4375rem;width:13.3125rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrzcJFgJdJQopb3bf6Try6FVZbIEa1C2 { top:2.5625rem;left:34.4375rem;width:13.3125rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEQvRsNUSfXbyxbW4dig51Iy6DyGRwyr { top:2.5625rem;left:34.4375rem;width:13.3125rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgEl7kK4BTVkw43UTDXa30iZCaCutEKd { top:17.375rem;left:25.75rem;width:21.875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWEz9vgFln2NdiN9CuQcpyiG7SVa6JM2 { top:39.875rem;left:22.6875rem;width:24.9375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ACUSmIKRf6UxP2DLPX9Tsbz30kA0sr { top:42.375rem;left:29.1875rem;width:18.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGbvFR8l5lOiSRI9KQKp3RxTlVW9O9T6 { top:48rem;left:38.375rem;width:9.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePE6LtPvKoNgkLgxqbPS9Qcq1BBTq7H7 { top:48.8125rem;left:0rem;width:16.25rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTZqWPgMXkAf21lsMyTuIO4UEKNmtx2 { top:51.9375rem;left:0rem;width:40.125rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV { display:flex;height:auto;width:27.8125rem;top:23.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #otT4J9M9KCn7Tih4gBTlfgngxhmAhr2f {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #bMMb8ErGWb6QuPVeI6y9K38DT9DQvTNt {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #P4fHSZ5wMU43EFCLtwcBfLeyF3uteN47 {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #qBfOwVJPO73BI6LnvVtOv5Uf8IeBVTHt {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #KUWouS2UiZL77KqmNKRois8g6rd7xRJC {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #VAfS1xEdGQZWd4tqoMLdsKDZI1yEL1Ev {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #RuWgSi7NT1mrLCFGsFfPyf8ZMlPoDqQw {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #JzwAD3rSPzkrB1ulTOb30N7ZdCl71bSu {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #Fidz8BwJHt9F6FsBiFkGBz3hhAeyTztV {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #iWpERr2QitQvTpn1r7aOH3seuEGqPwLT {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #itlMaJyun9BNL5gqrqVXMM22MQWPaSiO {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #J1Igv34DhNF1nMgS4WfNDRsUERgbIPQR {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #TknDrVfhRNWzdesBwBWern0KG1waztG3 {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #dLXldQcEwegcT05TTLMIgQBZp9NQayqE {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #Gm4NSxQhBIXZHIazIOvknbqq546JIgrL {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #mnb5micQCKQn003ghM4LQkVHILRJ2iVB {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #B87Ex5CSn1ExcZNOthy72CWw3CT3adF3 {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #IsDHeP4pRL88SxlKq5zMT6mXDX8Em01P {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #f7wbSA7qG4Q1J5t8QTP5VLEv8tNTaRiB {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #qenF1SFCLbpIrJ7f89fQxmKIuKoKwCni {  }
 }@media only screen and (max-width: 763px) { #PHK72eKqia11odqOTUFhbVBVK8zH9G3M { display:block; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7nnQIh6xqcKUATSBDJzUdHX5JlQxdtq { top:2.1875rem;left:0rem;width:12.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTCdSaEkFGORfsyozXtWQt8zrJezvCT { top:5.9375rem;left:0rem;width:41.8125rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2kbyL0cki3uWZeZ8795dzFeN9X6Th3m { top:5.9375rem;left:21.1875rem;width:26.5625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bFru1pAWi7KpyG4OfN1s7Qy2p8E1rg { width:19.5rem;height:3.0625rem;top:10.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJTOsEF7X4ek0UULUOtpZZrfucMwe75T { display:block; }
 }@media only screen and (max-width: 763px) { #ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC { display:block; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCFSVtml2RTD5dmsSfQQUXx7oG6GCdrM { width:36.8125rem;height:4.0625rem;top:4.3125rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQLK0uD9ViI9KUmMXAMRapNylU3lDWB2 { width:22.5rem;height:12.625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L19p9ob9MxkoNozPAn26T8Kl4ymfM8X6 { width:22.5rem;height:12.625rem;top:12.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6IrivX0tI8umugOhei7TRw4JxiVEJD { width:22.5rem;height:12.625rem;top:12.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl6GP5F6ngRRrHzec0ugaQPgyoKi0DTJ { width:22.5rem;height:12.625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPWP1F1hsnzMIBXFZm4Pr1UHz754RF7 { width:22.5rem;height:12.625rem;top:27.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1tbRIJt0C3hfJQJcXHE1zmxhphLSqAG { width:22.5rem;height:12.625rem;top:27.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGyJZITutqdGtnF5P1SiTMz70OEbcQSB { top:50.125rem;left:0rem;width:37.5625rem;height:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6x2TxUrrDbcyy9dNflrqUIaftNJX8f { top:50.125rem;left:23.375rem;width:24.375rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWA6HFtb9n92xyklnOQrsv8pAilPB9AP { width:19.375rem;height:3.0625rem;top:56.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIEt5Ph0RhpmV68f2GDByr8FgAac1sQG { display:block; }
 }@media only screen and (max-width: 763px) { #JGa59kTQUOK8NExRZGX78reqCGQ3lnvr { width:19.375rem;height:3.0625rem;top:60.875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIouKghIknXxrzzGaZPZU0Tn1PBoNZGa { display:block; }
 }@media only screen and (max-width: 763px) { #vOKxEnTB39NP05eJAySMThSBtQNcJktq { top:68.8125rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyxLMfA2yRf6WH48VBEbs8sTsXeHhwRI { top:72.1875rem;left:17.3125rem;width:9.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8UtRsiuabibC2VOiV6WsidWh5CdbiK { top:80.1875rem;left:7.4375rem;width:40.3125rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkNZKQbtA7UKy6F8ARArNeziPAt4wuVF { top:43.5rem;left:0rem;width:38rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhktrFE73ar7Ggg8mgLUUVETPqJ8ygWH { width:19.375rem;height:3.0625rem;top:43.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1sd4VsniTvLCKmdg5EWUvJhVhz9TMSs { display:block; }
 }@media only screen and (max-width: 763px) { #XKvCP7h5eEboKFvG2dboVyWRmqweWU81 { display:block; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERxhty8PQhRBfm2GdPXKNEAkUrkbCbDK { top:2.5625rem;left:0rem;width:7.3125rem;height:9.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q84S0gid6HKlAQGq6LGVJDfTa7eyQ2ld { top:11.3125rem;left:0rem;width:15.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0X7uZEmhGX5FTHpZeAgHLPnFtSOHwXM { top:2.5625rem;left:11.9375rem;width:14.125rem;height:9.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBz5udmL0rV2IdxG8ptkBImeIvVZwpbH { top:11.3125rem;left:8.25rem;width:11.375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u93vL17ylAEQftkiKzQIRnrTcvM23yCO { top:2.5625rem;left:21.6875rem;width:14.125rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4W5gZU4bNOd29TUUCPocFbQ6PpP7NqL { top:11.3125rem;left:23.875rem;width:11.375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB0gZa22HzOyMdBrIFI5mZOvTIWT34u9 { top:2.5625rem;left:31.125rem;width:16.625rem;height:18.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axTHTU4BmgzRntV1V5m4EIOo0bTrVirI { top:11.3125rem;left:31.6875rem;width:16.0625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h { display:block; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kcufssx961KyVrF2gVFPytraQ83eiyPX { top:2.375rem;left:0rem;width:35.375rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dabq62l6XW0icDkcSUTl0lpbEvJT2Pu5 { top:12.375rem;left:0rem;width:20.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9vLEuq8Q1wGkKg74e0RUON0GSQgauKm { top:13rem;left:0rem;width:17.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2kBPX2ipLeo268wzvFMD5BTqGfKnBsa { top:17.375rem;left:0rem;width:33.9375rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTo4iCQtl4tK6HDvKOeIt3tILPctTyzi { top:8.625rem;left:13.8125rem;width:33.9375rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptQd7dlBM4ZlopXUTebhy5ZZ9EXNT96 { top:3.625rem;left:23.875rem;width:19.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1Wtymbo0OWd6zyUFrMhsZ5FaeK3no0 { top:4.25rem;left:23.875rem;width:15.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwX2Byq3iOLK86hUXx9BVeKcFy2px3Jm { top:28.625rem;left:13.8125rem;width:33.9375rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqy7UNt06n5OCOzsW8FTGmtAdAdTCgs { top:23.625rem;left:23.875rem;width:13.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7TVBpGw0pVex7qEzf0lHZltMBWF6wqe { top:24.25rem;left:23.875rem;width:10.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRtGLLZmAOB0z7RV6vvfleeRgFkGaW0 { top:37.375rem;left:0rem;width:33.9375rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TqaabnVtOIUnwXIBvKzOv33AfwZVtf { top:32.375rem;left:0rem;width:17.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhRQ0tfyJ0u5g299kkzxkHvqxgyE5o8f { top:33rem;left:0rem;width:13.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJvnAlyonnkMH34L9cxyMQgHauodaa7 { top:47.9375rem;left:13.8125rem;width:33.9375rem;height:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfwqdI8MB1JaMocdimhQ4uWkLoPXCIPO { top:42.9375rem;left:23.875rem;width:12.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTkPOA0EtcTZzNdT3vOrbL7PPddJJDl { top:43.5625rem;left:23.875rem;width:8.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw { display:block; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-regular-label { width:29.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-text { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-textarea { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-select { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-button { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-checkbox-label { width:28.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30  { width:29.9375rem;height:auto;top:13.75rem;left:8.875rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .radio-container { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 {display:block;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 { width:29.9375rem;height:auto;top:13.75rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #rVODoLnprOi87iIUJk7Qk07eCXzCpZ0X {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #DgGl7VzsiwoOQ6IPFfFc3TtzDcf9LkU8 {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #xntJKf26N22fIdHp2SDTDmg54AOTxX9s {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #Wct0GG0Oq5h2D5CX9cyQB9UFenknEHvN {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #cshnXWRJsB3TrePvmynCyTKQa6MJSIRk {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #aLHB6yuDnzSwuMNXp2KMEKg4qGGTOrzg {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #r4Kqz9pw8UCUK9vl97ww9CopDqnJsEoP {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #KSguWt04UkaI6HX9BUbyEHwep0l3fKuB {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #PAW0eoUuuIDITgNWKe6y1Puzd5ZeQ8ya {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #vrJ3PKmzlJepaKroMT4PA2cTvMSo7vLb {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nfi3dbssJLENOdnBHLpQP7gUbsroKCHg {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #kTlvzSiX10MX2OoZoPEL7SRrxWciege6 {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #c9AFVhO9uD76RMZ45JG8W59vdg2yc5pf {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #CU6Lmmm7uBLqeWZNgTBBC850TNxl5UoV {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nvX4aiaouTOXfXKRkP3k3BPHeCs6LEpT {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #uZlAoQatKn2P7sPrM2Nhigb5HNnZLVel {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #XR3aTQoylcgiDvMEKM9rVseoa8bMK22T {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #q0D3ZB3SOTIF9hgF0J2ntav6LsfQlzzc {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #ITmkuKhi4MmdckIp6sa85A4vsbQVIILM {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #z9zBZ1OJlypA7ChA0XVN7tyPbmzwaxx7 {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #IUSGoOiNRtk8L8ZWNwq0rbw37I3w4bEa {  }
 }@media only screen and (max-width: 763px) { #R2vGeWdPGz3K41gK9X3uKTvL9Z1dWnsB { display:block; }
 }@media only screen and (max-width: 763px) { #Ny36qHatz2rlQPyi5p8LxwxahfkeFW7J { display:block; }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #qNEEFn4JWI1TlVMlIxJepB9qlLnDZqIN {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nMKGVHX2JOkVEPfU0wQiwyfnwTl8CTGw {  }
 }@media only screen and (max-width: 763px) { #ln0kgwBREFu9tmdXXb17w0bFu6iVTmWL { top:3.75rem;left:5.125rem;width:38.6875rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT { display:block; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbKAZQaLag8E1qGNRRuwcFqJx5fTEVVR { top:1.5rem;left:0rem;width:28.4375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJur112KRxtab6FyJlNmEWwCdOR5pDEd { top:4.9375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWLTQzy0WReiQZ2MXaQ9nDlRkmkZfEpD { top:14rem;left:0rem;width:9.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hOJN9rMrCEBLMKgo61sKt1UpDvuzHZ { top:14rem;left:5.125rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dihhdLWNaAtBx0LLbPbbNENU5VAR4JDi { top:14rem;left:27.9375rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTq8xaDRtR537dBBMZAcrtGN411yhrn { top:14rem;left:16.6875rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOzpFrOLCc1xF9Ts929GTkFmGm9Rm9ur { top:14rem;left:38.375rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2KJbQoW1QlzCgQUk0Ioezi28V6TKaRw { top:21.625rem;left:0rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOx2cdR4pTEmShGJIvQ2cqxPxz0mfEDp { top:21.625rem;left:5.125rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdRV9vrSc7ww0XwXgTN6SWOKHrtSxCSW { top:21.625rem;left:16.6875rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw5CuP1uTCguDPUbrbufxuUxH7bkm1qw { top:21.625rem;left:27.9375rem;width:9.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC { display:block; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3fSb7T16Z4J9Um4I66QLXfyleswvt9H { width:9.375rem;height:2.8125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0re5BOz3aiiQTr3Vfb4uDp4N4G1BlJM { width:30.1875rem;height:3.6875rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubLNUMLXygDJhnxMq5sFesxROgyJMJep { top:11.4375rem;left:0rem;width:28.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiDUxN7yd5yFt03F52MTm5FgTOACFlbK { width:7.5625rem;height:3.0625rem;top:3.9375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBJBVhNUHsGEdr1PTJAlanNzQ09xzgNT { display:block; }
 }@media only screen and (max-width: 763px) { #I7ABpSM7TtNtWoT1ci1wCgr8FSreoTUG { width:11.4375rem;height:3.0625rem;top:7.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8THzuplGaQGrkNUoKZ8z6ZLinVxaPp { display:block; }
 }@media only screen and (max-width: 763px) { #mxDcXETozbTG3bgCv78GL3RXlHUW7mTD { width:6.625rem;height:3.0625rem;top:11.4375rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7qOJWDdqfaWqUK9S06J3Obo7blteTt { display:block; }
 }@media only screen and (max-width: 763px) { #m8dqahcKS7nMbTImh52QwybCTLPksNyR { width:12.875rem;height:3.0625rem;top:18.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QQBHXZuu3kmxOR2Kl3ePTTk9MCTInR { display:block; }
 }@media only screen and (max-width: 763px) { #opUqZgBtfBX34dNXEVENCcnK33KqJ004 { width:10.4375rem;height:3.0625rem;top:15.1875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khBQWVTgzH64tmLfWLonvLqbOXrdZtxE { display:block; }
 }@media only screen and (max-width: 763px) { #eXB2tS14dXIRQHCIlEFvy5gK2wc5ZTZi { top:4.5rem;left:35.75rem;width:9.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp69xKHRWSqeSro7WOtaZk95Ty0UhCsu { width:7.75rem;height:3.0625rem;top:7.6875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLlO82luDtZ7F6nTMffWL5LDPPdJ3QW { display:block; }
 }@media only screen and (max-width: 763px) { #yO52f3XUlyLTcn5B9T8rEfz8AIZ6DDty { width:7.625rem;height:3.0625rem;top:11.4375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlbooxJ5kG01mvbTLkRyDwl4Vg2HPDAT { display:block; }
 }@media only screen and (max-width: 763px) { #PLgu4UiL4riQAxBeXTTgpq413vbVuGuK { width:5.9375rem;height:3.0625rem;top:15.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE3L1Rsx22R7m5pg4vCkziHuVNPwfVzd { display:block; }
 }@media only screen and (max-width: 763px) { #ZBIiFsJI9dEFye1GGxKUwwO0SJmo5oTe { width:15.625rem;height:3.0625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmK2KHRymhtcnMPLghnDscf8sUu5rEE7 { display:block; }
 }@media only screen and (max-width: 763px) { #Sn26Ng0uR3UWTz1eaVc4erBiBm1RmtQN { width:13.75rem;height:3.0625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug49lRoX8kLVrbxdKlz1eZmlvH5xNVMT { display:block; }
 }@media only screen and (max-width: 763px) { #rDkZh5m66hq8UNxO3uzpXMzKKwJ2EUrQ { top:12.625rem;left:17.3125rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E03zMnUt7ln06LDE36pxXchcv6XCXpAR { width:13.75rem;height:3.0625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoVpLROri8a6XmRClMIhuToce9T41QPO { display:block; }
 }@media only screen and (max-width: 763px) { #tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU { display:block; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvF7pdT1kthnu6EmSTOt26zLGAS4kRw2 { top:3.4375rem;left:0rem;width:43.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmSQHy3mA9LWzVSwvB7JsruLWg6pU85c { width:18.125rem;height:2.4375rem;top:2.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNGTKr6NFE5ES25GTg7EoJJwZPvO0x4s { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dl0BT4dotkTI70JTXyQWWcGzNOE195La { position:relative;z-index:auto;display:block; }#dl0BT4dotkTI70JTXyQWWcGzNOE195La > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CV821xoXkC1f0H7eXld3M8SrCHwUsvCU { width:18.75rem;height:3.125rem;top:2.37451171875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVRQE4XyVrepzRNUliLnngulgNpT9iLm { width:11.1245rem;height:2.999025rem;top:7.375rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUNd0E5FboSXMr6c6XKdAE48695kgGSk { display:block; }
 }@media only screen and (max-width: 763px) { #RH2Wm3LwmrOxPRv6qzqi9Tb9DPbOexiL { width:5.375rem;height:3.125rem;top:7.31103515625rem;left:0.7490234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKPZ5CPBsP7zgDLoUs8Fp1cJz4OopLd { display:block; }
 }@media only screen and (max-width: 763px) { #yUWDPfMJGztUiwl4N3sHzTZaDJDU6658 { width:8.75rem;height:3.125rem;top:11.8125rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12lb89T3zHqx7tefLA5OLEDiO9aow0M { display:block; }
 }@media only screen and (max-width: 763px) { #XvTctl6TSHwGplnNwhJZOSrgDkRxTEaM { width:9.9375rem;height:3.125rem;top:11.8125rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq73kK3ZgH5808LzWMUezvrtwxeD9Pb8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxFxcdNO1bec33fqxCwAZnB9IXB8fylR { width:20rem;height:8.125rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv8efqLDD7CtSTSd0JcFgDcFD0ft5N6u { width:18.3744375rem;height:5.25rem;top:10.875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJvyVRbKwwcxBVkVDcMMTG0k1Mn5GqF3 { width:11.4375rem;height:3.125rem;top:18.25rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxPJlLAbzzciiOV13NZTzvhRv5Leav6d { display:block; }
 }@media only screen and (max-width: 763px) { #PTdHD6ZudoEyArM8pQNnkrHS9y9c6nl3 { width:7.5rem;height:3.125rem;top:18.25rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVeg39lyZUQG78ezzlOhrUXyZG3iEREq { display:block; }
 }@media only screen and (max-width: 763px) { #Cd8oEDwr5vIuQe8QzVoNM0G4BKmGhyde { width:13rem;height:2.8125rem;top:23.6875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG5faTh4OHTXTTtTzOU7QXIrmarqCvbt { width:19.0625rem;height:3.125rem;top:62rem;left:0.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nky114gu8TOqB1CAQFBw8vqktX1LrEa0 { display:block; }
 }@media only screen and (max-width: 763px) { #hXRG00ecMTZ3xPeHwqxPHKUmyEOwMfE6 { width:12.5rem;height:3.125rem;top:27.875rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz0o4s443bWZfeN5bxwpF0FROINfNlKo { display:block; }
 }@media only screen and (max-width: 763px) { #difRl7butXEtFJl1eEoJAetsGzT01mtV { width:2.5rem;height:2.5rem;top:28.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH07GfrrJmuBWTOXqTmLDPcPe3J06P7y { width:12.5rem;height:3.125rem;top:32.125rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmbkfDpTZXrJPiRKaLqNX0FsKsspdwF1 { display:block; }
 }@media only screen and (max-width: 763px) { #dOcv25I0MnCIHz4OvDZPGQxOCKzrw7Ma { width:5.875rem;height:3.25rem;top:36.24755859375rem;left:13.995613161852rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWk0hfOLcTl6m7HTI2tQopHequTxipvq { display:block; }#SWk0hfOLcTl6m7HTI2tQopHequTxipvq > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk0uKL325bBI1NXGUx6UOScwQlJZ5QmG { width:16.375rem;height:7.03125rem;top:1.875rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgq6RfQw6MCco5NPLxSmiTgWBTRs0HVy { width:18rem;height:21.09375rem;top:10rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLy5eOIXfHCo122EcQbhhT2iKQUShfX { display:block; }#ETLy5eOIXfHCo122EcQbhhT2iKQUShfX > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3oFld2eg39aNr4c6Eg5zTRLJzP7QM1y { width:20rem;height:25.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8w1O5xr9T75DUEKG7V1kgqI6JH16AGn { width:5rem;height:5rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4O9ogE4DoPhvTxJfd7B4aqiM49EOAqH { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #gMkCBtrEPdht3DT2ALwkhw4MEOb1kCPS { width:7.5625rem;height:2.34375rem;top:8.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfN0Ps7H19PKUcE0kE7IrBwoiUdDDcxH { width:17.0625rem;height:8.4375rem;top:11.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOGlbXaEVvvAFXSWRoFZ7Ht9xeSGNFCf { width:17.5rem;height:3.125rem;top:21.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3mPQlqvyrHJa7mO2AwW2XKFwTFUMwn { display:block; }
 }@media only screen and (max-width: 763px) { #nEn4JIBxVwC3TC1tFPlDTsWPJBacQogd { width:20rem;height:23.875rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icyDlzWiVaM8kK8H7x2yuQxeXWlQoT8n { width:17.0625rem;height:9.84375rem;top:39.1875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTlxzoI3Fkgo4mTTr3AMAWTDaq2DPLs { width:14.25rem;height:2.34375rem;top:36.0625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGgMbm6vvCg2WU2gD53ovGm5beLdoLWo { width:5rem;height:5rem;top:29.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0I0NZ3oEygWKrO4eW0N3CsxGZFl9d48 { display:flex;width:2.5rem;height:2.5rem;top:31.0625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #JBX6cPfQbyRw95pNKzgVko3e8a7sH6No { width:20rem;height:25.5rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17p2cOmSudETMI56uKOB4VsG0wsGhqx { width:17.625rem;height:7.03125rem;top:64.875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmlH9bqbVphqLNvpEBy7QlAbZQ4tcq2a { width:14.25rem;height:2.34375rem;top:61.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCSkM32bI1bBVSPpGHmMd8fILlS2L2qs { width:5rem;height:5rem;top:55.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgkLOsqw5bWNREAQBEFKhudxBc2yTX2W { display:flex;width:2.5rem;height:2.5rem;top:56.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #hoeIW4IT8iaElrAUDxuDIaMCNVNnJJ8V { width:17.5rem;height:3.125rem;top:74.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r24BrrTUDQA2x3rmowcnHru4s7kOQ22s { display:block; }
 }@media only screen and (max-width: 763px) { #vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh { display:block; }#vJeJO0N8Dt5HaoZwkZeraw4OLgUiIGAh > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMfaiu0KGFX2qgAuSXwlGGqyP6UDaP3X { width:20rem;height:25.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJUCpRFLmSzpkI6zd4QOITccd8wsCePo { width:5rem;height:5rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVV8QfCksJ5MeFdDueHOWSxNT7XEnmq { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mzWfLTTwzHx7zVq9t3HuvmQToJe2D8te { width:14.375rem;height:2.34375rem;top:8.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvR8y6hNWAy4k0TveXoDlkGMddz8OT0 { width:17.5rem;height:8.4375rem;top:11.875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGRE2ebk3AKEdCP3nQ3ALNLtVdTGRXPb { width:17.5rem;height:3.125rem;top:21.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3TE8gsvZIaOzu3JDUkzV83I8BDWCr4 { display:block; }
 }@media only screen and (max-width: 763px) { #i8SD011yUAwNbk3PXlt3QulVzpFkpVGJ { width:20rem;height:12.5625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8eAiTdhLIMSZXJGN2xskooNmamoDIgD { width:12.5rem;height:12.5rem;top:37.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQC6kD0z5vPecTu5UaZQT02XP2RtTTFg { width:3.125rem;height:3.125rem;top:43.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXPubQRByMetNlDV88fQ4gIyH3yMbfud { display:flex;width:1.875rem;height:1.875rem;top:44.0625rem;left:2.125rem; }
#uXPubQRByMetNlDV88fQ4gIyH3yMbfud > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RVqtkLXuvgnCiyRmIxVrcux7zwtqT8US { width:12.4375rem;height:2.8125rem;top:43.625rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbQNcglh6dPNybfRrDTklE3epZzhdUJ { width:5.1875rem;height:2.125rem;top:30.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa { display:block; }#TZh4M2ALsTesDrRGf76TlVOkmgc5RCaa > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qApSnZknIHKurSDTq6hsl7xWGHvgfQGB { width:12.5625rem;height:2.8125rem;top:2.56201171875rem;left:3.7177734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtVXTAGNE3gKPeGxZUtKIXu1NTGoWIJW { width:17.625rem;height:15rem;top:6.87451171875rem;left:1.1865234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 { display:block; }#p54h0TT5yXwi0nP47t8blo4FuWUGHcK5 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLNW8PAlT96vi2qPVwwseQ6mG7TS6C6g { width:5rem;height:5rem;top:2.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQP6NwTMTGPhTCZZ7DBHqEaNqnUe0p9 { display:flex;width:2.5rem;height:2.5rem;top:3.375rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #TSlcfkAkrR0kkTN9yQw0xo6sb2F3uAlR { width:7.125rem;height:2.8125rem;top:3.1875rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBLFGvwXGAnDAUwSwuBOpmD1zZ3OzUsp { width:14.0625rem;height:5.625rem;top:9.2490234375rem;left:2.4990234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz47bqPevkvVbiKNhR83XEmcnvGgDvD8 { width:15rem;height:3.125rem;top:16.3125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMo5J5LSsInQtFbsIK3Okwq7DXKXGm4c { display:block; }
 }@media only screen and (max-width: 763px) { #Z4Aiqh1V4mu8J64h9Mw0M3mzZVI8m7bS { width:10.1865rem;height:2.8125rem;top:23rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWzbGq4n0JH6WAt6vTD0a44Eqa9hqfwU { width:16.2495rem;height:5.625rem;top:29.0302734375rem;left:1.87353515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5egORgF7P1H5MkXXa8oxkHqiTl0CCwm { width:15rem;height:3.125rem;top:35.99853515625rem;left:2.0302734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd6E3IBwCUo1vD404hpIhGyIPaGf4vVG { display:block; }
 }@media only screen and (max-width: 763px) { #K6SqtrCrMLcRpIKqq15VTgm0diBrfVLF { width:5rem;height:5rem;top:21.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uowAvIQe6GfHaSwB4QA5O97lMhEciwK5 { display:flex;width:2.5rem;height:2.5rem;top:23.1875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #hmPbmP0izyDX5y0iZtnsFLMKErqfglhF { display:block; }#hmPbmP0izyDX5y0iZtnsFLMKErqfglhF > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCBCxXMBbqZycOTJ19T472ssiX7kcHzf { width:16.4375rem;height:1.40625rem;top:1.8125rem;left:1.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpRbFDkdeCS81MPdpJ6GTelIcxLKDSMe { width:18.4375rem;height:7.5rem;top:3.875rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 { display:block; }#lyH0zxkFx7iLZBhf6LkUV5zIW7WMnsF2 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W48S2UFX6l4ZJaxwWIZoNhahKs1JG8Ju { width:9.375rem;height:9.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxagX8dAoJJgfSrMHl9Ewws114ZF7o0z { width:9.375rem;height:9.375rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsasKRem9ICeJPEtgpcHEvVNZOvwNr2Q { width:9.375rem;height:9.375rem;top:9.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnR3AC00Az0k7QT6DyCZxFW6w10pb5ka { width:9.375rem;height:9.375rem;top:9.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW { display:block; }#IfXCzE1w99MLpu3dV2J3R5wSrHJ0wQFW > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSmQFqyuJx9hM5SXGc93UeHIoG1dWaV3 { width:12.5625rem;height:1.40625rem;top:2.1875rem;left:3.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgOGf25IbIDdw9g5dOAukXIUDwmwHoqt { width:17.625rem;height:7.5rem;top:4.625rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5cxJ7mJL9PpHJpZTCJMiPbZ5UixPaG8 { width:15.9375rem;height:4.21875rem;top:13.4375rem;left:2.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvODhD9oytZbTinMJ5TOv1n5fUUlv1Xn { width:18rem;height:3.0625rem;top:18.9375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfKhQkdwu2XSUhWEK86uBE3mn2amflR4 { display:block; }
 }@media only screen and (max-width: 763px) { #Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs { display:block; }#Mfn12SAOeI8tFQfvStTCRyC2kETMOAxs > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvz5azzMRXVmOuREK9Ucb9aNSBvwtMNA { width:15.5rem;height:1.875rem;top:2.375rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtiyazIHp2yIKq06wfqNy1W8IbwrhPU2 { width:17.125rem;height:9.84375rem;top:5.3125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbr0yrksIzDW1DUE9olQJuGKc4PAXRlO { width:2.875rem;height:0;top:23.625rem;left:2.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPtMtnrnZCSPiFFowBvvJAXFDBeuvmvH { width:2.5rem;height:2.5rem;top:29.0625rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #JrzcJFgJdJQopb3bf6Try6FVZbIEa1C2 { width:2.5rem;height:2.5rem;top:41.8125rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #MEQvRsNUSfXbyxbW4dig51Iy6DyGRwyr { width:2.5rem;height:2.5rem;top:56.125rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #SgEl7kK4BTVkw43UTDXa30iZCaCutEKd { width:19.875rem;height:23.6220625rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWEz9vgFln2NdiN9CuQcpyiG7SVa6JM2 { width:19.875rem;height:11.3125rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ACUSmIKRf6UxP2DLPX9Tsbz30kA0sr { width:9.5625rem;height:7.03125rem;top:75.5625rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CGbvFR8l5lOiSRI9KQKp3RxTlVW9O9T6 { width:6.25rem;height:3rem;top:77.3125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePE6LtPvKoNgkLgxqbPS9Qcq1BBTq7H7 { width:7.9375rem;height:1.40625rem;top:43.6875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTZqWPgMXkAf21lsMyTuIO4UEKNmtx2 { width:17.25rem;height:11.25rem;top:46.375rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-heading-text { font-size:1.125rem;height:auto; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV .accordion-desc-text { font-size:0.75rem;height:auto; }
#IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV { display:flex;height:auto;width:17.5rem;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #otT4J9M9KCn7Tih4gBTlfgngxhmAhr2f {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #bMMb8ErGWb6QuPVeI6y9K38DT9DQvTNt {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #P4fHSZ5wMU43EFCLtwcBfLeyF3uteN47 {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #qBfOwVJPO73BI6LnvVtOv5Uf8IeBVTHt {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #KUWouS2UiZL77KqmNKRois8g6rd7xRJC {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #VAfS1xEdGQZWd4tqoMLdsKDZI1yEL1Ev {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #RuWgSi7NT1mrLCFGsFfPyf8ZMlPoDqQw {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #JzwAD3rSPzkrB1ulTOb30N7ZdCl71bSu {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #Fidz8BwJHt9F6FsBiFkGBz3hhAeyTztV {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #iWpERr2QitQvTpn1r7aOH3seuEGqPwLT {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #itlMaJyun9BNL5gqrqVXMM22MQWPaSiO {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #J1Igv34DhNF1nMgS4WfNDRsUERgbIPQR {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #TknDrVfhRNWzdesBwBWern0KG1waztG3 {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #dLXldQcEwegcT05TTLMIgQBZp9NQayqE {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #Gm4NSxQhBIXZHIazIOvknbqq546JIgrL {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #mnb5micQCKQn003ghM4LQkVHILRJ2iVB {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #B87Ex5CSn1ExcZNOthy72CWw3CT3adF3 {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #IsDHeP4pRL88SxlKq5zMT6mXDX8Em01P {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #f7wbSA7qG4Q1J5t8QTP5VLEv8tNTaRiB {  }
 }@media only screen and (max-width: 763px) { #IJAKvCALaBP05gWwWocWHcfJ6HE3TeTV #qenF1SFCLbpIrJ7f89fQxmKIuKoKwCni {  }
 }@media only screen and (max-width: 763px) { #PHK72eKqia11odqOTUFhbVBVK8zH9G3M { display:block; }#PHK72eKqia11odqOTUFhbVBVK8zH9G3M > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7nnQIh6xqcKUATSBDJzUdHX5JlQxdtq { width:12.5625rem;height:1.40625rem;top:2.25rem;left:3.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqTCdSaEkFGORfsyozXtWQt8zrJezvCT { width:20rem;height:9.375rem;top:4.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2kbyL0cki3uWZeZ8795dzFeN9X6Th3m { width:18.75rem;height:2.8125rem;top:14.5rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9bFru1pAWi7KpyG4OfN1s7Qy2p8E1rg { width:17.5rem;height:3.0625rem;top:18.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJTOsEF7X4ek0UULUOtpZZrfucMwe75T { display:block; }
 }@media only screen and (max-width: 763px) { #ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC { display:block; }#ZyQREe6ToLv5a6aJlS0z1kPdMGA3VyEC > .row .container { width:20rem;height:146.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCFSVtml2RTD5dmsSfQQUXx7oG6GCdrM { width:20rem;height:2.03125rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQLK0uD9ViI9KUmMXAMRapNylU3lDWB2 { width:19.875rem;height:10.75rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L19p9ob9MxkoNozPAn26T8Kl4ymfM8X6 { width:19.875rem;height:11.125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6IrivX0tI8umugOhei7TRw4JxiVEJD { width:19.875rem;height:11.125rem;top:30.0263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl6GP5F6ngRRrHzec0ugaQPgyoKi0DTJ { width:19.875rem;height:11.125rem;top:42.302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPWP1F1hsnzMIBXFZm4Pr1UHz754RF7 { width:19.875rem;height:11.125rem;top:54.6416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1tbRIJt0C3hfJQJcXHE1zmxhphLSqAG { width:19.875rem;height:11.125rem;top:66.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGyJZITutqdGtnF5P1SiTMz70OEbcQSB { width:18.6875rem;height:22.5rem;top:87.98046875rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6x2TxUrrDbcyy9dNflrqUIaftNJX8f { width:15.125rem;height:2.8125rem;top:111.875rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWA6HFtb9n92xyklnOQrsv8pAilPB9AP { width:17.5rem;height:3.0625rem;top:115.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIEt5Ph0RhpmV68f2GDByr8FgAac1sQG { display:block; }
 }@media only screen and (max-width: 763px) { #JGa59kTQUOK8NExRZGX78reqCGQ3lnvr { width:17.5rem;height:3.0625rem;top:120.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIouKghIknXxrzzGaZPZU0Tn1PBoNZGa { display:block; }
 }@media only screen and (max-width: 763px) { #vOKxEnTB39NP05eJAySMThSBtQNcJktq { width:9.8125rem;height:9.8125rem;top:124.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyxLMfA2yRf6WH48VBEbs8sTsXeHhwRI { width:6.25rem;height:3rem;top:128.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8UtRsiuabibC2VOiV6WsidWh5CdbiK { width:18.2480625rem;height:9.84375rem;top:135.8125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkNZKQbtA7UKy6F8ARArNeziPAt4wuVF { width:15rem;height:2.8125rem;top:79.75rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhktrFE73ar7Ggg8mgLUUVETPqJ8ygWH { width:18.5625rem;height:3.0625rem;top:83.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1sd4VsniTvLCKmdg5EWUvJhVhz9TMSs { display:block; }
 }@media only screen and (max-width: 763px) { #XKvCP7h5eEboKFvG2dboVyWRmqweWU81 { display:none; }#XKvCP7h5eEboKFvG2dboVyWRmqweWU81 > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ERxhty8PQhRBfm2GdPXKNEAkUrkbCbDK { width:3.75rem;height:3.75rem;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q84S0gid6HKlAQGq6LGVJDfTa7eyQ2ld { width:13.625rem;height:2.8125rem;top:6.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0X7uZEmhGX5FTHpZeAgHLPnFtSOHwXM { width:5.4375rem;height:3.75rem;top:10.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBz5udmL0rV2IdxG8ptkBImeIvVZwpbH { width:12.3125rem;height:2.8125rem;top:14.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u93vL17ylAEQftkiKzQIRnrTcvM23yCO { width:5.375rem;height:3.75rem;top:18.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4W5gZU4bNOd29TUUCPocFbQ6PpP7NqL { width:11.375rem;height:2.8125rem;top:22.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB0gZa22HzOyMdBrIFI5mZOvTIWT34u9 { width:6.3125rem;height:3.75rem;top:26.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axTHTU4BmgzRntV1V5m4EIOo0bTrVirI { width:19.1875rem;height:2.8125rem;top:30.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h { display:block; }#Kg5Mtq9VgtN2nvkpwwEZnDRTF9Mr9p3h > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kcufssx961KyVrF2gVFPytraQ83eiyPX { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dabq62l6XW0icDkcSUTl0lpbEvJT2Pu5 { width:15.625rem;height:3.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9vLEuq8Q1wGkKg74e0RUON0GSQgauKm { width:13.375rem;height:1.40625rem;top:8.640625rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2kBPX2ipLeo268wzvFMD5BTqGfKnBsa { width:20rem;height:9.84375rem;top:12.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTo4iCQtl4tK6HDvKOeIt3tILPctTyzi { width:20rem;height:9.84375rem;top:46.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptQd7dlBM4ZlopXUTebhy5ZZ9EXNT96 { width:15.9375rem;height:3.0625rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1Wtymbo0OWd6zyUFrMhsZ5FaeK3no0 { width:12.375rem;height:1.40625rem;top:42.875rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwX2Byq3iOLK86hUXx9BVeKcFy2px3Jm { width:20rem;height:11.25rem;top:63.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqy7UNt06n5OCOzsW8FTGmtAdAdTCgs { width:11.25rem;height:3.0625rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7TVBpGw0pVex7qEzf0lHZltMBWF6wqe { width:8.375rem;height:1.40625rem;top:59rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRtGLLZmAOB0z7RV6vvfleeRgFkGaW0 { width:20rem;height:11.25rem;top:28.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TqaabnVtOIUnwXIBvKzOv33AfwZVtf { width:13.75rem;height:3.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhRQ0tfyJ0u5g299kkzxkHvqxgyE5o8f { width:13.9375rem;height:1.40625rem;top:24.9375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJvnAlyonnkMH34L9cxyMQgHauodaa7 { width:19.1875rem;height:9.84375rem;top:80.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfwqdI8MB1JaMocdimhQ4uWkLoPXCIPO { width:10.25rem;height:3.0625rem;top:75.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTkPOA0EtcTZzNdT3vOrbL7PPddJJDl { width:6.5625rem;height:1.40625rem;top:76.4375rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw { display:block; }#xWudlwKEbDoAaSm6vPsFiXSHaF5RVxOw > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30  { width:17.5rem;height:auto;top:11rem;left:0rem; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 {display:block;}#xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 { width:17.5rem;height:auto;top:11rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #rVODoLnprOi87iIUJk7Qk07eCXzCpZ0X {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #DgGl7VzsiwoOQ6IPFfFc3TtzDcf9LkU8 {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #xntJKf26N22fIdHp2SDTDmg54AOTxX9s {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #Wct0GG0Oq5h2D5CX9cyQB9UFenknEHvN {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #cshnXWRJsB3TrePvmynCyTKQa6MJSIRk {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #aLHB6yuDnzSwuMNXp2KMEKg4qGGTOrzg {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #r4Kqz9pw8UCUK9vl97ww9CopDqnJsEoP {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #KSguWt04UkaI6HX9BUbyEHwep0l3fKuB {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #PAW0eoUuuIDITgNWKe6y1Puzd5ZeQ8ya {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #vrJ3PKmzlJepaKroMT4PA2cTvMSo7vLb {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nfi3dbssJLENOdnBHLpQP7gUbsroKCHg {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #kTlvzSiX10MX2OoZoPEL7SRrxWciege6 {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #c9AFVhO9uD76RMZ45JG8W59vdg2yc5pf {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #CU6Lmmm7uBLqeWZNgTBBC850TNxl5UoV {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nvX4aiaouTOXfXKRkP3k3BPHeCs6LEpT {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #uZlAoQatKn2P7sPrM2Nhigb5HNnZLVel {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #XR3aTQoylcgiDvMEKM9rVseoa8bMK22T {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #q0D3ZB3SOTIF9hgF0J2ntav6LsfQlzzc {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #ITmkuKhi4MmdckIp6sa85A4vsbQVIILM {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #z9zBZ1OJlypA7ChA0XVN7tyPbmzwaxx7 {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #IUSGoOiNRtk8L8ZWNwq0rbw37I3w4bEa {  }
 }@media only screen and (max-width: 763px) { #R2vGeWdPGz3K41gK9X3uKTvL9Z1dWnsB { display:block; }
 }@media only screen and (max-width: 763px) { #Ny36qHatz2rlQPyi5p8LxwxahfkeFW7J { display:block; }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #qNEEFn4JWI1TlVMlIxJepB9qlLnDZqIN {  }
 }@media only screen and (max-width: 763px) { #xOiOTwXXMW58CeRLwQzHec8yXpHGvc30 #nMKGVHX2JOkVEPfU0wQiwyfnwTl8CTGw {  }
 }@media only screen and (max-width: 763px) { #ln0kgwBREFu9tmdXXb17w0bFu6iVTmWL { width:17.4375rem;height:7.03125rem;top:2.5625rem;left:1.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT { display:block; }#GmWpVpLe3AgWFz6rRHRJb5ZWpHx1krKT > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbKAZQaLag8E1qGNRRuwcFqJx5fTEVVR { width:10.875rem;height:1.40625rem;top:1.4375rem;left:5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJur112KRxtab6FyJlNmEWwCdOR5pDEd { width:18.375rem;height:11.71875rem;top:3.375rem;left:0.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWLTQzy0WReiQZ2MXaQ9nDlRkmkZfEpD { width:6.25rem;height:3rem;top:17.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hOJN9rMrCEBLMKgo61sKt1UpDvuzHZ { width:6.25rem;height:3.0625rem;top:17.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dihhdLWNaAtBx0LLbPbbNENU5VAR4JDi { width:6.25rem;height:3.0625rem;top:21.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTq8xaDRtR537dBBMZAcrtGN411yhrn { width:9.1875rem;height:4.5625rem;top:37.78125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOzpFrOLCc1xF9Ts929GTkFmGm9Rm9ur { width:6.25rem;height:3.0625rem;top:21.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2KJbQoW1QlzCgQUk0Ioezi28V6TKaRw { width:6.25rem;height:3.0625rem;top:26.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOx2cdR4pTEmShGJIvQ2cqxPxz0mfEDp { width:6.25rem;height:3.0625rem;top:26.375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdRV9vrSc7ww0XwXgTN6SWOKHrtSxCSW { width:9.1875rem;height:4.5625rem;top:21.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yw5CuP1uTCguDPUbrbufxuUxH7bkm1qw { width:9.1875rem;height:4.5625rem;top:37.375rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC { display:block; }#PFnJyoQXLTxJfUDNy4qgRPqZrCe0EmPC > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3fSb7T16Z4J9Um4I66QLXfyleswvt9H { width:8.9375rem;height:2.6875rem;top:5.8125rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0re5BOz3aiiQTr3Vfb4uDp4N4G1BlJM { width:15.3125rem;height:1.625rem;top:2.5rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubLNUMLXygDJhnxMq5sFesxROgyJMJep { width:16.1875rem;height:8.4375rem;top:10rem;left:1.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiDUxN7yd5yFt03F52MTm5FgTOACFlbK { width:7.5625rem;height:3.0625rem;top:23rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBJBVhNUHsGEdr1PTJAlanNzQ09xzgNT { display:block; }
 }@media only screen and (max-width: 763px) { #I7ABpSM7TtNtWoT1ci1wCgr8FSreoTUG { width:11.4375rem;height:3.0625rem;top:19.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8THzuplGaQGrkNUoKZ8z6ZLinVxaPp { display:block; }
 }@media only screen and (max-width: 763px) { #mxDcXETozbTG3bgCv78GL3RXlHUW7mTD { width:6.625rem;height:3.0625rem;top:29.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7qOJWDdqfaWqUK9S06J3Obo7blteTt { display:block; }
 }@media only screen and (max-width: 763px) { #m8dqahcKS7nMbTImh52QwybCTLPksNyR { width:12.875rem;height:3.0625rem;top:32.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QQBHXZuu3kmxOR2Kl3ePTTk9MCTInR { display:block; }
 }@media only screen and (max-width: 763px) { #opUqZgBtfBX34dNXEVENCcnK33KqJ004 { width:10.4375rem;height:3.0625rem;top:26.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khBQWVTgzH64tmLfWLonvLqbOXrdZtxE { display:block; }
 }@media only screen and (max-width: 763px) { #eXB2tS14dXIRQHCIlEFvy5gK2wc5ZTZi { width:9.4375rem;height:1.875rem;top:36.25rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp69xKHRWSqeSro7WOtaZk95Ty0UhCsu { width:7.75rem;height:3.0625rem;top:38.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLlO82luDtZ7F6nTMffWL5LDPPdJ3QW { display:block; }
 }@media only screen and (max-width: 763px) { #yO52f3XUlyLTcn5B9T8rEfz8AIZ6DDty { width:7.625rem;height:3.0625rem;top:42rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlbooxJ5kG01mvbTLkRyDwl4Vg2HPDAT { display:block; }
 }@media only screen and (max-width: 763px) { #PLgu4UiL4riQAxBeXTTgpq413vbVuGuK { width:5.9375rem;height:3.0625rem;top:45.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE3L1Rsx22R7m5pg4vCkziHuVNPwfVzd { display:block; }
 }@media only screen and (max-width: 763px) { #ZBIiFsJI9dEFye1GGxKUwwO0SJmo5oTe { width:13.75rem;height:3.0625rem;top:54rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmK2KHRymhtcnMPLghnDscf8sUu5rEE7 { display:block; }
 }@media only screen and (max-width: 763px) { #Sn26Ng0uR3UWTz1eaVc4erBiBm1RmtQN { width:13.75rem;height:3.0625rem;top:50.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug49lRoX8kLVrbxdKlz1eZmlvH5xNVMT { display:block; }
 }@media only screen and (max-width: 763px) { #rDkZh5m66hq8UNxO3uzpXMzKKwJ2EUrQ { width:20rem;height:20rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E03zMnUt7ln06LDE36pxXchcv6XCXpAR { width:13.75rem;height:3.0625rem;top:57.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoVpLROri8a6XmRClMIhuToce9T41QPO { display:block; }
 }@media only screen and (max-width: 763px) { #tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU { display:block; }#tHIHAhbASLD0NoqoKbJD4iTZ5xRunxWU > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvF7pdT1kthnu6EmSTOt26zLGAS4kRw2 { width:17.6875rem;height:2.8125rem;top:1.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lmSQHy3mA9LWzVSwvB7JsruLWg6pU85c { width:16.8125rem;height:2.5rem;top:6rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNGTKr6NFE5ES25GTg7EoJJwZPvO0x4s { display:block; }
 }