.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:253,247,217;--color-primary-1:249,229,129;--color-primary-2:242,202,3;--color-primary-3:121,101,2;--color-primary-4:36,30,0;--color-secondary-0:255,255,255;--color-secondary-1:237,237,237;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"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-0),1);background-image:url("https://images.assets-landingi.com/uc/b1fb935f-1d03-4044-9ebb-fd346c634f0f/Heroimgupdated2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:60.625rem;width:75rem;overflow:visible;position:relative;display:block; }#T6pBMRpFTbHh6edkNsNFU6IMauAFAsIL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.75rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#d9tE3AvUWDtyc5iusyEsmWKzygxT5KLD { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:10.5625rem;font-style:normal;display:block; }
#Zi66P6cwbaK5dNzQy7TrJ526Z3MN6LhV { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:2.84375rem;font-style:normal;display:block; }
#stcgTdwuJMtmhpdJ4eWbbqZakFQvTMJH { box-sizing:content-box;height:2.8125rem;width:21.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:22.4375rem;left:18.187499046326rem;display:block; }
#htO8ofEwROSaJzvmnkgG3ZNF08GyJ9G2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.625rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-form-header {  }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.3125rem;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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:#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:24.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:24.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.3125rem;box-sizing:border-box;height:2.5rem;color:#aaaaaa;font-family:arial;font-size:0.875rem;overflow:hidden; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-4),1);width:24.3125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.1;text-align:center;text-align-last:center; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]:-moz-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]::-moz-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]:-ms-input-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]::-webkit-input-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-container:first-of-type{padding-top:0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-container:last-of-type{padding-bottom:0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W  { 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:24.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(97,97,99,0.5) ;position:absolute;top:35.03125rem;left:0rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.3125rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-info-text { display:block;height:auto;font-family:arial;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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W {display:block;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W { 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:24.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(97,97,99,0.5) ;position:absolute;top:35.03125rem;left:0rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TznZMDc9mlVx9TeERPKSscrhN7nlN6h6 { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TFnS9JKfgII6bbyBVWHDziOCf46a05sz { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ueUD7lZSGWKyKkE8POb0xf78x1oubWRV { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #v1ravphTUgJ13iH67EOqODL7Mb1LQ82o { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #sfgDTwyOPScwU2C5h1qiZz2NgZs6Xasb { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #b4Ibf9rGcnTbhDMrnabM8mlOA54lECym { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #zqqEbhFHmLddzgWWlpWQaiHQKug1tNJp { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wleaNZLMTNDLfn2OnyeNo2spLPka67gC { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #nfu6UnvLzcV6mVTLuBmlb5inMPSKz6kt { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ozvTSICWDMMKlrMHRBPzG2DJRqQyB6pO { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #KNFfEfXf9UFLTCCZERCkR0xlFledLXMy { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #oyTOEpPll9ZbVhhn0HPQKPOofCelMTkE { position:relative; }
#dJOeCDnyMbvROmq9eXcNPVHVlfnFpSHs { position:relative;display:block; }
#I7fDBTbbt55lbVPcI91NhDgbgKWfdoHl { position:relative;display:block; }
#TpDEyAzN3wpCyDr9a5ML4KqGbJE5mRSX { position:relative;display:block; }
#ZT0EhZVbSrDHJP808HQrIKAuls2Na4L8 { position:relative;display:block; }
#TXdZILEyc69hEQgbL8WXWTKBS12FZH3P { position:relative;display:block; }
#uxyK127hWUpusrVEp9bP9cqd9fNFyPbe { position:relative;display:block; }
#QUVezZHXcNC4NKMa1gu7JzNWWNrcHgaD { position:relative;display:block; }
#NU5drkor88rQMm3ZQdttwnTW9X5mopUM { position:relative;display:block; }
#VXZuSXaTaZgPGXvAOMHAW7XvdTW96FUT { position:relative;display:block; }
#B8gDBxblaXtAzDarUM7FQ4bKu4qXh5lz { position:relative;display:block; }
#IF3mne730rxKDUNwMuE0UMyLWyRFXux9 { position:relative;display:block; }
#TOEJBUVHf5n10tEcPSwgPTbwDTbyixhV { position:relative;display:block; }
#ysZwmzDBvnB6BTkAHn7LCTCGdH7pseq6 { position:relative;display:block; }
#nXhcHcxqH2KIQkRvzgcW0Hf3PQBQqk2E { position:relative;display:block; }
#inMbmqEXHm89xXH0AxSSKMPRvyTtbvHW { position:relative;display:block; }
#nsaVxuiEmhpTVhDRdtxVhphPCq9kvUy9 { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wTiSCFUCmFDluSkCoQMtOT14BayWTKPN { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #JH4SxKJFCcfkN1xBV8T5JhdubQGgJ8RA { position:relative; }
#zbrrVexiWfxRVUvT4BTgQMxf5OIKGIKK { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.250001907349rem;left:44.562500953674rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mgsdHVg8bUV5WJhvBObrc7xA9SeRQ4aE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:112.6875rem;width:48.75rem;display:none; }
#bSgO3rcCmyoZ3vLnaPpXn822E2Ek4hqc { box-sizing:content-box;height:2.8125rem;width:12.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:24.9375rem;left:18.1875rem;display:none; }
#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { position:relative;display:block; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { background-color: transparent; background-image: none; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container > .video-iframe-container { display: none; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row > .video-iframe-container { display: none; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .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); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { border-width: 0; border-radius: 0; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .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; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .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:92.625rem;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; }#wE7AdilkMvRb9wFJB394q378gOyheUJh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12.467968940735rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcSNtPG83zSn30f2h3IFHsLq9Hiotf9w { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:14.0625rem;top:48.124999284744rem;left:39.500000953674rem;overflow:hidden;display:none; }
#G9wbDtT7M6u0lP78PwkiWWShgLmIahiT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.125rem;top:17.562498092651rem;left:8.5624990463256rem;overflow:hidden;display:none; }
#NSBSoaitgDTmuOAXDVTtCF6TgL6B0Wql { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:30.5rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXLKMTZAGExPnvFdyqQJIPcoXQvf7U77 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5rem;left:30.5rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:29.9375rem;left:40rem;height:9.0488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:before{  }
#Pp8mdfc26akUw3gD4pW2FH0T24KbmDsL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:53.25rem;left:18.4375rem;height:9.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TP8Z9QX2LZbhpQ0aOrTKMFAdGWz3xrIk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:60.5625rem;left:11.1875rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:65.3125rem;left:13rem;height:10.348625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:before{  }
#eOAsZT7qn582Gzr8xmbeORsSPLfGEz5l { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:83.149999618531rem;left:16.749218940735rem;display:block; }
#gxT0RKCMnFtE7q0PwWC2GSwf8vAQ3Vsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnX0gPQFzaSKllu5gtz3LstGZQVcq6Uu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:30.75rem;top:16.5625rem;left:7rem;overflow:hidden;display:block; }
#moM8G28sDWExbOqrH3gE6UxmnXqSFsmg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:28.75rem;top:50.0625rem;left:38rem;overflow:hidden;display:block; }
#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { position:relative;display:block; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { background-color: transparent; background-image: none; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container > .video-iframe-container { display: none; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row > .video-iframe-container { display: none; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .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); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { border-width: 0; border-radius: 0; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .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; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .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:46.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; }#nEWhNEbHI4Z2bxxCC17ccGUlqM5Jopq5 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.4359378814698rem;left:13.342968940735rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyN9DN9g7EsltfG2qbZH301A3rRKnTWr { box-sizing:content-box;height:6.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:25.375rem;left:8.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PXF8C2eddvLWgkwNgAWQtqidE7Xcr17o { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:26.6875rem;left:10rem;overflow:hidden;display:block; }
#g7OcLpc5IJ7Jp9yQp0OtDC5TlRSUGwoN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.75rem;top:27rem;left:29.875rem;overflow:hidden;display:block; }
#JEDqzUTsx3cWFVlLPKwaTmOMo2vuTlX5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.1875rem;top:26.8125rem;left:50.875rem;overflow:hidden;display:block; }
#En1HuvArukqbwUkLXkVVzoZKguTad8tm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:27.1875rem;left:15.5rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUS80P8xA1nUDtboqGdB8BiJt02Ndzm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:26.4375rem;left:35.1875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vd5OEpdORsMBirsgd0I6CGBwLvUR1dTw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:26.4375rem;left:55.1875rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prudppwHaWRT9tRtu3bgDfTU6nq1JRV8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.497656226158rem;left:16.749218940735rem;display:block; }
#nBe39CHKyvqtkXQs4NupRRENZUl0dTHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ocp1UV0dz4hrpl2lLEGyIUy6BbVmGTZI { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.185938000679rem;left:13.342968940735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqEVq8EALpAeZ6JqqnTlFuIg2RxFXVCx { color:rgba(var(--color-tertiary-4),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.685937047005rem;left:12.874218940735rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B027M4JnmsfGBDW3TPk4cB7hQ6Nst87c { box-sizing:content-box;height:6.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:25.375rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OTQr5JcGoCMb0GhbtcQyNno8ztTtaC5l { box-sizing:content-box;height:6.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:25.375rem;left:49.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RdhJ8kqGySakndFo3GyD7bsuKdTXI9oe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.310938239097rem;left:31.281250953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { position:relative;display:block; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { background-color: transparent; background-image: none; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container > .video-iframe-container { display: none; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row > .video-iframe-container { display: none; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .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); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { border-width: 0; border-radius: 0; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .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; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .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:45.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; }#FavSPBkmsbAiDkK5hHE6yCZ7qvFlS8Jv { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.550000190735rem;left:4.9375rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDOi0yIC05qw6c7dwg6z80kA76nVe020 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:33.0625rem;top:5.4375rem;left:3.5rem;overflow:hidden;display:block; }
#iLEt0qQrirM8zJSFlGNw2RfKqKQ4ovXF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.4375rem;left:44.862500190735rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M37W5Pf07LOINL8TBQemiCx7ZUFKMxSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19rem;left:40.562500953674rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xfpamer9vx1ycrv9JdGaknTkyDeKAkZu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:57.000000953674rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTRaDMgsqKybF1CQ2mt7hhTnQOrse1ey { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.70468711853rem;left:57.125000953674rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAa943ZGx1xvIxcKyTI5pksVTkhzb83T { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.550000190735rem;left:57.000000953674rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nRWLPQxquNe0Z9q38GaeTzyOTLLMSQog { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.125rem;left:57.125000953674rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6wwkOxDWkClhyKJJiew3IWlzFC09M28 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.562500953674rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GUaCyXfuzBJgB9wo1KgPxMIi67mfEGrR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.942188262939rem;left:42.974999427796rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EWbiN4qWSKecHiJa2BAgKFZibfkoFhSP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.199219703674rem;left:16.749218940735rem;display:block; }
#lTWXTD0BhoGKzRFaWfkUTC4RT9BwdyuI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tmq6L6Jdd5DdSUoxbxyluCNDLmSR0dwm { box-sizing:content-box;height:1rem;width:6rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:5.9375rem;left:57.000000953674rem;display:block; }
#DBWT9wm5lPnbweOrMnimOSttVCskyqry { box-sizing:content-box;height:1rem;width:6rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:12.625rem;left:50.125000953674rem;display:block; }
#KamHMdGnHt0hM6JKNyU5WB8ADL9vBoI9 { box-sizing:content-box;height:1rem;width:6rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:19.25rem;left:57.125000953674rem;display:block; }
#OdrOn9QhUTciUmpqOqyvJBwUAwsPcykK { box-sizing:content-box;height:1rem;width:6rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:26.23593711853rem;left:50.175000190735rem;display:block; }
#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { position:relative;display:block; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { background-color: transparent; background-image: none; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container > .video-iframe-container { display: none; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row > .video-iframe-container { display: none; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .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); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { border-width: 0; border-radius: 0; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .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; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .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:34.875rem;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; }#wz9ZTk3ZrTms2txW7aM0keXidtCOaTph { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.7460956573486rem;left:19.905468940735rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsMPU1GbmXi7Nnb6mprcVrTlkVV4s97R { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:11rem;left:7.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(108,105,105,0.5) ;display:block; }
#veCWBGSMTrbME8QT3nAuqc0WEHxaES3N { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:11rem;left:38.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(108,105,105,0.5) ;display:block; }
#G7cQG89RdJxCrsOycxHOTqgB96mFnfsE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.78125rem;left:17.967968940735rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwHmFxPmJmABRWNsVUV3atcM5NVfP1JH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.78125rem;left:49.280468940735rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulV8C4TTAnqualQsyhZnsxqF87dKeAd8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:7.5rem;top:12.406250476837rem;left:8.9117193222044rem;overflow:hidden;display:block; }
#HOFGtFRJhTaQVmRhwiFg267hOgOTMsoq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:7.5rem;top:12.406250476837rem;left:40.349999427796rem;overflow:hidden;display:block; }
#vcuV7ir6qdxhkaTUXdPXnW6dxZZtRqqt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.037500023842rem;left:16.749218940735rem;display:block; }
#LUXeOcacOCUKAnStkKoSRoCOORlToFvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { position:relative;display:block; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { background-color: transparent; background-image: none; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container > .video-iframe-container { display: none; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row > .video-iframe-container { display: none; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .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); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { border-width: 0; border-radius: 0; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .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; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .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:65.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; }#APe0LQeuH4oVCW9DfuEAmtO9mDQeFptV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.125rem;width:42.375rem;top:14.200000286102rem;left:-10.152344331145rem;overflow:hidden;display:block; }
#mxZdBJu8hdi4lmqoiVeUtkFWFZw6RP0a { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.7453126907349rem;left:10.061718940735rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2DBLEPEdiqb0r7QQ4Xt2q8CsVnoXEq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36.807812690735rem;left:42.216404914856rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnzXm95d2pCHznzwEFqa2nspHKPHIvRs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:45.125rem;top:13.974219465256rem;left:39.893244036074rem;overflow:hidden;display:block; }
#kxta43iPle6WIUKEJc5Dub7PZtGsDlW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.370312690735rem;left:9.5601568222044rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:26.043754577637rem;left:16.772656440735rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:before{  }
#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:42.057815551757rem;left:41.685154914856rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:before{  }
#A7tcFOW5f1KrJU4upvguaZnvkKy72khs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:56.561719894409rem;left:16.749218940735rem;display:block; }
#rqGWJ1qfS6o6UtRMsmzteZZGsxhLFR0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { position:relative;display:block; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { background-color: transparent; background-image: none; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container > .video-iframe-container { display: none; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row > .video-iframe-container { display: none; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .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); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { border-width: 0; border-radius: 0; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .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; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .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:40.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MkSaQT0T8XLhrqHf2vRNKk77WvUn8TnS { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9249992370606rem;left:5.22265625rem;height:13.40625rem;font-style:normal;display:block; }
#XfIPMWLZ7n8sHcIXmeLecpXOP6llnpmW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.862499237061rem;left:5.22265625rem;height:3.25rem;font-style:normal;display:block; }
#LTQLIntNlD1UBnqAVKvBMsNWgm8lv0Nm { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:5.0812492370606rem;left:38.412499427796rem;display:block; }
#aXwQG2sNLRGxEG0RAnuz22mARhquOBgv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.750000953674rem;height:17.0625rem;font-style:normal;display:block; }
#mZ60NgxLoMrHAUkJnFlZ4ER7KbqwOz54 { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:5.0625rem;left:41.562500953674rem;display:block; }
#cSPlZFBr0Qt2SHIHH1IweNAQpssbbbTo { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:12.5rem;left:41.562500953674rem;display:block; }
#OTAqIha0ZHFbVOytm9xJczmiVs66ZwAq { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:19.625rem;left:41.562500953674rem;display:block; }
#sBHWqom3H0HtHI7JAkiK6QzCr0DP8sOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42.000000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZCp99DWCTCXGmAXcHszRQfONykVA5C7 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.8125rem;left:42.000000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgSGiP2Q3tFU9qckFXhBcJkUPd0LI7QM { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20rem;left:42.000000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Je0BXQeNxcexsJzh4phXl331lyKvUBoS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.1875rem;left:6.1249990463257rem;height:2.03125rem;font-style:normal;display:block; }
#CMtqes16noyoC4NLyBSNLA104pKgoLwp { box-sizing:content-box;height:3.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:18.625rem;left:5.25rem;display:block; }
#TBwLFftmGENduMVTIzBHiMKaLTBnl38B { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.581249237061rem;left:5.9992189407349rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGqgNrGD2SIvrxrPuC1tPg4JlInapcKe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.786720275879rem;left:16.749218940735rem;display:block; }
#qldFc3cLvrPwhnklCouFd2Wk5F4VmOwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rb9ERRgKUb4yawe1T27q6yFyNIsTHew0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eba311f3-fa28-41b6-8e94-61edc1b92827/Comparison.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC.adaptive-delivery-prevent-bg, #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC.lazyload, #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC.lazyloading { background-image: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { background-color: transparent; background-image: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .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); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { border-width: 0; border-radius: 0; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#g34WA1qAmGCl5TybOXsCJUUgNLH76OH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5367188453675rem;left:11.405468940735rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnO2wgnCdTPfIfNkPh6sZ99PW6GH3iaN { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:20.724999904633rem;left:0rem;display:block; }
#uTxKepbyzf9ifUC9tO951F3pAsmvDmQ3 { 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;top:24.225001335144rem;left:0rem;display:block; }
#JrKLVvu2pasCO3hUdbaNr0U2fUmc4tFW { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.536719322204rem;left:0rem;display:block; }
#WDWl9orTRh9l7fE43rG3kc4MWxaAADUE { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:30.787501335144rem;left:0rem;display:block; }
#gIEae5uMX3CCuq8XMk5KyhASpRMVALEs { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:3.27734375rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ID8d2OOkQi4GGDzuIRS9lUM6kLUC4dEF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:23.965626716614rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UExd8FddpETpBDIHGAeBeSJUIcuhUAGL { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:51.250000953674rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2P1BkxasV7xDbmlVJ4eRyzAnNIcglIF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.255469322204rem;left:23.965626716614rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9uEm9ZIJltp01RrDVsOJS0LQ0Z45bsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.254688262939rem;left:51.250000953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6SDtOB2UXk2uo1eZt287634DZIkmrKW { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.254688262939rem;left:3.27734375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZAFPVL1yzeaHsTeQJltldFq6q3kv0R1 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.442962646484rem;left:17.717968940735rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lciIGeJRpeEyt3yK8CN5aTDK840TTKmF { box-sizing:content-box;height:8.625rem;width:44.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:43.887500762939rem;left:15.249218940735rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0rem 0.9375rem rgba(122,120,120,0.5) ;display:block; }
#mAwv2gy6frHxTg0UXVMG7QrMk53QPIeg { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:46.637500762939rem;left:29.974999427796rem;display:block; }
#qWH1M8FLlqTTTzO2vb7fyZCaAfUl8yTR { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:46.637500762939rem;left:43.787499427796rem;display:block; }
#fWZvcaskRWTv9ebRlBgLsqfKFOUo5Oe4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:46.325000762939rem;left:17.214062690735rem;overflow:hidden;display:block; }
#XltXC8TKrE78pHqeGQZ9rPfnR2lO0wg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:47rem;left:21.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTAT6ZEpZeXIykoQZxDxhQQlJ6Rsxiy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48.25rem;left:21.8125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLFaBhXy6CZ4RB1XB6W9FtLibVlzwt6L { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:46.9375rem;left:35.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bl4UpgBqphOKbr61rzcM0w3Pi5btCuLX { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:48.1875rem;left:35.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nqBDSAi71TGeWnnubBmu1sT6T4seAxy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.937498092651rem;left:49.062500953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COyELatm9NeOnmMd3OVviC3guRPkp3Cw { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:48.1875rem;left:49.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wI4Aprtlfl9f9Uf2wRzWbRwgW4pkWvft { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:46.325000762939rem;left:31.112500190735rem;overflow:hidden;display:block; }
#VVXLZZofcblvvHG1XCikhS5UlNzd0ydA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:46.325000762939rem;left:44.912499427796rem;overflow:hidden;display:block; }
#nATRH3SfHBbvvcqdTbGRBGhyNkc64OyE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:120.9375rem;width:62.0625rem;display:none; }
#TwswvDcEt3kMABdzTHcP7oL93euAXWTx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:3.27734375rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xn4d1TFEmtcHR4nkIcVUktV3qU5i587y { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:23.965626716614rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b4f8EmAfnFcDBrpUaTF3TGDBOvGyr9zO { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:51.250000953674rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#s8RbE8ie5ZpRzgZ9F1cULkoc1pRU6ZWu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:55.89999961853rem;left:16.749218940735rem;display:block; }
#clkhbRZFLs1wgWqGbZn3mwhdOyCkISkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqfgCqqORUKp2Dey1mUXfb3hsluqlV2i { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:34.03750038147rem;left:0rem;display:block; }
#lxAdkBzcuhrcwZG3Sc01cvrD8TX2mFVI { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.536719322204rem;left:0rem;display:none; }
@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) { #T6pBMRpFTbHh6edkNsNFU6IMauAFAsIL { top:1.8125rem;left:0rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tE3AvUWDtyc5iusyEsmWKzygxT5KLD { top:10.8125rem;left:0rem;width:47.75rem;height:10.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi66P6cwbaK5dNzQy7TrJ526Z3MN6LhV { top:22.4375rem;left:0rem;width:39.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stcgTdwuJMtmhpdJ4eWbbqZakFQvTMJH { top:22.4375rem;left:4.5624990463257rem;width:21.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htO8ofEwROSaJzvmnkgG3ZNF08GyJ9G2 { top:27.625rem;left:0rem;width:23.375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-regular-label { width:24.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-textarea { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-button { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-checkbox-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W  { width:24.3125rem;height:auto;top:35rem;left:0rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .radio-container { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W {display:block;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W { width:24.3125rem;height:auto;top:35rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TznZMDc9mlVx9TeERPKSscrhN7nlN6h6 {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TFnS9JKfgII6bbyBVWHDziOCf46a05sz {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ueUD7lZSGWKyKkE8POb0xf78x1oubWRV {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #v1ravphTUgJ13iH67EOqODL7Mb1LQ82o {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #sfgDTwyOPScwU2C5h1qiZz2NgZs6Xasb {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #b4Ibf9rGcnTbhDMrnabM8mlOA54lECym {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #zqqEbhFHmLddzgWWlpWQaiHQKug1tNJp {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wleaNZLMTNDLfn2OnyeNo2spLPka67gC {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #nfu6UnvLzcV6mVTLuBmlb5inMPSKz6kt {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ozvTSICWDMMKlrMHRBPzG2DJRqQyB6pO {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #KNFfEfXf9UFLTCCZERCkR0xlFledLXMy {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #oyTOEpPll9ZbVhhn0HPQKPOofCelMTkE {  }
 }@media only screen and (max-width: 763px) { #dJOeCDnyMbvROmq9eXcNPVHVlfnFpSHs { display:block; }
 }@media only screen and (max-width: 763px) { #I7fDBTbbt55lbVPcI91NhDgbgKWfdoHl { display:block; }
 }@media only screen and (max-width: 763px) { #TpDEyAzN3wpCyDr9a5ML4KqGbJE5mRSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0EhZVbSrDHJP808HQrIKAuls2Na4L8 { display:block; }
 }@media only screen and (max-width: 763px) { #TXdZILEyc69hEQgbL8WXWTKBS12FZH3P { display:block; }
 }@media only screen and (max-width: 763px) { #uxyK127hWUpusrVEp9bP9cqd9fNFyPbe { display:block; }
 }@media only screen and (max-width: 763px) { #QUVezZHXcNC4NKMa1gu7JzNWWNrcHgaD { display:block; }
 }@media only screen and (max-width: 763px) { #NU5drkor88rQMm3ZQdttwnTW9X5mopUM { display:block; }
 }@media only screen and (max-width: 763px) { #VXZuSXaTaZgPGXvAOMHAW7XvdTW96FUT { display:block; }
 }@media only screen and (max-width: 763px) { #B8gDBxblaXtAzDarUM7FQ4bKu4qXh5lz { display:block; }
 }@media only screen and (max-width: 763px) { #IF3mne730rxKDUNwMuE0UMyLWyRFXux9 { display:block; }
 }@media only screen and (max-width: 763px) { #TOEJBUVHf5n10tEcPSwgPTbwDTbyixhV { display:block; }
 }@media only screen and (max-width: 763px) { #ysZwmzDBvnB6BTkAHn7LCTCGdH7pseq6 { display:block; }
 }@media only screen and (max-width: 763px) { #nXhcHcxqH2KIQkRvzgcW0Hf3PQBQqk2E { display:block; }
 }@media only screen and (max-width: 763px) { #inMbmqEXHm89xXH0AxSSKMPRvyTtbvHW { display:block; }
 }@media only screen and (max-width: 763px) { #nsaVxuiEmhpTVhDRdtxVhphPCq9kvUy9 { display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wTiSCFUCmFDluSkCoQMtOT14BayWTKPN {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #JH4SxKJFCcfkN1xBV8T5JhdubQGgJ8RA {  }
 }@media only screen and (max-width: 763px) { #zbrrVexiWfxRVUvT4BTgQMxf5OIKGIKK { top:47.25rem;left:10.4375rem;width:37.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgsdHVg8bUV5WJhvBObrc7xA9SeRQ4aE { width:39.6875rem;height:91.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSgO3rcCmyoZ3vLnaPpXn822E2Ek4hqc { top:24.9375rem;left:4.5625rem;width:12.9375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { display:block; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE7AdilkMvRb9wFJB394q378gOyheUJh { top:3.9375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSNtPG83zSn30f2h3IFHsLq9Hiotf9w { top:48.0625rem;left:20.8125rem;width:14.0625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9wbDtT7M6u0lP78PwkiWWShgLmIahiT { top:17.5rem;left:0rem;width:14.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSBSoaitgDTmuOAXDVTtCF6TgL6B0Wql { top:16.5625rem;left:16.875rem;width:25.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXLKMTZAGExPnvFdyqQJIPcoXQvf7U77 { top:23.5rem;left:16.875rem;width:29.25rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL { top:29.9375rem;left:19.75rem;width:28rem;height:14.25rem;font-size:1rem;display:block; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:before{  }
 }@media only screen and (max-width: 763px) { #Pp8mdfc26akUw3gD4pW2FH0T24KbmDsL { top:53.25rem;left:4.8125rem;width:21.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP8Z9QX2LZbhpQ0aOrTKMFAdGWz3xrIk { top:60.5625rem;left:0rem;width:28.875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh { top:65.3125rem;left:0rem;width:21.375rem;height:11.625rem;font-size:1rem;display:block; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:before{  }
 }@media only screen and (max-width: 763px) { #eOAsZT7qn582Gzr8xmbeORsSPLfGEz5l { width:41.5rem;height:5rem;top:83.125rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxT0RKCMnFtE7q0PwWC2GSwf8vAQ3Vsr { display:block; }
 }@media only screen and (max-width: 763px) { #fnX0gPQFzaSKllu5gtz3LstGZQVcq6Uu { top:16.5625rem;left:0rem;width:30.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moM8G28sDWExbOqrH3gE6UxmnXqSFsmg { top:50.0625rem;left:19rem;width:28.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { display:block; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEWhNEbHI4Z2bxxCC17ccGUlqM5Jopq5 { top:2.375rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyN9DN9g7EsltfG2qbZH301A3rRKnTWr { top:25.375rem;left:0rem;width:17.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXF8C2eddvLWgkwNgAWQtqidE7Xcr17o { top:26.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7OcLpc5IJ7Jp9yQp0OtDC5TlRSUGwoN { top:27rem;left:16.25rem;width:3.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDqzUTsx3cWFVlLPKwaTmOMo2vuTlX5 { top:26.8125rem;left:37.25rem;width:3.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1HuvArukqbwUkLXkVVzoZKguTad8tm { top:27.1875rem;left:1.875rem;width:8.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUS80P8xA1nUDtboqGdB8BiJt02Ndzm4 { top:26.4375rem;left:21.5625rem;width:10.25rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5OEpdORsMBirsgd0I6CGBwLvUR1dTw { top:26.4375rem;left:37.0625rem;width:10.6875rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prudppwHaWRT9tRtu3bgDfTU6nq1JRV8 { width:41.5rem;height:5rem;top:36.4375rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBe39CHKyvqtkXQs4NupRRENZUl0dTHG { display:block; }
 }@media only screen and (max-width: 763px) { #Ocp1UV0dz4hrpl2lLEGyIUy6BbVmGTZI { top:12.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqEVq8EALpAeZ6JqqnTlFuIg2RxFXVCx { top:15.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B027M4JnmsfGBDW3TPk4cB7hQ6Nst87c { top:25.375rem;left:15.125rem;width:17.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQr5JcGoCMb0GhbtcQyNno8ztTtaC5l { top:25.375rem;left:30.1875rem;width:17.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdhJ8kqGySakndFo3GyD7bsuKdTXI9oe { top:21.25rem;left:17.656250953674rem;width:12.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { display:block; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FavSPBkmsbAiDkK5hHE6yCZ7qvFlS8Jv { top:7.5rem;left:0rem;width:30.1875rem;height:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOi0yIC05qw6c7dwg6z80kA76nVe020 { top:5.4375rem;left:0rem;width:33.0625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLEt0qQrirM8zJSFlGNw2RfKqKQ4ovXF { top:5.4375rem;left:31.237500190735rem;width:11.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37W5Pf07LOINL8TBQemiCx7ZUFKMxSZ { top:19rem;left:26.937500953674rem;width:15.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpamer9vx1ycrv9JdGaknTkyDeKAkZu { top:12.125rem;left:34.5rem;width:13.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRaDMgsqKybF1CQ2mt7hhTnQOrse1ey { top:25.6875rem;left:34.1875rem;width:13.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAa943ZGx1xvIxcKyTI5pksVTkhzb83T { top:7.5rem;left:32.1875rem;width:15.5625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRWLPQxquNe0Z9q38GaeTzyOTLLMSQog { top:21.125rem;left:31.3125rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6wwkOxDWkClhyKJJiew3IWlzFC09M28 { top:14.25rem;left:26.937500953674rem;width:15.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUaCyXfuzBJgB9wo1KgPxMIi67mfEGrR { top:27.9375rem;left:29.349999427796rem;width:13.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWbiN4qWSKecHiJa2BAgKFZibfkoFhSP { width:41.5rem;height:5rem;top:35.1875rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWXTD0BhoGKzRFaWfkUTC4RT9BwdyuI { display:block; }
 }@media only screen and (max-width: 763px) { #Tmq6L6Jdd5DdSUoxbxyluCNDLmSR0dwm { top:5.9375rem;left:41.75rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBWT9wm5lPnbweOrMnimOSttVCskyqry { top:12.625rem;left:36.500000953674rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KamHMdGnHt0hM6JKNyU5WB8ADL9vBoI9 { top:19.25rem;left:41.75rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdrOn9QhUTciUmpqOqyvJBwUAwsPcykK { top:26.1875rem;left:36.550000190735rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { display:block; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz9ZTk3ZrTms2txW7aM0keXidtCOaTph { top:2.6875rem;left:6.280468940735rem;width:35.1875rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsMPU1GbmXi7Nnb6mprcVrTlkVV4s97R { top:11rem;left:0rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veCWBGSMTrbME8QT3nAuqc0WEHxaES3N { top:11rem;left:19.3125rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cQG89RdJxCrsOycxHOTqgB96mFnfsE { top:13.75rem;left:4.3429689407349rem;width:16.8125rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHmFxPmJmABRWNsVUV3atcM5NVfP1JH { top:13.75rem;left:33.375rem;width:14.375rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulV8C4TTAnqualQsyhZnsxqF87dKeAd8 { top:12.375rem;left:0rem;width:7.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOFGtFRJhTaQVmRhwiFg267hOgOTMsoq { top:12.375rem;left:26.724999427796rem;width:7.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcuV7ir6qdxhkaTUXdPXnW6dxZZtRqqt { width:41.5rem;height:5rem;top:27rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUXeOcacOCUKAnStkKoSRoCOORlToFvE { display:block; }
 }@media only screen and (max-width: 763px) { #WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { display:block; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APe0LQeuH4oVCW9DfuEAmtO9mDQeFptV { top:14.1875rem;left:0rem;width:42.375rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZdBJu8hdi4lmqoiVeUtkFWFZw6RP0a { top:3.6875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2DBLEPEdiqb0r7QQ4Xt2q8CsVnoXEq4 { top:36.75rem;left:28.591404914856rem;width:17.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzXm95d2pCHznzwEFqa2nspHKPHIvRs { top:13.9375rem;left:2.625rem;width:45.125rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxta43iPle6WIUKEJc5Dub7PZtGsDlW5 { top:20.3125rem;left:0rem;width:20.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 { top:26rem;left:3.1476564407349rem;width:17.6875rem;height:;font-size:0.625rem;display:block; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:before{  }
 }@media only screen and (max-width: 763px) { #Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos { top:42rem;left:28.060154914856rem;width:18.5rem;height:10.375rem;font-size:0.625rem;display:block; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:before{  }
 }@media only screen and (max-width: 763px) { #A7tcFOW5f1KrJU4upvguaZnvkKy72khs { width:41.5rem;height:5rem;top:56.5rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGWJ1qfS6o6UtRMsmzteZZGsxhLFR0G { display:block; }
 }@media only screen and (max-width: 763px) { #hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { display:block; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkSaQT0T8XLhrqHf2vRNKk77WvUn8TnS { top:3.875rem;left:0rem;width:30.9375rem;height:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfIPMWLZ7n8sHcIXmeLecpXOP6llnpmW { top:12.8125rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTQLIntNlD1UBnqAVKvBMsNWgm8lv0Nm { top:5.0625rem;left:24.787499427796rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXwQG2sNLRGxEG0RAnuz22mARhquOBgv { top:5.0625rem;left:21.5rem;width:26.25rem;height:21.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ60NgxLoMrHAUkJnFlZ4ER7KbqwOz54 { top:5.0625rem;left:27.937500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSPlZFBr0Qt2SHIHH1IweNAQpssbbbTo { top:12.5rem;left:27.937500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTAqIha0ZHFbVOytm9xJczmiVs66ZwAq { top:19.625rem;left:27.937500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHWqom3H0HtHI7JAkiK6QzCr0DP8sOZ { top:5.4375rem;left:28.375000953674rem;width:2.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZCp99DWCTCXGmAXcHszRQfONykVA5C7 { top:12.8125rem;left:28.375000953674rem;width:2.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSGiP2Q3tFU9qckFXhBcJkUPd0LI7QM { top:20rem;left:28.375000953674rem;width:2.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je0BXQeNxcexsJzh4phXl331lyKvUBoS { top:19.1875rem;left:0rem;width:19.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMtqes16noyoC4NLyBSNLA104pKgoLwp { top:18.625rem;left:0rem;width:20.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwLFftmGENduMVTIzBHiMKaLTBnl38B { top:22.5625rem;left:0rem;width:19.4375rem;height:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGqgNrGD2SIvrxrPuC1tPg4JlInapcKe { width:41.5rem;height:5rem;top:30.75rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qldFc3cLvrPwhnklCouFd2Wk5F4VmOwQ { display:block; }
 }@media only screen and (max-width: 763px) { #rb9ERRgKUb4yawe1T27q6yFyNIsTHew0 { display:none; }
 }@media only screen and (max-width: 763px) { #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC { display:block; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g34WA1qAmGCl5TybOXsCJUUgNLH76OH3 { top:7.5rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnO2wgnCdTPfIfNkPh6sZ99PW6GH3iaN { top:20.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTxKepbyzf9ifUC9tO951F3pAsmvDmQ3 { top:24.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrKLVvu2pasCO3hUdbaNr0U2fUmc4tFW { top:27.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDWl9orTRh9l7fE43rG3kc4MWxaAADUE { top:30.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEae5uMX3CCuq8XMk5KyhASpRMVALEs { top:21.8125rem;left:0rem;width:13.9375rem;height:14.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID8d2OOkQi4GGDzuIRS9lUM6kLUC4dEF { top:21.8125rem;left:10.340626716614rem;width:20.25rem;height:14.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UExd8FddpETpBDIHGAeBeSJUIcuhUAGL { top:21.8125rem;left:24rem;width:23.75rem;height:14.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2P1BkxasV7xDbmlVJ4eRyzAnNIcglIF { top:16.25rem;left:10.340626716614rem;width:12.9375rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9uEm9ZIJltp01RrDVsOJS0LQ0Z45bsZ { top:16.25rem;left:32.875rem;width:14.875rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6SDtOB2UXk2uo1eZt287634DZIkmrKW { top:16.25rem;left:0rem;width:6rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZAFPVL1yzeaHsTeQJltldFq6q3kv0R1 { top:39.4375rem;left:4.0929689407349rem;width:39.5625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lciIGeJRpeEyt3yK8CN5aTDK840TTKmF { top:43.875rem;left:1.6242189407349rem;width:44.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAwv2gy6frHxTg0UXVMG7QrMk53QPIeg { top:46.625rem;left:16.349999427796rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWH1M8FLlqTTTzO2vb7fyZCaAfUl8yTR { top:46.625rem;left:30.162499427796rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWZvcaskRWTv9ebRlBgLsqfKFOUo5Oe4 { top:46.3125rem;left:3.5890626907349rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XltXC8TKrE78pHqeGQZ9rPfnR2lO0wg2 { top:47rem;left:8.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAT6ZEpZeXIykoQZxDxhQQlJ6Rsxiy6 { top:48.25rem;left:8.1875rem;width:5.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFaBhXy6CZ4RB1XB6W9FtLibVlzwt6L { top:46.9375rem;left:22.25rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4UpgBqphOKbr61rzcM0w3Pi5btCuLX { top:48.1875rem;left:22.25rem;width:5.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBDSAi71TGeWnnubBmu1sT6T4seAxy7 { top:46.875rem;left:35.437500953674rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyELatm9NeOnmMd3OVviC3guRPkp3Cw { top:48.125rem;left:35.437500953674rem;width:9.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Aprtlfl9f9Uf2wRzWbRwgW4pkWvft { top:46.3125rem;left:17.487500190735rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVXLZZofcblvvHG1XCikhS5UlNzd0ydA { top:46.3125rem;left:31.287499427796rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATRH3SfHBbvvcqdTbGRBGhyNkc64OyE { width:47.75rem;height:93rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwswvDcEt3kMABdzTHcP7oL93euAXWTx { top:12.5625rem;left:0rem;width:4.5rem;height:12.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xn4d1TFEmtcHR4nkIcVUktV3qU5i587y { top:12.5625rem;left:0rem;width:5.3125rem;height:12.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4f8EmAfnFcDBrpUaTF3TGDBOvGyr9zO { top:12.5625rem;left:0rem;width:6.5625rem;height:12.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8RbE8ie5ZpRzgZ9F1cULkoc1pRU6ZWu { width:41.5rem;height:5rem;top:55.875rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #clkhbRZFLs1wgWqGbZn3mwhdOyCkISkv { display:block; }
 }@media only screen and (max-width: 763px) { #aqfgCqqORUKp2Dey1mUXfb3hsluqlV2i { top:34rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxAdkBzcuhrcwZG3Sc01cvrD8TX2mFVI { top:27.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6pBMRpFTbHh6edkNsNFU6IMauAFAsIL { width:6rem;height:2.875rem;top:1.1875rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tE3AvUWDtyc5iusyEsmWKzygxT5KLD { width:15.4375rem;height:6.825rem;top:6.5125002861025rem;left:2.2812500596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zi66P6cwbaK5dNzQy7TrJ526Z3MN6LhV { width:10.8125rem;height:2.925rem;top:13.8125rem;left:2.3125000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #stcgTdwuJMtmhpdJ4eWbbqZakFQvTMJH { width:11.25rem;height:1.625rem;top:15.1875rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #htO8ofEwROSaJzvmnkgG3ZNF08GyJ9G2 { width:10.5625rem;height:5.85rem;top:18.3125rem;left:2.2812500596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-regular-label { width:13.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-textarea { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-checkbox-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W  { width:13.875rem;height:auto;top:38.049999237061rem;left:1.8125000596046rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .radio-container { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W {display:block;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W { width:13.875rem;height:auto;top:38.049999237061rem;left:1.8125000596046rem; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TznZMDc9mlVx9TeERPKSscrhN7nlN6h6 {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TFnS9JKfgII6bbyBVWHDziOCf46a05sz {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ueUD7lZSGWKyKkE8POb0xf78x1oubWRV {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #v1ravphTUgJ13iH67EOqODL7Mb1LQ82o {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #sfgDTwyOPScwU2C5h1qiZz2NgZs6Xasb {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #b4Ibf9rGcnTbhDMrnabM8mlOA54lECym {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #zqqEbhFHmLddzgWWlpWQaiHQKug1tNJp {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wleaNZLMTNDLfn2OnyeNo2spLPka67gC {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #nfu6UnvLzcV6mVTLuBmlb5inMPSKz6kt {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ozvTSICWDMMKlrMHRBPzG2DJRqQyB6pO {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #KNFfEfXf9UFLTCCZERCkR0xlFledLXMy {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #oyTOEpPll9ZbVhhn0HPQKPOofCelMTkE {  }
 }@media only screen and (max-width: 763px) { #dJOeCDnyMbvROmq9eXcNPVHVlfnFpSHs { display:block; }
 }@media only screen and (max-width: 763px) { #I7fDBTbbt55lbVPcI91NhDgbgKWfdoHl { display:block; }
 }@media only screen and (max-width: 763px) { #TpDEyAzN3wpCyDr9a5ML4KqGbJE5mRSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0EhZVbSrDHJP808HQrIKAuls2Na4L8 { display:block; }
 }@media only screen and (max-width: 763px) { #TXdZILEyc69hEQgbL8WXWTKBS12FZH3P { display:block; }
 }@media only screen and (max-width: 763px) { #uxyK127hWUpusrVEp9bP9cqd9fNFyPbe { display:block; }
 }@media only screen and (max-width: 763px) { #QUVezZHXcNC4NKMa1gu7JzNWWNrcHgaD { display:block; }
 }@media only screen and (max-width: 763px) { #NU5drkor88rQMm3ZQdttwnTW9X5mopUM { display:block; }
 }@media only screen and (max-width: 763px) { #VXZuSXaTaZgPGXvAOMHAW7XvdTW96FUT { display:block; }
 }@media only screen and (max-width: 763px) { #B8gDBxblaXtAzDarUM7FQ4bKu4qXh5lz { display:block; }
 }@media only screen and (max-width: 763px) { #IF3mne730rxKDUNwMuE0UMyLWyRFXux9 { display:block; }
 }@media only screen and (max-width: 763px) { #TOEJBUVHf5n10tEcPSwgPTbwDTbyixhV { display:block; }
 }@media only screen and (max-width: 763px) { #ysZwmzDBvnB6BTkAHn7LCTCGdH7pseq6 { display:block; }
 }@media only screen and (max-width: 763px) { #nXhcHcxqH2KIQkRvzgcW0Hf3PQBQqk2E { display:block; }
 }@media only screen and (max-width: 763px) { #inMbmqEXHm89xXH0AxSSKMPRvyTtbvHW { display:block; }
 }@media only screen and (max-width: 763px) { #nsaVxuiEmhpTVhDRdtxVhphPCq9kvUy9 { display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wTiSCFUCmFDluSkCoQMtOT14BayWTKPN {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #JH4SxKJFCcfkN1xBV8T5JhdubQGgJ8RA {  }
 }@media only screen and (max-width: 763px) { #zbrrVexiWfxRVUvT4BTgQMxf5OIKGIKK { width:14rem;height:3.65625rem;top:61.5625rem;left:5.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgsdHVg8bUV5WJhvBObrc7xA9SeRQ4aE { top:5.47265625rem;left:0.34296876192093rem;width:19.3125rem;height:44.6875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bSgO3rcCmyoZ3vLnaPpXn822E2Ek4hqc { width:16.6875rem;height:4.75rem;top:61.0625rem;left:3.9375000596046rem;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { display:block; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE7AdilkMvRb9wFJB394q378gOyheUJh { width:15rem;height:6.09375rem;top:1.5rem;left:2.5000000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSNtPG83zSn30f2h3IFHsLq9Hiotf9w { width:9.75rem;height:17.0625rem;top:38.76796913147rem;left:9.2992187142375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G9wbDtT7M6u0lP78PwkiWWShgLmIahiT { width:8.8125rem;height:15.625rem;top:16.061718940735rem;left:0.59843748807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NSBSoaitgDTmuOAXDVTtCF6TgL6B0Wql { width:12.5rem;height:3.25rem;top:9.874218940735rem;left:3.7500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXLKMTZAGExPnvFdyqQJIPcoXQvf7U77 { width:11.25rem;height:3.65625rem;top:13.6875rem;left:8.3929687142375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL { width:9.3125rem;height:14.25rem;top:18.469530105591rem;left:9.9867187142375rem;font-size:0.625rem;display:block; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:before{  }
 }@media only screen and (max-width: 763px) { #Pp8mdfc26akUw3gD4pW2FH0T24KbmDsL { width:15.375rem;height:3.25rem;top:34.942186355591rem;left:2.3125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP8Z9QX2LZbhpQ0aOrTKMFAdGWz3xrIk { width:9.0625rem;height:3.65625rem;top:38.955468654632rem;left:0.9742186665535rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh { width:7.375rem;height:12.625rem;top:43.692186355591rem;left:0.87265628576281rem;font-size:0.625rem;display:block; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:before{  }
 }@media only screen and (max-width: 763px) { #eOAsZT7qn582Gzr8xmbeORsSPLfGEz5l { width:17.5rem;height:3.75rem;top:59.130466461182rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxT0RKCMnFtE7q0PwWC2GSwf8vAQ3Vsr { display:block; }
 }@media only screen and (max-width: 763px) { #fnX0gPQFzaSKllu5gtz3LstGZQVcq6Uu { width:20rem;height:18.414634146341rem;top:64.630470275881rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #moM8G28sDWExbOqrH3gE6UxmnXqSFsmg { width:20rem;height:19.695652173913rem;top:84.294532775881rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { display:block; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEWhNEbHI4Z2bxxCC17ccGUlqM5Jopq5 { width:16.625rem;height:6.09375rem;top:1.3125rem;left:1.6875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyN9DN9g7EsltfG2qbZH301A3rRKnTWr { width:17.5rem;height:6.25rem;top:24.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXF8C2eddvLWgkwNgAWQtqidE7Xcr17o { width:3.75rem;height:3.75rem;top:25.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7OcLpc5IJ7Jp9yQp0OtDC5TlRSUGwoN { width:3.75rem;height:3.375rem;top:33.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDqzUTsx3cWFVlLPKwaTmOMo2vuTlX5 { width:3.1875rem;height:3.75rem;top:41.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1HuvArukqbwUkLXkVVzoZKguTad8tm { width:7.0625rem;height:2.4375rem;top:26.4375rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUS80P8xA1nUDtboqGdB8BiJt02Ndzm4 { width:8.75rem;height:3.65625rem;top:33.6875rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5OEpdORsMBirsgd0I6CGBwLvUR1dTw { width:9.375rem;height:3.65625rem;top:41.5rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prudppwHaWRT9tRtu3bgDfTU6nq1JRV8 { width:17.5rem;height:3.75rem;top:48.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBe39CHKyvqtkXQs4NupRRENZUl0dTHG { display:block; }
 }@media only screen and (max-width: 763px) { #Ocp1UV0dz4hrpl2lLEGyIUy6BbVmGTZI { width:18.1875rem;height:3.25rem;top:8.6250028610231rem;left:0.90546876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqEVq8EALpAeZ6JqqnTlFuIg2RxFXVCx { width:16.125rem;height:6.09375rem;top:13.250000715256rem;left:1.9375000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B027M4JnmsfGBDW3TPk4cB7hQ6Nst87c { width:17.5rem;height:6.25rem;top:32.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQr5JcGoCMb0GhbtcQyNno8ztTtaC5l { width:17.5rem;height:6.25rem;top:40.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdhJ8kqGySakndFo3GyD7bsuKdTXI9oe { width:12.4375rem;height:1.625rem;top:21.187507629394rem;left:3.7812500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { display:block; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FavSPBkmsbAiDkK5hHE6yCZ7qvFlS8Jv { width:14.9375rem;height:4.0625rem;top:3.3125rem;left:2.5312500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOi0yIC05qw6c7dwg6z80kA76nVe020 { width:17.25rem;height:12.875rem;top:2.07421875rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLEt0qQrirM8zJSFlGNw2RfKqKQ4ovXF { width:8.4375rem;height:3.25rem;top:17.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37W5Pf07LOINL8TBQemiCx7ZUFKMxSZ { width:9.4375rem;height:3.25rem;top:29.687500953674rem;left:0.73750001192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpamer9vx1ycrv9JdGaknTkyDeKAkZu { width:8.3125rem;height:3.25rem;top:23.296876430511rem;left:10.937500536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRaDMgsqKybF1CQ2mt7hhTnQOrse1ey { width:8.0625rem;height:3.25rem;top:35.669532775879rem;left:11.062500536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAa943ZGx1xvIxcKyTI5pksVTkhzb83T { width:7.3125rem;height:2.925rem;top:18.625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRWLPQxquNe0Z9q38GaeTzyOTLLMSQog { width:8.125rem;height:2.925rem;top:30.875000953674rem;left:10.968750536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6wwkOxDWkClhyKJJiew3IWlzFC09M28 { width:9rem;height:2.925rem;top:24.875001430511rem;left:1.1750000119209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUaCyXfuzBJgB9wo1KgPxMIi67mfEGrR { width:9.8125rem;height:1.95rem;top:37.019533157349rem;left:0.43671876192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWbiN4qWSKecHiJa2BAgKFZibfkoFhSP { width:17.5rem;height:3.75rem;top:41.794523239136rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWXTD0BhoGKzRFaWfkUTC4RT9BwdyuI { display:block; }
 }@media only screen and (max-width: 763px) { #Tmq6L6Jdd5DdSUoxbxyluCNDLmSR0dwm { width:3.75rem;height:0.625rem;top:17.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBWT9wm5lPnbweOrMnimOSttVCskyqry { width:3.75rem;height:0.625rem;top:23.737501144409rem;left:6.4250002503394rem;display:block; }
 }@media only screen and (max-width: 763px) { #KamHMdGnHt0hM6JKNyU5WB8ADL9vBoI9 { width:3.75rem;height:0.625rem;top:29.875000953674rem;left:10.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdrOn9QhUTciUmpqOqyvJBwUAwsPcykK { width:3.75rem;height:0.625rem;top:35.982032775879rem;left:6.4250002503394rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { display:block; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz9ZTk3ZrTms2txW7aM0keXidtCOaTph { width:14.6875rem;height:4.0625rem;top:1.3562507629394rem;left:2.6562500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsMPU1GbmXi7Nnb6mprcVrTlkVV4s97R { width:18.75rem;height:10.5625rem;top:6.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veCWBGSMTrbME8QT3nAuqc0WEHxaES3N { width:18.75rem;height:10.5625rem;top:19.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cQG89RdJxCrsOycxHOTqgB96mFnfsE { width:9.5625rem;height:6.825rem;top:8.7437324523925rem;left:8.9062505364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHmFxPmJmABRWNsVUV3atcM5NVfP1JH { width:9.5rem;height:6.825rem;top:21.118749856949rem;left:8.9375005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulV8C4TTAnqualQsyhZnsxqF87dKeAd8 { width:6.25rem;height:8.125rem;top:8.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOFGtFRJhTaQVmRhwiFg267hOgOTMsoq { width:6.25rem;height:8.125rem;top:20.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcuV7ir6qdxhkaTUXdPXnW6dxZZtRqqt { width:17.5rem;height:3.75rem;top:32.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUXeOcacOCUKAnStkKoSRoCOORlToFvE { display:block; }
 }@media only screen and (max-width: 763px) { #WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { display:block; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APe0LQeuH4oVCW9DfuEAmtO9mDQeFptV { width:18.9375rem;height:16.125rem;top:8.375rem;left:-0.71093753725288rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZdBJu8hdi4lmqoiVeUtkFWFZw6RP0a { width:17.6875rem;height:4.0625rem;top:2.2804684638977rem;left:1.1554687619209rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2DBLEPEdiqb0r7QQ4Xt2q8CsVnoXEq4 { width:7.875rem;height:1.21875rem;top:36.875003814698rem;left:2.5000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzXm95d2pCHznzwEFqa2nspHKPHIvRs { width:19.3125rem;height:15.3125rem;top:27.205471038818rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxta43iPle6WIUKEJc5Dub7PZtGsDlW5 { width:8.875rem;height:1.21875rem;top:11.1875rem;left:8.3750005364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 { width:8.875rem;height:6.625rem;top:14.46875rem;left:10.674218714237rem;font-size:0.625rem;display:block; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:before{  }
 }@media only screen and (max-width: 763px) { #Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos { width:7.375rem;height:7.125rem;top:27.955471038818rem;left:2.4375000596046rem;font-size:0.625rem;display:block; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:before{  }
 }@media only screen and (max-width: 763px) { #A7tcFOW5f1KrJU4upvguaZnvkKy72khs { width:17.5rem;height:3.75rem;top:45.976588249206rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGWJ1qfS6o6UtRMsmzteZZGsxhLFR0G { display:block; }
 }@media only screen and (max-width: 763px) { #hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { display:block; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkSaQT0T8XLhrqHf2vRNKk77WvUn8TnS { width:15.5625rem;height:4.0625rem;top:2.1250004768372rem;left:2.2187500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfIPMWLZ7n8sHcIXmeLecpXOP6llnpmW { width:13.875rem;height:1.625rem;top:6.1875004768372rem;left:3.0625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTQLIntNlD1UBnqAVKvBMsNWgm8lv0Nm { width:0.125rem;height:15.625rem;top:14.15rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXwQG2sNLRGxEG0RAnuz22mARhquOBgv { width:12.6875rem;height:10.96875rem;top:12.374999761581rem;left:5.1429687142372rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ60NgxLoMrHAUkJnFlZ4ER7KbqwOz54 { width:1.875rem;height:1.875rem;top:12.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSPlZFBr0Qt2SHIHH1IweNAQpssbbbTo { width:1.875rem;height:1.875rem;top:16.125000476837rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTAqIha0ZHFbVOytm9xJczmiVs66ZwAq { width:1.875rem;height:1.875rem;top:19.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHWqom3H0HtHI7JAkiK6QzCr0DP8sOZ { width:2.25rem;height:1.625rem;top:12.500000715256rem;left:2.0000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZCp99DWCTCXGmAXcHszRQfONykVA5C7 { width:2.25rem;height:1.625rem;top:16.25rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSGiP2Q3tFU9qckFXhBcJkUPd0LI7QM { width:2.25rem;height:1.625rem;top:20.0625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je0BXQeNxcexsJzh4phXl331lyKvUBoS { width:16.25rem;height:1.625rem;top:25.905468940735rem;left:1.8750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMtqes16noyoC4NLyBSNLA104pKgoLwp { width:17.125rem;height:2.5625rem;top:25.43593788147rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwLFftmGENduMVTIzBHiMKaLTBnl38B { width:14.25rem;height:2.84375rem;top:28.650000095367rem;left:2.8750000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGqgNrGD2SIvrxrPuC1tPg4JlInapcKe { width:17.5rem;height:3.75rem;top:33.3125rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qldFc3cLvrPwhnklCouFd2Wk5F4VmOwQ { display:block; }
 }@media only screen and (max-width: 763px) { #rb9ERRgKUb4yawe1T27q6yFyNIsTHew0 { top:9.6500000953675rem;left:3.7500000596046rem;width:12.5rem;height:0.125rem;z-index:15020;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC { background-color:#ffffff;background-image:none;display:block; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { background-color: transparent; background-image: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .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); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g34WA1qAmGCl5TybOXsCJUUgNLH76OH3 { width:16.625rem;height:4.0625rem;top:3.6875004768372rem;left:1.6875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnO2wgnCdTPfIfNkPh6sZ99PW6GH3iaN { width:17.5rem;height:0.0625rem;top:14.668749809265rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTxKepbyzf9ifUC9tO951F3pAsmvDmQ3 { width:17.5rem;height:0.0625rem;top:17.418750762939rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrKLVvu2pasCO3hUdbaNr0U2fUmc4tFW { width:17.5rem;height:0.0625rem;top:20.293749809265rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDWl9orTRh9l7fE43rG3kc4MWxaAADUE { width:17.5rem;height:0.0625rem;top:11.96875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEae5uMX3CCuq8XMk5KyhASpRMVALEs { width:5.875rem;height:0;top:16.043748855591rem;left:1.6875000596046rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ID8d2OOkQi4GGDzuIRS9lUM6kLUC4dEF { width:4.8125rem;height:0;top:12.512500375509rem;left:7.5937505364419rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UExd8FddpETpBDIHGAeBeSJUIcuhUAGL { width:6.5rem;height:0;top:12.918750286102rem;left:13.500000536442rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2P1BkxasV7xDbmlVJ4eRyzAnNIcglIF { width:2.75rem;height:1.625rem;top:9.5625rem;left:7.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9uEm9ZIJltp01RrDVsOJS0LQ0Z45bsZ { width:3.4375rem;height:1.625rem;top:9.5312505662444rem;left:14.125781595707rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6SDtOB2UXk2uo1eZt287634DZIkmrKW { width:2.75rem;height:0.8125rem;top:9.9375005662444rem;left:1.6875000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZAFPVL1yzeaHsTeQJltldFq6q3kv0R1 { width:13.375rem;height:2.4375rem;top:26.606250286103rem;left:3.3125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lciIGeJRpeEyt3yK8CN5aTDK840TTKmF { width:15.0625rem;height:13.9375rem;top:30.529688835144rem;left:2.4687500596046rem;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; }
 }@media only screen and (max-width: 763px) { #mAwv2gy6frHxTg0UXVMG7QrMk53QPIeg { width:0.125rem;height:3.125rem;top:36.3125rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWH1M8FLlqTTTzO2vb7fyZCaAfUl8yTR { width:0.125rem;height:3.125rem;top:36.3125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWZvcaskRWTv9ebRlBgLsqfKFOUo5Oe4 { width:2.5rem;height:2.5rem;top:31.875000953674rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XltXC8TKrE78pHqeGQZ9rPfnR2lO0wg2 { width:7.5625rem;height:1.625rem;top:31.875rem;left:7.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAT6ZEpZeXIykoQZxDxhQQlJ6Rsxiy6 { width:5.75rem;height:0.975rem;top:33.125rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFaBhXy6CZ4RB1XB6W9FtLibVlzwt6L { width:7.5625rem;height:1.625rem;top:36.311719894409rem;left:7.6250005364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4UpgBqphOKbr61rzcM0w3Pi5btCuLX { width:5.75rem;height:0.975rem;top:37.448438644409rem;left:7.6250005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBDSAi71TGeWnnubBmu1sT6T4seAxy7 { width:9.3125rem;height:1.625rem;top:40.5625rem;left:7.6250005364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyELatm9NeOnmMd3OVviC3guRPkp3Cw { width:7.5625rem;height:0.975rem;top:41.8125rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Aprtlfl9f9Uf2wRzWbRwgW4pkWvft { width:2.5rem;height:2.5rem;top:36.061719894409rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVXLZZofcblvvHG1XCikhS5UlNzd0ydA { width:2.5rem;height:2.5rem;top:40.437501907349rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATRH3SfHBbvvcqdTbGRBGhyNkc64OyE { top:1.3562502861023rem;left:0.31171876192093rem;width:19.375rem;height:37.9375rem;z-index:15001;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwswvDcEt3kMABdzTHcP7oL93euAXWTx { width:4.5rem;height:12.1875rem;top:12.606250762939rem;left:1.6875000596046rem;font-size:0.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xn4d1TFEmtcHR4nkIcVUktV3qU5i587y { width:5.3125rem;height:12.1875rem;top:12.606250375509rem;left:7.2187505364419rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b4f8EmAfnFcDBrpUaTF3TGDBOvGyr9zO { width:6.5625rem;height:12.1875rem;top:12.606249809265rem;left:12.937500536442rem;font-size:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #s8RbE8ie5ZpRzgZ9F1cULkoc1pRU6ZWu { width:17.5rem;height:3.75rem;top:47.280469894409rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clkhbRZFLs1wgWqGbZn3mwhdOyCkISkv { display:block; }
 }@media only screen and (max-width: 763px) { #aqfgCqqORUKp2Dey1mUXfb3hsluqlV2i { width:20rem;height:0.0625rem;top:52.280469894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxAdkBzcuhrcwZG3Sc01cvrD8TX2mFVI { width:17.5rem;height:0.0625rem;top:22.668751001358rem;left:1.2500000596046rem;z-index:15006;display:block; }
 }