.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:243,236,231;--color-primary-1:216,193,174;--color-primary-2:176,131,92;--color-primary-3:88,66,46;--color-primary-4:26,20,14;--color-secondary-0:254,254,253;--color-secondary-1:251,250,250;--color-secondary-2:246,245,244;--color-secondary-3:123,123,122;--color-secondary-4:37,37,37;--color-tertiary-0:255,255,255;--color-tertiary-1:198,198,198;--color-tertiary-2:64,64,66;--color-tertiary-3:32,32,33;--color-tertiary-4:6,6,7;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;z-index:auto;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.0625rem solid #a9aaac;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:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T8Q3clmXSXnCbfCZkvkxDOnfQhMM70qB { 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.25rem;width:13.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#pp4Vwl6MsduVaabETyaVnTNxxKeDih7p { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3750205039978rem;left:37rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#grF9gtGO6J2fM7UZPXxwiDP9lT5KdROw { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:44.6875rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#Zp9xVTp71t2lElKvdDPxJ8q8k2TN5xbs { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:55.3125rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#T6uelWNzCTAZw4BBttKk152GTKavD8KE { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.40625rem;left:61.4375rem;display:block; }
#uHNUbubO8oT0VV59HfOpFHxXQaAUGTZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBUTHk6EKniVpXkxO8EAKZUOTO4SF54Z { 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:15000;opacity:1;display:none; }
#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { background-color: transparent; background-image: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container > .video-iframe-container { display: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container { display: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .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); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { border-width: 0; border-radius: 0; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#bTtO0I6TbbdzhqT7hql1ik78TSL0dUW4 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.9166679382325rem;left:0.0625rem;height:12.333333rem;display:block; }
#tw20DX7cafQO0L0WVBOfppDIt75zVf4T { color:rgba(25,19,0,0.65);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:22.302084445953rem;left:0rem;height:7.9166665rem;font-style:normal;display:block; }
#wgdgbqNJIuTxHwvA5TfPJRy7T0hkB8z8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.625rem;left:0rem;display:block; }
#lSeWP9w1LvTq6lH4NOFWazlpp9PpiOTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ael1AL5lBPlF9JIwXLmfFJOC0WAZvd7I { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.55);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.55);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.55);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.55);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0.55);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.25rem;left:0rem;display:block; }
#gd7mvSNUTZFPkL7XLZTZAkwfepdgrhc5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWg9IPOTbfhJGOKPRAJJWMfEhzCwqcLM { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15004;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;top:43.875rem;left:0rem;display:block; }
#QKCMVc5hvtNaTK77BHDLem67l7EaXto2 { 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:15000;opacity:1;display:none; }
#zt0htxwDf23cTK7uWnsVdgRn6kduDZtx { color:rgba(25,19,0,0.65);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:24.75rem;left:0rem;height:6.3333335rem;font-style:normal;display:none; }
#OmDUeVbMlk9TD0vkLtlazCEb0wcDTPH6 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:28.8125rem;top:2.1458334922791rem;left:46.1875rem;overflow:hidden;display:block; }
#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR { position:relative;display:block; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR { background-color: transparent; background-image: none; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .row .container > .video-iframe-container { display: none; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .row > .video-iframe-container { display: none; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .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); }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR { border-width: 0; border-radius: 0; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .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; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .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:6.375rem;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; }#uzHN9EZl82TyJWTOppA9K3DiIFcAu2M2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.5625rem;left:0rem; }
#DzRyxpxWMaEgtCg6H977n2cAWvAg92gR { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.125rem;left:2.5rem;display:block; }
#GmaZZx7TWscQx3VG4aQ5J32BC0OzvrRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvnFXoUzA7KAL4fdfSkfOOv4bE5wqrs8 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:27.4375rem;display:block; }
#XOQT92EdEddME6IMFzUvMF9QxRIA30gW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xqBGkwO55F1EUQOUSpz2TTfAAWw0uQSZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5625rem;left:25rem; }
#PBGSkpKEVwzJtE3aaSknulGAkqJclTId { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.125rem;left:52.6875rem;display:block; }
#qb0OBB1b58xWwerqpgHhhWtnatTD6aag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7n1FTd4H6Mx1g7TI1d6UOJJqsxlTIHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5625rem;left:50rem; }
#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW { position:relative;display:block; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW { background-color: transparent; background-image: none; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .row .container > .video-iframe-container { display: none; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .row > .video-iframe-container { display: none; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .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); }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW { border-width: 0; border-radius: 0; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .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; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .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:6.25rem;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; }#v8dJqECX0p6nWDP1n8RvXqWURihK1ivn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1rem;left:0rem; }
#K2kbmtgGeAXFNoEEBXetGQehCmkr7VM4 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.5625rem;left:2.5rem;display:block; }
#AocpKeHuN4laNdxEcV4O7y818trIspzp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIaKZW7V1Dn4Knt4BEuTRclchFVs7hvu { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5625rem;left:27.4375rem;display:block; }
#N0kCdGozhaGaBCG3KmnsH8pzUtNX6yey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x97gZ1uidH74JDfwUGCxeb8rn93uHO3x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1rem;left:25rem; }
#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M { 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; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row .container { background-color: transparent; background-image: none; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row .container > .video-iframe-container { display: none; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row > .video-iframe-container { display: none; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .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); }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row .container { border-width: 0; border-radius: 0; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#n31ymWa7Af8iASi8x27WAa0AriB9dWUJ { color:rgba(var(--color-primary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.4361991882325rem;left:9.03125rem;height:5.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cm0VHdsHH1b4ouFFHBQ3EuQFXE87F8ZB { color:rgba(25,19,0,0.65);display:block;width:64.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.28125rem;left:5.40625rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2OGCgT9EnuPHKZOdNS7ougs9aa8z4h8 { box-sizing:content-box;height:4.6875rem;width:59.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:7.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#aKQCzB9cMBeW7JaJO0cLSpFRpF7HWWyT { color:rgba(25,19,0,0.65);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.71875rem;left:11.9375rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsLCVXzuluUUrqVtxeH10fR0Cte4HvXp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:20.6875rem;left:9.03125rem; }
#Burzeqo06qxVkSsFn06EmfWo7akczRqm { box-sizing:content-box;height:4.6875rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:7.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#UK08rX68nRQzpinFbFaDRTGNcJeTbfnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:26.5rem;left:9.0625rem; }
#hNyk7QnA8d64sHqc7phBGZgTTyQMTKsX { color:rgba(25,19,0,0.65);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.5625rem;left:11.9375rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ns1WWRh9XkzKPtCn6K4z7yby7Mk3STey { box-sizing:content-box;height:4.6875rem;width:59.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9375rem;left:7.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HhOLbmU6fa1QITxNTNbObGPpUVw2ZxQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:32.4375rem;left:9.0625rem; }
#ClJaIdTyehMhO0ePgyITu5KT30O9tF4r { color:rgba(25,19,0,0.65);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.5rem;left:11.9375rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m1seq5TzHm23sSXn0F8ugOKI0DwFrvCi { box-sizing:content-box;height:4.6875rem;width:59.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:7.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#O4EcWX44srEBXMTnMhT9xnnJwaMkgMMa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:38.25rem;left:8.75rem; }
#crI5eO8tga9IiaQPlMz7hXKbLVCRPy3n { color:rgba(25,19,0,0.65);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:38.3125rem;left:11.625rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FRA5HRTSiUZ0TTcfnqTUGnbAgVkMpwMe { box-sizing:content-box;height:6.0625rem;width:59.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.8125rem;left:7.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#k61lZrTACfeQra2p0fRc86nsETHvTA9s { color:rgba(25,19,0,0.65);display:block;width:53.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:44.375rem;left:11.625rem;height:3.16666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRk1aup5mKOI8OmgGtTSCDW5yegeSZvo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:44.3125rem;left:8.75rem; }
#k5KTewDxrieAMwIiLrGJAwUAmbZJ1nkm { color:rgba(var(--color-primary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.4361991882325rem;left:9.03125rem;height:5.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { background-color: transparent; background-image: none; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container > .video-iframe-container { display: none; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row > .video-iframe-container { display: none; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .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); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { border-width: 0; border-radius: 0; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { background-color: transparent; background-image: none; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container > .video-iframe-container { display: none; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row > .video-iframe-container { display: none; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .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); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { border-width: 0; border-radius: 0; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#AilpedBRd17T0iTwdqbkRUSBsWAAaRtq { color:rgba(var(--color-primary-3),1);display:block;width:67.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5rem;left:3.875rem;height:5.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SInMaLfnPNt8BhTTvbMXHItfnS9RrIQZ { color:rgba(25,19,0,0.65);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:5.125rem;height:9.5rem;font-style:normal;display:block; }
#KxMUV5CnlH3O3iQSH0kbSXnquWdyTnKb { color:rgba(25,19,0,0.65);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:38.4375rem;height:7.9166665rem;font-style:normal;display:block; }
#GEpG6haNyzeMMXBoZKEO0KpS0hN7bwFM { color:rgba(var(--color-primary-3),1);display:block;width:67.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5rem;left:3.875rem;height:5.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J1E1JNUETnp22qyc2KzRP731AuLVrFGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edecea;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; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row .container { background-color: transparent; background-image: none; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row .container > .video-iframe-container { display: none; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row > .video-iframe-container { display: none; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .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); }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row .container { border-width: 0; border-radius: 0; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#Kl89HrLAbdZahC7Z8rf6Bn4H74lXT3XE { color:rgba(var(--color-primary-3),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:7.75rem;font-style:normal;display:block; }
#wBq1yybRfMUTzAIpxfpLgut6yrHu6Jlz { color:rgba(var(--color-primary-3),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5rem;left:0rem;height:12.666667rem;font-style:normal;display:block; }
#Nhehpve3vP9xdaaKiMe02NEJiMRAaPeN { position:absolute;display:block;z-index:15008;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:23.5rem;width:31.4375rem;top:6.375rem;left:43.5625rem;overflow:hidden;display:block; }
#uHSBxTvoWsg0ZWpuJrOvBwlM0cfyZJE1 { color:rgba(var(--color-primary-3),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:7.75rem;font-style:normal;display:none; }
#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu { 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; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row .container { background-color: transparent; background-image: none; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row .container > .video-iframe-container { display: none; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row > .video-iframe-container { display: none; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .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); }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row .container { border-width: 0; border-radius: 0; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl { position:relative;display:block; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl { background-color: transparent; background-image: none; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container > .video-iframe-container { display: none; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row > .video-iframe-container { display: none; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .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); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl { border-width: 0; border-radius: 0; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .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; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .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:block; }#xZmTFav0TiJFuua3sVub804a7aTksWI7 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:6rem;font-style:normal;display:block; }
#UUhqVyf1ue91vVSo9WredDxXVqS5rdWi { box-sizing:content-box;height:0.25rem;width:5.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:0rem;display:block; }
#Cpoe2gq72P3IuGnOtJPPkq9rTyropqub { color:rgba(25,19,0,0.65);display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:3.16666675rem;font-style:normal;display:block; }
#rQQxsFCS2iiFrw7e8eV6F2yWpfaXfGZX { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:6rem;font-style:normal;display:none; }
#wIalNPsu0uiIIMg6meOgwhr22SGePlrk { position:relative;display:block; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk { background-color: transparent; background-image: none; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container > .video-iframe-container { display: none; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row > .video-iframe-container { display: none; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .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); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk { border-width: 0; border-radius: 0; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .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; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .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:block; }#kQ8OV46BHDmU2kfGHhgsDIIxaR93ntyM { color:rgba(var(--color-primary-3),0.5);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:2.58333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDOJgNsNcIvbTznuNvssCX2XHtqLVAVV { color:rgba(var(--color-primary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3736877441406rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#rItaIpkNyTsKtU5DyrFQOO6A4GOkBAbp { color:#191300;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:;font-style:normal;display:block; }
#zpecBO9uvKMF7GlcZifRcVWe7APxDtd5 { color:rgba(var(--color-primary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.375rem;left:25rem;height:;font-style:normal;display:block; }
#SQTyKb8bkXvJ3UTtm1WL1cH4QrEeyTzw { color:#191300;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.4375rem;left:25rem;height:;font-style:normal;display:block; }
#BvRHtMXgiFNcEdnJFUkDyaQbtw7G4wy5 { color:rgba(var(--color-primary-3),0.5);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.125rem;left:25rem;height:2.58333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p4tHz2Tpq1BL8OHas33KQ3kItxvs8TPn { color:rgba(var(--color-primary-3),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.3476715087887rem;left:50rem;height:1.5rem;font-style:normal;display:block; }
#ZGyTLqXahUJzlylEBL8WyLWv5OJIf6Ml { color:#191300;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.41535949707rem;left:50rem;height:;font-style:normal;display:block; }
#yidvQO8FPLQ3Flooc1SbkxQgh6Ea30K8 { color:rgba(var(--color-primary-3),0.5);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:4.125rem;left:50rem;height:2.58333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGFkpvfTIQPQd172CGOVEtMfQ8kL672x { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.34895324707rem;left:50rem;height:3rem;font-style:normal;display:none; }
#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf { position:relative;display:block; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf { background-color: transparent; background-image: none; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .row .container > .video-iframe-container { display: none; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .row > .video-iframe-container { display: none; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .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); }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf { border-width: 0; border-radius: 0; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .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; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .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:block; }#rXvxGTstT9MRcwCVEMk1KXI8AKBiLFyl { color:rgba(var(--color-primary-3),0.5);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIxxUCD17Tu51sO7V2gba2BPhfqh9nRQ { color:rgba(var(--color-primary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3736877441406rem;left:0rem;height:;font-style:normal;display:block; }
#m0TTXBZX9CNuvTu2WZNG5mkOwJKiw0Ws { color:#191300;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:;font-style:normal;display:block; }
#WT3B5ha83cFo7uchPoghXWsmQZXdMPZ8 { color:rgba(var(--color-primary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.375rem;left:25rem;height:;font-style:normal;display:block; }
#mblqB26gXQDiCakT035h5pIsP6fvrz0I { color:#191300;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.4375rem;left:25rem;height:;font-style:normal;display:block; }
#caOZRa8Cht9qrS7TFvXVTcRFyT8WTN0D { color:rgba(var(--color-primary-3),0.5);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.125rem;left:25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QacJdKLHZTNwEUpltexPdFn6DLPgC8Go { color:rgba(var(--color-primary-3),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.3476715087887rem;left:50rem;height:;font-style:normal;display:block; }
#MfodtaiD1twciL6e1Omqf9vm0UJuL5Zx { color:#191300;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.41535949707rem;left:50rem;height:;font-style:normal;display:block; }
#kCv8NmNbXaLeBEGRckgJEx5wA6TkTRRr { color:rgba(var(--color-primary-3),0.5);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:4.125rem;left:50rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z757mhdzrXDHEUvt9Ub3W9c9Q3LASRTi { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.34895324707rem;left:50rem;height:3rem;font-style:normal;display:none; }
#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { position:relative;display:block; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { background-color: transparent; background-image: none; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container > .video-iframe-container { display: none; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row > .video-iframe-container { display: none; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .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); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { border-width: 0; border-radius: 0; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .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; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .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:4.0625rem;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; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { background-color: transparent; background-image: none; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container > .video-iframe-container { display: none; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row > .video-iframe-container { display: none; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .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); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { border-width: 0; border-radius: 0; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#VUGAIiiKfQD65SZVXIp9vmzGq7cmNT9u { color:rgba(var(--color-primary-3),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.6041717529297rem;left:11.15625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DpcL67gst34e0mSl3NsvL4ArfywcnVRO { color:rgba(var(--color-primary-3),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:6rem;font-style:normal;display:none; }
#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row .container { background-color: transparent; background-image: none; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row .container > .video-iframe-container { display: none; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row > .video-iframe-container { display: none; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .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); }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row .container { border-width: 0; border-radius: 0; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#FbZZ78yOyZSaDA0719k78ZhfkZXn6W81 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#geNBIMH8Hg96lDdGixREoycxt3ihdRCU { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:18.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Tkx0qcCfL09OFtO1gOd80b9EpoJ3wMW6 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:37.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#aiamVfa2ZTvkahCvdO6DmMTKNyCH9TFv { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:56.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#HQTnvT4BehuDezHXOUGwD6zBvufh1Rdh { color:#191300;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:3rem;font-style:normal;display:block; }
#eGSnVPvMvC7h7yoJopnXJZ41ZosLp7Tz { color:#191300;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9375rem;left:18.875rem;height:4.5rem;font-style:normal;display:block; }
#dTvcqt3ilGEDnCI4McMdkXtnI0znJA9U { color:#191300;display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9375rem;left:37.625rem;height:3rem;font-style:normal;display:block; }
#ci7Kt5t1bPnq1rFlnIoEzpV5lpSQIZT6 { color:#191300;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.4375rem;left:56.25rem;height:3rem;font-style:normal;display:block; }
#M2hVuodsHgrvUsgJ34umX9MHB3T8ll8H { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:4.25rem;font-style:normal;display:none; }
#Gdgl1X47Md1yh5iIRxPSaiaicEz1ZxD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.5208435058594rem;left:0.6875rem; }
#QzGHbPOCr22DikFk0ynQlqe0FpoZkxnO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.5208435058594rem;left:19.4375rem; }
#VQ9bGqcoAkDTtlvODTMruA7C4Gl1o6aK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5208435058594rem;left:38.1875rem; }
#FT2MLlRgeaebfRd1gIoJb5c1vWZPvTBq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.5208435058594rem;left:56.9375rem; }
#Dy2c6GEslzFC1ie86vUI1U71frf202Eg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row .container { background-color: transparent; background-image: none; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row .container > .video-iframe-container { display: none; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row > .video-iframe-container { display: none; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .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); }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row .container { border-width: 0; border-radius: 0; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#LXikgrRUvtHHFDqdwT9hq15dGd5mPWUE { color:#191300;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:;font-style:normal;display:block; }
#t9etXyDN29CXIcG2FRV206ahZEzaiNoo { color:#191300;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:18.875rem;height:;font-style:normal;display:block; }
#gasZTJn49DdqEBpIDJuPB1TvoHrKVkLg { color:#191300;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:37.625rem;height:4.5rem;font-style:normal;display:block; }
#QI0qO4V9NNOUkFzv25Zq7HRdTcCdiFom { color:#191300;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.3125rem;left:56.25rem;height:;font-style:normal;display:block; }
#rz303Vi4cnaqB17gSbwPxPeMf9EONLQw { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:4.25rem;font-style:normal;display:none; }
#T5nz45EX53hbO4Mm9GfJcq9pSF54IfHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.4375rem;left:0.6875rem; }
#NaSizsnlpfIGcM4DCmCnaGkbqAAiuOvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.4375rem;left:19.4375rem; }
#SUZk1ChzzmA3ATSnxyGDNTbiiRmBMg3h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.4375rem;left:38.1875rem; }
#TiJqtiCsQuBp3nXr4IpTy1MqB56TIUhr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.4375rem;left:56.9375rem; }
#ts5lG3FnxA6cI9pESc28TKmPHJTqFwFB { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:37.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#dwonp8X3rq5U5AQThm77HTDlt2vUonpB { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:56.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#MfRrvZK6d9CWTOltER6xnMBSeMuZiFeM { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:18.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#r8T476u3oq2ZgrWBK34L1WortKsmB1xv { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:0.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#aWZ3T0tEzLz1ySItk1FITAHd1z7VVWE4 { color:#191300;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:37.625rem;height:4.5rem;font-style:normal;display:none; }
#WKxGH6noS8dNr1FJtVfM7pUHv8m0bgb4 { color:#191300;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.3125rem;left:56.25rem;height:;font-style:normal;display:none; }
#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ { 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; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row .container { background-color: transparent; background-image: none; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row .container > .video-iframe-container { display: none; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row > .video-iframe-container { display: none; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .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); }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row .container { border-width: 0; border-radius: 0; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#pkx5AqNHbN0hMOSU6fa3fgtU9l5iSCCe { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:7.25rem;left:0rem;height:6rem;font-style:normal;display:block; }
#OBNZUXwpdzRKRfwldUitWavtK1JVA3EA { color:rgba(255,255,255,0.65);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.875rem;left:0rem;height:14.25rem;font-style:normal;display:block; }
#h5ET1TqicCpkh8dro9goTqpFgZ9Q9Ip8 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:22.75rem;width:34.4375rem;top:8.2591247558594rem;left:40.5625rem;overflow:hidden;display:block; }
#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq { 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; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row .container { background-color: transparent; background-image: none; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row .container > .video-iframe-container { display: none; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row > .video-iframe-container { display: none; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .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); }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row .container { border-width: 0; border-radius: 0; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#e1T4HKHhOc0ZRD52XaKRe6hnQCCirTa5 { color:rgba(25,19,0,0.65);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8.84375rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTtpMtF5OEQAZzxCwTqlqcwoTu9e2G10 { color:rgba(var(--color-primary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.05078125rem;left:14.15625rem;height:5.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUtz6wDwWvomiqkrAOftcs62OZui43ry { color:rgba(var(--color-primary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.05078125rem;left:14.15625rem;height:5.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oRhGGx8S41atSVEFGyQea3k069TAnWvF { color:rgba(25,19,0,0.65);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8.84375rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC { 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; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row .container { background-color: transparent; background-image: none; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row .container > .video-iframe-container { display: none; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row > .video-iframe-container { display: none; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .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); }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row .container { border-width: 0; border-radius: 0; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#T1LMut8AxpPZu6E0i5EsBRyTR7RuS9ps { box-sizing:content-box;height:5.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:1.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#yWS9fwkEtc8OgveuCfnb2PBC6wgbUZiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.625rem;left:2.75rem; }
#RL4wHFpK9R2CTAxRmTSe7OPTduSNuOsC { color:rgba(25,19,0,0.65);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.1875rem;height:3.16666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MIXVUiskbVF8gFXKeHJqe2NdZPr9H4XK { box-sizing:content-box;height:5.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:26.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#PbfEe3A4emeng169gq1Oe9sdpE13C4ha { color:rgba(25,19,0,0.65);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9466247558594rem;left:31.1875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R8TSa9miWbt5TXHTabJtTVF75tqPTX82 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:27.75rem; }
#tNQ3UU7PVK2TlXTft7XdVQWursscMDwi { box-sizing:content-box;height:5.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:51.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ngNJnNnPMIT6M1kK1qIpmWTiHq7EmGKF { color:rgba(25,19,0,0.65);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9375rem;left:56.1875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mi7vzHzk8Bn1HsqhaUnpstoIdTFnWs0H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.5625rem;left:52.75rem; }
#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 { 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; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row .container { background-color: transparent; background-image: none; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row .container > .video-iframe-container { display: none; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row > .video-iframe-container { display: none; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .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); }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row .container { border-width: 0; border-radius: 0; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#Ny0KuVFqbzr3eIUlo96tT8b1cK0e78tQ { box-sizing:content-box;height:5.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:1.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TII6a0nVcWvLlVCIr32Tl7uOSt3opRpD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.625rem;left:2.75rem; }
#Gn0m0hvgWnJ3zsFL8tgvylq6L5aOxNNA { color:rgba(25,19,0,0.65);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9466247558594rem;left:6.1875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8ZkZuswlZXdA4DfBkZSMWLwJi0a0WLw { box-sizing:content-box;height:5.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:26.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uVXc0eoMkKsiHN5grJbdKHS5sPPCKUc0 { color:rgba(25,19,0,0.65);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.15625rem;left:31.0625rem;height:3.16666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JnO8sPKQAsTGiMhBrAyzhyHh6uITurxo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.3958435058594rem;left:27.4375rem; }
#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z { 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; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row .container { background-color: transparent; background-image: none; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row .container > .video-iframe-container { display: none; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row > .video-iframe-container { display: none; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .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); }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row .container { border-width: 0; border-radius: 0; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row .container { background-color: transparent; background-image: none; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row .container > .video-iframe-container { display: none; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row > .video-iframe-container { display: none; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .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); }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row .container { border-width: 0; border-radius: 0; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edecea;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; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { background-color: transparent; background-image: none; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container > .video-iframe-container { display: none; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row > .video-iframe-container { display: none; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .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); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { border-width: 0; border-radius: 0; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#MwWQcUanvc2mrN8RL5wmSUprs2OgtX1I { color:rgba(var(--color-primary-3),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:11.6875rem;left:15.21875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqzaSaxvdfG0gQ1ZFlmKB49IBkmgzmQA { box-sizing:content-box;height:29.5rem;width:62.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3020935058594rem;left:6.09375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Do7rDW42JkBXclIop49ZlyXDhU2f9xpu { color:rgba(25,19,0,0.65);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.21875rem;left:12.375rem;height:9.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7qCmNiHDaLMu7XdLslheHaKWdPywREy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.2708435058594rem;left:35.78125rem; }
#PUldzAdtiGnINhXQAKtnoOyyLNeXg7E4 { color:rgba(25,19,0,0.65);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.21875rem;left:12.375rem;height:9.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qutCgRVMGcg82RxifHasaVXvvX7mEgFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row .container { background-color: transparent; background-image: none; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row .container > .video-iframe-container { display: none; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row > .video-iframe-container { display: none; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .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); }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row .container { border-width: 0; border-radius: 0; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#RI62i91ED2SBRTNFEaowI4E7sw8d7nmJ { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.4375rem;left:10.28125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTJdBA09Tny9hTfvChGK4TTfKnkPiia2 { color:rgba(25,19,0,0.65);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.875rem;left:9.15625rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV { position:relative;display:block; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV { background-color: transparent; background-image: none; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .row .container > .video-iframe-container { display: none; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .row > .video-iframe-container { display: none; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .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); }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV { border-width: 0; border-radius: 0; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .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; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .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:block; }#VE1JyMnRVa7nklORMUzT7bbgecL02EsU { 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:17.0625rem;width:17.0625rem;top:0.82162475585938rem;left:19.59375rem;overflow:hidden;display:block; }
#mHwwvsunJclwLhCEb0u348hcMRaJhRGU { 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:17rem;width:17rem;top:0.85287475585938rem;left:38.375rem;overflow:hidden;display:block; }
#tTOkJt7qEaBZSdHTdS0fPcWBMNZTP0fz { 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:17.0625rem;width:17.0625rem;top:0.82162475585938rem;left:0.84375rem;overflow:hidden;display:block; }
#zSA1heOAGOPeZ6O7PE9TBd9uJUx62Aei { 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:17.0625rem;width:17.0625rem;top:0.82162475585938rem;left:57.09375rem;overflow:hidden;display:block; }
#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT { position:relative;display:block; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT { background-color: transparent; background-image: none; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .row .container > .video-iframe-container { display: none; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .row > .video-iframe-container { display: none; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .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); }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT { border-width: 0; border-radius: 0; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .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; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .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:3.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; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row .container { background-color: transparent; background-image: none; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row .container > .video-iframe-container { display: none; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row > .video-iframe-container { display: none; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .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); }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row .container { border-width: 0; border-radius: 0; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#PGDPfypaTdrKV2ZuT0hIWbxsT51Pl58O { color:rgba(var(--color-primary-3),1);display:block;width:60.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.8333435058594rem;left:7.40625rem;height:2.58333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHC7odEhnnt1TU6S8nIcHdOmJ6NtTmbm { box-sizing:content-box;height:0.25rem;width:5.1875rem;position:absolute;display:block;z-index:15008;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;top:17.75rem;left:0rem;display:none; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .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; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-3),1);line-height:1.4;overflow:hidden;height:auto; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .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; }#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-trigger.adaptive-delivery-prevent-bg, #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-trigger.lazyload, #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-trigger.lazyloading { background-image: none; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 { box-sizing:content-box;height:auto;width:52.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-secondary-0),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:10.791687011719rem;left:11.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #HggV14VTM3GOIv28QRKBs2bCqqQRdLWA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #oMxWDRvQX9E6CGr3WfuVTtLlpNUMHntm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #GpuUTPAS5Pn4T4Obia0Lha5C3w4cpwDX { display:block;position:relative; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wDFn3rJ6cKTrEX3PELOE6eVIOwy0cABR {  }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #VUVH6piqLkxvCsAGdxofzH6zT9xawsoN {  }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wKgm1TXRegQUHEpzidmFLRba95nhvdfU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #RsMcOz5m4qhtTUVWMtCk7VHtkipzEqXR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wtTnKPwWQ4ECmpxeXiAGzInoArb3okLJ { display:block;position:relative; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #Rtzra1xfdDTa6JMSwlLI1t3i9bqfr408 {  }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #enloikcsqLuGO2N3se1sz2lSfeHSTMh7 { display:none; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #n2h9OeTVpLaTLMTZ9uy5q4LJF6nkXX4X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #UXrFFRzytCP0S5yohalehnzC0PoVlOsG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #U0lX9xHD4HMK1ahRyOZR3Wcr2ymIz58P { display:block;position:relative; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #p307QU0nIP2khku5891aZafzHgAPXZlc {  }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #q3TpBdT8dzBETWC1Jq8I6x4m8JsKynW1 { display:none; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #GTlsyc3TATuawcuyTudlk6ZeOE0XT9Bq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ln56ysBJ7JEaMsZiLgngql1L97IWT4dg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #I6DH4UDq7L0o6ykD3Jii5gkfLA8tZDOE { display:block;position:relative; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #cHxwHUBfRlwBlMDQJPIZOMn3Om4Q9xwO {  }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #BQy2S1PRE165ubxuTnO0SsLWqo1zxTly { display:none; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #nqH6vTdS42ZIrdKxChVNx4xG3MO1CErE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #whAIQsZTNgOMX02qaFHd1D8aDOMzS5DX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #mFIIgs4FL9X5CXTX1hJdKwW3Lbt0WEIJ { display:block;position:relative; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ingLyoicRm6875GANxGrRxpSE95au6QL {  }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #dP4ifs3vtMN922IGkLqyeCJDA4sRAl8b { display:none; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ZP1xGyTkL39FBlo5qqHptaID0beXKzwT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #Dcc8rLsMT8lszlWuV9vFRG7k6LScPRz7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #RQ3I5SpAttTt1KpDSyBWHTKRwHF0Dk6S { display:block;position:relative; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #NCzJeKa7TDbIITgHmqbXm3u9cGvFxdtl {  }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #PyAsemoFooUzgvwqlWW4MWK9XNqtknFk { display:none; }
#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx { 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; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { background-color: transparent; background-image: none; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container > .video-iframe-container { display: none; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row > .video-iframe-container { display: none; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .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); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { border-width: 0; border-radius: 0; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:75rem;position:relative;display:block; }#HsxKQziFFSNl3oOlBvPoCiWNDRyNeTI6 { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.0625rem;left:12.5rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpREvTAeCIR1MB0bSRI7WBpW9mIxZU3Z { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.875rem;left:10rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-form-header {  }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:37.8125rem;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; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .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-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.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:37.8125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:37.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .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:37.8125rem;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;line-height:1.4; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .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; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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:37.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.5;font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:36.375rem;overflow:hidden;font-style:normal; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .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; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .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; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-container:first-of-type{padding-top:0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-container:last-of-type{padding-bottom:0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0  { 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:37.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;position:absolute;top:20.64453125rem;left:17.34375rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.8125rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .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; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 {display:block;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 { 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:37.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;position:absolute;top:20.64453125rem;left:17.34375rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #DL7TNtbyZTnigVKCTmm5H6ryfhz3NBHQ { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #f1EkgOOwTS4NZep6uZkMcGqGzMF62Pwl { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #eJMROKJxGFMUMng7GXQI2xI4TwxmmH1E { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #UP63Oeue0wFfnLes1SOIKM47IOpi8elz { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #WgeD3l68QVz4EVLHnVguLcvV77hszwUN { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Blh2hKZ53rTvCPngipViBgrA6sgbixxb { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #sr3vaS7HAaRWzGB27XsgRvHH7eFNprRG { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #c9plnwKFFeOs13UWvls5J90171dT68Jc { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #alpZUTP85LQkpRluSzgqgTQqKiob1DP9 { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #rRpiEL5Ib0uw6ZEnBbS3yCkLoR3A3JlM { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Oh6QeXyCl1x56Qh7cTdpSqHI6soAZkCI { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #R6TpvC5TZwbzJ63QLABlim2qfmhN0gAB { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #PBesLV9rqTACzwMH30rtXaP0MFuXdFTh { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #B5sF1bJAhTb4sPPi3Fli1OmSDsBNWfpF { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #i5TXQATBkT8SmpP3cdA73FEaCtUslVke { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #knIUhpeTxKzcTOfqyBJTdJmWkudQQSdo { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #DOMZggCJ7GCHoPlwhpfGFpOA6neaHvPe { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #iObJlpElukRJ1ErBiDhM36TpH4s2Hglo { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #pleA1Hi2QpiOHv4OzsUEe6nJK9gpZ7RP { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #TeeIN3d5WyHCSJHZXin96PWAHKewded9 { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uHI7f74WAkp2DblPhcpCUo8rnzuBtpWw { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #NOIRLQs5p19RsAxZL8xB80Fnn69OFQK7 { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #duqM9LGKeMcUCmKDItg7xJWQ2F55tkxz { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #wrH5m3zekOaRoQvTLRTkewFk5pckm1B7 { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #UDcgStTbXEfepm18eVgrmlfPAqTrANQQ { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #nx939VDskdQe4g3sfFaCS3z6OgirG9Lb { position:relative;display:block; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #NnfOHF6NhiVSi3TUJtBW6oKeaDxDwvsG { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #IkAqM8LMf51BS9DT9ZHg1k5soRz4vUge { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #mprzEsBZ6CpgMBAGgUU4vFUKUVqqyoDp { position:relative;z-index:2; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uOvLB9v882r7ofhPritUAxlz8teziGyI { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #SNha4JaOcipF2rS7g8SL9gibgbvWyLJF { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uihh0vNUTDDJ5gvEbfqZaBhDAT5tX78v { position:relative;z-index:2; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Xq7luZcgrR3yDQK8QdogzP6ckunFtJXN { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #sqOJ1xAMSGJg1G5cVlE4uWenJBzO5BPT { position:relative; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #yC6X37LSVP5wfShATgiIgwvuz716FN7D { position:relative; }
#HDN6zOp1vomV8wPwZtdwpviWuqSgt2ZV { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.875rem;left:10rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P { position:relative;display:block; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P { background-color: transparent; background-image: none; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .row .container > .video-iframe-container { display: none; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .row > .video-iframe-container { display: none; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .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); }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P { border-width: 0; border-radius: 0; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .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; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .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:26.9375rem;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; }#ubgJS4EQ5H7LQwVXDPf4MURyGqbfcD8F { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.1015625rem;left:12.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCx9FnIThZxUmH5a7S8NM6nv4CTDCMAD { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.25rem;left:9.0625rem;display:block; }
#leBSFJ3u08xuZ48WTQk2TA9h1K3HdLws { color:rgba(var(--color-tertiary-2),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:11.625rem;left:8.4375rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oq7AQM4eqMTanJQhcRfg7T8b3kTCNENh { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5rem;left:2.4375rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#easP9nXBZwN9Los8D2MwB1pWLZeHeTnL { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:26.9375rem;display:block; }
#puZGNLGcr3PoFPghnaTxGL2dkIaapff8 { color:rgba(var(--color-tertiary-2),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:11.634094238281rem;left:26.28125rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFH41uW81990DpG9cLrkRgOVKF7cvCA8 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.3125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drVwy588bOT0eaOb5WWEbZCN662PnRTT { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:44.8125rem;display:block; }
#giqMTtoAnkZ8xNGHL4iQQvTdnwhnKuXE { color:rgba(var(--color-tertiary-2),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:11.6875rem;left:44.1875rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guOTm17TwNBGpKd3lnQwXZHoJp1LGMlN { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5625rem;left:38.1875rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9tVfMvTWMtV56dE10ZkcLDzaLKPqaN5 { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:62.75rem;display:block; }
#cgtS2rTzG58WVX5q9x1LOXIhX7HPT8Ib { color:rgba(var(--color-tertiary-2),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:11.6875rem;left:62.125rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXuiPgftTnX4AeoPLHvdm9tUp3OgQ6Jk { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.5625rem;left:56.125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfPgIizlqK5424uTt76L7En9EcKeA2WP { 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; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { background-color: transparent; background-image: none; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container > .video-iframe-container { display: none; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row > .video-iframe-container { display: none; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .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); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { border-width: 0; border-radius: 0; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#ietq5MLOdQFZxT8UgoeiTCNlUObrvrB8 { color:rgba(255,255,255,0.65);display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:;font-style:normal;display:block; }
#wVfgmsT6zpFGNcPvfXtEIJ6JlkpOqJRo { 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:3.1875rem;width:14.0625rem;top:1.20703125rem;left:60.28776550293rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Q3clmXSXnCbfCZkvkxDOnfQhMM70qB { width:13.75rem;height:3.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4Vwl6MsduVaabETyaVnTNxxKeDih7p { width:5.6875rem;height:1.5625rem;top:2.375rem;left:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grF9gtGO6J2fM7UZPXxwiDP9lT5KdROw { width:8.4375rem;height:1.5625rem;top:2.3125rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp9xVTp71t2lElKvdDPxJ8q8k2TN5xbs { width:3.9375rem;height:1.5625rem;top:2.3125rem;left:41.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uelWNzCTAZw4BBttKk152GTKavD8KE { width:13.5rem;height:3.4375rem;top:1.375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHNUbubO8oT0VV59HfOpFHxXQaAUGTZk { display:block; }
 }@media only screen and (max-width: 763px) { #oBUTHk6EKniVpXkxO8EAKZUOTO4SF54Z { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 { display:block; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTtO0I6TbbdzhqT7hql1ik78TSL0dUW4 { width:45.4375rem;height:12.3125rem;top:7.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw20DX7cafQO0L0WVBOfppDIt75zVf4T { width:43.3125rem;height:7.875rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgdgbqNJIuTxHwvA5TfPJRy7T0hkB8z8 { width:23.4375rem;height:3.4375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeWP9w1LvTq6lH4NOFWazlpp9PpiOTm { display:block; }
 }@media only screen and (max-width: 763px) { #ael1AL5lBPlF9JIwXLmfFJOC0WAZvd7I { width:26rem;height:3.4375rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd7mvSNUTZFPkL7XLZTZAkwfepdgrhc5 { display:block; }
 }@media only screen and (max-width: 763px) { #eWg9IPOTbfhJGOKPRAJJWMfEhzCwqcLM { width:47.75rem;height:0.0625rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKCMVc5hvtNaTK77BHDLem67l7EaXto2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt0htxwDf23cTK7uWnsVdgRn6kduDZtx { width:18.6875rem;height:;top:9.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmDUeVbMlk9TD0vkLtlazCEb0wcDTPH6 { width:28.8125rem;height:39.125rem;top:2.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfV9NHXrWfoQeLHNZhPomqsydClfhaQR { display:block; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzHN9EZl82TyJWTOppA9K3DiIFcAu2M2 { width:2.5rem;height:2.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzRyxpxWMaEgtCg6H977n2cAWvAg92gR { width:20.1875rem;height:3.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmaZZx7TWscQx3VG4aQ5J32BC0OzvrRJ { display:block; }
 }@media only screen and (max-width: 763px) { #cvnFXoUzA7KAL4fdfSkfOOv4bE5wqrs8 { width:20.9375rem;height:3.4375rem;top:2.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOQT92EdEddME6IMFzUvMF9QxRIA30gW { display:block; }
 }@media only screen and (max-width: 763px) { #xqBGkwO55F1EUQOUSpz2TTfAAWw0uQSZ { width:2.5rem;height:2.5rem;top:2.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBGSkpKEVwzJtE3aaSknulGAkqJclTId { width:16.8125rem;height:3.4375rem;top:2.125rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb0OBB1b58xWwerqpgHhhWtnatTD6aag { display:block; }
 }@media only screen and (max-width: 763px) { #w7n1FTd4H6Mx1g7TI1d6UOJJqsxlTIHg { width:2.5rem;height:2.5rem;top:2.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW { display:block; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8dJqECX0p6nWDP1n8RvXqWURihK1ivn { width:2.5rem;height:2.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2kbmtgGeAXFNoEEBXetGQehCmkr7VM4 { width:20.1875rem;height:3.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AocpKeHuN4laNdxEcV4O7y818trIspzp { display:block; }
 }@media only screen and (max-width: 763px) { #FIaKZW7V1Dn4Knt4BEuTRclchFVs7hvu { width:18.9375rem;height:3.4375rem;top:0.5625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0kCdGozhaGaBCG3KmnsH8pzUtNX6yey { display:block; }
 }@media only screen and (max-width: 763px) { #x97gZ1uidH74JDfwUGCxeb8rn93uHO3x { width:2.5rem;height:2.5rem;top:1rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M { display:block; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n31ymWa7Af8iASi8x27WAa0AriB9dWUJ { width:47.75rem;height:5.125rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm0VHdsHH1b4ouFFHBQ3EuQFXE87F8ZB { width:47.75rem;height:5.0625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2OGCgT9EnuPHKZOdNS7ougs9aa8z4h8 { width:47.75rem;height:4.6875rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKQCzB9cMBeW7JaJO0cLSpFRpF7HWWyT { width:47.75rem;height:1.5625rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLCVXzuluUUrqVtxeH10fR0Cte4HvXp { width:1.6875rem;height:1.6875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Burzeqo06qxVkSsFn06EmfWo7akczRqm { width:47.75rem;height:4.6875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK08rX68nRQzpinFbFaDRTGNcJeTbfnR { width:1.6875rem;height:1.6875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNyk7QnA8d64sHqc7phBGZgTTyQMTKsX { width:47.75rem;height:;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns1WWRh9XkzKPtCn6K4z7yby7Mk3STey { width:47.75rem;height:4.6875rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOLbmU6fa1QITxNTNbObGPpUVw2ZxQT { width:1.6875rem;height:1.6875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClJaIdTyehMhO0ePgyITu5KT30O9tF4r { width:47.75rem;height:;top:32.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1seq5TzHm23sSXn0F8ugOKI0DwFrvCi { width:47.75rem;height:4.6875rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4EcWX44srEBXMTnMhT9xnnJwaMkgMMa { width:1.6875rem;height:1.6875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crI5eO8tga9IiaQPlMz7hXKbLVCRPy3n { width:47.75rem;height:;top:38.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRA5HRTSiUZ0TTcfnqTUGnbAgVkMpwMe { width:47.75rem;height:6.0625rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k61lZrTACfeQra2p0fRc86nsETHvTA9s { width:47.75rem;height:3.1875rem;top:44.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRk1aup5mKOI8OmgGtTSCDW5yegeSZvo { width:1.6875rem;height:1.6875rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5KTewDxrieAMwIiLrGJAwUAmbZJ1nkm { width:18.9375rem;height:;top:2.625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu { display:block; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW { display:block; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AilpedBRd17T0iTwdqbkRUSBsWAAaRtq { width:47.75rem;height:5.125rem;top:5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SInMaLfnPNt8BhTTvbMXHItfnS9RrIQZ { width:31.5rem;height:9.5rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxMUV5CnlH3O3iQSH0kbSXnquWdyTnKb { width:31.5rem;height:7.875rem;top:14.4375rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEpG6haNyzeMMXBoZKEO0KpS0hN7bwFM { width:20rem;height:;top:1.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1E1JNUETnp22qyc2KzRP731AuLVrFGb { display:block; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl89HrLAbdZahC7Z8rf6Bn4H74lXT3XE { width:43.9375rem;height:7.75rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBq1yybRfMUTzAIpxfpLgut6yrHu6Jlz { width:41.5rem;height:12.625rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhehpve3vP9xdaaKiMe02NEJiMRAaPeN { width:31.4375rem;height:23.5rem;top:6.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHSBxTvoWsg0ZWpuJrOvBwlM0cfyZJE1 { width:19.5rem;height:;top:2.875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu { display:block; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQETq2PeqsadqhmIhL6GCxFILsyigpLl { display:block; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZmTFav0TiJFuua3sVub804a7aTksWI7 { width:47.75rem;height:6rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUhqVyf1ue91vVSo9WredDxXVqS5rdWi { width:5.1875rem;height:0.25rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpoe2gq72P3IuGnOtJPPkq9rTyropqub { width:47.75rem;height:;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQQxsFCS2iiFrw7e8eV6F2yWpfaXfGZX { width:19.4375rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIalNPsu0uiIIMg6meOgwhr22SGePlrk { display:block; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ8OV46BHDmU2kfGHhgsDIIxaR93ntyM { width:3.6875rem;height:2.5625rem;top:4.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOJgNsNcIvbTznuNvssCX2XHtqLVAVV { width:23.9375rem;height:;top:7.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rItaIpkNyTsKtU5DyrFQOO6A4GOkBAbp { width:21.9375rem;height:;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpecBO9uvKMF7GlcZifRcVWe7APxDtd5 { width:23.9375rem;height:;top:7.375rem;left:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTyKb8bkXvJ3UTtm1WL1cH4QrEeyTzw { width:21.9375rem;height:;top:9.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvRHtMXgiFNcEdnJFUkDyaQbtw7G4wy5 { width:3.6875rem;height:;top:4.125rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4tHz2Tpq1BL8OHas33KQ3kItxvs8TPn { width:23.5rem;height:1.5rem;top:7.3125rem;left:23.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGyTLqXahUJzlylEBL8WyLWv5OJIf6Ml { width:21.9375rem;height:;top:9.375rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yidvQO8FPLQ3Flooc1SbkxQgh6Ea30K8 { width:3.6875rem;height:;top:4.125rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGFkpvfTIQPQd172CGOVEtMfQ8kL672x { width:20rem;height:;top:30.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf { display:block; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXvxGTstT9MRcwCVEMk1KXI8AKBiLFyl { width:3.6875rem;height:;top:4.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIxxUCD17Tu51sO7V2gba2BPhfqh9nRQ { width:23.9375rem;height:;top:7.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TTXBZX9CNuvTu2WZNG5mkOwJKiw0Ws { width:21.9375rem;height:;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3B5ha83cFo7uchPoghXWsmQZXdMPZ8 { width:23.9375rem;height:;top:7.375rem;left:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mblqB26gXQDiCakT035h5pIsP6fvrz0I { width:21.9375rem;height:;top:9.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOZRa8Cht9qrS7TFvXVTcRFyT8WTN0D { width:3.6875rem;height:;top:4.125rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QacJdKLHZTNwEUpltexPdFn6DLPgC8Go { width:23.5rem;height:;top:7.3125rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfodtaiD1twciL6e1Omqf9vm0UJuL5Zx { width:21.9375rem;height:;top:9.375rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCv8NmNbXaLeBEGRckgJEx5wA6TkTRRr { width:3.6875rem;height:;top:4.125rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z757mhdzrXDHEUvt9Ub3W9c9Q3LASRTi { width:20rem;height:;top:30.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { display:block; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hymEiZK7l4Tpmidq54VbzcxsECUy4evx { display:block; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUGAIiiKfQD65SZVXIp9vmzGq7cmNT9u { width:47.75rem;height:;top:5.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpcL67gst34e0mSl3NsvL4ArfywcnVRO { width:20rem;height:;top:4.5rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq { display:block; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbZZ78yOyZSaDA0719k78ZhfkZXn6W81 { width:3.4375rem;height:3.4375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNBIMH8Hg96lDdGixREoycxt3ihdRCU { width:3.4375rem;height:3.4375rem;top:4rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkx0qcCfL09OFtO1gOd80b9EpoJ3wMW6 { width:3.4375rem;height:3.4375rem;top:4rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiamVfa2ZTvkahCvdO6DmMTKNyCH9TFv { width:3.4375rem;height:3.4375rem;top:4rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTnvT4BehuDezHXOUGwD6zBvufh1Rdh { width:17.8125rem;height:3rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGSnVPvMvC7h7yoJopnXJZ41ZosLp7Tz { width:16.6875rem;height:4.5rem;top:8.9375rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvcqt3ilGEDnCI4McMdkXtnI0znJA9U { width:20.6875rem;height:3rem;top:8.9375rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7Kt5t1bPnq1rFlnIoEzpV5lpSQIZT6 { width:15rem;height:3rem;top:8.4375rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2hVuodsHgrvUsgJ34umX9MHB3T8ll8H { width:17.4375rem;height:;top:9rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gdgl1X47Md1yh5iIRxPSaiaicEz1ZxD9 { width:2.3125rem;height:2.3125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzGHbPOCr22DikFk0ynQlqe0FpoZkxnO { width:2.3125rem;height:2.3125rem;top:4.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ9bGqcoAkDTtlvODTMruA7C4Gl1o6aK { width:2.3125rem;height:2.3125rem;top:4.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2MLlRgeaebfRd1gIoJb5c1vWZPvTBq { width:2.3125rem;height:2.3125rem;top:4.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy2c6GEslzFC1ie86vUI1U71frf202Eg { display:block; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXikgrRUvtHHFDqdwT9hq15dGd5mPWUE { width:17.8125rem;height:;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9etXyDN29CXIcG2FRV206ahZEzaiNoo { width:16.6875rem;height:;top:5.8125rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gasZTJn49DdqEBpIDJuPB1TvoHrKVkLg { width:17.6875rem;height:4.5rem;top:5.8125rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI0qO4V9NNOUkFzv25Zq7HRdTcCdiFom { width:15rem;height:;top:5.3125rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz303Vi4cnaqB17gSbwPxPeMf9EONLQw { width:17.4375rem;height:;top:9rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5nz45EX53hbO4Mm9GfJcq9pSF54IfHh { width:2.3125rem;height:2.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaSizsnlpfIGcM4DCmCnaGkbqAAiuOvi { width:2.3125rem;height:2.3125rem;top:1.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZk1ChzzmA3ATSnxyGDNTbiiRmBMg3h { width:2.3125rem;height:2.3125rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJqtiCsQuBp3nXr4IpTy1MqB56TIUhr { width:2.3125rem;height:2.3125rem;top:1.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts5lG3FnxA6cI9pESc28TKmPHJTqFwFB { width:3.4375rem;height:3.4375rem;top:0.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwonp8X3rq5U5AQThm77HTDlt2vUonpB { width:3.4375rem;height:3.4375rem;top:0.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRrvZK6d9CWTOltER6xnMBSeMuZiFeM { width:3.4375rem;height:3.4375rem;top:0.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8T476u3oq2ZgrWBK34L1WortKsmB1xv { width:3.4375rem;height:3.4375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWZ3T0tEzLz1ySItk1FITAHd1z7VVWE4 { width:19.5rem;height:;top:27.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKxGH6noS8dNr1FJtVfM7pUHv8m0bgb4 { width:16.4375rem;height:;top:36.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ { display:block; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkx5AqNHbN0hMOSU6fa3fgtU9l5iSCCe { width:45.1875rem;height:6rem;top:7.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBNZUXwpdzRKRfwldUitWavtK1JVA3EA { width:38.0625rem;height:14.25rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ET1TqicCpkh8dro9goTqpFgZ9Q9Ip8 { width:34.4375rem;height:22.75rem;top:8.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq { display:block; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1T4HKHhOc0ZRD52XaKRe6hnQCCirTa5 { width:47.75rem;height:3.125rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTtpMtF5OEQAZzxCwTqlqcwoTu9e2G10 { width:46.6875rem;height:5.125rem;top:5rem;left:0.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUtz6wDwWvomiqkrAOftcs62OZui43ry { width:20rem;height:;top:3.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRhGGx8S41atSVEFGyQea3k069TAnWvF { width:20rem;height:;top:13.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #arpLpRQCrZOf0Aprbuvue2PIE57JQNcC { display:block; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1LMut8AxpPZu6E0i5EsBRyTR7RuS9ps { width:22.0625rem;height:5.9375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWS9fwkEtc8OgveuCfnb2PBC6wgbUZiW { width:2.25rem;height:2.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4wHFpK9R2CTAxRmTSe7OPTduSNuOsC { width:16rem;height:3.125rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIXVUiskbVF8gFXKeHJqe2NdZPr9H4XK { width:22.0625rem;height:5.9375rem;top:1.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfEe3A4emeng169gq1Oe9sdpE13C4ha { width:16rem;height:1.5625rem;top:3.9375rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TSa9miWbt5TXHTabJtTVF75tqPTX82 { width:2.25rem;height:2.25rem;top:3.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNQ3UU7PVK2TlXTft7XdVQWursscMDwi { width:22.0625rem;height:5.9375rem;top:1.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNJnNnPMIT6M1kK1qIpmWTiHq7EmGKF { width:16rem;height:;top:3.9375rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7vzHzk8Bn1HsqhaUnpstoIdTFnWs0H { width:2.25rem;height:2.25rem;top:3.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 { display:block; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ny0KuVFqbzr3eIUlo96tT8b1cK0e78tQ { width:22.0625rem;height:5.9375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TII6a0nVcWvLlVCIr32Tl7uOSt3opRpD { width:2.25rem;height:2.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0m0hvgWnJ3zsFL8tgvylq6L5aOxNNA { width:16rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ZkZuswlZXdA4DfBkZSMWLwJi0a0WLw { width:22.0625rem;height:5.9375rem;top:1.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVXc0eoMkKsiHN5grJbdKHS5sPPCKUc0 { width:16.5625rem;height:3.125rem;top:3.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnO8sPKQAsTGiMhBrAyzhyHh6uITurxo { width:2.6875rem;height:2.6875rem;top:3.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z { display:block; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 { display:block; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ { display:block; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwWQcUanvc2mrN8RL5wmSUprs2OgtX1I { width:44.5625rem;height:6rem;top:11.6875rem;left:1.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqzaSaxvdfG0gQ1ZFlmKB49IBkmgzmQA { width:47.75rem;height:29.5rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do7rDW42JkBXclIop49ZlyXDhU2f9xpu { width:47.75rem;height:9.5rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7qCmNiHDaLMu7XdLslheHaKWdPywREy { width:3.4375rem;height:3.4375rem;top:6.25rem;left:22.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUldzAdtiGnINhXQAKtnoOyyLNeXg7E4 { width:18rem;height:;top:22rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qutCgRVMGcg82RxifHasaVXvvX7mEgFg { display:block; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI62i91ED2SBRTNFEaowI4E7sw8d7nmJ { width:47.75rem;height:3rem;top:6.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJdBA09Tny9hTfvChGK4TTfKnkPiia2 { width:47.75rem;height:3.125rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5m89WDXgzgyP46GiFMqDFN4O3K0XizV { display:block; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE1JyMnRVa7nklORMUzT7bbgecL02EsU { width:17.0625rem;height:17.0625rem;top:0.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHwwvsunJclwLhCEb0u348hcMRaJhRGU { width:17rem;height:17rem;top:0.8125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOkJt7qEaBZSdHTdS0fPcWBMNZTP0fz { width:17.0625rem;height:17.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSA1heOAGOPeZ6O7PE9TBd9uJUx62Aei { width:17.0625rem;height:17.0625rem;top:0.8125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgCoEqTiWLlC715M8LTqg0wI0pFb74pT { display:block; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc { display:block; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGDPfypaTdrKV2ZuT0hIWbxsT51Pl58O { width:47.75rem;height:2.5625rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHC7odEhnnt1TU6S8nIcHdOmJ6NtTmbm { width:5.1875rem;height:0.25rem;top:17.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 { display:flex;height:auto;width:27.8125rem;top:6.5rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #HggV14VTM3GOIv28QRKBs2bCqqQRdLWA {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #oMxWDRvQX9E6CGr3WfuVTtLlpNUMHntm {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #GpuUTPAS5Pn4T4Obia0Lha5C3w4cpwDX {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wDFn3rJ6cKTrEX3PELOE6eVIOwy0cABR {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #VUVH6piqLkxvCsAGdxofzH6zT9xawsoN {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wKgm1TXRegQUHEpzidmFLRba95nhvdfU {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #RsMcOz5m4qhtTUVWMtCk7VHtkipzEqXR {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wtTnKPwWQ4ECmpxeXiAGzInoArb3okLJ {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #Rtzra1xfdDTa6JMSwlLI1t3i9bqfr408 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #enloikcsqLuGO2N3se1sz2lSfeHSTMh7 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #n2h9OeTVpLaTLMTZ9uy5q4LJF6nkXX4X {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #UXrFFRzytCP0S5yohalehnzC0PoVlOsG {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #U0lX9xHD4HMK1ahRyOZR3Wcr2ymIz58P {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #p307QU0nIP2khku5891aZafzHgAPXZlc {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #q3TpBdT8dzBETWC1Jq8I6x4m8JsKynW1 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #GTlsyc3TATuawcuyTudlk6ZeOE0XT9Bq {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ln56ysBJ7JEaMsZiLgngql1L97IWT4dg {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #I6DH4UDq7L0o6ykD3Jii5gkfLA8tZDOE {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #cHxwHUBfRlwBlMDQJPIZOMn3Om4Q9xwO {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #BQy2S1PRE165ubxuTnO0SsLWqo1zxTly {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #nqH6vTdS42ZIrdKxChVNx4xG3MO1CErE {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #whAIQsZTNgOMX02qaFHd1D8aDOMzS5DX {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #mFIIgs4FL9X5CXTX1hJdKwW3Lbt0WEIJ {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ingLyoicRm6875GANxGrRxpSE95au6QL {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #dP4ifs3vtMN922IGkLqyeCJDA4sRAl8b {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ZP1xGyTkL39FBlo5qqHptaID0beXKzwT {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #Dcc8rLsMT8lszlWuV9vFRG7k6LScPRz7 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #RQ3I5SpAttTt1KpDSyBWHTKRwHF0Dk6S {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #NCzJeKa7TDbIITgHmqbXm3u9cGvFxdtl {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #PyAsemoFooUzgvwqlWW4MWK9XNqtknFk {  }
 }@media only screen and (max-width: 763px) { #pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx { display:block; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsxKQziFFSNl3oOlBvPoCiWNDRyNeTI6 { width:47.75rem;height:;top:7.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpREvTAeCIR1MB0bSRI7WBpW9mIxZU3Z { width:47.75rem;height:3.125rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-regular-label { width:37.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-text { width:37.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-textarea { width:37.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-select { width:37.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-button { width:37.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-checkbox-label { width:36.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0  { width:37.8125rem;height:auto;top:20.625rem;left:3.71875rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .radio-container { width:37.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 {display:block;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 { width:37.8125rem;height:auto;top:20.625rem;left:3.71875rem; }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #DL7TNtbyZTnigVKCTmm5H6ryfhz3NBHQ {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #f1EkgOOwTS4NZep6uZkMcGqGzMF62Pwl {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #eJMROKJxGFMUMng7GXQI2xI4TwxmmH1E {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #UP63Oeue0wFfnLes1SOIKM47IOpi8elz {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #WgeD3l68QVz4EVLHnVguLcvV77hszwUN {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Blh2hKZ53rTvCPngipViBgrA6sgbixxb {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #sr3vaS7HAaRWzGB27XsgRvHH7eFNprRG {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #c9plnwKFFeOs13UWvls5J90171dT68Jc {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #alpZUTP85LQkpRluSzgqgTQqKiob1DP9 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #rRpiEL5Ib0uw6ZEnBbS3yCkLoR3A3JlM {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Oh6QeXyCl1x56Qh7cTdpSqHI6soAZkCI {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #R6TpvC5TZwbzJ63QLABlim2qfmhN0gAB {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #PBesLV9rqTACzwMH30rtXaP0MFuXdFTh {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #B5sF1bJAhTb4sPPi3Fli1OmSDsBNWfpF {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #i5TXQATBkT8SmpP3cdA73FEaCtUslVke {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #knIUhpeTxKzcTOfqyBJTdJmWkudQQSdo {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #DOMZggCJ7GCHoPlwhpfGFpOA6neaHvPe {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #iObJlpElukRJ1ErBiDhM36TpH4s2Hglo {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #pleA1Hi2QpiOHv4OzsUEe6nJK9gpZ7RP {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #TeeIN3d5WyHCSJHZXin96PWAHKewded9 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uHI7f74WAkp2DblPhcpCUo8rnzuBtpWw {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #NOIRLQs5p19RsAxZL8xB80Fnn69OFQK7 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #duqM9LGKeMcUCmKDItg7xJWQ2F55tkxz {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #wrH5m3zekOaRoQvTLRTkewFk5pckm1B7 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #UDcgStTbXEfepm18eVgrmlfPAqTrANQQ {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #nx939VDskdQe4g3sfFaCS3z6OgirG9Lb {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #NnfOHF6NhiVSi3TUJtBW6oKeaDxDwvsG {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #IkAqM8LMf51BS9DT9ZHg1k5soRz4vUge {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #mprzEsBZ6CpgMBAGgUU4vFUKUVqqyoDp {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uOvLB9v882r7ofhPritUAxlz8teziGyI {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #SNha4JaOcipF2rS7g8SL9gibgbvWyLJF {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uihh0vNUTDDJ5gvEbfqZaBhDAT5tX78v {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Xq7luZcgrR3yDQK8QdogzP6ckunFtJXN {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #sqOJ1xAMSGJg1G5cVlE4uWenJBzO5BPT {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #yC6X37LSVP5wfShATgiIgwvuz716FN7D {  }
 }@media only screen and (max-width: 763px) { #HDN6zOp1vomV8wPwZtdwpviWuqSgt2ZV { width:19.1875rem;height:;top:12.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P { display:block; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubgJS4EQ5H7LQwVXDPf4MURyGqbfcD8F { width:47.75rem;height:3rem;top:5.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCx9FnIThZxUmH5a7S8NM6nv4CTDCMAD { width:4.6875rem;height:4.6875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leBSFJ3u08xuZ48WTQk2TA9h1K3HdLws { width:6rem;height:1.8125rem;top:11.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7AQM4eqMTanJQhcRfg7T8b3kTCNENh { width:17.9375rem;height:3.125rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #easP9nXBZwN9Los8D2MwB1pWLZeHeTnL { width:4.6875rem;height:4.6875rem;top:10.3125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puZGNLGcr3PoFPghnaTxGL2dkIaapff8 { width:6rem;height:1.8125rem;top:11.625rem;left:12.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFH41uW81990DpG9cLrkRgOVKF7cvCA8 { width:17.9375rem;height:4.75rem;top:16.5625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drVwy588bOT0eaOb5WWEbZCN662PnRTT { width:4.6875rem;height:4.6875rem;top:10.3125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqMTtoAnkZ8xNGHL4iQQvTdnwhnKuXE { width:6rem;height:;top:11.6875rem;left:30.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guOTm17TwNBGpKd3lnQwXZHoJp1LGMlN { width:17.9375rem;height:4.75rem;top:16.5625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9tVfMvTWMtV56dE10ZkcLDzaLKPqaN5 { width:4.6875rem;height:4.6875rem;top:10.3125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgtS2rTzG58WVX5q9x1LOXIhX7HPT8Ib { width:6rem;height:1.8125rem;top:11.6875rem;left:41.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXuiPgftTnX4AeoPLHvdm9tUp3OgQ6Jk { width:17.9375rem;height:1.5625rem;top:16.5625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfPgIizlqK5424uTt76L7En9EcKeA2WP { display:block; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietq5MLOdQFZxT8UgoeiTCNlUObrvrB8 { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfgmsT6zpFGNcPvfXtEIJ6JlkpOqJRo { width:14.0625rem;height:3.1875rem;top:1.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Q3clmXSXnCbfCZkvkxDOnfQhMM70qB { width:9.75rem;height:2.375rem;top:1.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4Vwl6MsduVaabETyaVnTNxxKeDih7p { width:5.6875rem;height:1.583333375rem;top:7.6041669845581rem;left:7.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grF9gtGO6J2fM7UZPXxwiDP9lT5KdROw { width:9.4375rem;height:1.583333375rem;top:10.625rem;left:5.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp9xVTp71t2lElKvdDPxJ8q8k2TN5xbs { width:3.9375rem;height:1.583333375rem;top:13.802083969116rem;left:8.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uelWNzCTAZw4BBttKk152GTKavD8KE { width:13.75rem;height:3.4375rem;top:17.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHNUbubO8oT0VV59HfOpFHxXQaAUGTZk { display:block; }
 }@media only screen and (max-width: 763px) { #oBUTHk6EKniVpXkxO8EAKZUOTO4SF54Z { display:flex;top:1.84375rem;left:16.0625rem;width:2.25rem;height:2.25rem;z-index:15007;opacity:1; }
 }@media only screen and (max-width: 763px) { #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 { display:block; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTtO0I6TbbdzhqT7hql1ik78TSL0dUW4 { width:20rem;height:9.166667rem;top:3.2708339691162rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw20DX7cafQO0L0WVBOfppDIt75zVf4T { width:18.6875rem;height:0;top:11.020833969116rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgdgbqNJIuTxHwvA5TfPJRy7T0hkB8z8 { width:18rem;height:3.4375rem;top:43.8125rem;left:1.0625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lSeWP9w1LvTq6lH4NOFWazlpp9PpiOTm { display:block; }
 }@media only screen and (max-width: 763px) { #ael1AL5lBPlF9JIwXLmfFJOC0WAZvd7I { width:19.895833375rem;height:3.395833375rem;top:48.1875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd7mvSNUTZFPkL7XLZTZAkwfepdgrhc5 { display:block; }
 }@media only screen and (max-width: 763px) { #eWg9IPOTbfhJGOKPRAJJWMfEhzCwqcLM { width:20rem;height:0.0625rem;top:52.546878814698rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKCMVc5hvtNaTK77BHDLem67l7EaXto2 { display:flex;top:1.1875rem;left:16.854167344116rem;width:1.5rem;height:1.5rem;z-index:15008;opacity:0; }
 }@media only screen and (max-width: 763px) { #zt0htxwDf23cTK7uWnsVdgRn6kduDZtx { width:18.6875rem;height:7.5rem;top:14.1015625rem;left:0rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OmDUeVbMlk9TD0vkLtlazCEb0wcDTPH6 { width:15.6875rem;height:21.3125rem;top:23.941408157349rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfV9NHXrWfoQeLHNZhPomqsydClfhaQR { display:block; }#SfV9NHXrWfoQeLHNZhPomqsydClfhaQR > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzHN9EZl82TyJWTOppA9K3DiIFcAu2M2 { display:flex;width:2.5rem;height:2.5rem;top:2.1875076293945rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #DzRyxpxWMaEgtCg6H977n2cAWvAg92gR { width:19rem;height:3.4375rem;top:4.5625rem;left:0.5rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #GmaZZx7TWscQx3VG4aQ5J32BC0OzvrRJ { display:block; }
 }@media only screen and (max-width: 763px) { #cvnFXoUzA7KAL4fdfSkfOOv4bE5wqrs8 { width:19rem;height:3.4375rem;top:11.25rem;left:0.5rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XOQT92EdEddME6IMFzUvMF9QxRIA30gW { display:block; }
 }@media only screen and (max-width: 763px) { #xqBGkwO55F1EUQOUSpz2TTfAAWw0uQSZ { display:flex;width:2.5rem;height:2.5rem;top:8.75rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PBGSkpKEVwzJtE3aaSknulGAkqJclTId { width:16.8125rem;height:3.4375rem;top:18.375rem;left:1.59375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qb0OBB1b58xWwerqpgHhhWtnatTD6aag { display:block; }
 }@media only screen and (max-width: 763px) { #w7n1FTd4H6Mx1g7TI1d6UOJJqsxlTIHg { display:flex;width:2.5rem;height:2.5rem;top:15.875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW { display:block; }#fsmDOfbNcS6lRTIiRtp7Ts3giCy477KW > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8dJqECX0p6nWDP1n8RvXqWURihK1ivn { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #K2kbmtgGeAXFNoEEBXetGQehCmkr7VM4 { width:19rem;height:3.4375rem;top:3.375rem;left:0.5rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AocpKeHuN4laNdxEcV4O7y818trIspzp { display:block; }
 }@media only screen and (max-width: 763px) { #FIaKZW7V1Dn4Knt4BEuTRclchFVs7hvu { width:18.9375rem;height:3.4375rem;top:9.25rem;left:0.5625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #N0kCdGozhaGaBCG3KmnsH8pzUtNX6yey { display:block; }
 }@media only screen and (max-width: 763px) { #x97gZ1uidH74JDfwUGCxeb8rn93uHO3x { display:flex;width:2.5rem;height:2.5rem;top:6.75rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M { display:block; }#BZeKJkNaSJQQKbs7QWOxbUvKZXDx202M > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n31ymWa7Af8iASi8x27WAa0AriB9dWUJ { width:18.9375rem;height:0;top:1.9375rem;left:0.53125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cm0VHdsHH1b4ouFFHBQ3EuQFXE87F8ZB { width:20rem;height:auto;top:13.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2OGCgT9EnuPHKZOdNS7ougs9aa8z4h8 { width:20rem;height:9.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKQCzB9cMBeW7JaJO0cLSpFRpF7HWWyT { width:18.1875rem;height:3.75rem;top:21.812507629394rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsLCVXzuluUUrqVtxeH10fR0Cte4HvXp { display:flex;width:1.6875rem;height:1.6875rem;top:18.750007629394rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #Burzeqo06qxVkSsFn06EmfWo7akczRqm { width:20rem;height:9rem;top:28.125007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK08rX68nRQzpinFbFaDRTGNcJeTbfnR { display:flex;width:1.6875rem;height:1.6875rem;top:29.562507629394rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #hNyk7QnA8d64sHqc7phBGZgTTyQMTKsX { width:18.1875rem;height:2.5rem;top:32.718757629394rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ns1WWRh9XkzKPtCn6K4z7yby7Mk3STey { width:20rem;height:8.9375rem;top:38.281257629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOLbmU6fa1QITxNTNbObGPpUVw2ZxQT { display:flex;width:1.6875rem;height:1.6875rem;top:39.895835876465rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #ClJaIdTyehMhO0ePgyITu5KT30O9tF4r { width:18.5rem;height:2.5rem;top:42.812507629394rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1seq5TzHm23sSXn0F8ugOKI0DwFrvCi { width:20rem;height:8.9375rem;top:48.479164123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4EcWX44srEBXMTnMhT9xnnJwaMkgMMa { display:flex;width:1.6875rem;height:1.6875rem;top:49.895835876465rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #crI5eO8tga9IiaQPlMz7hXKbLVCRPy3n { width:18.8125rem;height:3.75rem;top:51.979164123535rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRA5HRTSiUZ0TTcfnqTUGnbAgVkMpwMe { width:20rem;height:11.1875rem;top:58.968757629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k61lZrTACfeQra2p0fRc86nsETHvTA9s { width:18.5rem;height:5rem;top:63.447914123538rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRk1aup5mKOI8OmgGtTSCDW5yegeSZvo { display:flex;width:1.6875rem;height:1.6875rem;top:60.520835876465rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #k5KTewDxrieAMwIiLrGJAwUAmbZJ1nkm { width:18.9375rem;height:11rem;top:3.4557266235351rem;left:0.53125rem;font-size:1.5625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu { display:block; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW { display:block; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AilpedBRd17T0iTwdqbkRUSBsWAAaRtq { width:20rem;height:0;top:1.6875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SInMaLfnPNt8BhTTvbMXHItfnS9RrIQZ { width:18.9375rem;height:10rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxMUV5CnlH3O3iQSH0kbSXnquWdyTnKb { width:20rem;height:6.25rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEpG6haNyzeMMXBoZKEO0KpS0hN7bwFM { width:20rem;height:11rem;top:3.1875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #J1E1JNUETnp22qyc2KzRP731AuLVrFGb { display:block; }#J1E1JNUETnp22qyc2KzRP731AuLVrFGb > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl89HrLAbdZahC7Z8rf6Bn4H74lXT3XE { width:19.5rem;height:0;top:2.2903594970703rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBq1yybRfMUTzAIpxfpLgut6yrHu6Jlz { width:19.0625rem;height:15rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhehpve3vP9xdaaKiMe02NEJiMRAaPeN { width:20rem;height:14.94921875rem;top:29.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHSBxTvoWsg0ZWpuJrOvBwlM0cfyZJE1 { width:19.5rem;height:7.3333335rem;top:3.1015625rem;left:0rem;font-size:1.5625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu { display:block; }#cvIe72JqCMWVq6C8C3XVJ3m6Gcam1Pvu > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQETq2PeqsadqhmIhL6GCxFILsyigpLl { display:block; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZmTFav0TiJFuua3sVub804a7aTksWI7 { width:19.4375rem;height:0;top:2.3111877441406rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UUhqVyf1ue91vVSo9WredDxXVqS5rdWi { width:5.1875rem;height:0.1875rem;top:9.6419372558594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpoe2gq72P3IuGnOtJPPkq9rTyropqub { width:18.4375rem;height:5rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQQxsFCS2iiFrw7e8eV6F2yWpfaXfGZX { width:19.4375rem;height:7.3333335rem;top:2.3111877441406rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #wIalNPsu0uiIIMg6meOgwhr22SGePlrk { display:block; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ8OV46BHDmU2kfGHhgsDIIxaR93ntyM { width:3.6875rem;height:2.33333325rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOJgNsNcIvbTznuNvssCX2XHtqLVAVV { width:20rem;height:1.416666625rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rItaIpkNyTsKtU5DyrFQOO6A4GOkBAbp { width:20rem;height:2.5rem;top:5.7916564941406rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpecBO9uvKMF7GlcZifRcVWe7APxDtd5 { width:18.6875rem;height:1.416666625rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTyKb8bkXvJ3UTtm1WL1cH4QrEeyTzw { width:19rem;height:3.75rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvRHtMXgiFNcEdnJFUkDyaQbtw7G4wy5 { width:3.6875rem;height:2.33333325rem;top:9.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4tHz2Tpq1BL8OHas33KQ3kItxvs8TPn { width:20rem;height:0;top:30.079427rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGyTLqXahUJzlylEBL8WyLWv5OJIf6Ml { width:20rem;height:6.25rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yidvQO8FPLQ3Flooc1SbkxQgh6Ea30K8 { width:3.6875rem;height:2.33333325rem;top:20.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGFkpvfTIQPQd172CGOVEtMfQ8kL672x { width:20rem;height:2.83333325rem;top:23.5625rem;left:0rem;font-size:1.125rem;z-index:15020;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf { display:block; }#eCbAGPGocfEDOsoGco2WEU9rP7LWcfJf > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXvxGTstT9MRcwCVEMk1KXI8AKBiLFyl { width:3.6875rem;height:2.33333325rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIxxUCD17Tu51sO7V2gba2BPhfqh9nRQ { width:20rem;height:1.416666625rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TTXBZX9CNuvTu2WZNG5mkOwJKiw0Ws { width:20rem;height:5rem;top:5.5833435058594rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3B5ha83cFo7uchPoghXWsmQZXdMPZ8 { width:18.6875rem;height:2.83333325rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mblqB26gXQDiCakT035h5pIsP6fvrz0I { width:19rem;height:3.75rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOZRa8Cht9qrS7TFvXVTcRFyT8WTN0D { width:3.6875rem;height:2.33333325rem;top:11.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QacJdKLHZTNwEUpltexPdFn6DLPgC8Go { width:20rem;height:0;top:30.079427rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfodtaiD1twciL6e1Omqf9vm0UJuL5Zx { width:20rem;height:3.75rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCv8NmNbXaLeBEGRckgJEx5wA6TkTRRr { width:3.6875rem;height:2.33333325rem;top:22.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z757mhdzrXDHEUvt9Ub3W9c9Q3LASRTi { width:20rem;height:2.83333325rem;top:25.9375rem;left:0rem;font-size:1.125rem;z-index:15020;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { display:block; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hymEiZK7l4Tpmidq54VbzcxsECUy4evx { display:block; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUGAIiiKfQD65SZVXIp9vmzGq7cmNT9u { width:20rem;height:4rem;top:2.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpcL67gst34e0mSl3NsvL4ArfywcnVRO { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:1.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq { display:block; }#AUU8uxlDDICtiRq8tTrLZSnwa48B9yuq > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbZZ78yOyZSaDA0719k78ZhfkZXn6W81 { width:3.4375rem;height:3.4375rem;top:1.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNBIMH8Hg96lDdGixREoycxt3ihdRCU { width:3.4375rem;height:3.4375rem;top:10.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkx0qcCfL09OFtO1gOd80b9EpoJ3wMW6 { width:3.4375rem;height:3.4375rem;top:20.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiamVfa2ZTvkahCvdO6DmMTKNyCH9TFv { width:3.4375rem;height:3.4375rem;top:30.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTnvT4BehuDezHXOUGwD6zBvufh1Rdh { width:19.1875rem;height:2.83333325rem;top:6.375rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGSnVPvMvC7h7yoJopnXJZ41ZosLp7Tz { width:16.6875rem;height:4.25rem;top:14.875rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTvcqt3ilGEDnCI4McMdkXtnI0znJA9U { width:18.9375rem;height:2.83333325rem;top:25.5rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ci7Kt5t1bPnq1rFlnIoEzpV5lpSQIZT6 { width:15rem;height:2.83333325rem;top:35.125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2hVuodsHgrvUsgJ34umX9MHB3T8ll8H { width:17.4375rem;height:0;top:10.018249511719rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Gdgl1X47Md1yh5iIRxPSaiaicEz1ZxD9 { display:flex;width:2.3125rem;height:2.3125rem;top:2.4375rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #QzGHbPOCr22DikFk0ynQlqe0FpoZkxnO { display:flex;width:2.3125rem;height:2.3125rem;top:10.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #VQ9bGqcoAkDTtlvODTMruA7C4Gl1o6aK { display:flex;width:2.3125rem;height:2.3125rem;top:21.375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #FT2MLlRgeaebfRd1gIoJb5c1vWZPvTBq { display:flex;width:2.3125rem;height:2.3125rem;top:30.9375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #Dy2c6GEslzFC1ie86vUI1U71frf202Eg { display:block; }#Dy2c6GEslzFC1ie86vUI1U71frf202Eg > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXikgrRUvtHHFDqdwT9hq15dGd5mPWUE { width:19.1875rem;height:4.25rem;top:6.5rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9etXyDN29CXIcG2FRV206ahZEzaiNoo { width:16.6875rem;height:1.5rem;top:16.9375rem;left:1.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gasZTJn49DdqEBpIDJuPB1TvoHrKVkLg { width:19.5rem;height:0;top:24.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QI0qO4V9NNOUkFzv25Zq7HRdTcCdiFom { width:16.4375rem;height:0;top:35.5625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rz303Vi4cnaqB17gSbwPxPeMf9EONLQw { width:17.4375rem;height:0;top:9.0390625rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #T5nz45EX53hbO4Mm9GfJcq9pSF54IfHh { display:flex;width:2.3125rem;height:2.3125rem;top:2.4791870117188rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #NaSizsnlpfIGcM4DCmCnaGkbqAAiuOvi { display:flex;width:2.3125rem;height:2.3125rem;top:12.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #SUZk1ChzzmA3ATSnxyGDNTbiiRmBMg3h { display:flex;width:2.3125rem;height:2.3125rem;top:20.5rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TiJqtiCsQuBp3nXr4IpTy1MqB56TIUhr { display:flex;width:2.3125rem;height:2.3125rem;top:31.4375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ts5lG3FnxA6cI9pESc28TKmPHJTqFwFB { width:3.4375rem;height:3.4375rem;top:19.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwonp8X3rq5U5AQThm77HTDlt2vUonpB { width:3.4375rem;height:3.4375rem;top:30.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRrvZK6d9CWTOltER6xnMBSeMuZiFeM { width:3.4375rem;height:3.4375rem;top:12.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8T476u3oq2ZgrWBK34L1WortKsmB1xv { width:3.4375rem;height:3.4375rem;top:1.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWZ3T0tEzLz1ySItk1FITAHd1z7VVWE4 { width:19.5rem;height:4.25rem;top:24.9375rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #WKxGH6noS8dNr1FJtVfM7pUHv8m0bgb4 { width:16.4375rem;height:4.25rem;top:35.977874755859rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ { display:block; }#TP7qAKpP4yMPnvtw3FHb1J00bcW2OAlJ > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkx5AqNHbN0hMOSU6fa3fgtU9l5iSCCe { width:20rem;height:7.3333335rem;top:3.1666564941406rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBNZUXwpdzRKRfwldUitWavtK1JVA3EA { width:20rem;height:15rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ET1TqicCpkh8dro9goTqpFgZ9Q9Ip8 { width:20rem;height:13.21223925rem;top:29.3125rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq { display:block; }#QIa2wvnLn75kqXFv0f9iuA1yFHhuVOLq > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1T4HKHhOc0ZRD52XaKRe6hnQCCirTa5 { width:20rem;height:0;top:10.750030517578rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTtpMtF5OEQAZzxCwTqlqcwoTu9e2G10 { width:20rem;height:0;top:3.0416564941406rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUtz6wDwWvomiqkrAOftcs62OZui43ry { width:20rem;height:;top:3.8528747558594rem;left:0rem;font-size:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #oRhGGx8S41atSVEFGyQea3k069TAnWvF { width:20rem;height:6.25rem;top:11.270843505859rem;left:0rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #arpLpRQCrZOf0Aprbuvue2PIE57JQNcC { display:block; }#arpLpRQCrZOf0Aprbuvue2PIE57JQNcC > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1LMut8AxpPZu6E0i5EsBRyTR7RuS9ps { width:20rem;height:5.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWS9fwkEtc8OgveuCfnb2PBC6wgbUZiW { display:flex;width:2.25rem;height:2.25rem;top:3.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #RL4wHFpK9R2CTAxRmTSe7OPTduSNuOsC { width:13.4375rem;height:2.5rem;top:2.96875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIXVUiskbVF8gFXKeHJqe2NdZPr9H4XK { width:20rem;height:5.9375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfEe3A4emeng169gq1Oe9sdpE13C4ha { width:14.25rem;height:1.25rem;top:10.78125rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TSa9miWbt5TXHTabJtTVF75tqPTX82 { display:flex;width:2.25rem;height:2.25rem;top:10.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #tNQ3UU7PVK2TlXTft7XdVQWursscMDwi { width:20rem;height:5.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNJnNnPMIT6M1kK1qIpmWTiHq7EmGKF { width:12.5rem;height:1.25rem;top:17.92578125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7vzHzk8Bn1HsqhaUnpstoIdTFnWs0H { display:flex;width:2.25rem;height:2.25rem;top:17.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 { display:block; }#qhbd34lpGJATfzKfEgUHTpiXXtERwTm3 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ny0KuVFqbzr3eIUlo96tT8b1cK0e78tQ { width:20rem;height:5.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TII6a0nVcWvLlVCIr32Tl7uOSt3opRpD { display:flex;width:2.25rem;height:2.25rem;top:3.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Gn0m0hvgWnJ3zsFL8tgvylq6L5aOxNNA { width:14.0625rem;height:1.25rem;top:3.55078125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ZkZuswlZXdA4DfBkZSMWLwJi0a0WLw { width:20rem;height:5.9375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVXc0eoMkKsiHN5grJbdKHS5sPPCKUc0 { width:13rem;height:2.5rem;top:10.11328125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnO8sPKQAsTGiMhBrAyzhyHh6uITurxo { display:flex;width:2.6875rem;height:2.6875rem;top:10.083343505859rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z { display:block; }#loPaDGXT6uu7q2blDQTppfE4AMGWVQ5z > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 { display:block; }#ZCsyQMQHu6R4BJdkvVPzKrUOJRdL6om7 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ { display:block; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwWQcUanvc2mrN8RL5wmSUprs2OgtX1I { width:20rem;height:5.5rem;top:9.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqzaSaxvdfG0gQ1ZFlmKB49IBkmgzmQA { width:20rem;height:33.6875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do7rDW42JkBXclIop49ZlyXDhU2f9xpu { width:18rem;height:0;top:17.45703125rem;left:1.03125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7qCmNiHDaLMu7XdLslheHaKWdPywREy { display:flex;width:3.4375rem;height:3.4375rem;top:4.9375rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #PUldzAdtiGnINhXQAKtnoOyyLNeXg7E4 { width:18rem;height:17.5rem;top:17.20703125rem;left:1rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qutCgRVMGcg82RxifHasaVXvvX7mEgFg { display:block; }#qutCgRVMGcg82RxifHasaVXvvX7mEgFg > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI62i91ED2SBRTNFEaowI4E7sw8d7nmJ { width:20rem;height:3.66666675rem;top:3.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJdBA09Tny9hTfvChGK4TTfKnkPiia2 { width:17.1875rem;height:5rem;top:9rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5m89WDXgzgyP46GiFMqDFN4O3K0XizV { display:block; }#d5m89WDXgzgyP46GiFMqDFN4O3K0XizV > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE1JyMnRVa7nklORMUzT7bbgecL02EsU { width:17.0625rem;height:17.0625rem;top:19.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHwwvsunJclwLhCEb0u348hcMRaJhRGU { width:17rem;height:17rem;top:37.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOkJt7qEaBZSdHTdS0fPcWBMNZTP0fz { width:17.0625rem;height:17.0625rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSA1heOAGOPeZ6O7PE9TBd9uJUx62Aei { width:17.0625rem;height:17.0625rem;top:56.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgCoEqTiWLlC715M8LTqg0wI0pFb74pT { display:block; }#RgCoEqTiWLlC715M8LTqg0wI0pFb74pT > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc { display:block; }#xM7FXlhvNDhQ56RTPok0LCHHgMcZlXdc > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGDPfypaTdrKV2ZuT0hIWbxsT51Pl58O { width:20rem;height:3.66666675rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHC7odEhnnt1TU6S8nIcHdOmJ6NtTmbm { width:5.1875rem;height:0.1875rem;top:11.770812988281rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-heading-text { font-size:1.0625rem;height:auto; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 { display:flex;height:auto;width:17.5rem;top:9.6653442382812rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #HggV14VTM3GOIv28QRKBs2bCqqQRdLWA {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #oMxWDRvQX9E6CGr3WfuVTtLlpNUMHntm {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #GpuUTPAS5Pn4T4Obia0Lha5C3w4cpwDX {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wDFn3rJ6cKTrEX3PELOE6eVIOwy0cABR {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #VUVH6piqLkxvCsAGdxofzH6zT9xawsoN {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wKgm1TXRegQUHEpzidmFLRba95nhvdfU {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #RsMcOz5m4qhtTUVWMtCk7VHtkipzEqXR {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #wtTnKPwWQ4ECmpxeXiAGzInoArb3okLJ {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #Rtzra1xfdDTa6JMSwlLI1t3i9bqfr408 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #enloikcsqLuGO2N3se1sz2lSfeHSTMh7 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #n2h9OeTVpLaTLMTZ9uy5q4LJF6nkXX4X {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #UXrFFRzytCP0S5yohalehnzC0PoVlOsG {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #U0lX9xHD4HMK1ahRyOZR3Wcr2ymIz58P {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #p307QU0nIP2khku5891aZafzHgAPXZlc {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #q3TpBdT8dzBETWC1Jq8I6x4m8JsKynW1 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #GTlsyc3TATuawcuyTudlk6ZeOE0XT9Bq {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ln56ysBJ7JEaMsZiLgngql1L97IWT4dg {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #I6DH4UDq7L0o6ykD3Jii5gkfLA8tZDOE {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #cHxwHUBfRlwBlMDQJPIZOMn3Om4Q9xwO {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #BQy2S1PRE165ubxuTnO0SsLWqo1zxTly {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #nqH6vTdS42ZIrdKxChVNx4xG3MO1CErE {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #whAIQsZTNgOMX02qaFHd1D8aDOMzS5DX {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #mFIIgs4FL9X5CXTX1hJdKwW3Lbt0WEIJ {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ingLyoicRm6875GANxGrRxpSE95au6QL {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #dP4ifs3vtMN922IGkLqyeCJDA4sRAl8b {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #ZP1xGyTkL39FBlo5qqHptaID0beXKzwT {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #Dcc8rLsMT8lszlWuV9vFRG7k6LScPRz7 {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #RQ3I5SpAttTt1KpDSyBWHTKRwHF0Dk6S {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #NCzJeKa7TDbIITgHmqbXm3u9cGvFxdtl {  }
 }@media only screen and (max-width: 763px) { #MvrXpdPhBaDm8IskB58wSMRPvqAlLSR3 #PyAsemoFooUzgvwqlWW4MWK9XNqtknFk {  }
 }@media only screen and (max-width: 763px) { #pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx { display:block; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsxKQziFFSNl3oOlBvPoCiWNDRyNeTI6 { width:20rem;height:5.5rem;top:4.45703125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpREvTAeCIR1MB0bSRI7WBpW9mIxZU3Z { width:19.1875rem;height:0;top:11.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0  { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 {display:block;}#tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #DL7TNtbyZTnigVKCTmm5H6ryfhz3NBHQ {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #f1EkgOOwTS4NZep6uZkMcGqGzMF62Pwl {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #eJMROKJxGFMUMng7GXQI2xI4TwxmmH1E {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #UP63Oeue0wFfnLes1SOIKM47IOpi8elz {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #WgeD3l68QVz4EVLHnVguLcvV77hszwUN {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Blh2hKZ53rTvCPngipViBgrA6sgbixxb {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #sr3vaS7HAaRWzGB27XsgRvHH7eFNprRG {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #c9plnwKFFeOs13UWvls5J90171dT68Jc {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #alpZUTP85LQkpRluSzgqgTQqKiob1DP9 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #rRpiEL5Ib0uw6ZEnBbS3yCkLoR3A3JlM {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Oh6QeXyCl1x56Qh7cTdpSqHI6soAZkCI {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #R6TpvC5TZwbzJ63QLABlim2qfmhN0gAB {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #PBesLV9rqTACzwMH30rtXaP0MFuXdFTh {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #B5sF1bJAhTb4sPPi3Fli1OmSDsBNWfpF {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #i5TXQATBkT8SmpP3cdA73FEaCtUslVke {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #knIUhpeTxKzcTOfqyBJTdJmWkudQQSdo {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #DOMZggCJ7GCHoPlwhpfGFpOA6neaHvPe {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #iObJlpElukRJ1ErBiDhM36TpH4s2Hglo {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #pleA1Hi2QpiOHv4OzsUEe6nJK9gpZ7RP {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #TeeIN3d5WyHCSJHZXin96PWAHKewded9 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uHI7f74WAkp2DblPhcpCUo8rnzuBtpWw {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #NOIRLQs5p19RsAxZL8xB80Fnn69OFQK7 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #duqM9LGKeMcUCmKDItg7xJWQ2F55tkxz {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #wrH5m3zekOaRoQvTLRTkewFk5pckm1B7 {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #UDcgStTbXEfepm18eVgrmlfPAqTrANQQ {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #nx939VDskdQe4g3sfFaCS3z6OgirG9Lb {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #NnfOHF6NhiVSi3TUJtBW6oKeaDxDwvsG {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #IkAqM8LMf51BS9DT9ZHg1k5soRz4vUge {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #mprzEsBZ6CpgMBAGgUU4vFUKUVqqyoDp {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uOvLB9v882r7ofhPritUAxlz8teziGyI {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #SNha4JaOcipF2rS7g8SL9gibgbvWyLJF {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #uihh0vNUTDDJ5gvEbfqZaBhDAT5tX78v {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #Xq7luZcgrR3yDQK8QdogzP6ckunFtJXN {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #sqOJ1xAMSGJg1G5cVlE4uWenJBzO5BPT {  }
 }@media only screen and (max-width: 763px) { #tAdoTn6wAnvvgbUsHqcMIVXu72iS5TM0 #yC6X37LSVP5wfShATgiIgwvuz716FN7D {  }
 }@media only screen and (max-width: 763px) { #HDN6zOp1vomV8wPwZtdwpviWuqSgt2ZV { width:19.1875rem;height:7.5rem;top:11.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P { display:block; }#W6PlGwSw3wEwDWCiRSH6Ol8xFWiMw92P > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubgJS4EQ5H7LQwVXDPf4MURyGqbfcD8F { width:20rem;height:3.66666675rem;top:3.5416870117188rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCx9FnIThZxUmH5a7S8NM6nv4CTDCMAD { width:4.6875rem;height:4.6875rem;top:9.583333375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leBSFJ3u08xuZ48WTQk2TA9h1K3HdLws { width:6rem;height:1.833333375rem;top:11.0078125rem;left:7rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7AQM4eqMTanJQhcRfg7T8b3kTCNENh { width:17.9375rem;height:1.25rem;top:15.64453125rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #easP9nXBZwN9Los8D2MwB1pWLZeHeTnL { width:4.6875rem;height:4.6875rem;top:18.60416675rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puZGNLGcr3PoFPghnaTxGL2dkIaapff8 { width:6rem;height:1.833333375rem;top:20.028625488281rem;left:7rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFH41uW81990DpG9cLrkRgOVKF7cvCA8 { width:17.9375rem;height:2.5rem;top:24.1640625rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drVwy588bOT0eaOb5WWEbZCN662PnRTT { width:4.6875rem;height:4.6875rem;top:28.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqMTtoAnkZ8xNGHL4iQQvTdnwhnKuXE { width:6rem;height:1.833333375rem;top:30.125rem;left:7rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guOTm17TwNBGpKd3lnQwXZHoJp1LGMlN { width:17.9375rem;height:3.75rem;top:34.625rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9tVfMvTWMtV56dE10ZkcLDzaLKPqaN5 { width:4.6875rem;height:4.6875rem;top:40.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgtS2rTzG58WVX5q9x1LOXIhX7HPT8Ib { width:6rem;height:1.833333375rem;top:41.9375rem;left:7rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXuiPgftTnX4AeoPLHvdm9tUp3OgQ6Jk { width:17.9375rem;height:1.25rem;top:46.5625rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfPgIizlqK5424uTt76L7En9EcKeA2WP { display:block; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietq5MLOdQFZxT8UgoeiTCNlUObrvrB8 { width:16.6875rem;height:1.083333375rem;top:2.2291870117188rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVfgmsT6zpFGNcPvfXtEIJ6JlkpOqJRo { width:8.625rem;height:2.0625rem;top:5.125rem;left:5.65625rem;display:block; }
 }