.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:223,232,236;--color-primary-1:149,179,190;--color-primary-2:43,102,125;--color-primary-3:22,51,63;--color-primary-4:6,15,19;--color-secondary-0:223,249,249;--color-secondary-1:150,234,235;--color-secondary-2:44,213,215;--color-secondary-3:22,107,108;--color-secondary-4:7,32,32;--color-tertiary-0:255,255,255;--color-tertiary-1:253,194,206;--color-tertiary-2:248,53,90;--color-tertiary-3:124,27,45;--color-tertiary-4:25,5,9;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-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); }#V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA { position:relative;display:none; }#V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA { border-width: 0; border-radius: 0; }#V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TLzHE0LiEP7APTq23xWuNChP2OxbEARc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:66.8125rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));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:31.625rem;width:75rem;overflow:visible;position:relative;display:block; }#TCmtO8MTTVSr7BU1ysD3EXeqkQm1pJpL { color:rgba(var(--color-secondary-4),1);display:block;width:42.0625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.6875rem;left:25.125rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkkfnT8oXmALU1U77ItD3NgRf0ElXGfi { color:rgba(var(--color-secondary-4),1);display:block;width:48.875rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.375rem;left:25.125rem;height:3.8994125rem;display:block; }
#EnxovJ46kaLvQWepmcTh0EMU5hG0yGT2 { color:rgba(var(--color-secondary-4),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.8125rem;left:25.125rem;height:6.499025rem;display:block; }
#N53LRKviLIEqWEDARFKhtWO6Py8TOtXB { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0) ;height:31.3125rem;width:17.4375rem;top:1.75rem;left:6.1875rem;overflow:hidden;display:block; }
#htTFeMnJIdNO1LEXlmUJMXfre0b79Of9 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:lobster;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);top:2rem;left:38.125rem;height:5.6875rem;font-style:normal;display:block; }
#eJpLoTDXysXHFcsAc7dZS8uEJG8mNnN9 { box-sizing:content-box;height:1.125rem;width:40.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.53);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.92333984375rem;left:25.125rem;display:block; }
#CgG4xJ1wQ2Vsv4HXcEHI8UCm0tcxLWwb { color:rgba(var(--color-secondary-4),1);display:block;width:42.0625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.33740234375rem;left:25.125rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row .container { background-color: transparent; background-image: none; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row .container > .video-iframe-container { display: none; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row > .video-iframe-container { display: none; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .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); }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row .container { border-width: 0; border-radius: 0; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#LOLuBWaFmiBbh6cTJ63Tk79PQrgIvMir { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.84375rem;left:25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MD8Um0ZpbmzOk9D2EhTVNE7urEkRH7lp { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.84375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IPahJEf33WJ6LHsB7tR1OKcKce5IrziV { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6123046875rem;left:50.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#dduse6QKTt0DiF1lDRV01HF0FNcRrrUJ { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:unbounded;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.79345703125rem;left:25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LzGsegyE5rPO6ucUBSpX1sWtH2JG5Rc3 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:unbounded;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.79345703125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3niqMyNM8DRI6L5cH8nzdU1kO5PEHZN { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:unbounded;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.79345703125rem;left:50rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 { position:relative;display:none; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 { border-width: 0; border-radius: 0; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dvUrbNAoLboATVQllO1NWzasSlu35hct { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.1875rem;left:0rem;display:none; }
#BZGT1ef1iIAzLKT1tOlvrpChVzT1HXR2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.625rem;left:0rem;display:none; }
#Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX { position:relative;display:none; }#Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX { border-width: 0; border-radius: 0; }#Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eUeNfMomLXKNm1RwWUunGKdonrwXaEWp { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.5625rem;left:6.0625rem;display:none; }
#uUGpK3qP9rMG6rnPyXw1kv1I9WPqKADc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qxpWB8cGF204ioztutqiyW2gzNkGLV0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xrb3rt0nWA4VsWKr5sfxe2T7an7TfLWT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZIDlLRhhyM8WgFcf2d4doxvDZ58wPN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOgJfBWixFg11MhQGC2qf25tyO76LOwa { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BtbDbbcSadhSTAvg9AfIUhzINfqzi6Dp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJhCGPTT8OXzksHXQdM3XV1cMHXKJwyG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.86279296875rem;left:32.65625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m { position:relative;display:block; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m { background-color: transparent; background-image: none; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row .container > .video-iframe-container { display: none; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row > .video-iframe-container { display: none; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .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); }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m { border-width: 0; border-radius: 0; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FKlSihUbnhRATPGEVgxCKoWaT7O109HK { color:rgba(var(--color-tertiary-4),1);display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#O4STMislzGGHKFJBCU2TEyB2AKDGpoe6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.86279296875rem;left:32.65625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU { position:relative;display:block; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU { background-color: transparent; background-image: none; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row .container > .video-iframe-container { display: none; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row > .video-iframe-container { display: none; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .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); }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU { border-width: 0; border-radius: 0; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vnOVLXJVVG4mB5perphDJszAvTmS7ZCI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:1.5625rem;height:2.76171875rem;display:block; }
#yv3asMnPM7RtsRllDeD8teDNVLyZi48v { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.25rem;left:1.5625rem;height:6.499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3rCnmANLdrpLlxTgo6Jzowy95DaumE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:20.3125rem;height:2.76171875rem;display:block; }
#XTNdTfdGaiLquvzCL8SxXwk7QcewFXNf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:20.3125rem;height:6.499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oI2kxaP4FIIPNcULb15k0SE77qBuXnBN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:39.0625rem;height:2.76171875rem;display:block; }
#XbB5kQVCZxFR5ZiPgH2R9l0DtCJuuOyw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:39.0625rem;height:6.499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ht6Vm6xuubNLZ9aPTmTiS870dI1Dnbyo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:57.8125rem;height:2.76171875rem;display:block; }
#ZNNG4wmtfMxKNWEyy7au38tWSAZZ1LXP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.25rem;left:57.8125rem;height:7.7988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwzU4dkGO6byBu5Px6ZunbXK5lcNacoL { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.9375rem;left:7.03125rem; }
#FeGcqS4DaJ2O9IbOKPDqvnpL4Rmt7lUA { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.9375rem;left:25.78125rem; }
#H2usXHyJkAl3IaGshppWpnvHmH6FAIGS { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.9375rem;left:44.53125rem; }
#NmVv8cWeJ4wnX0zQOh2BVrCZTTzAF6md { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.9375rem;left:63.28125rem; }
#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row .container { background-color: transparent; background-image: none; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row .container > .video-iframe-container { display: none; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row > .video-iframe-container { display: none; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .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); }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row .container { border-width: 0; border-radius: 0; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#Tc6Bo2IItetwzbfmNxyTp8TsqGLD0t3m { color:#ffffff;display:block;width:71.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.775390625rem;left:1.78125rem;height:4.38720625rem;font-style:normal;display:block; }
#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT { position:relative;display:block; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT { background-color: transparent; background-image: none; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row .container > .video-iframe-container { display: none; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row > .video-iframe-container { display: none; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .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); }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT { border-width: 0; border-radius: 0; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ONmSt5rRkhWZnwCMhK0WLoCHGJu1uV7F { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:16rem;height:3.4121125rem;display:block; }
#loTk7bnDmA6waH10Tx3qthVlOWuXi3ln { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.849609375rem;left:0rem;height:5.361325rem;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; }
#aflvOS5Q0FHKc9nkhABvCrCFTpR4dQv0 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);top:1.0625rem;left:39rem;height:5.19970625rem;font-style:normal;display:block; }
#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row .container { background-color: transparent; background-image: none; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row .container > .video-iframe-container { display: none; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row > .video-iframe-container { display: none; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .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); }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row .container { border-width: 0; border-radius: 0; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-form-header {  }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:35.4375rem;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;overflow:hidden;font-style:normal; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:35.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: none;font-weight:400;font-style:normal; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-textarea { 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 rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:35.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);font-weight:400;font-style:normal; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top: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-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:35.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .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; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-button { 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:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:35.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .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.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:34.0625rem;overflow:hidden;font-style:normal; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .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; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-container:first-of-type{padding-top:0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-container:last-of-type{padding-bottom:0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);z-index:15006;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:5.625rem;left:2.6875rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.4375rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .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; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 {display:block;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);z-index:15006;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:5.625rem;left:2.6875rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #xX6VFPwWI1g3uqEm2KG4tZ24UDtwpQc5 { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #s16HgM1y1qW4B0LOxu60NyArK2ohaB6f { position:relative;display:block; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #J8tZ0gUrrkpw4uimWT2WfX9TbtGaJSE5 { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #qucNT65ILlW0seDGvnLBaN8u0mtEGQgR { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #Oe4FOtHTm1C1wvqkoaTXm8PkQPqQQGsm { position:relative;display:block; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #f0qzAZoVadtCm5Xh4OtGT2bi0zg39aKu { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #atHhssE4fTbyc6CSsMRV24LudMO049Wu { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #WeWT4O4le9dMs8axMOcrR8SyrCydAI4k { position:relative;display:block; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #Fg4x1O1h8WlCwis3iPJSlvNZeoJUU9Kp { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #g7DVUTNC2PRndGNnS8at9iRCADKbPVZR { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #QNPMygLGAoQip47zK3CaVWTKR5mFdpJR { position:relative;z-index:2; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #mfyDUPEn31rP8UeBfVITRXNz3ZqGR4WP { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #z6DqpTt8FdpmE1Z6fSo8sThmxZnKdNM0 { position:relative; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #fsQt2l3TO56b2oTTQduKufDDCLbNc2wN { position:relative; }
#O6CdI5hNmAuOonE8GqIZdQgdQLcXm03f { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31.75rem;left:4.09375rem;height:4.467775rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lGR23pPDrztKd1Es1npuASpt6NGqAxsU { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:unbounded;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:42.875rem;height:17.629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kwiq5dCwmK9pmKcJbWH4TqAUP5ceTiS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);top:7.6875rem;left:42.875rem;height:5.19970625rem;font-style:normal;display:block; }
#PT0fJt4pDhJufAbwJ4ZUvJP00BwrElab { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:16.25rem;top:9.375rem;left:58.75rem;overflow:hidden;display:block; }
#KHCDrHqn1OaoTcxTwiZsyUZRhxbsPGUS { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#itS25eQzUJlvZrHxW7wBwELtlS3dANZm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.998046875rem;left:42.875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn { position:relative;display:block; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn { background-color: transparent; background-image: none; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row .container > .video-iframe-container { display: none; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row > .video-iframe-container { display: none; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .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); }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn { border-width: 0; border-radius: 0; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 { 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; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row .container { background-color: transparent; background-image: none; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row .container > .video-iframe-container { display: none; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row > .video-iframe-container { display: none; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .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); }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row .container { border-width: 0; border-radius: 0; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#KhTbCHlq3DVV23paZyiCyQ6fQ7WcJ4yC { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.29345703125rem;left:1.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#KV8o5NLRKfuXUNCbKa0GaX0XFzzLs564 { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.40673828125rem;left:25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWidZnsXPqawgdB5pifsCG16SqqLhvXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row .container { background-color: transparent; background-image: none; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row .container > .video-iframe-container { display: none; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row > .video-iframe-container { display: none; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .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); }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row .container { border-width: 0; border-radius: 0; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#nEmrX3G8aKmG0NwVoED2amDlZqFryagl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.98828125rem;left:1.625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#obSBSEgR2WgyJdEz6qU5iz3czQUplIql { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.400390625rem;left:1.5625rem;height:9.723625rem;display:block; }#obSBSEgR2WgyJdEz6qU5iz3czQUplIql li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#obSBSEgR2WgyJdEz6qU5iz3czQUplIql li:before{  }
#cSAwzHu6fHzctRRWA4zZpHyxlU83BhzX { color:rgba(var(--color-secondary-3),1);display:block;width:20.625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:11.3203125rem;left:2.1875rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QVfUvA8NHc0Es4hu9clVwZO5e8x0ndM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.98828125rem;left:26.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#g2qmaSiBi1bUCcACAnBBeSr8oL8TdcKc { color:rgba(var(--color-secondary-3),1);display:block;width:20.625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:11.3203125rem;left:27.1875rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#czqwFuTCBA5tot2SXxKSVwBxXarDMxZE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3994140625rem;left:26.5625rem;height:9.723625rem;display:block; }#czqwFuTCBA5tot2SXxKSVwBxXarDMxZE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#czqwFuTCBA5tot2SXxKSVwBxXarDMxZE li:before{  }
#dwMwFttOCpycqN57t09LmOMcwimUgbzn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.98828125rem;left:51.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#JVFiBwbfsxlsayfZyVkevO2ksa0CfCex { color:rgba(var(--color-secondary-3),1);display:block;width:20.625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:11.3203125rem;left:52.1875rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DiPEwb0ugpP8Mi6llsTKWg2D8mJ9ooS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:51.5625rem;height:9.723625rem;display:block; }#DiPEwb0ugpP8Mi6llsTKWg2D8mJ9ooS3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DiPEwb0ugpP8Mi6llsTKWg2D8mJ9ooS3 li:before{  }
#pWKS7ILRJg5U0hACgwHO5ZZBwtnwKgqI { box-sizing:content-box;height:5.8125rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.61328125rem;left:1.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wK1FxkEtVqURG1mp8AQEkFDFvAT0efew { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1rem;left:10.15625rem; }
#iFOAgP56cWsrFeKXPcXbgn0e0r2VcBHm { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1rem;left:35.15625rem; }
#MRAK3omGGSANnw0enJSWzsuB66LcACh8 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1rem;left:60.15625rem; }
#NipVVMF0NbzFWREcT2BbDexpcpvZLrzS { box-sizing:content-box;height:5.8125rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.61328125rem;left:26.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#dauGeGLBouMPtxwvfzHaPFSZOtFDc9WS { box-sizing:content-box;height:5.8125rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.61328125rem;left:51.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row .container { background-color: transparent; background-image: none; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row .container > .video-iframe-container { display: none; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row > .video-iframe-container { display: none; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .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); }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row .container { border-width: 0; border-radius: 0; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#m1M0IwqAAffUSVyTB3GJEODKvbTAekCg { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.98828125rem;left:1.625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#brUvk7TkMVvFU3LBWHoUZCRAnEib6P57 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.400390625rem;left:1.5625rem;height:9.723625rem;display:block; }#brUvk7TkMVvFU3LBWHoUZCRAnEib6P57 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brUvk7TkMVvFU3LBWHoUZCRAnEib6P57 li:before{  }
#l6TFT8vSoKqimAUiKGI9RyKCuEUcWp6g { color:rgba(var(--color-secondary-3),1);display:block;width:20.625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:11.3203125rem;left:2.1875rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#h72STynDKQMNmalm1x0RRtqFeCVlG78W { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.98828125rem;left:26.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#RcTX6QqSzZG5mSSmDmTMW6ong4FTBRdD { color:rgba(var(--color-secondary-3),1);display:block;width:20.625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:11.3203125rem;left:27.1875rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#b85qE2KQoOrodZkDZ5AGLxXVxRVlRUr7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3994140625rem;left:26.5625rem;height:9.723625rem;display:block; }#b85qE2KQoOrodZkDZ5AGLxXVxRVlRUr7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b85qE2KQoOrodZkDZ5AGLxXVxRVlRUr7 li:before{  }
#t25LO2X5s0ZQP8Lms0TrK3zu9t7CC9JB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.98828125rem;left:51.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#y8OkHiabU1st7wpPKT1KrfzqO56mCNyr { color:rgba(var(--color-secondary-3),1);display:block;width:20.625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:11.3203125rem;left:52.1875rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bcqAg1vXf9lvuXGyX2yUAfMAmCIO9dV0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3994140625rem;left:51.5625rem;height:9.723625rem;display:block; }#bcqAg1vXf9lvuXGyX2yUAfMAmCIO9dV0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bcqAg1vXf9lvuXGyX2yUAfMAmCIO9dV0 li:before{  }
#fTuzI9KU8m3R9mFTqigemyeyFisg397T { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.5625rem;left:10.15625rem; }
#Pu6KU3I848TkwHeb2fSOtUTTvJwkIsbJ { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.5625rem;left:35.15625rem; }
#E16W0PhxG9RTCWuu9NRTK0zOzDE6UTkl { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.5625rem;left:60.15625rem; }
#DaQDl7C6NNFXwH0BURDdyeT2zX0d42Dt { box-sizing:content-box;height:5.8125rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.61328125rem;left:1.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Zggvm1h8KwBBSfsVUvbHXoV446r0LRkt { box-sizing:content-box;height:5.8125rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.61328125rem;left:26.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eugH0gnhiX39zm6J6UJvGAovs1JyvUND { box-sizing:content-box;height:5.8125rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.61328125rem;left:51.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row .container { background-color: transparent; background-image: none; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row .container > .video-iframe-container { display: none; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row > .video-iframe-container { display: none; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .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); }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row .container { border-width: 0; border-radius: 0; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#bzRXsxxP0iRiIDK7WVhTcr7Miz0wkvw6 { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#zQGIDFq6OmftOPIUZoKHTfNvDMAR0gTA { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm { position:relative;display:block; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm { background-color: transparent; background-image: none; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row .container > .video-iframe-container { display: none; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row > .video-iframe-container { display: none; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .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); }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm { border-width: 0; border-radius: 0; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PvOCoXUOwHkc43uOxBEZrBasrdPdJXK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.5625rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#S7xwwyBLdPPVpauCMO6UbMth7JeOfvuF { box-sizing:content-box;height:7.75rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:1.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ekvEklrkHcdpiDAEirBmJJZMllM5VCA6 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.056640625rem;left:2.1875rem;height:5.199225rem;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; }
#Op9H9AXE1InAAakJNft2GnemwKcc1AGr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:26.5625rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#Tv7il0KGmALuucztzz8SzAxXvmQCurOZ { box-sizing:content-box;height:7.75rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.78125rem;left:26.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#DH4O6HrcsOMaMPCvMtVEbZJgfRiWLCTb { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.056640625rem;left:27.1875rem;height:5.19921875rem;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; }
#mnACFIQSrxq2O3nWNOUtiW4z05TMD2wN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:51.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#AtGZoqBClHVeogwkTD5v5DOLehRPEkJR { box-sizing:content-box;height:7.75rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.78125rem;left:51.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#CwC6VhAZFKCfas7dM22pamlxL4oaa7xS { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.056640625rem;left:52.1875rem;height:5.19921875rem;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; }
#hIpUWS9AVLevykTJwLHUZTTK73l2zZRD { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.3125rem;left:10.15625rem; }
#b0OXzSNGSsPvnEFk4KFcswvHUrHCvH7a { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.3125rem;left:35.15625rem; }
#kdLx0UcIl1c8tnFQAltHfdzfvPKP52Ue { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.3125rem;left:60.15625rem; }
#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 { position:relative;display:block; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 { background-color: transparent; background-image: none; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row .container > .video-iframe-container { display: none; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row > .video-iframe-container { display: none; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .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); }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 { border-width: 0; border-radius: 0; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T8Gk6tBhrNOd898sRU9QLcyok87KJWAm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#XcoF731ZZR68T1RtOTRbUEycbxnmgDbb { box-sizing:content-box;height:7.75rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:1.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#DB6TO5uNT2w8UOJqFFNtL3QeZa4LLCXl { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.056640625rem;left:2.1875rem;height:5.19921875rem;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; }
#Q84rxrEBEV8mTgwUUaITgXFXVSfgNWHx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:26.5625rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#EylwgrLQ8sO4misEaPsUQNlO5QdLA6Xd { box-sizing:content-box;height:7.75rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.78125rem;left:26.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ELV90R0E3lvRLmlgACUSNRTNJxvBQS8q { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.056640625rem;left:27.1875rem;height:5.19921875rem;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; }
#aaVIdLo9WvfzexmmQpn10o1De7a3deVH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:51.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#d6rBFZeVyyxfpteaDLKaMr7HlvyTuS91 { box-sizing:content-box;height:7.75rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.78125rem;left:51.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#zRSNezTDRlGB5NVvyoMVrU7GqxdLZ1Tc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.150390625rem;left:52.6875rem;height:5.19921875rem;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; }
#L6Tcwo9nnrCbl5bi15nkqebFIAU6vbIh { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.3125rem;left:10.15625rem; }
#z17pg8lznR253XAiO9SCsiG2knaHFgIr { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.3125rem;left:35.15625rem; }
#I0hLWbr3Ltv2vIfNMg52V2LzINbzCxvq { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.3125rem;left:60.15625rem; }
#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz { 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; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row .container { background-color: transparent; background-image: none; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row .container > .video-iframe-container { display: none; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row > .video-iframe-container { display: none; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .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); }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row .container { border-width: 0; border-radius: 0; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#fe6R9aS2BRTycwMMQqfxKqFL55RbVHTv { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#gisMCfMNM2I1B77NtA0xtCgTsPi4uPvi { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8DaIAwcR57tTcxcMDAWnext6obN5TBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row .container { background-color: transparent; background-image: none; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row .container > .video-iframe-container { display: none; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row > .video-iframe-container { display: none; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .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); }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row .container { border-width: 0; border-radius: 0; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#boxkkakKz3Hk2Xlistbilm3UwUCab4T4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:47.75rem;width:26.6875rem;top:0rem;left:10.875rem;overflow:hidden;display:block; }
#F8ZzE2DJbnKKQTTRJi5ugO8MW7nmIrd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.15625rem;left:39.84375rem;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;display:block; }
#UvaPBAPyy3y3WfxLOmMd8RQLIml0hG33 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:39.84375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#RXIgrKGlJd1tcifskfUncRwJBlNrd712 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.625rem 0.625rem 0.6875rem rgba(var(--color-tertiary-4),0.2) ;height:11.875rem;width:15.625rem;top:5.15625rem;left:0rem;overflow:hidden;display:block; }
#F8e8lf5qTmOMOWSG5LhXfv3FJrmfDkSS { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.625rem 0.625rem 0.6875rem rgba(var(--color-tertiary-4),0.2) ;height:11.9375rem;width:15.625rem;top:17.90625rem;left:0rem;overflow:hidden;display:block; }
#iBK43W0CaHhvNXNSSKlKPat6MekfSNls { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:11.9375rem;width:15.625rem;top:30.75rem;left:0rem;overflow:hidden;display:block; }
#Q0K2sryUcJJWugNDb5OnKuNUZMNekAcp { box-sizing:content-box;height:47.75rem;width:35.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.59375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row .container { background-color: transparent; background-image: none; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row .container > .video-iframe-container { display: none; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row > .video-iframe-container { display: none; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .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); }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row .container { border-width: 0; border-radius: 0; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#P8uW49PvHaMrd9NcuNnfHTBsecqvJnlX { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#NtyG9UlyRs02pgd6Q1ovIAMICUhmBDX6 { color:#e5e1e1;display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMgqEVVkHvp7mODaq1dqulJ0JU6FKxzE { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr { position:relative;display:block; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr { background-color: transparent; background-image: none; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row .container > .video-iframe-container { display: none; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row > .video-iframe-container { display: none; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .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); }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr { border-width: 0; border-radius: 0; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zifO4BQ9NDCiAWg2GnT6KuAv8ZvTxroG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.5rem;top:1.4375rem;left:6.25rem;overflow:hidden;display:block; }
#uUQmOhnlLbmDctXyrsTyXT5UeBLfxq6w { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:47.74951171875rem;left:1.5625rem;height:1.4624rem;display:block; }
#CwRi4BOcZ21eBKlJgTnVTw7PKOhpN46T { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.81201171875rem;left:1.5625rem;height:27.295875rem;font-style:italic;display:block; }
#Hsf2fkbqZUlAGaPbfAzxCO8ZTrLvRQhe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.3125rem;left:10.9375rem; }
#WJig0eVnhyaGWJQlIcvfHfTUIhmSwBQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:49.1494140625rem;left:1.625rem;height:1.21875rem;display:block; }
#azCcLI9wJzU494azNbhtvpxd3y5lKDJh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.4375rem;left:31.25rem;overflow:hidden;display:block; }
#D5QfAT7tyerAcETb7iJSzG3F9GJI3gfT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.3125rem;left:35.9375rem; }
#ux0DlvF2mm2TwiUCyU3WFmmlpKSRGhXq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.81201171875rem;left:26.5625rem;height:25.99608125rem;font-style:italic;display:block; }
#Cvzg8hSnMSCL52wQtRC9Q1XXkXbMritU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:47.7490234375rem;left:26.5625rem;height:;display:block; }
#qWtxLQVMtO7R1tkZEwM6KLLyg3Dh6NTu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:49.21142578125rem;left:26.625rem;height:1.21875rem;display:block; }
#zfC1bTNaXDtHwiT7tZOOLoHwEUC2Oor2 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.40625rem;left:56.25rem;overflow:hidden;display:block; }
#uAHD4RAourL48n0yFEMaBDyzfhB1FLur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:15.3125rem;left:60.9375rem; }
#BTlRAyoHx75COJZyundEMzDIap8gQtuR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.81201171875rem;left:51.5625rem;height:24.69626875rem;font-style:italic;display:block; }
#Zt41G09S2rfm1rTzHPOUTHCXtDW3fpgR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:47.7490234375rem;left:51.5625rem;height:1.4624rem;display:block; }
#qLpslsgVesWMAl8t5rvNSZT9WZ0v8zTW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:49.21142578125rem;left:51.625rem;height:;display:block; }
#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U { 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; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row .container { background-color: transparent; background-image: none; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row .container > .video-iframe-container { display: none; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row > .video-iframe-container { display: none; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .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); }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row .container { border-width: 0; border-radius: 0; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#X41bd9CKkzBJvgIe6GwgbymFh1c69wUk { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#GWyI6V8KF3R4nOK8NwL7NhNaRO2KCzrc { color:#e5e1e1;display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0mSicMXzFc4ntRvlH38TmtgKN7EnbIl { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.099609375rem;left:0rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD { position:relative;display:block; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD { background-color: transparent; background-image: none; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row .container > .video-iframe-container { display: none; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row > .video-iframe-container { display: none; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .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); }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD { border-width: 0; border-radius: 0; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zhgr0LCr0uduIVSsIvaHdtxPyf3JdDAZ { box-sizing:content-box;height:30rem;width:34.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:1.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Oap46EVC3y3NCXZLzw0hKskkuRt1Fi5T { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:14.375rem;top:8.5rem;left:0rem;overflow:hidden;display:block; }
#w6qyIweBsihOM7TuVAyNr0WTmT6eH78N { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:7.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBAlth65iE9HddX5Lev4AHzJCbvawTZ6 { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:10.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#sAeLe89Qov9Fxl0SHLkhTFKirS8TTDl1 { color:rgba(var(--color-secondary-4),1);display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:7.5625rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtTFgAy6d9O0OQZ9Gzs6OGq8xMLLzyy8 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:10.78125rem;left:14.75rem;height:19.9711875rem;display:block; }#LtTFgAy6d9O0OQZ9Gzs6OGq8xMLLzyy8 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LtTFgAy6d9O0OQZ9Gzs6OGq8xMLLzyy8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aef6ab8a189d88c30c4cf64ad72f3ca.svg); }
#ZHCxBREx3yZeHgPZNitnUQ9I6SJ1Asof { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:44.25rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#kb5c1kp8Bc2KbnAyZTOpTQrDS2fb9vVG { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:44.25rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xRBWNmQ4iFubEMlefOT3unhFgEm2xbvm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.9375rem;left:39.75rem; }
#Zue8AR7fLZipnNxSZxr3kgTUirZFrWH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.0625rem;left:44.53125rem;height:7.79883125rem;display:block; }
#cuLv2f46GosBnBOMMC66PuIdtbdNxnuW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.375rem;left:44.25rem;height:7.7988125rem;display:block; }
#dMd5Fixc27BIM8LaSRz0TFuVHkWR1HdT { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:44.25rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VuwLmOIToC2ADhWTPu9ruaJDRDR2WltD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.25rem;left:39.75rem; }
#dQZaBdEvqHLeml2SMTfCb36m9IJQT7lG { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.125rem;left:44.25rem;height:9.098625rem;display:block; }
#GotkTxrDLPq7ZX4Dy3FRcIU79Tikt5ON { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28rem;left:39.75rem; }
#Cz3aPnlXiyN4om0iefWNKAALn0TBx2Iq { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.875rem;left:44.25rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIRlKg50TMeTULUXpJQAqLCTlG7stV8O { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.6875rem;left:44.25rem;height:16.222625rem;display:block; }#TIRlKg50TMeTULUXpJQAqLCTlG7stV8O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TIRlKg50TMeTULUXpJQAqLCTlG7stV8O li:before{  }
#VUwrMGRQggeFypNB70xyqNJMIKWKtF9Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:41.5625rem;left:39.75rem; }
#xtyPaJFXnDNbTV9JHwaW4hv4z9T5XIt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:42.4375rem;left:44.25rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DK83x1IdNmMCxufAm0uNai6AiEXMxT7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.90625rem;left:7rem; }
#rnyZDKmHtE3vXRRp6wIcQwIPLdh81hwy { color:rgba(var(--color-secondary-4),1);display:block;width:23.3125rem;position:absolute;font-family:unbounded;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.65625rem;left:12.75rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZuGBlu1p3CR4ySlIBx3KKL4rbQ2sWgA { box-sizing:content-box;height:33.6875rem;width:34.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #ffffff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.125rem;left:1.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LrX0JhZTslWbQCK9dqb0OPozuQBvq8R0 { color:rgba(var(--color-primary-4),1);display:block;width:28.875rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36.375rem;left:4.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngU3yWriVMtrWdaybOxeVD1agNzeOt7m { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:17.5rem;top:39rem;left:20.0625rem;overflow:hidden;display:block; }
#UL9vm6mkcX0J1xmihu4Enl2TQJbb1nnF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:41.5625rem;left:4.3125rem;height:;display:block; }#UL9vm6mkcX0J1xmihu4Enl2TQJbb1nnF li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#UL9vm6mkcX0J1xmihu4Enl2TQJbb1nnF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aef6ab8a189d88c30c4cf64ad72f3ca.svg); }
#NOEN9ATJmTFOhPAoDbbp8t9a8TCQq1Mv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.32421875rem;left:12rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#e4nkhpHDJMvRzFXvuLnAwMVRQ3Kw6npk { box-sizing:content-box;height:5.3125rem;width:27.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:43.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zlrNUiye0S4kWTa3KKUmnw6qJso48JHw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row .container { background-color: transparent; background-image: none; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row .container > .video-iframe-container { display: none; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row > .video-iframe-container { display: none; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .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); }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row .container { border-width: 0; border-radius: 0; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#IE5NAab48GKJGb3JxC6aXVNlO6JTSagh { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#kcciffx76IxyHuTBRy5TPKThWR06pper { color:#e5e1e1;display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lsqlw0IfJmBJrFv6FgfRK44tEpTo1AKu { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:22.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFwl3wsG67UZAk9i8I9S54wz592FQVDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row .container { background-color: transparent; background-image: none; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row .container > .video-iframe-container { display: none; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row > .video-iframe-container { display: none; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .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); }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row .container { border-width: 0; border-radius: 0; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-form-header {  }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:35.4375rem;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;overflow:hidden;font-style:normal; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:35.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: none;font-weight:400;font-style:normal; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-text {padding-top: 0; padding-bottom: 0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-textarea { 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 rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:35.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);font-weight:400;font-style:normal; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top: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-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:35.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-select {padding-top: 0; padding-bottom: 0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .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; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-button { 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:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:35.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .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.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:34.0625rem;overflow:hidden;font-style:normal; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .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; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-container:first-of-type{padding-top:0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-container:last-of-type{padding-bottom:0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);z-index:15006;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:5.625rem;left:2.6875rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.4375rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .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; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV {display:block;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);z-index:15006;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:5.625rem;left:2.6875rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #c2PlgdwP8PcO0Lq6PtvHoqvgdmNyTDR0 { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #vwucnJfvnVEON6Ig3eDUzDFaXDktztAr { position:relative;display:block; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #stClyTHzamUcfGSAkFcNae3tO0K47tDi { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #ziapbGtVE6ofwu7WUt1iOBe45G8qunIR { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #NMb09UJQOvnJ94WH1zKDTRJdapV40Tty { position:relative;display:block; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #Fyz02CXP7QvT3OJ06vr6a5a9V7gp0g5u { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #W4HnNCAybgitITtM3NCbLSpNEH7PlRkh { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #wevCLFnt5SPFkzUTTLqod18vvO4XIiTL { position:relative;display:block; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #Vt0IWT8zGLoIJVeSlIvQlAoFhc1TSvoD { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #aDR0vxDmaUxHyUoQwTi45K3xgwDfdRKs { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #DEzQQUE6RFTBALMU0XHS8JqpwFqWcPBU { position:relative;z-index:2; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #vhMvlTDy2eWqJI2doi8WhkAQFJVIWMiG { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #qIW0mxkM85bNSQP8b95qMvua66DzEDos { position:relative; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #TAZAR953cVGdimazJxyyattmDz9UkiGt { position:relative; }
#yZUK0pJhyLsOZw9kaypc9nJfb1r3q9ZB { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31.75rem;left:4.09375rem;height:4.467775rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EILdLAUwPDA1ac1TzGTT125P7TyXau39 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:unbounded;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:42.875rem;height:17.629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uqhcXlTTUfJZ4dcmHvvcnQtZ2GVFgqNI { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);top:7.6875rem;left:42.875rem;height:5.19970625rem;font-style:normal;display:block; }
#HJ7k133Wz1TJJUC4Q2eeyCBqR6EOpzG7 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:16.25rem;top:9.375rem;left:58.75rem;overflow:hidden;display:block; }
#yg9ezCxLoKJINKoXX9Pq52NFPJ82ncf4 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#o2JcIsQNZNUvTrhipLDxb8ruINE8tXwR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.998046875rem;left:42.875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 { position:relative;display:block; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 { background-color: transparent; background-image: none; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row .container > .video-iframe-container { display: none; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row > .video-iframe-container { display: none; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .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); }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 { border-width: 0; border-radius: 0; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr { position:relative;display:block; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr { background-color: transparent; background-image: none; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row .container > .video-iframe-container { display: none; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row > .video-iframe-container { display: none; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .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); }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr { border-width: 0; border-radius: 0; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KoaK7JKp6B6LNFoV41rsS6Lxct7EKGkW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:9.3125rem;left:44.75rem;height:3.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CNUVJH8syM2xsSaquNnrwr34Z3iniNQg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:5.0625rem;left:44.8125rem;height:3.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBZ0sdWTVPDiKxnbuh1lGJV06gMQVMXP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.125rem;left:40.4375rem; }
#U8x9WwRkVlpDDBRDoD4DCB3uHR7UkzaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.375rem;left:40.4375rem; }
#JcZEM6bPZNEa7WegVFzSr0A5awq9asUK { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:40.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fmTn6UqXDlJzvlIqHhGpQ8xCePCuxqsp { box-sizing:content-box;height:9rem;width:33.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:2.15625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AyT0tz26vgxWUIVhKg6oFoZMvOACNfUv { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.275390625rem;left:3.9375rem;height:5.19921875rem;display:block; }
#ueMiXvzaoZaCqCSTRWf3OfnvXsWcfgtB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.33740234375rem;left:17.1875rem; }
#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row .container { background-color: transparent; background-image: none; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row .container > .video-iframe-container { display: none; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row > .video-iframe-container { display: none; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .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); }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row .container { border-width: 0; border-radius: 0; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#dkGdJqvud4T13zCMyicmHTzpK8fRTdUh { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#otJ13D8TQ5esIc1JvS38uie45C2FXwwq { color:#e5e1e1;display:block;width:25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXvSyOzP7h4TwOrqKCHdivFauDsM4XCy { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.92529296875rem;left:22.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row .container { background-color: transparent; background-image: none; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row .container > .video-iframe-container { display: none; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row > .video-iframe-container { display: none; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .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); }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row .container { border-width: 0; border-radius: 0; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;position:relative;display:block; }#ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA .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; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-heading-text { display:block;position:relative;width:100%;font-family:unbounded;font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.3;overflow:hidden;height:auto; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA .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; }#ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-trigger.adaptive-delivery-prevent-bg, #ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-trigger.lazyload, #ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-trigger.lazyloading { background-image: none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #gsPGXzuOCuMC1Ne4SHt3WqleTOW9QFM2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #Ap7ELrIVFTViTNgqT8Mce43AqaIGQxAW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #akSXtWCwg36rXDL36GUU4u72zkJNAoIq { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #KVDEQ3h769zZwlzeVGbqnqdbEWq2Pyic {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #eeD9NQR4JNm77gfg0Wx33OTWyHgNuqeG {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #H7pKfnPFyvrn6W6ScVl7l8HvbLz01NUI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #glUcfwG6zi7RdwECU9vQWdrkyKU5XWrc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #i7quW6bq3n1g0WT4el0nItPSNkOktvH4 { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #bnLxM9qVZJuhBkZTTxMd4aFddODpeDtR {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #a9w1SBU828yZaMveeTCBZpBOssfMGRqV { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #Wd6Ze8tTzAKgW2tHWgibpMHSq0eBdnak { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #GunTX9boqodlc5zgfwawA4hz9EFXHse1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #qxBwxGEMsxxQvGm5bhQ3iXsHL3K6qkUD { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #zT6TNk7XmcdcnkztPg2RKMz8I38u6tOO {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #zSs14CTJEbQouRRU8XcSseLxgszdlbMd { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #VR8PSdoJ0PgCIwmmEc1Vm9pq4pck29cq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #pIrwrHS0MQAarmMTyJAarJHxemAC3oCZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #JkzCVTmrpeL0sa6WQJGeStauGqI7HIyF { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #eRv3fw5TC8rAhTFL2Bx5Udlnf9vx4yEz {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #eoFE01EGIcGkBSdcpek2Q3yDnlfic3qi { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #LTKJhzv3PFB8xBJQHXTwZLAHQTE16nlc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #GxVRupafMorkaDp0OVBJmDrKIeVUfL7l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #P1gNBCWnSgVpTFSRMtcq4H2fkL4TpC6P { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #MnsnXqgmVQ8V0Zxr4PTzK9sLqc6wXL9D {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #cSMrFwHqLLh0k3hMW732AJNUnSWoS3KA { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #vBg9DTBWCp7ANoWWGxblIobFwvUo3FE1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #LSnTvHerQtyFg8RAP2PU1GOrSeg37T3x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #mzo8yoTtwmIhma7PsEs2PwwZA0V82EfT { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #zoWTwveUIpmbT20i7fUwgTSIOgJPkUZJ {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #Sibfl8zCLkhrotRf0UohTD26ofTlBxp9 { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #y1nr9gSmPKc6ymir1n8dQCXl0wJk6x7C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #pxcwzuQCAeAqdX0DUdPod7v7PusemWkp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #w0ZAUITSv1SVEzBABu59fAP6zVHqzrc1 { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #v0wlWBpk280MTTee5xEOnC3HXCwiHtzR {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #s1LWdTGTlPwuTO7TKs0NmFss4SFzENEV { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #OTBtBuChvRtIyPQDd3xFITLI6ZRNQsnJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #eOBSLCqnQ58WVhK81XSDExfVstT1sFbA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #VyVn6l1Smf2Mo2efkJ8HUeRBs8xpmT2a { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #c0IN0QeaSnl8ExxkhIBHfWTOQ4uPoJAH {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #W3Ww2nmHKqWardVHZ5sZTFAhQlw83479 { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #GnpivkTgwZIo37dppxEd9APZRyFV2hJp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #FIieaIFLnfDgkayeuVElT3khLHRNq3Rv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #kHOWSR5nkqdn3piNpvTGBhJ06fWf1mBL { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #smQq0ZTCnX6hSRLeTDbZId15QefSNAvx {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #lhlfzyQIV8zouTbH55R7uAZLGlpqqqkP { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #aoJakggD5Jvp3WhXb2fQyEpc5lI8lftq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #PTEpHD3mB3rfP5TiIoTGHZdVZKO8ZB25 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #XzeTgVThWZtXawwMsKpGtduBhLbmw8CJ { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #VoN0kJSbmdlMQ3NbNINtrVNzr19Qqezf {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #tCz7DGsB9g0T4yJuGeFphRtRRtXCPL9L { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #Q7qt43E32Fp53181ueB6JAEZWhaNuEsL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #CmXdxwZCNNKgasrsDPQmvuFBNA7F1QX8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #nGCmkNuwpaz5tVDgWdfMW7MGx4GvnaTp { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #ysAfyefkZhrnsitqsO6FSFEvVCBFJJKV {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #rJHEcnsfXPKkxg5flb4nn3ock6acw3hx { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #UZ9vZ0sVAag18IDR93DrMga09KXPgEL2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #QhCuL10mVNHwPmbi0vq50kplpGyR4E9q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #rtFtVp5I77V1HQMD3T5LtOgH1uRnxUbC { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #mp8vw31xZQSTsMX17AxygVR0Qhd02rns {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #MidI3DWOdfUCEFwxCATZhaJnno1LJBEr { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #XZqKOiXUXW2vJQsTKda6tZOBkwFiqQ53 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #GTghyCkffh8k6VNp8GcZ8Rmibk96oIhS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #Qza5txfhLV80vQQmnygskr8pw5toAI4q { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #ugQArUIcFpW90rsIkBIq4nIcy1eMimHa {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #ZzTHSMrQ8d9VrULuGRbqXTprTLfBLKzy { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #q03Tgi1POJs0e6xWnALuXB8mQ2q5ZegM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #mQEzb8S9SrAU4EsTE5BdRzwLXQpS9nCz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #TlsdzWB7T5NlDTEzCAQz42UcC8AEQsH9 { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #hIP10a3dHqZfiDn21NwfIWt9bAq4AbyF {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #wpUioXH6KnXIvIgtUdGxaHCt3gF5hhLz { display:none; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #NIRT8makQTNUfahEez9arIFbtXoeSX2b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #Wzn0zqfvTxTzXkJ2afOS901UP0p5i1g1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #crrEenquiBDgT7gtAVoSgCfeEwv2apbz { display:block;position:relative; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #BekkwAXMuhklW1LbDQwhngnpIuS5JJwq {  }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA #iCLUKf7lNToZVxg3iz0oHutMHlQR498l { display:none; }
#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 { position:relative;display:block; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 { background-color: transparent; background-image: none; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row .container > .video-iframe-container { display: none; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row > .video-iframe-container { display: none; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .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); }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 { border-width: 0; border-radius: 0; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cd51kWTo4edoEryLrLOWDmfRDeSw0zQW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:13.75rem;top:5.125rem;left:5.625rem;overflow:hidden;display:block; }
#PLI3eF8zkGdkaenr3B5Nir7WQmXdZv36 { color:rgba(var(--color-secondary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bBxqWt1z931Vh5T7bEwpZry1fskMQe5J { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:9.375rem;top:4.3125rem;left:32.8125rem;overflow:hidden;display:block; }
#JnxdvJKt5LVChOhdfIeMlulhNbkHb8PR { color:rgba(var(--color-secondary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:26.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ut43eMSUiHEVvH1SynP9xP8GrIKpygwz { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13rem;top:4.375rem;left:56rem;overflow:hidden;display:block; }
#DMTax9DBxM2gBPhNyTTBmnqQmw0VehO2 { color:rgba(var(--color-secondary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:51.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row .container { background-color: transparent; background-image: none; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row .container > .video-iframe-container { display: none; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row > .video-iframe-container { display: none; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .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); }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row .container { border-width: 0; border-radius: 0; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#O8CAwTddavWT2RAaLEV0ua739aISOxTJ { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:8.75rem;height:1.625rem;display:block; }
#xkvVsn5t5CG3pcNiq8BvcdUekxns40Fl { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:8.75rem;height:4.875rem;display:block; }
#ToXfymo9hrfsqLlIqKre4LN77ktgM5OA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.6875rem;left:51.25rem; }
#ToXfymo9hrfsqLlIqKre4LN77ktgM5OA > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; }#VduaWUmhnAPa1Lr0aGTgLItXK3ddcpWq { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:46.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Tis3T9yN1qU0klAOygKdEw81u35m8zku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.6875rem;left:56.875rem; }
#Tis3T9yN1qU0klAOygKdEw81u35m8zku > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; }#BR2wuCxaX2cIXEWSB6I6VpmAyTiuXPJE { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:8.75rem;height:1.21875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA { display:none; }#V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TLzHE0LiEP7APTq23xWuNChP2OxbEARc { width:47.75rem;height:18.3125rem;display:none; }
 }@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) { #TCmtO8MTTVSr7BU1ysD3EXeqkQm1pJpL { top:7.6875rem;left:5.6875rem;width:42.0625rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkkfnT8oXmALU1U77ItD3NgRf0ElXGfi { top:16.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnxovJ46kaLvQWepmcTh0EMU5hG0yGT2 { top:22.8125rem;left:0.4375rem;width:47.3125rem;height:6.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N53LRKviLIEqWEDARFKhtWO6Py8TOtXB { top:1.75rem;left:0rem;width:17.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTFeMnJIdNO1LEXlmUJMXfre0b79Of9 { top:2rem;left:24.5rem;width:20rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJpLoTDXysXHFcsAc7dZS8uEJG8mNnN9 { top:12.875rem;left:6.3125rem;width:40.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgG4xJ1wQ2Vsv4HXcEHI8UCm0tcxLWwb { top:4.3125rem;left:5.6875rem;width:42.0625rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 { display:block; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOLuBWaFmiBbh6cTJ63Tk79PQrgIvMir { top:0.8125rem;left:6.8125rem;width:24.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD8Um0ZpbmzOk9D2EhTVNE7urEkRH7lp { top:0.8125rem;left:0rem;width:24.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPahJEf33WJ6LHsB7tR1OKcKce5IrziV { top:0.5625rem;left:22.6875rem;width:24.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dduse6QKTt0DiF1lDRV01HF0FNcRrrUJ { top:2.75rem;left:6.8125rem;width:24.9375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzGsegyE5rPO6ucUBSpX1sWtH2JG5Rc3 { top:2.75rem;left:0rem;width:24.9375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3niqMyNM8DRI6L5cH8nzdU1kO5PEHZN { top:2.75rem;left:22.6875rem;width:24.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 { display:none; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dvUrbNAoLboATVQllO1NWzasSlu35hct { top:1.1875rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZGT1ef1iIAzLKT1tOlvrpChVzT1HXR2 { top:3.625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX { display:none; }#Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eUeNfMomLXKNm1RwWUunGKdonrwXaEWp { top:1.5625rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUGpK3qP9rMG6rnPyXw1kv1I9WPqKADc { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #qxpWB8cGF204ioztutqiyW2gzNkGLV0b { display:block; }
 }@media only screen and (max-width: 763px) { #xrb3rt0nWA4VsWKr5sfxe2T7an7TfLWT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #BZIDlLRhhyM8WgFcf2d4doxvDZ58wPN2 { display:block; }
 }@media only screen and (max-width: 763px) { #IOgJfBWixFg11MhQGC2qf25tyO76LOwa { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #BtbDbbcSadhSTAvg9AfIUhzINfqzi6Dp { display:block; }
 }@media only screen and (max-width: 763px) { #OJhCGPTT8OXzksHXQdM3XV1cMHXKJwyG { top:1.0625rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m { display:block; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKlSihUbnhRATPGEVgxCKoWaT7O109HK { top:2.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4STMislzGGHKFJBCU2TEyB2AKDGpoe6 { top:0.8125rem;left:19.03125rem;width:9.6875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU { display:block; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnOVLXJVVG4mB5perphDJszAvTmS7ZCI { top:8.5rem;left:0rem;width:15.625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv3asMnPM7RtsRllDeD8teDNVLyZi48v { top:12.25rem;left:0rem;width:15.625rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3rCnmANLdrpLlxTgo6Jzowy95DaumE3 { top:8.5rem;left:8.25rem;width:15.625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdTfdGaiLquvzCL8SxXwk7QcewFXNf { top:12.25rem;left:8.25rem;width:15.625rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI2kxaP4FIIPNcULb15k0SE77qBuXnBN { top:8.5rem;left:20.1875rem;width:15.625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbB5kQVCZxFR5ZiPgH2R9l0DtCJuuOyw { top:12.25rem;left:20.1875rem;width:15.625rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6Vm6xuubNLZ9aPTmTiS870dI1Dnbyo { top:8.5rem;left:32.125rem;width:15.625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNG4wmtfMxKNWEyy7au38tWSAZZ1LXP { top:12.25rem;left:32.125rem;width:15.625rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwzU4dkGO6byBu5Px6ZunbXK5lcNacoL { top:1.9375rem;left:3.625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeGcqS4DaJ2O9IbOKPDqvnpL4Rmt7lUA { top:1.9375rem;left:15.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2usXHyJkAl3IaGshppWpnvHmH6FAIGS { top:1.9375rem;left:27.5rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmVv8cWeJ4wnX0zQOh2BVrCZTTzAF6md { top:1.9375rem;left:39.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 { display:block; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc6Bo2IItetwzbfmNxyTp8TsqGLD0t3m { top:1.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT { display:block; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONmSt5rRkhWZnwCMhK0WLoCHGJu1uV7F { top:2.5625rem;left:2.375rem;width:23.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTk7bnDmA6waH10Tx3qthVlOWuXi3ln { top:6.8125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aflvOS5Q0FHKc9nkhABvCrCFTpR4dQv0 { top:1.0625rem;left:25.375rem;width:20rem;height:5.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVwxEVx8tiFthpoqqvgTvTss4DESxX0W { display:block; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-regular-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-text { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-textarea { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-select { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-button { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-checkbox-label { width:34.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1  { width:35.4375rem;height:22.375rem;top:5.625rem;left:0rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .radio-container { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 {display:block;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 { width:35.4375rem;height:22.375rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #xX6VFPwWI1g3uqEm2KG4tZ24UDtwpQc5 {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #s16HgM1y1qW4B0LOxu60NyArK2ohaB6f {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #J8tZ0gUrrkpw4uimWT2WfX9TbtGaJSE5 {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #qucNT65ILlW0seDGvnLBaN8u0mtEGQgR {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #Oe4FOtHTm1C1wvqkoaTXm8PkQPqQQGsm {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #f0qzAZoVadtCm5Xh4OtGT2bi0zg39aKu {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #atHhssE4fTbyc6CSsMRV24LudMO049Wu {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #WeWT4O4le9dMs8axMOcrR8SyrCydAI4k {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #Fg4x1O1h8WlCwis3iPJSlvNZeoJUU9Kp {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #g7DVUTNC2PRndGNnS8at9iRCADKbPVZR {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #QNPMygLGAoQip47zK3CaVWTKR5mFdpJR {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #mfyDUPEn31rP8UeBfVITRXNz3ZqGR4WP {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #z6DqpTt8FdpmE1Z6fSo8sThmxZnKdNM0 {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #fsQt2l3TO56b2oTTQduKufDDCLbNc2wN {  }
 }@media only screen and (max-width: 763px) { #O6CdI5hNmAuOonE8GqIZdQgdQLcXm03f { top:31.75rem;left:0rem;width:35.375rem;height:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGR23pPDrztKd1Es1npuASpt6NGqAxsU { top:5.625rem;left:24rem;width:23.75rem;height:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwiq5dCwmK9pmKcJbWH4TqAUP5ceTiS6 { top:7.6875rem;left:27.75rem;width:20rem;height:5.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0fJt4pDhJufAbwJ4ZUvJP00BwrElab { top:9.375rem;left:31.5rem;width:16.25rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHCDrHqn1OaoTcxTwiZsyUZRhxbsPGUS { top:1.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itS25eQzUJlvZrHxW7wBwELtlS3dANZm { top:25.9375rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn { display:block; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 { display:block; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhTbCHlq3DVV23paZyiCyQ6fQ7WcJ4yC { top:3.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV8o5NLRKfuXUNCbKa0GaX0XFzzLs564 { top:1.375rem;left:11.375rem;width:25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWidZnsXPqawgdB5pifsCG16SqqLhvXt { display:block; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEmrX3G8aKmG0NwVoED2amDlZqFryagl { top:6.9375rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obSBSEgR2WgyJdEz6qU5iz3czQUplIql { top:17.375rem;left:0rem;width:21.875rem;height:9.6875rem;font-size:1.125rem;display:block; }#obSBSEgR2WgyJdEz6qU5iz3czQUplIql li:before{  }
 }@media only screen and (max-width: 763px) { #cSAwzHu6fHzctRRWA4zZpHyxlU83BhzX { top:11.3125rem;left:0rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVfUvA8NHc0Es4hu9clVwZO5e8x0ndM6 { top:6.9375rem;left:9.875rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2qmaSiBi1bUCcACAnBBeSr8oL8TdcKc { top:11.3125rem;left:11.125rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czqwFuTCBA5tot2SXxKSVwBxXarDMxZE { top:17.375rem;left:9.875rem;width:21.875rem;height:9.6875rem;font-size:1.125rem;display:block; }#czqwFuTCBA5tot2SXxKSVwBxXarDMxZE li:before{  }
 }@media only screen and (max-width: 763px) { #dwMwFttOCpycqN57t09LmOMcwimUgbzn { top:6.9375rem;left:25.75rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVFiBwbfsxlsayfZyVkevO2ksa0CfCex { top:11.3125rem;left:27rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiPEwb0ugpP8Mi6llsTKWg2D8mJ9ooS3 { top:16.3125rem;left:25.75rem;width:21.875rem;height:;font-size:1.125rem;display:block; }#DiPEwb0ugpP8Mi6llsTKWg2D8mJ9ooS3 li:before{  }
 }@media only screen and (max-width: 763px) { #pWKS7ILRJg5U0hACgwHO5ZZBwtnwKgqI { top:10.5625rem;left:0rem;width:21.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK1FxkEtVqURG1mp8AQEkFDFvAT0efew { top:1rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFOAgP56cWsrFeKXPcXbgn0e0r2VcBHm { top:1rem;left:21.46875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRAK3omGGSANnw0enJSWzsuB66LcACh8 { top:1rem;left:37.34375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NipVVMF0NbzFWREcT2BbDexpcpvZLrzS { top:10.5625rem;left:9.875rem;width:21.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dauGeGLBouMPtxwvfzHaPFSZOtFDc9WS { top:10.5625rem;left:25.75rem;width:21.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT { display:block; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1M0IwqAAffUSVyTB3GJEODKvbTAekCg { top:6.9375rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brUvk7TkMVvFU3LBWHoUZCRAnEib6P57 { top:17.375rem;left:0rem;width:21.875rem;height:9.6875rem;font-size:1.125rem;display:block; }#brUvk7TkMVvFU3LBWHoUZCRAnEib6P57 li:before{  }
 }@media only screen and (max-width: 763px) { #l6TFT8vSoKqimAUiKGI9RyKCuEUcWp6g { top:11.3125rem;left:0rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h72STynDKQMNmalm1x0RRtqFeCVlG78W { top:6.9375rem;left:9.875rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTX6QqSzZG5mSSmDmTMW6ong4FTBRdD { top:11.3125rem;left:11.125rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b85qE2KQoOrodZkDZ5AGLxXVxRVlRUr7 { top:17.375rem;left:9.875rem;width:21.875rem;height:9.6875rem;font-size:1.125rem;display:block; }#b85qE2KQoOrodZkDZ5AGLxXVxRVlRUr7 li:before{  }
 }@media only screen and (max-width: 763px) { #t25LO2X5s0ZQP8Lms0TrK3zu9t7CC9JB { top:6.9375rem;left:25.75rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8OkHiabU1st7wpPKT1KrfzqO56mCNyr { top:11.3125rem;left:27rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqAg1vXf9lvuXGyX2yUAfMAmCIO9dV0 { top:17.375rem;left:25.75rem;width:21.875rem;height:9.6875rem;font-size:1.125rem;display:block; }#bcqAg1vXf9lvuXGyX2yUAfMAmCIO9dV0 li:before{  }
 }@media only screen and (max-width: 763px) { #fTuzI9KU8m3R9mFTqigemyeyFisg397T { top:1.5625rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu6KU3I848TkwHeb2fSOtUTTvJwkIsbJ { top:1.5625rem;left:21.46875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E16W0PhxG9RTCWuu9NRTK0zOzDE6UTkl { top:1.5625rem;left:37.34375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaQDl7C6NNFXwH0BURDdyeT2zX0d42Dt { top:10.5625rem;left:0rem;width:21.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zggvm1h8KwBBSfsVUvbHXoV446r0LRkt { top:10.5625rem;left:9.875rem;width:21.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eugH0gnhiX39zm6J6UJvGAovs1JyvUND { top:10.5625rem;left:25.75rem;width:21.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ { display:block; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzRXsxxP0iRiIDK7WVhTcr7Miz0wkvw6 { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQGIDFq6OmftOPIUZoKHTfNvDMAR0gTA { top:0.875rem;left:11.375rem;width:25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm { display:block; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvOCoXUOwHkc43uOxBEZrBasrdPdJXK1 { top:7.125rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7xwwyBLdPPVpauCMO6UbMth7JeOfvuF { top:10.875rem;left:0rem;width:21.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekvEklrkHcdpiDAEirBmJJZMllM5VCA6 { top:12rem;left:0rem;width:20.625rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9H9AXE1InAAakJNft2GnemwKcc1AGr { top:7.125rem;left:9.875rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7il0KGmALuucztzz8SzAxXvmQCurOZ { top:10.75rem;left:9.875rem;width:21.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4O6HrcsOMaMPCvMtVEbZJgfRiWLCTb { top:12rem;left:11.125rem;width:20.625rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnACFIQSrxq2O3nWNOUtiW4z05TMD2wN { top:7.125rem;left:25.75rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtGZoqBClHVeogwkTD5v5DOLehRPEkJR { top:10.75rem;left:25.75rem;width:21.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwC6VhAZFKCfas7dM22pamlxL4oaa7xS { top:12rem;left:27rem;width:20.625rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpUWS9AVLevykTJwLHUZTTK73l2zZRD { top:1.3125rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0OXzSNGSsPvnEFk4KFcswvHUrHCvH7a { top:1.3125rem;left:21.46875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdLx0UcIl1c8tnFQAltHfdzfvPKP52Ue { top:1.3125rem;left:37.34375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 { display:block; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Gk6tBhrNOd898sRU9QLcyok87KJWAm { top:7.125rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcoF731ZZR68T1RtOTRbUEycbxnmgDbb { top:10.875rem;left:0rem;width:21.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB6TO5uNT2w8UOJqFFNtL3QeZa4LLCXl { top:12rem;left:0rem;width:20.625rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q84rxrEBEV8mTgwUUaITgXFXVSfgNWHx { top:7.125rem;left:9.875rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EylwgrLQ8sO4misEaPsUQNlO5QdLA6Xd { top:10.75rem;left:9.875rem;width:21.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELV90R0E3lvRLmlgACUSNRTNJxvBQS8q { top:12rem;left:11.125rem;width:20.625rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVIdLo9WvfzexmmQpn10o1De7a3deVH { top:7.125rem;left:25.75rem;width:21.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6rBFZeVyyxfpteaDLKaMr7HlvyTuS91 { top:10.75rem;left:25.75rem;width:21.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSNezTDRlGB5NVvyoMVrU7GqxdLZ1Tc { top:12.125rem;left:28rem;width:19.625rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tcwo9nnrCbl5bi15nkqebFIAU6vbIh { top:1.3125rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17pg8lznR253XAiO9SCsiG2knaHFgIr { top:1.3125rem;left:21.46875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0hLWbr3Ltv2vIfNMg52V2LzINbzCxvq { top:1.3125rem;left:37.34375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz { display:block; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe6R9aS2BRTycwMMQqfxKqFL55RbVHTv { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gisMCfMNM2I1B77NtA0xtCgTsPi4uPvi { top:0.875rem;left:11.375rem;width:25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8DaIAwcR57tTcxcMDAWnext6obN5TBz { display:block; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boxkkakKz3Hk2Xlistbilm3UwUCab4T4 { top:0rem;left:0rem;width:26.6875rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZzE2DJbnKKQTTRJi5ugO8MW7nmIrd5 { top:5.125rem;left:14.9375rem;width:32.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvaPBAPyy3y3WfxLOmMd8RQLIml0hG33 { top:2rem;left:15.25rem;width:32.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXIgrKGlJd1tcifskfUncRwJBlNrd712 { top:5.125rem;left:0rem;width:15.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8e8lf5qTmOMOWSG5LhXfv3FJrmfDkSS { top:17.875rem;left:0rem;width:15.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBK43W0CaHhvNXNSSKlKPat6MekfSNls { top:30.75rem;left:0rem;width:15.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0K2sryUcJJWugNDb5OnKuNUZMNekAcp { top:0rem;left:12.4375rem;width:35.3125rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G { display:block; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8uW49PvHaMrd9NcuNnfHTBsecqvJnlX { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtyG9UlyRs02pgd6Q1ovIAMICUhmBDX6 { top:0.875rem;left:11.375rem;width:25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMgqEVVkHvp7mODaq1dqulJ0JU6FKxzE { top:0.875rem;left:11.375rem;width:25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr { display:block; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zifO4BQ9NDCiAWg2GnT6KuAv8ZvTxroG { top:1.4375rem;left:1.6875rem;width:12.5rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQmOhnlLbmDctXyrsTyXT5UeBLfxq6w { top:47.6875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRi4BOcZ21eBKlJgTnVTw7PKOhpN46T { top:19.75rem;left:0rem;width:21.875rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsf2fkbqZUlAGaPbfAzxCO8ZTrLvRQhe { top:15.3125rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJig0eVnhyaGWJQlIcvfHfTUIhmSwBQ3 { top:49.125rem;left:0rem;width:21.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azCcLI9wJzU494azNbhtvpxd3y5lKDJh { top:1.4375rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QfAT7tyerAcETb7iJSzG3F9GJI3gfT { top:15.3125rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux0DlvF2mm2TwiUCyU3WFmmlpKSRGhXq { top:19.75rem;left:9.875rem;width:21.875rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvzg8hSnMSCL52wQtRC9Q1XXkXbMritU { top:47.6875rem;left:11.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWtxLQVMtO7R1tkZEwM6KLLyg3Dh6NTu { top:49.1875rem;left:10rem;width:21.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfC1bTNaXDtHwiT7tZOOLoHwEUC2Oor2 { top:1.375rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAHD4RAourL48n0yFEMaBDyzfhB1FLur { top:15.3125rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTlRAyoHx75COJZyundEMzDIap8gQtuR { top:19.75rem;left:25.75rem;width:21.875rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt41G09S2rfm1rTzHPOUTHCXtDW3fpgR { top:47.6875rem;left:27.625rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpslsgVesWMAl8t5rvNSZT9WZ0v8zTW { top:49.1875rem;left:25.875rem;width:21.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U { display:block; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X41bd9CKkzBJvgIe6GwgbymFh1c69wUk { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWyI6V8KF3R4nOK8NwL7NhNaRO2KCzrc { top:0.875rem;left:11.375rem;width:25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mSicMXzFc4ntRvlH38TmtgKN7EnbIl { top:6.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD { display:block; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhgr0LCr0uduIVSsIvaHdtxPyf3JdDAZ { top:1.875rem;left:0rem;width:34.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oap46EVC3y3NCXZLzw0hKskkuRt1Fi5T { top:8.5rem;left:0rem;width:14.375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6qyIweBsihOM7TuVAyNr0WTmT6eH78N { top:1.875rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBAlth65iE9HddX5Lev4AHzJCbvawTZ6 { top:4.4375rem;left:3.25rem;width:20rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAeLe89Qov9Fxl0SHLkhTFKirS8TTDl1 { top:8.5rem;left:0rem;width:25rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTFgAy6d9O0OQZ9Gzs6OGq8xMLLzyy8 { top:10.75rem;left:3.6875rem;width:20.1875rem;height:;font-size:1.125rem;display:block; }#LtTFgAy6d9O0OQZ9Gzs6OGq8xMLLzyy8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aef6ab8a189d88c30c4cf64ad72f3ca.svg); }
 }@media only screen and (max-width: 763px) { #ZHCxBREx3yZeHgPZNitnUQ9I6SJ1Asof { top:1.875rem;left:19.8125rem;width:27.9375rem;height:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb5c1kp8Bc2KbnAyZTOpTQrDS2fb9vVG { top:5.8125rem;left:19.75rem;width:28rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRBWNmQ4iFubEMlefOT3unhFgEm2xbvm { top:4.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zue8AR7fLZipnNxSZxr3kgTUirZFrWH9 { top:8.0625rem;left:20.375rem;width:27.375rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuLv2f46GosBnBOMMC66PuIdtbdNxnuW { top:19.375rem;left:20.375rem;width:27.375rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMd5Fixc27BIM8LaSRz0TFuVHkWR1HdT { top:17.125rem;left:19.75rem;width:28rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuwLmOIToC2ADhWTPu9ruaJDRDR2WltD { top:16.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQZaBdEvqHLeml2SMTfCb36m9IJQT7lG { top:31.125rem;left:20.375rem;width:27.375rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotkTxrDLPq7ZX4Dy3FRcIU79Tikt5ON { top:28rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz3aPnlXiyN4om0iefWNKAALn0TBx2Iq { top:28.875rem;left:19.75rem;width:28rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIRlKg50TMeTULUXpJQAqLCTlG7stV8O { top:44.6875rem;left:20.375rem;width:27.375rem;height:16.1875rem;font-size:1.125rem;display:block; }#TIRlKg50TMeTULUXpJQAqLCTlG7stV8O li:before{  }
 }@media only screen and (max-width: 763px) { #VUwrMGRQggeFypNB70xyqNJMIKWKtF9Z { top:41.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtyPaJFXnDNbTV9JHwaW4hv4z9T5XIt8 { top:42.4375rem;left:17.5625rem;width:30.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK83x1IdNmMCxufAm0uNai6AiEXMxT7e { top:4.875rem;left:0.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnyZDKmHtE3vXRRp6wIcQwIPLdh81hwy { top:32.625rem;left:2.1875rem;width:23.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZuGBlu1p3CR4ySlIBx3KKL4rbQ2sWgA { top:35.125rem;left:0rem;width:34.75rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrX0JhZTslWbQCK9dqb0OPozuQBvq8R0 { top:36.375rem;left:0rem;width:28.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngU3yWriVMtrWdaybOxeVD1agNzeOt7m { top:39rem;left:6.375rem;width:17.5rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL9vm6mkcX0J1xmihu4Enl2TQJbb1nnF { top:41.5625rem;left:0rem;width:17.5rem;height:;font-size:1.125rem;display:block; }#UL9vm6mkcX0J1xmihu4Enl2TQJbb1nnF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aef6ab8a189d88c30c4cf64ad72f3ca.svg); }
 }@media only screen and (max-width: 763px) { #NOEN9ATJmTFOhPAoDbbp8t9a8TCQq1Mv { top:38.3125rem;left:5.1875rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4nkhpHDJMvRzFXvuLnAwMVRQ3Kw6npk { top:11.125rem;left:16.4375rem;width:27.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrNUiye0S4kWTa3KKUmnw6qJso48JHw { display:none; }
 }@media only screen and (max-width: 763px) { #uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 { display:block; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE5NAab48GKJGb3JxC6aXVNlO6JTSagh { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcciffx76IxyHuTBRy5TPKThWR06pper { top:0.875rem;left:11.375rem;width:25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsqlw0IfJmBJrFv6FgfRK44tEpTo1AKu { top:0.875rem;left:8.75rem;width:30.25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwl3wsG67UZAk9i8I9S54wz592FQVDE { display:block; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-regular-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-text { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-text {padding-top: 0; padding-bottom: 0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-textarea { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-select { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-select {padding-top: 0; padding-bottom: 0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-button { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-checkbox-label { width:34.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV  { width:35.4375rem;height:22.375rem;top:5.625rem;left:0rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .radio-container { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV {display:block;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV { width:35.4375rem;height:22.375rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #c2PlgdwP8PcO0Lq6PtvHoqvgdmNyTDR0 {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #vwucnJfvnVEON6Ig3eDUzDFaXDktztAr {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #stClyTHzamUcfGSAkFcNae3tO0K47tDi {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #ziapbGtVE6ofwu7WUt1iOBe45G8qunIR {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #NMb09UJQOvnJ94WH1zKDTRJdapV40Tty {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #Fyz02CXP7QvT3OJ06vr6a5a9V7gp0g5u {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #W4HnNCAybgitITtM3NCbLSpNEH7PlRkh {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #wevCLFnt5SPFkzUTTLqod18vvO4XIiTL {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #Vt0IWT8zGLoIJVeSlIvQlAoFhc1TSvoD {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #aDR0vxDmaUxHyUoQwTi45K3xgwDfdRKs {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #DEzQQUE6RFTBALMU0XHS8JqpwFqWcPBU {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #vhMvlTDy2eWqJI2doi8WhkAQFJVIWMiG {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #qIW0mxkM85bNSQP8b95qMvua66DzEDos {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #TAZAR953cVGdimazJxyyattmDz9UkiGt {  }
 }@media only screen and (max-width: 763px) { #yZUK0pJhyLsOZw9kaypc9nJfb1r3q9ZB { top:31.75rem;left:0rem;width:35.375rem;height:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILdLAUwPDA1ac1TzGTT125P7TyXau39 { top:5.625rem;left:24rem;width:23.75rem;height:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqhcXlTTUfJZ4dcmHvvcnQtZ2GVFgqNI { top:7.6875rem;left:27.75rem;width:20rem;height:5.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ7k133Wz1TJJUC4Q2eeyCBqR6EOpzG7 { top:9.375rem;left:31.5rem;width:16.25rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg9ezCxLoKJINKoXX9Pq52NFPJ82ncf4 { top:1.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JcIsQNZNUvTrhipLDxb8ruINE8tXwR { top:25.9375rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4TGrTAtkXlDseTB77p84sXfISfVyCO2 { display:block; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr { display:block; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoaK7JKp6B6LNFoV41rsS6Lxct7EKGkW { top:9.3125rem;left:17.5625rem;width:30.1875rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNUVJH8syM2xsSaquNnrwr34Z3iniNQg { top:5.0625rem;left:17.5625rem;width:30.1875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZ0sdWTVPDiKxnbuh1lGJV06gMQVMXP { top:5.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8x9WwRkVlpDDBRDoD4DCB3uHR7UkzaD { top:9.375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcZEM6bPZNEa7WegVFzSr0A5awq9asUK { top:2.25rem;left:13.375rem;width:34.375rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTn6UqXDlJzvlIqHhGpQ8xCePCuxqsp { top:4.375rem;left:0rem;width:33.6875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyT0tz26vgxWUIVhKg6oFoZMvOACNfUv { top:6.25rem;left:0rem;width:30.125rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueMiXvzaoZaCqCSTRWf3OfnvXsWcfgtB { top:1.3125rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi { display:block; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkGdJqvud4T13zCMyicmHTzpK8fRTdUh { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otJ13D8TQ5esIc1JvS38uie45C2FXwwq { top:0.875rem;left:11.375rem;width:25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXvSyOzP7h4TwOrqKCHdivFauDsM4XCy { top:0.875rem;left:8.75rem;width:30.25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOhrLTQpdgikDlhdTx0PbFibpduM82Xo { display:block; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA { display:flex;height:auto;width:45.25rem;top:0.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #gsPGXzuOCuMC1Ne4SHt3WqleTOW9QFM2 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Ap7ELrIVFTViTNgqT8Mce43AqaIGQxAW {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #akSXtWCwg36rXDL36GUU4u72zkJNAoIq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #KVDEQ3h769zZwlzeVGbqnqdbEWq2Pyic {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eeD9NQR4JNm77gfg0Wx33OTWyHgNuqeG {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #H7pKfnPFyvrn6W6ScVl7l8HvbLz01NUI {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #glUcfwG6zi7RdwECU9vQWdrkyKU5XWrc {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #i7quW6bq3n1g0WT4el0nItPSNkOktvH4 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #bnLxM9qVZJuhBkZTTxMd4aFddODpeDtR {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #a9w1SBU828yZaMveeTCBZpBOssfMGRqV {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Wd6Ze8tTzAKgW2tHWgibpMHSq0eBdnak {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GunTX9boqodlc5zgfwawA4hz9EFXHse1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #qxBwxGEMsxxQvGm5bhQ3iXsHL3K6qkUD {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #zT6TNk7XmcdcnkztPg2RKMz8I38u6tOO {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #zSs14CTJEbQouRRU8XcSseLxgszdlbMd {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #VR8PSdoJ0PgCIwmmEc1Vm9pq4pck29cq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #pIrwrHS0MQAarmMTyJAarJHxemAC3oCZ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #JkzCVTmrpeL0sa6WQJGeStauGqI7HIyF {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eRv3fw5TC8rAhTFL2Bx5Udlnf9vx4yEz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eoFE01EGIcGkBSdcpek2Q3yDnlfic3qi {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #LTKJhzv3PFB8xBJQHXTwZLAHQTE16nlc {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GxVRupafMorkaDp0OVBJmDrKIeVUfL7l {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #P1gNBCWnSgVpTFSRMtcq4H2fkL4TpC6P {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #MnsnXqgmVQ8V0Zxr4PTzK9sLqc6wXL9D {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #cSMrFwHqLLh0k3hMW732AJNUnSWoS3KA {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #vBg9DTBWCp7ANoWWGxblIobFwvUo3FE1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #LSnTvHerQtyFg8RAP2PU1GOrSeg37T3x {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #mzo8yoTtwmIhma7PsEs2PwwZA0V82EfT {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #zoWTwveUIpmbT20i7fUwgTSIOgJPkUZJ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Sibfl8zCLkhrotRf0UohTD26ofTlBxp9 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #y1nr9gSmPKc6ymir1n8dQCXl0wJk6x7C {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #pxcwzuQCAeAqdX0DUdPod7v7PusemWkp {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #w0ZAUITSv1SVEzBABu59fAP6zVHqzrc1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #v0wlWBpk280MTTee5xEOnC3HXCwiHtzR {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #s1LWdTGTlPwuTO7TKs0NmFss4SFzENEV {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #OTBtBuChvRtIyPQDd3xFITLI6ZRNQsnJ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eOBSLCqnQ58WVhK81XSDExfVstT1sFbA {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #VyVn6l1Smf2Mo2efkJ8HUeRBs8xpmT2a {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #c0IN0QeaSnl8ExxkhIBHfWTOQ4uPoJAH {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #W3Ww2nmHKqWardVHZ5sZTFAhQlw83479 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GnpivkTgwZIo37dppxEd9APZRyFV2hJp {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #FIieaIFLnfDgkayeuVElT3khLHRNq3Rv {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #kHOWSR5nkqdn3piNpvTGBhJ06fWf1mBL {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #smQq0ZTCnX6hSRLeTDbZId15QefSNAvx {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #lhlfzyQIV8zouTbH55R7uAZLGlpqqqkP {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #aoJakggD5Jvp3WhXb2fQyEpc5lI8lftq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #PTEpHD3mB3rfP5TiIoTGHZdVZKO8ZB25 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #XzeTgVThWZtXawwMsKpGtduBhLbmw8CJ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #VoN0kJSbmdlMQ3NbNINtrVNzr19Qqezf {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #tCz7DGsB9g0T4yJuGeFphRtRRtXCPL9L {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Q7qt43E32Fp53181ueB6JAEZWhaNuEsL {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #CmXdxwZCNNKgasrsDPQmvuFBNA7F1QX8 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #nGCmkNuwpaz5tVDgWdfMW7MGx4GvnaTp {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #ysAfyefkZhrnsitqsO6FSFEvVCBFJJKV {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #rJHEcnsfXPKkxg5flb4nn3ock6acw3hx {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #UZ9vZ0sVAag18IDR93DrMga09KXPgEL2 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #QhCuL10mVNHwPmbi0vq50kplpGyR4E9q {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #rtFtVp5I77V1HQMD3T5LtOgH1uRnxUbC {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #mp8vw31xZQSTsMX17AxygVR0Qhd02rns {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #MidI3DWOdfUCEFwxCATZhaJnno1LJBEr {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #XZqKOiXUXW2vJQsTKda6tZOBkwFiqQ53 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GTghyCkffh8k6VNp8GcZ8Rmibk96oIhS {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Qza5txfhLV80vQQmnygskr8pw5toAI4q {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #ugQArUIcFpW90rsIkBIq4nIcy1eMimHa {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #ZzTHSMrQ8d9VrULuGRbqXTprTLfBLKzy {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #q03Tgi1POJs0e6xWnALuXB8mQ2q5ZegM {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #mQEzb8S9SrAU4EsTE5BdRzwLXQpS9nCz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #TlsdzWB7T5NlDTEzCAQz42UcC8AEQsH9 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #hIP10a3dHqZfiDn21NwfIWt9bAq4AbyF {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #wpUioXH6KnXIvIgtUdGxaHCt3gF5hhLz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #NIRT8makQTNUfahEez9arIFbtXoeSX2b {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Wzn0zqfvTxTzXkJ2afOS901UP0p5i1g1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #crrEenquiBDgT7gtAVoSgCfeEwv2apbz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #BekkwAXMuhklW1LbDQwhngnpIuS5JJwq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #iCLUKf7lNToZVxg3iz0oHutMHlQR498l {  }
 }@media only screen and (max-width: 763px) { #KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 { display:block; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd51kWTo4edoEryLrLOWDmfRDeSw0zQW { top:5.125rem;left:1.0625rem;width:13.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLI3eF8zkGdkaenr3B5Nir7WQmXdZv36 { top:9.9375rem;left:0rem;width:21.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBxqWt1z931Vh5T7bEwpZry1fskMQe5J { top:4.3125rem;left:19.125rem;width:9.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnxdvJKt5LVChOhdfIeMlulhNbkHb8PR { top:9.9375rem;left:9.875rem;width:21.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut43eMSUiHEVvH1SynP9xP8GrIKpygwz { top:4.375rem;left:33.1875rem;width:13rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMTax9DBxM2gBPhNyTTBmnqQmw0VehO2 { top:9.9375rem;left:25.75rem;width:21.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E { display:block; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8CAwTddavWT2RAaLEV0ua739aISOxTJ { top:1.5625rem;left:1.9375rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvVsn5t5CG3pcNiq8BvcdUekxns40Fl { top:3.9375rem;left:1.9375rem;width:20rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToXfymo9hrfsqLlIqKre4LN77ktgM5OA { top:4.6875rem;left:30.8125rem;width:4.375rem;height:4.375rem;display:block; }
#ToXfymo9hrfsqLlIqKre4LN77ktgM5OA > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; } }@media only screen and (max-width: 763px) { #VduaWUmhnAPa1Lr0aGTgLItXK3ddcpWq { top:1.5625rem;left:25.8125rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tis3T9yN1qU0klAOygKdEw81u35m8zku { top:4.6875rem;left:36.4375rem;width:4.375rem;height:4.375rem;display:block; }
#Tis3T9yN1qU0klAOygKdEw81u35m8zku > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; } }@media only screen and (max-width: 763px) { #BR2wuCxaX2cIXEWSB6I6VpmAyTiuXPJE { top:10rem;left:1.9375rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA { display:block; }#V0Qb1Fk1CRAnTiE4Ms9UsyxQQD3k9fOA > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLzHE0LiEP7APTq23xWuNChP2OxbEARc { top:4.125rem;left:0rem;width:20rem;height:7.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-size:auto !important;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 { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCmtO8MTTVSr7BU1ysD3EXeqkQm1pJpL { width:20rem;height:3.25rem;top:8.236328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RkkfnT8oXmALU1U77ItD3NgRf0ElXGfi { width:20rem;height:5.5234375rem;top:13.298828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnxovJ46kaLvQWepmcTh0EMU5hG0yGT2 { width:20rem;height:20.0649375rem;top:50.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N53LRKviLIEqWEDARFKhtWO6Py8TOtXB { width:15.8125rem;height:28.625rem;top:20.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTFeMnJIdNO1LEXlmUJMXfre0b79Of9 { width:16.125rem;height:4.0625rem;top:4.236328125rem;left:1.9375rem;font-size:3.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJpLoTDXysXHFcsAc7dZS8uEJG8mNnN9 { width:18.75rem;height:0.6875rem;top:10.736328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgG4xJ1wQ2Vsv4HXcEHI8UCm0tcxLWwb { width:20rem;height:1.625rem;top:2.673828125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 { display:block; }#ra879KI6IR9sQQQArEaIAZB4Tt8PkW80 > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOLuBWaFmiBbh6cTJ63Tk79PQrgIvMir { width:20rem;height:1.29980625rem;top:1.31201171875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MD8Um0ZpbmzOk9D2EhTVNE7urEkRH7lp { width:20rem;height:1.29980625rem;top:5.798828125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IPahJEf33WJ6LHsB7tR1OKcKce5IrziV { width:20rem;height:1.29980625rem;top:10.21142578125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dduse6QKTt0DiF1lDRV01HF0FNcRrrUJ { width:20rem;height:2.03125rem;top:2.61181640625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzGsegyE5rPO6ucUBSpX1sWtH2JG5Rc3 { width:20rem;height:2.03125rem;top:7.03662109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3niqMyNM8DRI6L5cH8nzdU1kO5PEHZN { width:20rem;height:2.03125rem;top:11.51123046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 { background-color:rgba(var(--color-tertiary-2),1);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;display:block; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container { background-color: transparent; background-image: none; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container > .video-iframe-container { display: none; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row > .video-iframe-container { display: none; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .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); }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container { border-width: 0; border-radius: 0; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DR7ih6NrMc193WyAOiAqHtUeyMAdVX41 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvUrbNAoLboATVQllO1NWzasSlu35hct { top:1.2216796875rem;left:0rem;width:20rem;height:;z-index:15000;text-align:center;text-align-last:center;font-family:unbounded;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BZGT1ef1iIAzLKT1tOlvrpChVzT1HXR2 { top:3.65185546875rem;left:0rem;width:20rem;height:;z-index:15001;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX { display:block; }#Ghq9nPl1tg9z2Bo0PrWyaJ2bJrp52rEX > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUeNfMomLXKNm1RwWUunGKdonrwXaEWp { top:4.5rem;left:0rem;width:20rem;height:1.625rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uUGpK3qP9rMG6rnPyXw1kv1I9WPqKADc { top:3.5625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-primary-4),0.2) ;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #qxpWB8cGF204ioztutqiyW2gzNkGLV0b { display:block; }
 }@media only screen and (max-width: 763px) { #xrb3rt0nWA4VsWKr5sfxe2T7an7TfLWT { top:7.75rem;left:0rem;width:20rem;height:3.4375rem;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-primary-4),0.2) ;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #BZIDlLRhhyM8WgFcf2d4doxvDZ58wPN2 { display:block; }
 }@media only screen and (max-width: 763px) { #IOgJfBWixFg11MhQGC2qf25tyO76LOwa { top:12.0625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-primary-4),0.2) ;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #BtbDbbcSadhSTAvg9AfIUhzINfqzi6Dp { display:block; }
 }@media only screen and (max-width: 763px) { #OJhCGPTT8OXzksHXQdM3XV1cMHXKJwyG { width:20rem;height:1.4624rem;top:1.10107421875rem;left:0rem;font-size:1.125rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m { display:block; }#f2WgG7nQs37nA1VpV6QDRHfSii6Qvp3m > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKlSihUbnhRATPGEVgxCKoWaT7O109HK { width:20rem;height:4.0625rem;top:2.82470703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4STMislzGGHKFJBCU2TEyB2AKDGpoe6 { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;font-size:1.125rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU { display:block; }#y4uw1CnkTBbTT5HyldmqPkowc9KXy1KU > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnOVLXJVVG4mB5perphDJszAvTmS7ZCI { width:20rem;height:3.57421875rem;top:6.38916015625rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yv3asMnPM7RtsRllDeD8teDNVLyZi48v { width:20rem;height:5.8496125rem;top:10.58837890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3rCnmANLdrpLlxTgo6Jzowy95DaumE3 { width:20rem;height:3.57421875rem;top:24.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdTfdGaiLquvzCL8SxXwk7QcewFXNf { width:20rem;height:7.312rem;top:28.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI2kxaP4FIIPNcULb15k0SE77qBuXnBN { width:15.625rem;height:5.361325rem;top:42.9345703125rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbB5kQVCZxFR5ZiPgH2R9l0DtCJuuOyw { width:20rem;height:7.312rem;top:49.2509765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6Vm6xuubNLZ9aPTmTiS870dI1Dnbyo { width:18.75rem;height:3.57421875rem;top:65.1875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNG4wmtfMxKNWEyy7au38tWSAZZ1LXP { width:20rem;height:7.312rem;top:69.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwzU4dkGO6byBu5Px6ZunbXK5lcNacoL { display:flex;width:4.6875rem;height:4.6875rem;top:0.78125rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #FeGcqS4DaJ2O9IbOKPDqvnpL4Rmt7lUA { display:flex;width:4.6875rem;height:4.6875rem;top:18.625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #H2usXHyJkAl3IaGshppWpnvHmH6FAIGS { display:flex;width:4.6875rem;height:4.6875rem;top:37.3125rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #NmVv8cWeJ4wnX0zQOh2BVrCZTTzAF6md { display:flex;width:4.6875rem;height:4.6875rem;top:59.375rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 { display:block; }#bUlXmhc4gQlITxMqGvlLvQ6TUMGisr64 > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc6Bo2IItetwzbfmNxyTp8TsqGLD0t3m { width:20rem;height:16.0864375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT { display:block; }#laBuz6RDLTMz3Rres3ta2GT0x7GVzEhT > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONmSt5rRkhWZnwCMhK0WLoCHGJu1uV7F { width:20rem;height:2.03125rem;top:1.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #loTk7bnDmA6waH10Tx3qthVlOWuXi3ln { width:20rem;height:14.624rem;top:7.98779296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aflvOS5Q0FHKc9nkhABvCrCFTpR4dQv0 { width:13.9375rem;height:3.16845625rem;top:3.34375rem;left:3.03125rem;font-size:2.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVwxEVx8tiFthpoqqvgTvTss4DESxX0W { display:block; }#mVwxEVx8tiFthpoqqvgTvTss4DESxX0W > .row .container { width:20rem;height:94.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1  { width:17.25rem;height:auto;top:25.375rem;left:0rem; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 {display:block;}#OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 { width:17.25rem;height:auto;top:25.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #xX6VFPwWI1g3uqEm2KG4tZ24UDtwpQc5 {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #s16HgM1y1qW4B0LOxu60NyArK2ohaB6f {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #J8tZ0gUrrkpw4uimWT2WfX9TbtGaJSE5 {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #qucNT65ILlW0seDGvnLBaN8u0mtEGQgR {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #Oe4FOtHTm1C1wvqkoaTXm8PkQPqQQGsm {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #f0qzAZoVadtCm5Xh4OtGT2bi0zg39aKu {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #atHhssE4fTbyc6CSsMRV24LudMO049Wu {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #WeWT4O4le9dMs8axMOcrR8SyrCydAI4k {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #Fg4x1O1h8WlCwis3iPJSlvNZeoJUU9Kp {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #g7DVUTNC2PRndGNnS8at9iRCADKbPVZR {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #QNPMygLGAoQip47zK3CaVWTKR5mFdpJR {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #mfyDUPEn31rP8UeBfVITRXNz3ZqGR4WP {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #z6DqpTt8FdpmE1Z6fSo8sThmxZnKdNM0 {  }
 }@media only screen and (max-width: 763px) { #OadOZsM1Tkv4oPAeptd3XafNJhCXv0d1 #fsQt2l3TO56b2oTTQduKufDDCLbNc2wN {  }
 }@media only screen and (max-width: 763px) { #O6CdI5hNmAuOonE8GqIZdQgdQLcXm03f { width:20rem;height:7.1484375rem;top:57.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGR23pPDrztKd1Es1npuASpt6NGqAxsU { width:20rem;height:8.125rem;top:15.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kwiq5dCwmK9pmKcJbWH4TqAUP5ceTiS6 { width:20rem;height:4.54980625rem;top:16.38671875rem;left:0rem;font-size:3.5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #PT0fJt4pDhJufAbwJ4ZUvJP00BwrElab { width:16.25rem;height:29.9375rem;top:64.5234375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHCDrHqn1OaoTcxTwiZsyUZRhxbsPGUS { width:20rem;height:6.5rem;top:1.32421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itS25eQzUJlvZrHxW7wBwELtlS3dANZm { width:20rem;height:4.38720625rem;top:9.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn { display:block; }#QmxTK7TLJOyEQK8wfMkZbdmhuiZhq3Gn > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 { display:block; }#JhG9BCGOABhaXmkJw5Vt1lATPEIPnh19 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhTbCHlq3DVV23paZyiCyQ6fQ7WcJ4yC { width:20rem;height:4.0625rem;top:3.13671875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV8o5NLRKfuXUNCbKa0GaX0XFzzLs564 { width:20rem;height:1.05615rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWidZnsXPqawgdB5pifsCG16SqqLhvXt { display:block; }#EWidZnsXPqawgdB5pifsCG16SqqLhvXt > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEmrX3G8aKmG0NwVoED2amDlZqFryagl { width:20rem;height:5.361325rem;top:7.1875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obSBSEgR2WgyJdEz6qU5iz3czQUplIql { width:20rem;height:15.249rem;top:22.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#obSBSEgR2WgyJdEz6qU5iz3czQUplIql li:before{  }
 }@media only screen and (max-width: 763px) { #cSAwzHu6fHzctRRWA4zZpHyxlU83BhzX { width:18.75rem;height:6.186525rem;top:14.25rem;left:0.625rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVfUvA8NHc0Es4hu9clVwZO5e8x0ndM6 { width:20rem;height:3.57421875rem;top:46.5rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2qmaSiBi1bUCcACAnBBeSr8oL8TdcKc { width:20rem;height:6.186525rem;top:51.84423828125rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czqwFuTCBA5tot2SXxKSVwBxXarDMxZE { width:20rem;height:15.249rem;top:59.8759765625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#czqwFuTCBA5tot2SXxKSVwBxXarDMxZE li:before{  }
 }@media only screen and (max-width: 763px) { #dwMwFttOCpycqN57t09LmOMcwimUgbzn { width:20rem;height:5.361325rem;top:84.8125rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVFiBwbfsxlsayfZyVkevO2ksa0CfCex { width:19.375rem;height:6.186525rem;top:91.75rem;left:0.3125rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiPEwb0ugpP8Mi6llsTKWg2D8mJ9ooS3 { width:20rem;height:13.786625rem;top:100.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#DiPEwb0ugpP8Mi6llsTKWg2D8mJ9ooS3 li:before{  }
 }@media only screen and (max-width: 763px) { #pWKS7ILRJg5U0hACgwHO5ZZBwtnwKgqI { width:20rem;height:7.8125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK1FxkEtVqURG1mp8AQEkFDFvAT0efew { display:flex;width:4.6875rem;height:4.6875rem;top:1.5rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #iFOAgP56cWsrFeKXPcXbgn0e0r2VcBHm { display:flex;width:4.6875rem;height:4.6875rem;top:40.5rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #MRAK3omGGSANnw0enJSWzsuB66LcACh8 { display:flex;width:4.6875rem;height:4.6875rem;top:78.5625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #NipVVMF0NbzFWREcT2BbDexpcpvZLrzS { width:20rem;height:7.8125rem;top:51.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dauGeGLBouMPtxwvfzHaPFSZOtFDc9WS { width:20rem;height:7.8125rem;top:91rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT { display:block; }#MzI3lbxrGEQsLhDQRZOKo7SekmHygfIT > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1M0IwqAAffUSVyTB3GJEODKvbTAekCg { width:20rem;height:3.57421875rem;top:8.0625rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brUvk7TkMVvFU3LBWHoUZCRAnEib6P57 { width:20rem;height:13.786625rem;top:18.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#brUvk7TkMVvFU3LBWHoUZCRAnEib6P57 li:before{  }
 }@media only screen and (max-width: 763px) { #l6TFT8vSoKqimAUiKGI9RyKCuEUcWp6g { width:20rem;height:4.94921875rem;top:12.6875rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h72STynDKQMNmalm1x0RRtqFeCVlG78W { width:20rem;height:3.57421875rem;top:41.3125rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcTX6QqSzZG5mSSmDmTMW6ong4FTBRdD { width:20rem;height:6.186525rem;top:46.3125rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b85qE2KQoOrodZkDZ5AGLxXVxRVlRUr7 { width:20rem;height:15.249rem;top:54.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#b85qE2KQoOrodZkDZ5AGLxXVxRVlRUr7 li:before{  }
 }@media only screen and (max-width: 763px) { #t25LO2X5s0ZQP8Lms0TrK3zu9t7CC9JB { width:20rem;height:3.57421875rem;top:80rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8OkHiabU1st7wpPKT1KrfzqO56mCNyr { width:20rem;height:6.186525rem;top:85.1875rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcqAg1vXf9lvuXGyX2yUAfMAmCIO9dV0 { width:20rem;height:12.32425rem;top:93.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#bcqAg1vXf9lvuXGyX2yUAfMAmCIO9dV0 li:before{  }
 }@media only screen and (max-width: 763px) { #fTuzI9KU8m3R9mFTqigemyeyFisg397T { display:flex;width:4.6875rem;height:4.6875rem;top:2rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #Pu6KU3I848TkwHeb2fSOtUTTvJwkIsbJ { display:flex;width:4.6875rem;height:4.6875rem;top:35.375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #E16W0PhxG9RTCWuu9NRTK0zOzDE6UTkl { display:flex;width:4.6875rem;height:4.6875rem;top:73.75rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #DaQDl7C6NNFXwH0BURDdyeT2zX0d42Dt { width:20rem;height:5.8125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zggvm1h8KwBBSfsVUvbHXoV446r0LRkt { width:20rem;height:7.8125rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eugH0gnhiX39zm6J6UJvGAovs1JyvUND { width:20rem;height:7.8125rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ { display:block; }#PTR8Z6waulq1XSPDrNxSgZAsiPB9X0oJ > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzRXsxxP0iRiIDK7WVhTcr7Miz0wkvw6 { width:20rem;height:3.73730625rem;top:3.13671875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQGIDFq6OmftOPIUZoKHTfNvDMAR0gTA { width:20rem;height:1.05615rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm { display:block; }#sr0mxeixTCkZZAWC5kp0OJMEEd2Viicm > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvOCoXUOwHkc43uOxBEZrBasrdPdJXK1 { width:20rem;height:5.36133125rem;top:7.1875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7xwwyBLdPPVpauCMO6UbMth7JeOfvuF { width:20rem;height:10.375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekvEklrkHcdpiDAEirBmJJZMllM5VCA6 { width:17.5rem;height:8.7744125rem;top:13.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Op9H9AXE1InAAakJNft2GnemwKcc1AGr { width:20rem;height:5.36133125rem;top:32.53759765625rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7il0KGmALuucztzz8SzAxXvmQCurOZ { width:20rem;height:8.8125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4O6HrcsOMaMPCvMtVEbZJgfRiWLCTb { width:18.75rem;height:7.312rem;top:39.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnACFIQSrxq2O3nWNOUtiW4z05TMD2wN { width:20rem;height:5.361325rem;top:57rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtGZoqBClHVeogwkTD5v5DOLehRPEkJR { width:20rem;height:8.375rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwC6VhAZFKCfas7dM22pamlxL4oaa7xS { width:18.75rem;height:7.312rem;top:63.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIpUWS9AVLevykTJwLHUZTTK73l2zZRD { display:flex;width:4.6875rem;height:4.6875rem;top:1.96875rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #b0OXzSNGSsPvnEFk4KFcswvHUrHCvH7a { display:flex;width:4.6875rem;height:4.6875rem;top:26rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #kdLx0UcIl1c8tnFQAltHfdzfvPKP52Ue { display:flex;width:4.6875rem;height:4.6875rem;top:51rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 { display:block; }#oQTo9mN7UMQHQMFHRa1uWSdTcteTvAW8 > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Gk6tBhrNOd898sRU9QLcyok87KJWAm { width:20rem;height:5.361325rem;top:6.6875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcoF731ZZR68T1RtOTRbUEycbxnmgDbb { width:20rem;height:8.6875rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB6TO5uNT2w8UOJqFFNtL3QeZa4LLCXl { width:18.75rem;height:7.312rem;top:13.5rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q84rxrEBEV8mTgwUUaITgXFXVSfgNWHx { width:20rem;height:3.574225rem;top:30.5rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EylwgrLQ8sO4misEaPsUQNlO5QdLA6Xd { width:20rem;height:8.75rem;top:35.0244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELV90R0E3lvRLmlgACUSNRTNJxvBQS8q { width:18.75rem;height:7.312rem;top:35.64990234375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaVIdLo9WvfzexmmQpn10o1De7a3deVH { width:20rem;height:5.361325rem;top:52.46142578125rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6rBFZeVyyxfpteaDLKaMr7HlvyTuS91 { width:20rem;height:8.75rem;top:58.64892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSNezTDRlGB5NVvyoMVrU7GqxdLZ1Tc { width:18.75rem;height:7.312rem;top:59.36767578125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tcwo9nnrCbl5bi15nkqebFIAU6vbIh { display:flex;width:4.6875rem;height:4.6875rem;top:1.14892578125rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #z17pg8lznR253XAiO9SCsiG2knaHFgIr { display:flex;width:4.6875rem;height:4.6875rem;top:24.89892578125rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #I0hLWbr3Ltv2vIfNMg52V2LzINbzCxvq { display:flex;width:4.6875rem;height:4.6875rem;top:46.96142578125rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz { display:block; }#aF6tNaPGJh3CpQa7iMg8TZICOv0CAxnz > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe6R9aS2BRTycwMMQqfxKqFL55RbVHTv { width:20rem;height:4.0625rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gisMCfMNM2I1B77NtA0xtCgTsPi4uPvi { width:20rem;height:1.05615rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8DaIAwcR57tTcxcMDAWnext6obN5TBz { display:block; }#J8DaIAwcR57tTcxcMDAWnext6obN5TBz > .row .container { width:20rem;height:153.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boxkkakKz3Hk2Xlistbilm3UwUCab4T4 { width:20rem;height:35.8125rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZzE2DJbnKKQTTRJi5ugO8MW7nmIrd5 { width:18.75rem;height:67.59rem;top:5.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvaPBAPyy3y3WfxLOmMd8RQLIml0hG33 { width:20rem;height:3.25rem;top:0.6875rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXIgrKGlJd1tcifskfUncRwJBlNrd712 { width:15.625rem;height:11.875rem;top:112.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8e8lf5qTmOMOWSG5LhXfv3FJrmfDkSS { width:15.625rem;height:11.9375rem;top:125.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBK43W0CaHhvNXNSSKlKPat6MekfSNls { width:15.625rem;height:11.9375rem;top:139.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0K2sryUcJJWugNDb5OnKuNUZMNekAcp { width:20rem;height:73.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G { display:block; }#yFKwRxyqWoFUWcQABXAzMnk6XNyC5d9G > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8uW49PvHaMrd9NcuNnfHTBsecqvJnlX { width:20rem;height:6.09375rem;top:3.07421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtyG9UlyRs02pgd6Q1ovIAMICUhmBDX6 { width:20rem;height:1.13720625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMgqEVVkHvp7mODaq1dqulJ0JU6FKxzE { width:20rem;height:0.9746125rem;top:1.33056640625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr { display:block; }#Wie0oszOEncUOOutkhQL3Sfs8l0KQvTr > .row .container { width:20rem;height:165.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zifO4BQ9NDCiAWg2GnT6KuAv8ZvTxroG { width:12.5rem;height:12.4375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQmOhnlLbmDctXyrsTyXT5UeBLfxq6w { width:20rem;height:1.4624rem;top:51.7573125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwRi4BOcZ21eBKlJgTnVTw7PKOhpN46T { width:20rem;height:31.19528125rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsf2fkbqZUlAGaPbfAzxCO8ZTrLvRQhe { display:flex;width:3.125rem;height:3.125rem;top:14.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WJig0eVnhyaGWJQlIcvfHfTUIhmSwBQ3 { width:20rem;height:2.4375rem;top:53.21875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azCcLI9wJzU494azNbhtvpxd3y5lKDJh { width:12.5rem;height:12.5rem;top:58.156725rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QfAT7tyerAcETb7iJSzG3F9GJI3gfT { display:flex;width:3.125rem;height:3.125rem;top:71.906725rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ux0DlvF2mm2TwiUCyU3WFmmlpKSRGhXq { width:20rem;height:31.19531875rem;top:76.281725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvzg8hSnMSCL52wQtRC9Q1XXkXbMritU { width:20rem;height:1.4624rem;top:108.7265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWtxLQVMtO7R1tkZEwM6KLLyg3Dh6NTu { width:20rem;height:1.21875rem;top:110.1884765625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfC1bTNaXDtHwiT7tZOOLoHwEUC2Oor2 { width:12.5rem;height:12.5rem;top:113.9077rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAHD4RAourL48n0yFEMaBDyzfhB1FLur { display:flex;width:3.125rem;height:3.125rem;top:127.6577rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BTlRAyoHx75COJZyundEMzDIap8gQtuR { width:20rem;height:27.2958875rem;top:132.0327rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt41G09S2rfm1rTzHPOUTHCXtDW3fpgR { width:20rem;height:1.4624rem;top:160.5781375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLpslsgVesWMAl8t5rvNSZT9WZ0v8zTW { width:20rem;height:1.21875rem;top:162.0400390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U { display:block; }#XuX1HeCcMJw8ECFN8Vwbxem7HqXNxH6U > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X41bd9CKkzBJvgIe6GwgbymFh1c69wUk { width:20rem;height:4.0625rem;top:2.82421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWyI6V8KF3R4nOK8NwL7NhNaRO2KCzrc { width:20rem;height:1.05615rem;top:1.25rem;left:0rem;font-size:0.8125rem;color:#f1fcff;display:block; }
 }@media only screen and (max-width: 763px) { #l0mSicMXzFc4ntRvlH38TmtgKN7EnbIl { width:20rem;height:3.7119125rem;top:7.6240234375rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD { display:block; }#sP20NZ8T6PhM4G6whgiqi8sTQJ9QdsWD > .row .container { width:20rem;height:271.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhgr0LCr0uduIVSsIvaHdtxPyf3JdDAZ { width:20rem;height:36.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oap46EVC3y3NCXZLzw0hKskkuRt1Fi5T { width:15.9375rem;height:28.9375rem;top:42.78857421875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6qyIweBsihOM7TuVAyNr0WTmT6eH78N { width:20rem;height:1.4624rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBAlth65iE9HddX5Lev4AHzJCbvawTZ6 { width:20rem;height:2.5996125rem;top:4.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAeLe89Qov9Fxl0SHLkhTFKirS8TTDl1 { width:14rem;height:2.11230625rem;top:7.2998046875rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTFgAy6d9O0OQZ9Gzs6OGq8xMLLzyy8 { width:18.75rem;height:25.96875rem;top:10.7666015625rem;left:0.625rem;font-size:1.125rem;display:block; }#LtTFgAy6d9O0OQZ9Gzs6OGq8xMLLzyy8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aef6ab8a189d88c30c4cf64ad72f3ca.svg); }
 }@media only screen and (max-width: 763px) { #ZHCxBREx3yZeHgPZNitnUQ9I6SJ1Asof { width:20rem;height:4.875rem;top:42.78857421875rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kb5c1kp8Bc2KbnAyZTOpTQrDS2fb9vVG { width:20rem;height:3.25rem;top:79.875rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRBWNmQ4iFubEMlefOT3unhFgEm2xbvm { display:flex;width:3.125rem;height:3.125rem;top:75.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Zue8AR7fLZipnNxSZxr3kgTUirZFrWH9 { width:20rem;height:13.16160625rem;top:83.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuLv2f46GosBnBOMMC66PuIdtbdNxnuW { width:20rem;height:14.624rem;top:110.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMd5Fixc27BIM8LaSRz0TFuVHkWR1HdT { width:20rem;height:4.875rem;top:103.375rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuwLmOIToC2ADhWTPu9ruaJDRDR2WltD { display:flex;width:3.125rem;height:3.125rem;top:99.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dQZaBdEvqHLeml2SMTfCb36m9IJQT7lG { width:20rem;height:16.0864375rem;top:135.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GotkTxrDLPq7ZX4Dy3FRcIU79Tikt5ON { display:flex;width:3.125rem;height:3.125rem;top:127.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Cz3aPnlXiyN4om0iefWNKAALn0TBx2Iq { width:20rem;height:3.25rem;top:131.5rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIRlKg50TMeTULUXpJQAqLCTlG7stV8O { width:20rem;height:28.410625rem;top:162.9375rem;left:0rem;font-size:1.125rem;display:block; }#TIRlKg50TMeTULUXpJQAqLCTlG7stV8O li:before{  }
 }@media only screen and (max-width: 763px) { #VUwrMGRQggeFypNB70xyqNJMIKWKtF9Z { display:flex;width:3.125rem;height:3.125rem;top:154.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xtyPaJFXnDNbTV9JHwaW4hv4z9T5XIt8 { width:20rem;height:3.25rem;top:158.5625rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DK83x1IdNmMCxufAm0uNai6AiEXMxT7e { display:flex;width:3.125rem;height:3.125rem;top:4.1748046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rnyZDKmHtE3vXRRp6wIcQwIPLdh81hwy { width:16.25rem;height:2.11230625rem;top:39.125rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZuGBlu1p3CR4ySlIBx3KKL4rbQ2sWgA { width:20rem;height:34rem;top:193.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrX0JhZTslWbQCK9dqb0OPozuQBvq8R0 { width:20rem;height:3.25rem;top:195.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngU3yWriVMtrWdaybOxeVD1agNzeOt7m { width:17.5rem;height:32rem;top:231.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL9vm6mkcX0J1xmihu4Enl2TQJbb1nnF { width:18.75rem;height:28.2421875rem;top:202.0625rem;left:0.625rem;font-size:1.125rem;display:block; }#UL9vm6mkcX0J1xmihu4Enl2TQJbb1nnF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3aef6ab8a189d88c30c4cf64ad72f3ca.svg); }
 }@media only screen and (max-width: 763px) { #NOEN9ATJmTFOhPAoDbbp8t9a8TCQq1Mv { width:13.5rem;height:1.29980625rem;top:198.875rem;left:3.25rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4nkhpHDJMvRzFXvuLnAwMVRQ3Kw6npk { width:20rem;height:9rem;top:88.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlrNUiye0S4kWTa3KKUmnw6qJso48JHw { top:86.9375rem;left:0rem;width:20rem;height:10.6875rem;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top-right-radius:0.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 { display:block; }#uk5QvIdU3unPKSmhK48udA5aW0hv6Sy0 > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE5NAab48GKJGb3JxC6aXVNlO6JTSagh { width:20rem;height:4.875rem;top:4.57421875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcciffx76IxyHuTBRy5TPKThWR06pper { width:20rem;height:1.13720625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsqlw0IfJmBJrFv6FgfRK44tEpTo1AKu { width:16.1875rem;height:2.2744125rem;top:1.25rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwl3wsG67UZAk9i8I9S54wz592FQVDE { display:block; }#gFwl3wsG67UZAk9i8I9S54wz592FQVDE > .row .container { width:20rem;height:96rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-text {padding-top: 0; padding-bottom: 0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-select {padding-top: 0; padding-bottom: 0;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV  { width:17.25rem;height:auto;top:25.5625rem;left:0rem; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV {display:block;}#WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV { width:17.25rem;height:auto;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #c2PlgdwP8PcO0Lq6PtvHoqvgdmNyTDR0 {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #vwucnJfvnVEON6Ig3eDUzDFaXDktztAr {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #stClyTHzamUcfGSAkFcNae3tO0K47tDi {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #ziapbGtVE6ofwu7WUt1iOBe45G8qunIR {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #NMb09UJQOvnJ94WH1zKDTRJdapV40Tty {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #Fyz02CXP7QvT3OJ06vr6a5a9V7gp0g5u {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #W4HnNCAybgitITtM3NCbLSpNEH7PlRkh {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #wevCLFnt5SPFkzUTTLqod18vvO4XIiTL {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #Vt0IWT8zGLoIJVeSlIvQlAoFhc1TSvoD {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #aDR0vxDmaUxHyUoQwTi45K3xgwDfdRKs {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #DEzQQUE6RFTBALMU0XHS8JqpwFqWcPBU {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #vhMvlTDy2eWqJI2doi8WhkAQFJVIWMiG {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #qIW0mxkM85bNSQP8b95qMvua66DzEDos {  }
 }@media only screen and (max-width: 763px) { #WPDDrqFU97di0LvdCRNh5kPvpgFAOtTV #TAZAR953cVGdimazJxyyattmDz9UkiGt {  }
 }@media only screen and (max-width: 763px) { #yZUK0pJhyLsOZw9kaypc9nJfb1r3q9ZB { width:20rem;height:7.1484375rem;top:57.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILdLAUwPDA1ac1TzGTT125P7TyXau39 { width:20rem;height:8.125rem;top:15.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uqhcXlTTUfJZ4dcmHvvcnQtZ2GVFgqNI { width:20rem;height:4.54980625rem;top:16.38671875rem;left:0rem;font-size:3.5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HJ7k133Wz1TJJUC4Q2eeyCBqR6EOpzG7 { width:16.25rem;height:29.9375rem;top:65.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg9ezCxLoKJINKoXX9Pq52NFPJ82ncf4 { width:20rem;height:6.5rem;top:1.32421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JcIsQNZNUvTrhipLDxb8ruINE8tXwR { width:20rem;height:4.38720625rem;top:9.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4TGrTAtkXlDseTB77p84sXfISfVyCO2 { display:block; }#X4TGrTAtkXlDseTB77p84sXfISfVyCO2 > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr { display:block; }#LswiZL4q935rvzJk0sMy0ZQfGNxlUhPr > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoaK7JKp6B6LNFoV41rsS6Lxct7EKGkW { width:20rem;height:4.3994125rem;top:44.4375rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNUVJH8syM2xsSaquNnrwr34Z3iniNQg { width:20rem;height:3.79980625rem;top:33.125rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBZ0sdWTVPDiKxnbuh1lGJV06gMQVMXP { display:flex;width:4.6875rem;height:4.6875rem;top:27.6875rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #U8x9WwRkVlpDDBRDoD4DCB3uHR7UkzaD { display:flex;width:4.6875rem;height:4.6875rem;top:38.9375rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #JcZEM6bPZNEa7WegVFzSr0A5awq9asUK { width:20rem;height:3.25rem;top:21.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmTn6UqXDlJzvlIqHhGpQ8xCePCuxqsp { width:20rem;height:13.5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyT0tz26vgxWUIVhKg6oFoZMvOACNfUv { width:18.75rem;height:11.69925rem;top:6.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueMiXvzaoZaCqCSTRWf3OfnvXsWcfgtB { display:flex;width:4.6875rem;height:4.6875rem;top:0rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi { display:block; }#u2lXhCJ8KbRD3TIsfyvC0giCdZ0F1TTi > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkGdJqvud4T13zCMyicmHTzpK8fRTdUh { width:20rem;height:4.7119125rem;top:3.26171875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otJ13D8TQ5esIc1JvS38uie45C2FXwwq { width:20rem;height:1.13720625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXvSyOzP7h4TwOrqKCHdivFauDsM4XCy { width:20rem;height:1.05615rem;top:1.2900390625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOhrLTQpdgikDlhdTx0PbFibpduM82Xo { display:block; }#dOhrLTQpdgikDlhdTx0PbFibpduM82Xo > .row .container { width:20rem;height:95.34375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.1;overflow:hidden; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA .accordion-desc-text { font-size:0.9375rem;height:auto; }
#ziluxKBEti15kqPby93s1CCWGZdtlWrA { display:flex;height:auto;width:20rem;top:0.625rem;left:-1.1875rem; }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #gsPGXzuOCuMC1Ne4SHt3WqleTOW9QFM2 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Ap7ELrIVFTViTNgqT8Mce43AqaIGQxAW {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #akSXtWCwg36rXDL36GUU4u72zkJNAoIq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #KVDEQ3h769zZwlzeVGbqnqdbEWq2Pyic {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eeD9NQR4JNm77gfg0Wx33OTWyHgNuqeG {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #H7pKfnPFyvrn6W6ScVl7l8HvbLz01NUI {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #glUcfwG6zi7RdwECU9vQWdrkyKU5XWrc {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #i7quW6bq3n1g0WT4el0nItPSNkOktvH4 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #bnLxM9qVZJuhBkZTTxMd4aFddODpeDtR {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #a9w1SBU828yZaMveeTCBZpBOssfMGRqV {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Wd6Ze8tTzAKgW2tHWgibpMHSq0eBdnak {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GunTX9boqodlc5zgfwawA4hz9EFXHse1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #qxBwxGEMsxxQvGm5bhQ3iXsHL3K6qkUD {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #zT6TNk7XmcdcnkztPg2RKMz8I38u6tOO {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #zSs14CTJEbQouRRU8XcSseLxgszdlbMd {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #VR8PSdoJ0PgCIwmmEc1Vm9pq4pck29cq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #pIrwrHS0MQAarmMTyJAarJHxemAC3oCZ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #JkzCVTmrpeL0sa6WQJGeStauGqI7HIyF {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eRv3fw5TC8rAhTFL2Bx5Udlnf9vx4yEz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eoFE01EGIcGkBSdcpek2Q3yDnlfic3qi {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #LTKJhzv3PFB8xBJQHXTwZLAHQTE16nlc {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GxVRupafMorkaDp0OVBJmDrKIeVUfL7l {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #P1gNBCWnSgVpTFSRMtcq4H2fkL4TpC6P {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #MnsnXqgmVQ8V0Zxr4PTzK9sLqc6wXL9D {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #cSMrFwHqLLh0k3hMW732AJNUnSWoS3KA {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #vBg9DTBWCp7ANoWWGxblIobFwvUo3FE1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #LSnTvHerQtyFg8RAP2PU1GOrSeg37T3x {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #mzo8yoTtwmIhma7PsEs2PwwZA0V82EfT {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #zoWTwveUIpmbT20i7fUwgTSIOgJPkUZJ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Sibfl8zCLkhrotRf0UohTD26ofTlBxp9 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #y1nr9gSmPKc6ymir1n8dQCXl0wJk6x7C {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #pxcwzuQCAeAqdX0DUdPod7v7PusemWkp {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #w0ZAUITSv1SVEzBABu59fAP6zVHqzrc1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #v0wlWBpk280MTTee5xEOnC3HXCwiHtzR {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #s1LWdTGTlPwuTO7TKs0NmFss4SFzENEV {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #OTBtBuChvRtIyPQDd3xFITLI6ZRNQsnJ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #eOBSLCqnQ58WVhK81XSDExfVstT1sFbA {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #VyVn6l1Smf2Mo2efkJ8HUeRBs8xpmT2a {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #c0IN0QeaSnl8ExxkhIBHfWTOQ4uPoJAH {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #W3Ww2nmHKqWardVHZ5sZTFAhQlw83479 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GnpivkTgwZIo37dppxEd9APZRyFV2hJp {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #FIieaIFLnfDgkayeuVElT3khLHRNq3Rv {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #kHOWSR5nkqdn3piNpvTGBhJ06fWf1mBL {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #smQq0ZTCnX6hSRLeTDbZId15QefSNAvx {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #lhlfzyQIV8zouTbH55R7uAZLGlpqqqkP {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #aoJakggD5Jvp3WhXb2fQyEpc5lI8lftq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #PTEpHD3mB3rfP5TiIoTGHZdVZKO8ZB25 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #XzeTgVThWZtXawwMsKpGtduBhLbmw8CJ {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #VoN0kJSbmdlMQ3NbNINtrVNzr19Qqezf {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #tCz7DGsB9g0T4yJuGeFphRtRRtXCPL9L {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Q7qt43E32Fp53181ueB6JAEZWhaNuEsL {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #CmXdxwZCNNKgasrsDPQmvuFBNA7F1QX8 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #nGCmkNuwpaz5tVDgWdfMW7MGx4GvnaTp {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #ysAfyefkZhrnsitqsO6FSFEvVCBFJJKV {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #rJHEcnsfXPKkxg5flb4nn3ock6acw3hx {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #UZ9vZ0sVAag18IDR93DrMga09KXPgEL2 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #QhCuL10mVNHwPmbi0vq50kplpGyR4E9q {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #rtFtVp5I77V1HQMD3T5LtOgH1uRnxUbC {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #mp8vw31xZQSTsMX17AxygVR0Qhd02rns {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #MidI3DWOdfUCEFwxCATZhaJnno1LJBEr {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #XZqKOiXUXW2vJQsTKda6tZOBkwFiqQ53 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #GTghyCkffh8k6VNp8GcZ8Rmibk96oIhS {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Qza5txfhLV80vQQmnygskr8pw5toAI4q {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #ugQArUIcFpW90rsIkBIq4nIcy1eMimHa {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #ZzTHSMrQ8d9VrULuGRbqXTprTLfBLKzy {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #q03Tgi1POJs0e6xWnALuXB8mQ2q5ZegM {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #mQEzb8S9SrAU4EsTE5BdRzwLXQpS9nCz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #TlsdzWB7T5NlDTEzCAQz42UcC8AEQsH9 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #hIP10a3dHqZfiDn21NwfIWt9bAq4AbyF {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #wpUioXH6KnXIvIgtUdGxaHCt3gF5hhLz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #NIRT8makQTNUfahEez9arIFbtXoeSX2b {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #Wzn0zqfvTxTzXkJ2afOS901UP0p5i1g1 {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #crrEenquiBDgT7gtAVoSgCfeEwv2apbz {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #BekkwAXMuhklW1LbDQwhngnpIuS5JJwq {  }
 }@media only screen and (max-width: 763px) { #ziluxKBEti15kqPby93s1CCWGZdtlWrA #iCLUKf7lNToZVxg3iz0oHutMHlQR498l {  }
 }@media only screen and (max-width: 763px) { #KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 { display:block; }#KQd2FdpXFomOMCU10n57yVG6gTtOV4T1 > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd51kWTo4edoEryLrLOWDmfRDeSw0zQW { width:13.75rem;height:3.5625rem;top:19.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLI3eF8zkGdkaenr3B5Nir7WQmXdZv36 { width:14.375rem;height:2.5996125rem;top:23.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBxqWt1z931Vh5T7bEwpZry1fskMQe5J { width:9.375rem;height:5.1875rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnxdvJKt5LVChOhdfIeMlulhNbkHb8PR { width:20rem;height:1.21875rem;top:7.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut43eMSUiHEVvH1SynP9xP8GrIKpygwz { width:13rem;height:5rem;top:10rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMTax9DBxM2gBPhNyTTBmnqQmw0VehO2 { width:11.625rem;height:2.4375rem;top:15rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E { display:block; }#Lf7VnTf588KZx17DpLZwGP6kZ9fIJf5E > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8CAwTddavWT2RAaLEV0ua739aISOxTJ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xkvVsn5t5CG3pcNiq8BvcdUekxns40Fl { width:20rem;height:4.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ToXfymo9hrfsqLlIqKre4LN77ktgM5OA { display:flex;width:4.375rem;height:4.375rem;top:12.6875rem;left:5rem; }
#ToXfymo9hrfsqLlIqKre4LN77ktgM5OA > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; } }@media only screen and (max-width: 763px) { #VduaWUmhnAPa1Lr0aGTgLItXK3ddcpWq { width:20rem;height:1.625rem;top:10.40625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tis3T9yN1qU0klAOygKdEw81u35m8zku { display:flex;width:4.375rem;height:4.375rem;top:12.6875rem;left:10.625rem; }
#Tis3T9yN1qU0klAOygKdEw81u35m8zku > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; } }@media only screen and (max-width: 763px) { #BR2wuCxaX2cIXEWSB6I6VpmAyTiuXPJE { width:20rem;height:1.21875rem;top:19.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }