.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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:transparent;background-image:url("https://images.assets-landingi.com/uc/bd13bdd1-3b84-4a98-b797-b785bc5a7fcb/AdobeStock_77961659111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(32,45,65,0.7); }#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(32,45,65,0.7); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#rgT5OfroM0w1Gcocyur4VKXFIE9upaMA { 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:3.1875rem;width:19.875rem;top:0.625rem;left:1.375rem;overflow:hidden;display:block; }
#xWRP8UuAShPoVKyvInKlRkZOhkN7L0On { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:assistant;font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.375rem;height:5.20019375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-form-header {  }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-regular-label { height:auto;display:block;font-family:assistant;font-size:0.875rem;font-weight:bold;color:#000000;width:21.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .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:21.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.5; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-text {padding-top: 0; padding-bottom: 0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .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:21.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.5; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .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:21.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-select {padding-top: 0; padding-bottom: 0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .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; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ff6500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:#ffffff;width:21.0625rem;height:3.125rem;font-family:arial;overflow:hidden;line-height:1.5; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr [class*="-text"]:-moz-placeholder { color:#696d70;font-family:assistant;font-size:1rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr [class*="-text"]::-moz-placeholder { color:#696d70;font-family:assistant;font-size:1rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr [class*="-text"]:-ms-input-placeholder { color:#696d70;font-family:assistant;font-size:1rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr [class*="-text"]::-webkit-input-placeholder { color:#696d70;font-family:assistant;font-size:1rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .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:assistant;line-height:1.3;font-size:1rem;font-weight:300;color:#000000;vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .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; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.125rem;vertical-align:middle;font-family:arial;font-size:1rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:2.1; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-container:first-of-type{padding-top:0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-container:last-of-type{padding-bottom:0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.875rem;left:49.75rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.0625rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-info-text { display:block;height:auto;font-family:assistant;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr {display:block;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.875rem;left:49.75rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #fw0l35Pfq83D8CI0MrL8NKLgQXtAmQFC { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #fw0l35Pfq83D8CI0MrL8NKLgQXtAmQFC .container-column{width:50%;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #b9tRLt4b53MH2Jm2Lcv5yyZTxOca33Ln { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ySzkqKQllfSXD54OLsLChUyU4N72tLPG { position:relative;z-index:2; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #yCrPRzeb32MzNiZLixuVbIX8fDh8B4BA { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #rdfO0dxzwPkFmq2Qk8OlHWzbIO7wIzKf { position:relative;z-index:2; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #kt7mAAzpvsqpifZvZsnEpkL4Hm4lPmp3 { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #myXUayE7yUIElc8yZEUG4oA77g6RRxyc { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #TQmMIVGiT3xvapZ4OG8PMF3Mp31Z25e7 { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #QNU0mQQvEbJxCuStKqdEDOA1uNcgAZch { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #wTCFutxoZ3gDIAnbvNXqFhaXHTSEuVG1 { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #uoL2tz8XvIAarWnDk621e84lhSV0FShZ { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #MDcAGgQNXBCMERzSUbxspZuBJ1XPQhT3 { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #xpshzOAU9hgeX3KXXEF2Tz2PLTKHGLNH { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ELQ3Hk4gq2XZqTeepetq7ASlrVDfu0x3 { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #hdX4nLVtLVVnfhGbcV1f47WoItEKZt1F { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #McfA319Qy3JGI3LptxXlXdRZfuQG8AOt { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ypNErb793oTP3HkoFAFdcvSi7yBgTqlU { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #t2c7OzHsasMx47BLpIoPqseguRLkoQDS { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #UpP2UqAoHl8ZNNBJ8qF8HVbP3ZH5JMNC { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #neyTKX1K4fo0IDIoRzeVgRiNZsaFpy16 { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #isalXFbB6JXhT2uvBN4MJktozksFuW7e { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #SWGLBL6UiHzGi6k1fkEVlHx70amG2WSF { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #TOMi26rgQSLwoJdzdfJFQdDqEwf3ILwD { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #kiFiLPDPXx1k1LFn1Srhfag5vvCte9vU { position:relative; }
#B0Owe0UnsUG2RfLpOLzPEB8JKlsyfakK { position:relative;display:block; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #bRubh7Vamtohr4s2AVX6RKPtsT2Ov17x { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #d2EcZcuJ47wdo5LeU1aE05RXTcNsDkQK { position:relative; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #PxGyzXZ1mmy4EisF6FCQhayTNbUFJRI4 { position:relative;display:block;z-index:15000; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #MxrQEwTLoI0sMBWL8zSKFKXMTRNd2C6w { position:relative;display:block;z-index:15000; }
#LAw05G7W3a5s5PnmB68hGQ5qWdahtqga { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:assistant;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:28.75rem;left:4.25rem;height:9.34765rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mbb3azrn1VwcH10No1FXOf9GhvDhzp66 { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:assistant;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.375rem;height:14.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hx8Ko6h5E2xyMQOQbTyln7ODTuq1NkzP { 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:1.125rem;width:1.5rem;top:29.5625rem;left:1.4375rem;overflow:hidden;display:block; }
#pA5XDEyMUH1XKwITwx0wl1ihPf6HMTpa { position:absolute;display:block;z-index:15008;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:1.125rem;width:1.5rem;top:31.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#aOtTOXDk2pF4xhlWAmERTqy9tA6t28gt { position:absolute;display:block;z-index:15008;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:1.125rem;width:1.5rem;top:36.375rem;left:1.375rem;overflow:hidden;display:block; }
#igIdlK5XGDHgdzssMa2ehp2dGBe2dA3i { position:absolute;display:block;z-index:15009;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:1.125rem;width:1.5rem;top:34rem;left:1.4375rem;overflow:hidden;display:block; }
#dXUL9x9tz4MLWLBmLxkyKqgcoaEiVo5K { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:2.1875rem;left:49.6875rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEB2zmIeXPmsd3VfAUm19hocMX1aE49C { position:absolute;display:block;z-index:15010;height:9.25rem;width:16.5rem;top:34.810546875rem;left:0rem;display:block; }
#QP79mUuNeezs0T9117bqinmHxKEMkt0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row .container { background-color: transparent; background-image: none; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row .container > .video-iframe-container { display: none; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row > .video-iframe-container { display: none; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .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); }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row .container { border-width: 0; border-radius: 0; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#GzosQOcKNALQZoLONDniarew2EbZZCyV { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:assistant;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:19.90625rem;height:2.6001rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VMhRcU7UereIcRGOFd8bcGBfGveAsXT8 { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.199219226837rem;left:12.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i42yhWxqkyN1X3G19xmxgaMnkkOlRswJ { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.199219226837rem;left:29.90625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yo8XBHz9kx0ZSg51nNQvfgiSq1XfLNQe { color:#000000;display:block;width:14.875rem;position:absolute;font-family:assistant;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.037760257721rem;left:50.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f34e76G2quyXFIWFpZmiRoSuzCOFq1Je { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:7.6875rem;left:32.4375rem;overflow:hidden;display:block; }
#TDxPrTTVrFXkivHdnKAq4d38ipXWeu19 { 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:9.375rem;width:9.375rem;top:7.625rem;left:12.0625rem;overflow:hidden;display:block; }
#qQ5JBAO2Q4OOa0cpeV3VBG03D3QfVGUz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:7.5625rem;left:53.5625rem;overflow:hidden;display:block; }
#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row .container { background-color: transparent; background-image: none; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row .container > .video-iframe-container { display: none; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row > .video-iframe-container { display: none; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .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); }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row .container { border-width: 0; border-radius: 0; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#x8R5zzN3wBzTRExREba2OJUKuvDHxVab { 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:21.8125rem;width:75rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#OEKagAD10QFh5TMoz31Cpy6QbbVJP7kI { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.25rem;left:6.3125rem;height:3.41064375rem;display:block; }
#TbbBzQ2TUSPmACsFPA27hieKWG4anJie { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:29.875rem;height:2.2737625rem;display:block; }
#olZDTWb4pP6Rhs91kOnv64LNBWNZgpkv { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.375rem;left:40.875rem;height:2.2737625rem;display:block; }
#L2exvllVVaJPPfnGgam9A7A7HECzTbLR { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5rem;left:63.5625rem;height:3.41064375rem;display:block; }
#oF1lu1bZ1ITEvZULbkgwvrpivUTrxQoV { background-color:#ff6500;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.411455154419rem;left:28.750001907349rem;display:block; }
#qkayG6IQwAaG5SGS3sIrNkfbacT5k5rJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9Mz53yHiQJhDpipT9uTskguW31BSBC0 { 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:27.1875rem;width:12.3125rem;top:0rem;left:13.5625rem;overflow:hidden;display:none; }
#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18191f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row .container { background-color: transparent; background-image: none; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row .container > .video-iframe-container { display: none; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row > .video-iframe-container { display: none; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .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); }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row .container { border-width: 0; border-radius: 0; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#VBHqTdzehR5FwSooQaBScEc0kzJh7m9L { color:#ffffff;display:block;width:75rem;position:absolute;font-family:assistant;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L5yF6E4SU6qTPUiDoBFlzuMnmtoArKr1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mwFOceTNJeZ2rlL4ZeHrsFHLaqBTw5ig { position:absolute;display:block;z-index:15007;height:6.0625rem;width:10.875rem;top:0rem;left:62.0625rem;display:block; }
#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #18191f, #333642);background-image: -moz-linear-gradient(180deg, #18191f, #333642);background-image: -ms-linear-gradient(180deg, #18191f, #333642);background-image: -o-linear-gradient(180deg, #18191f, #333642);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191f', endColorstr='#333642' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191f', endColorstr='#333642' );";background-image: linear-gradient(180deg, #18191f, #333642);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row .container { background-color: transparent; background-image: none; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row .container > .video-iframe-container { display: none; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row > .video-iframe-container { display: none; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .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); }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row .container { border-width: 0; border-radius: 0; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#JLvhllUkbEwfiT88ZQnuceMNs29JM3Qz { color:#ffffff;display:block;width:2.686525rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4755859375rem;left:8.03125rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIBIM3oCs0mka5khaXMabtKFhlRUf3Ta { color:#ffffff;display:block;width:9.9980625rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5703125rem;left:4.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VgsOz4wg9UGo4k8yJtTdJQwtE5CFt3FM { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4755859375rem;left:18.71875rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fL1CKQIXKaPpBTrlFxIqVK5Mycf1w6tL { color:#ffffff;display:block;width:12rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5703125rem;left:22.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyseEhB21kZ8pHUAQANaexKd7f3u49zN { color:#ffffff;display:block;width:8.124rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4755859375rem;left:42.8125rem;height:2.2747375rem;font-style:normal;display:block; }
#q4tP1qeV0BGVGNG6glng1mX7eFIwFdog { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.57080078125rem;left:41.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8S0v8Venn0fJ9SnDGGNQz48SWUcKzfl { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5703125rem;left:60.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HH32cKLSp5DT8tppPcMUiv9wCBw4nEin { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4755859375rem;left:62.625rem;height:2.2747375rem;font-style:normal;display:block; }
#mCVMmARioFZ7FOhfii0yUs25gHClmWtR { position:relative;display:block; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR { background-color: transparent; background-image: none; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .row .container > .video-iframe-container { display: none; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .row > .video-iframe-container { display: none; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .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); }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR { border-width: 0; border-radius: 0; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .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; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z5WCKLxB2T4RBlxU3MohXJztEVdMQnsH { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.48828125rem;left:0rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b { position:relative;display:block; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b { background-color: transparent; background-image: none; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .row .container > .video-iframe-container { display: none; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .row > .video-iframe-container { display: none; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .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); }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b { border-width: 0; border-radius: 0; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .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; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff8f3;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ff6500; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-heading-text { display:block;position:relative;width:100%;font-family:assistant;font-weight:700;font-size:1.25rem;line-height:1.4;overflow:hidden;height:auto; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:assistant;line-height:1.4;overflow:hidden;height:auto; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b334d90ccf4ec42ab67a50aacb2ed938073262b9.svg");background-size:contain !important; }#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-trigger.adaptive-delivery-prevent-bg, #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-trigger.lazyload, #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-trigger.lazyloading { background-image: none; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W { box-sizing:content-box;height:auto;width:33.8736875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#fff8f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.3211784362793rem;left:38.062501907349rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #E6lLVk2IO3brx5XtTHuzvRlpT02efQvM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oT8Mr5ydFC8M6yZdtPnbselgIewe71yJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #o1Vw77Uvb5SuPz3dznNQSop6Fqt4qH0m { display:block;position:relative; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #tmbsXlc2ZpWOhdMI4t7URi8bPw6Ne0EW {  }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #AR6CbppWrOfpWmb2quTQ0q72swtmC0sA {  }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #NSo48RRHhuvUTSKbEeGrB48nSuzVDhpt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oWcOZk2BfeNB80mS6ekxTmeomKJshNIW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #S82oDkUWx6EKs7RCQBQfLzQNyI2EDeXK { display:block;position:relative; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #brpcSHJmAq4utvnCSbflzW27qIsvFZdi {  }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #fVn0LBKgpAVxppWBIGg49uBpSQVnByaC { display:none; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #XsmgfBv7Ew6iEqnKeG4Uerx03OgtsinB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #fhSCl2lkGHJmVI7qzdgKOK5Hw3I7h9XN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #ZGOh8G0F527PK0ZNqv2mzoXzITdLw4eQ { display:block;position:relative; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oZu6h5xca2RCFOxFt3sJgOHS9TXXFgck {  }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #CXm17qVvCDDJBR6mO74Zmw2nqoRdmBwF { display:none; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff8f3;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ff6500; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-heading-text { display:block;position:relative;width:100%;font-family:assistant;font-weight:700;font-size:1.25rem;line-height:1.4;overflow:hidden;height:auto; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:assistant;line-height:1.4;overflow:hidden;height:auto; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b334d90ccf4ec42ab67a50aacb2ed938073262b9.svg");background-size:contain !important; }#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-trigger.adaptive-delivery-prevent-bg, #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-trigger.lazyload, #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-trigger.lazyloading { background-image: none; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq { box-sizing:content-box;height:auto;width:33.8720625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#fff8f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.2812538146973rem;left:0.5625rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #G7mGaM374F4BMESPeNoDVICIdxcoteax { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #ITJM35uBqq27m5uxNT6D6zbDzTTn7GBu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #PpsqTk9z9t8vRfDd3A11RATxlmxUEEUw { display:block;position:relative; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #AtmFXiiQXebN1Tsycum4ELgHpQ2Ng8u0 {  }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #NKTp2VBflDQL74cSNPaITz6AgQew40Qn {  }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #RTXQKkTIPUHee7rx7OTeaV5C4y9TGzfU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #Il69MDTgBLBL63Kawn8dcwzeGdtpCQIc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #u3u1bTumGWuhGXdiVaFczPfuoEWS6krd { display:block;position:relative; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #SlIfTox7NoOFnT1pGfbZLPbnNtyv3zir {  }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #Vz05FC5kckDxmUrd0mytIvotv7lW2hAV { display:none; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #rFZRyrqpQU4mUoDad8wlCyTyQZymeL8M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #u5HS2sSwV2uDkxg47TIeTR8PO58VRXnK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #R9WtECyKGXa5ciTGIu41R7LEDExTXahO { display:block;position:relative; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #SXPcu9eT2FWkR2gSvAsGSEDzJRJuTIZo {  }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #qdFX3kraFLklJyJgeCxITdPoJgdJCXl0 { display:none; }
#vN5llukSONiqGOmTkRSfsbACC90VSuJe { position:relative;display:none; }#vN5llukSONiqGOmTkRSfsbACC90VSuJe { border-width: 0; border-radius: 0; }#vN5llukSONiqGOmTkRSfsbACC90VSuJe > .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; }#vN5llukSONiqGOmTkRSfsbACC90VSuJe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff8f3;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ff6500; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-heading-text { display:block;position:relative;width:100%;font-family:assistant;font-weight:700;font-size:1.25rem;line-height:1.4;overflow:hidden;height:auto; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:assistant;line-height:1.4;overflow:hidden;height:auto; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b334d90ccf4ec42ab67a50aacb2ed938073262b9.svg");background-size:contain !important; }#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-trigger.adaptive-delivery-prevent-bg, #atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-trigger.lazyload, #atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-trigger.lazyloading { background-image: none; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH { box-sizing:content-box;height:auto;width:33.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#fff8f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.9375rem;left:1.6875rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#atV937XtNl0REccimVgkmbV5C6U0ueuH #xTFDJNgd2n5DFHtgmQ6OGZv5OR55iIdR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #hR30T2N9PAwlRPAi8Ugdl07DXyLrZ8Aa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #kcuQwyVQ5TTgWZFL9I1FAm2m7LWUw8J3 { display:block;position:relative; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #lvwqaqQ7mx8o98oXSGhVNZeqpUmGsIRG {  }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #cFrTD2PiJgWX4vUr2i9WMDkvhrhPhNHc {  }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #EkBmQmpE3sJZZbrm9ECseQU3OATMPTTq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #QmBOPJnhhqu2KR9wCSy1ax6oHIVJzT8F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #aZDVnTvr8GigG0XEQTQgQFLIgd2C9Rdl { display:block;position:relative; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #TKV2XpXl4m5afm2tRS6oAxThF439IuCA {  }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #vRZMRpOVfdv7QNbegkbqfDSOSbA0rnw4 { display:none; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #r1L2fp0rGgm3B4D4uNqct4EscmyXxka1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #py0IB9iA6LmUBio7pBQZc51F3TbKqikT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #W7yqIaByfTUaeSvRZ6PJHt9OfFL12GOT { display:block;position:relative; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #gdLoQpGZkrnWIv1uJ0vt9zfMR317E5TW {  }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #emzctd2L7aWorGkiCNX2eLJ9CBrL7Icy { display:none; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #e8ue74eJxyZLDOs8P2ZzCxRRe3iBgwDA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #Sn22LHarLHZ9e0BOqlVpZUKT2XNdDFBt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #fkzcQkM8Npgr3RbChv2aXm9qN3w5m2ZB { display:block;position:relative; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #S6eAI5IuDoMbeu8XAeUnRST5TF98wTtT {  }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #CDLqdC5ldyXcVtMqwF34nSJb3KL8qW3a { display:none; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #fnZML6zTg2ik1rTTHpqoXe27VkECArMs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #XgucB05uW2UdKT61NXFdptqSMxJUr1Cr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #etPaqgvd4DnCxUTwG3srOhql7owGGdXF { display:block;position:relative; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #toAEaM0BPoWtCAFCnDeom8puyvhnADZb {  }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #UlUTkdLSqCQMt3E9IW5VWfCpUGa4G5wv { display:none; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #PioSoA31eJ00ZkXovBiMZ4sE9ptav0Wu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #ND609P1CJ1fFtdC10bk97GSpIRsel7fa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #bxL9ssip3ppt0yAz0511trxK78q5gwol { display:block;position:relative; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #PzlzFrMtPaGBQ3LgF3s4BbJDbLqdceb6 {  }
#atV937XtNl0REccimVgkmbV5C6U0ueuH #hxWhXPwU8UXPKqVHW9P5UIRwUCP88CcG { display:none; }
#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffddc6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row .container { background-color: transparent; background-image: none; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row .container > .video-iframe-container { display: none; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row > .video-iframe-container { display: none; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .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); }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row .container { border-width: 0; border-radius: 0; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#xHkikmBapTWf8Atx2eaANeZmibFd8g2h { color:#000000;display:block;width:60rem;position:absolute;font-family:assistant;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.73003387451175rem;left:7.5625rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c { position:relative;display:block; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c { background-color: transparent; background-image: none; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .row .container > .video-iframe-container { display: none; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .row > .video-iframe-container { display: none; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .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); }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c { border-width: 0; border-radius: 0; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .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; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n82kVDGdDBoQfVlkQ9iLJnBZEGWT7yb3 { 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:5.875rem;width:6.75rem;top:3.375rem;left:13rem;overflow:hidden;display:block; }
#nVD28PNUO6dVcE5eVJ0BXgIp9kRuFfon { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.875rem;top:2.9375rem;left:23.625rem;overflow:hidden;display:block; }
#p3cFBVwgMWyip1iT3grnGHbdHdh6lcs3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.0625rem;left:33.9375rem;overflow:hidden;display:block; }
#DovM0NkEr8crRNOS4gtx2tiAIPIKnCaT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:8.8125rem;top:2.9375rem;left:42.5625rem;overflow:hidden;display:block; }
#RF811oDhmIK8gOVXrpvACeHVEOIPnPyQ { position:absolute;display:block;z-index:15004;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:5.625rem;width:6.8125rem;top:3.375rem;left:54.5625rem;overflow:hidden;display:block; }
#s1g8GAOcrI8CiNW5VETyyh8dmhlrKOfH { color:#18191f;display:block;width:5.25rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:13.75rem;height:1.625rem;font-style:normal;display:block; }
#XRzOHl0cKtcyBL2HFdTHQhuNoRtLy7z5 { color:#18191f;display:block;width:9.5rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:22.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZDG15buXlurnmJnWnSVTgTkD81THWSf { color:#18191f;display:block;width:5.4375rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:34.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTev8KcieKxDWbMTcRsLFoTGHADqPJct { color:#18191f;display:block;width:5.4375rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.0625rem;left:44.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8aOi5mfTxULlABENhsxpZHZS9cXMTz4 { color:#18191f;display:block;width:8rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.0625rem;left:54rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18191f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection *:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="text"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="email"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="tel"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection textarea:focus-visible { outline: none; } #DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row .container { background-color: transparent; background-image: none; }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row .container > .video-iframe-container { display: none; }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row > .video-iframe-container { display: none; }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .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); }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row .container { border-width: 0; border-radius: 0; }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgT5OfroM0w1Gcocyur4VKXFIE9upaMA { top:0.625rem;left:0rem;width:19.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWRP8UuAShPoVKyvInKlRkZOhkN7L0On { top:5.9375rem;left:0rem;width:30.6875rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-regular-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-text { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-text {padding-top: 0; padding-bottom: 0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-textarea { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-select { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-select {padding-top: 0; padding-bottom: 0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-button { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr  { width:21.0625rem;height:auto;top:3.875rem;left:24.1875rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .radio-container { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr {display:block;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr { width:21.0625rem;height:auto;top:3.875rem;left:24.1875rem; }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #fw0l35Pfq83D8CI0MrL8NKLgQXtAmQFC {  }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #fw0l35Pfq83D8CI0MrL8NKLgQXtAmQFC .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #b9tRLt4b53MH2Jm2Lcv5yyZTxOca33Ln {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ySzkqKQllfSXD54OLsLChUyU4N72tLPG {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #yCrPRzeb32MzNiZLixuVbIX8fDh8B4BA {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #rdfO0dxzwPkFmq2Qk8OlHWzbIO7wIzKf {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #kt7mAAzpvsqpifZvZsnEpkL4Hm4lPmp3 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #myXUayE7yUIElc8yZEUG4oA77g6RRxyc {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #TQmMIVGiT3xvapZ4OG8PMF3Mp31Z25e7 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #QNU0mQQvEbJxCuStKqdEDOA1uNcgAZch {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #wTCFutxoZ3gDIAnbvNXqFhaXHTSEuVG1 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #uoL2tz8XvIAarWnDk621e84lhSV0FShZ {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #MDcAGgQNXBCMERzSUbxspZuBJ1XPQhT3 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #xpshzOAU9hgeX3KXXEF2Tz2PLTKHGLNH {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ELQ3Hk4gq2XZqTeepetq7ASlrVDfu0x3 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #hdX4nLVtLVVnfhGbcV1f47WoItEKZt1F {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #McfA319Qy3JGI3LptxXlXdRZfuQG8AOt {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ypNErb793oTP3HkoFAFdcvSi7yBgTqlU {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #t2c7OzHsasMx47BLpIoPqseguRLkoQDS {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #UpP2UqAoHl8ZNNBJ8qF8HVbP3ZH5JMNC {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #neyTKX1K4fo0IDIoRzeVgRiNZsaFpy16 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #isalXFbB6JXhT2uvBN4MJktozksFuW7e {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #SWGLBL6UiHzGi6k1fkEVlHx70amG2WSF {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #TOMi26rgQSLwoJdzdfJFQdDqEwf3ILwD {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #kiFiLPDPXx1k1LFn1Srhfag5vvCte9vU {  }
 }@media only screen and (max-width: 763px) { #B0Owe0UnsUG2RfLpOLzPEB8JKlsyfakK { display:block; }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #bRubh7Vamtohr4s2AVX6RKPtsT2Ov17x {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #d2EcZcuJ47wdo5LeU1aE05RXTcNsDkQK {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #PxGyzXZ1mmy4EisF6FCQhayTNbUFJRI4 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #MxrQEwTLoI0sMBWL8zSKFKXMTRNd2C6w {  }
 }@media only screen and (max-width: 763px) { #LAw05G7W3a5s5PnmB68hGQ5qWdahtqga { top:28.75rem;left:0rem;width:25.375rem;height:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbb3azrn1VwcH10No1FXOf9GhvDhzp66 { top:12.375rem;left:0rem;width:13.6875rem;height:14.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8Ko6h5E2xyMQOQbTyln7ODTuq1NkzP { top:29.5625rem;left:0rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA5XDEyMUH1XKwITwx0wl1ihPf6HMTpa { top:31.6875rem;left:0rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtTOXDk2pF4xhlWAmERTqy9tA6t28gt { top:36.375rem;left:0rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igIdlK5XGDHgdzssMa2ehp2dGBe2dA3i { top:34rem;left:0rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXUL9x9tz4MLWLBmLxkyKqgcoaEiVo5K { top:2.1875rem;left:24.125rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEB2zmIeXPmsd3VfAUm19hocMX1aE49C { top:34.75rem;left:0rem;width:16.5rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP79mUuNeezs0T9117bqinmHxKEMkt0U { display:block; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzosQOcKNALQZoLONDniarew2EbZZCyV { top:1.875rem;left:6.28125rem;width:35.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMhRcU7UereIcRGOFd8bcGBfGveAsXT8 { top:18.1875rem;left:0rem;width:8.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42yhWxqkyN1X3G19xmxgaMnkkOlRswJ { top:18.1875rem;left:16.28125rem;width:14.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo8XBHz9kx0ZSg51nNQvfgiSq1XfLNQe { top:18rem;left:32.875rem;width:14.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34e76G2quyXFIWFpZmiRoSuzCOFq1Je { top:7.6875rem;left:18.8125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxPrTTVrFXkivHdnKAq4d38ipXWeu19 { top:7.625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ5JBAO2Q4OOa0cpeV3VBG03D3QfVGUz { top:7.5625rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT { display:block; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8R5zzN3wBzTRExREba2OJUKuvDHxVab { top:4rem;left:0rem;width:47.75rem;height:13.887291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEKagAD10QFh5TMoz31Cpy6QbbVJP7kI { top:16.25rem;left:0rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbbBzQ2TUSPmACsFPA27hieKWG4anJie { top:10.125rem;left:16.25rem;width:9.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olZDTWb4pP6Rhs91kOnv64LNBWNZgpkv { top:21.375rem;left:27.25rem;width:8.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2exvllVVaJPPfnGgam9A7A7HECzTbLR { top:15.5rem;left:37rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF1lu1bZ1ITEvZULbkgwvrpivUTrxQoV { width:17.5rem;height:3.4375rem;top:28.375rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkayG6IQwAaG5SGS3sIrNkfbacT5k5rJ { display:block; }
 }@media only screen and (max-width: 763px) { #I9Mz53yHiQJhDpipT9uTskguW31BSBC0 { top:0rem;left:0rem;width:12.3125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh { display:block; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBHqTdzehR5FwSooQaBScEc0kzJh7m9L { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5yF6E4SU6qTPUiDoBFlzuMnmtoArKr1 { top:5.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwFOceTNJeZ2rlL4ZeHrsFHLaqBTw5ig { top:0rem;left:36.875rem;width:10.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP { display:block; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLvhllUkbEwfiT88ZQnuceMNs29JM3Qz { top:2.4375rem;left:4.625rem;width:2.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBIM3oCs0mka5khaXMabtKFhlRUf3Ta { top:5.5625rem;left:0.96875rem;width:9.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgsOz4wg9UGo4k8yJtTdJQwtE5CFt3FM { top:2.4375rem;left:0.25rem;width:18.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL1CKQIXKaPpBTrlFxIqVK5Mycf1w6tL { top:5.5625rem;left:11.875rem;width:12rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyseEhB21kZ8pHUAQANaexKd7f3u49zN { top:2.4375rem;left:25.78125rem;width:8.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4tP1qeV0BGVGNG6glng1mX7eFIwFdog { top:5.5625rem;left:24.09375rem;width:11.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8S0v8Venn0fJ9SnDGGNQz48SWUcKzfl { top:5.5625rem;left:36.90625rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH32cKLSp5DT8tppPcMUiv9wCBw4nEin { top:2.4375rem;left:38.78125rem;width:6rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCVMmARioFZ7FOhfii0yUs25gHClmWtR { display:block; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5WCKLxB2T4RBlxU3MohXJztEVdMQnsH { top:2.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b { display:block; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W { display:flex;height:auto;width:27.8125rem;top:1.625rem;left:0rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #E6lLVk2IO3brx5XtTHuzvRlpT02efQvM {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oT8Mr5ydFC8M6yZdtPnbselgIewe71yJ {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #o1Vw77Uvb5SuPz3dznNQSop6Fqt4qH0m {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #tmbsXlc2ZpWOhdMI4t7URi8bPw6Ne0EW {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #AR6CbppWrOfpWmb2quTQ0q72swtmC0sA {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #NSo48RRHhuvUTSKbEeGrB48nSuzVDhpt {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oWcOZk2BfeNB80mS6ekxTmeomKJshNIW {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #S82oDkUWx6EKs7RCQBQfLzQNyI2EDeXK {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #brpcSHJmAq4utvnCSbflzW27qIsvFZdi {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #fVn0LBKgpAVxppWBIGg49uBpSQVnByaC {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #XsmgfBv7Ew6iEqnKeG4Uerx03OgtsinB {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #fhSCl2lkGHJmVI7qzdgKOK5Hw3I7h9XN {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #ZGOh8G0F527PK0ZNqv2mzoXzITdLw4eQ {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oZu6h5xca2RCFOxFt3sJgOHS9TXXFgck {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #CXm17qVvCDDJBR6mO74Zmw2nqoRdmBwF {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq { display:flex;height:auto;width:27.8125rem;top:1.625rem;left:0rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #G7mGaM374F4BMESPeNoDVICIdxcoteax {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #ITJM35uBqq27m5uxNT6D6zbDzTTn7GBu {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #PpsqTk9z9t8vRfDd3A11RATxlmxUEEUw {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #AtmFXiiQXebN1Tsycum4ELgHpQ2Ng8u0 {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #NKTp2VBflDQL74cSNPaITz6AgQew40Qn {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #RTXQKkTIPUHee7rx7OTeaV5C4y9TGzfU {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #Il69MDTgBLBL63Kawn8dcwzeGdtpCQIc {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #u3u1bTumGWuhGXdiVaFczPfuoEWS6krd {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #SlIfTox7NoOFnT1pGfbZLPbnNtyv3zir {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #Vz05FC5kckDxmUrd0mytIvotv7lW2hAV {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #rFZRyrqpQU4mUoDad8wlCyTyQZymeL8M {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #u5HS2sSwV2uDkxg47TIeTR8PO58VRXnK {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #R9WtECyKGXa5ciTGIu41R7LEDExTXahO {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #SXPcu9eT2FWkR2gSvAsGSEDzJRJuTIZo {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #qdFX3kraFLklJyJgeCxITdPoJgdJCXl0 {  }
 }@media only screen and (max-width: 763px) { #vN5llukSONiqGOmTkRSfsbACC90VSuJe { display:block; }#vN5llukSONiqGOmTkRSfsbACC90VSuJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH { display:flex;height:auto;width:27.8125rem;top:1.625rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #xTFDJNgd2n5DFHtgmQ6OGZv5OR55iIdR {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #hR30T2N9PAwlRPAi8Ugdl07DXyLrZ8Aa {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #kcuQwyVQ5TTgWZFL9I1FAm2m7LWUw8J3 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #lvwqaqQ7mx8o98oXSGhVNZeqpUmGsIRG {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #cFrTD2PiJgWX4vUr2i9WMDkvhrhPhNHc {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #EkBmQmpE3sJZZbrm9ECseQU3OATMPTTq {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #QmBOPJnhhqu2KR9wCSy1ax6oHIVJzT8F {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #aZDVnTvr8GigG0XEQTQgQFLIgd2C9Rdl {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #TKV2XpXl4m5afm2tRS6oAxThF439IuCA {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #vRZMRpOVfdv7QNbegkbqfDSOSbA0rnw4 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #r1L2fp0rGgm3B4D4uNqct4EscmyXxka1 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #py0IB9iA6LmUBio7pBQZc51F3TbKqikT {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #W7yqIaByfTUaeSvRZ6PJHt9OfFL12GOT {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #gdLoQpGZkrnWIv1uJ0vt9zfMR317E5TW {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #emzctd2L7aWorGkiCNX2eLJ9CBrL7Icy {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #e8ue74eJxyZLDOs8P2ZzCxRRe3iBgwDA {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #Sn22LHarLHZ9e0BOqlVpZUKT2XNdDFBt {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #fkzcQkM8Npgr3RbChv2aXm9qN3w5m2ZB {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #S6eAI5IuDoMbeu8XAeUnRST5TF98wTtT {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #CDLqdC5ldyXcVtMqwF34nSJb3KL8qW3a {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #fnZML6zTg2ik1rTTHpqoXe27VkECArMs {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #XgucB05uW2UdKT61NXFdptqSMxJUr1Cr {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #etPaqgvd4DnCxUTwG3srOhql7owGGdXF {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #toAEaM0BPoWtCAFCnDeom8puyvhnADZb {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #UlUTkdLSqCQMt3E9IW5VWfCpUGa4G5wv {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #PioSoA31eJ00ZkXovBiMZ4sE9ptav0Wu {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #ND609P1CJ1fFtdC10bk97GSpIRsel7fa {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #bxL9ssip3ppt0yAz0511trxK78q5gwol {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #PzlzFrMtPaGBQ3LgF3s4BbJDbLqdceb6 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #hxWhXPwU8UXPKqVHW9P5UIRwUCP88CcG {  }
 }@media only screen and (max-width: 763px) { #npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF { display:block; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHkikmBapTWf8Atx2eaANeZmibFd8g2h { top:0.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c { display:block; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n82kVDGdDBoQfVlkQ9iLJnBZEGWT7yb3 { top:3.375rem;left:0rem;width:6.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVD28PNUO6dVcE5eVJ0BXgIp9kRuFfon { top:2.9375rem;left:10rem;width:6.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3cFBVwgMWyip1iT3grnGHbdHdh6lcs3 { top:3.0625rem;left:20.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DovM0NkEr8crRNOS4gtx2tiAIPIKnCaT { top:2.9375rem;left:28.9375rem;width:8.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF811oDhmIK8gOVXrpvACeHVEOIPnPyQ { top:3.375rem;left:40.9375rem;width:6.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1g8GAOcrI8CiNW5VETyyh8dmhlrKOfH { top:11.0625rem;left:0.125rem;width:5.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRzOHl0cKtcyBL2HFdTHQhuNoRtLy7z5 { top:11.0625rem;left:8.6875rem;width:9.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZDG15buXlurnmJnWnSVTgTkD81THWSf { top:11.0625rem;left:20.875rem;width:5.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTev8KcieKxDWbMTcRsLFoTGHADqPJct { top:11.0625rem;left:30.625rem;width:5.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8aOi5mfTxULlABENhsxpZHZS9cXMTz4 { top:11.0625rem;left:39.75rem;width:8rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection { display:block; } #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection *:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="text"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="email"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="tel"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection textarea:focus-visible { outline: none; } #DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d88d0ed2-bab9-43bc-a863-d3589b4cd5aa/5559a61bschermata20230711alle100713_1000000000000000000028.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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(32,45,65,0.7); }#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(32,45,65,0.7); }#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:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgT5OfroM0w1Gcocyur4VKXFIE9upaMA { width:13.4375rem;height:1.875rem;top:1.2499990463257rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWRP8UuAShPoVKyvInKlRkZOhkN7L0On { width:20rem;height:5.84765625rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-text {padding-top: 0; padding-bottom: 0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-select {padding-top: 0; padding-bottom: 0;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;font-size:1.125rem;overflow:hidden;height:2.5rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr  { width:17.5rem;height:auto;top:24.3125rem;left:0rem; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr {display:block;}#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr { width:17.5rem;height:auto;top:24.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #fw0l35Pfq83D8CI0MrL8NKLgQXtAmQFC {  }
#qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #fw0l35Pfq83D8CI0MrL8NKLgQXtAmQFC .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #b9tRLt4b53MH2Jm2Lcv5yyZTxOca33Ln {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ySzkqKQllfSXD54OLsLChUyU4N72tLPG {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #yCrPRzeb32MzNiZLixuVbIX8fDh8B4BA {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #rdfO0dxzwPkFmq2Qk8OlHWzbIO7wIzKf {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #kt7mAAzpvsqpifZvZsnEpkL4Hm4lPmp3 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #myXUayE7yUIElc8yZEUG4oA77g6RRxyc {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #TQmMIVGiT3xvapZ4OG8PMF3Mp31Z25e7 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #QNU0mQQvEbJxCuStKqdEDOA1uNcgAZch {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #wTCFutxoZ3gDIAnbvNXqFhaXHTSEuVG1 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #uoL2tz8XvIAarWnDk621e84lhSV0FShZ {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #MDcAGgQNXBCMERzSUbxspZuBJ1XPQhT3 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #xpshzOAU9hgeX3KXXEF2Tz2PLTKHGLNH {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ELQ3Hk4gq2XZqTeepetq7ASlrVDfu0x3 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #hdX4nLVtLVVnfhGbcV1f47WoItEKZt1F {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #McfA319Qy3JGI3LptxXlXdRZfuQG8AOt {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #ypNErb793oTP3HkoFAFdcvSi7yBgTqlU {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #t2c7OzHsasMx47BLpIoPqseguRLkoQDS {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #UpP2UqAoHl8ZNNBJ8qF8HVbP3ZH5JMNC {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #neyTKX1K4fo0IDIoRzeVgRiNZsaFpy16 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #isalXFbB6JXhT2uvBN4MJktozksFuW7e {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #SWGLBL6UiHzGi6k1fkEVlHx70amG2WSF {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #TOMi26rgQSLwoJdzdfJFQdDqEwf3ILwD {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #kiFiLPDPXx1k1LFn1Srhfag5vvCte9vU {  }
 }@media only screen and (max-width: 763px) { #B0Owe0UnsUG2RfLpOLzPEB8JKlsyfakK { display:block; }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #bRubh7Vamtohr4s2AVX6RKPtsT2Ov17x {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #d2EcZcuJ47wdo5LeU1aE05RXTcNsDkQK {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #PxGyzXZ1mmy4EisF6FCQhayTNbUFJRI4 {  }
 }@media only screen and (max-width: 763px) { #qQTAreiXcP6p3nNsGhQiIhzIBdqU3yUr #MxrQEwTLoI0sMBWL8zSKFKXMTRNd2C6w {  }
 }@media only screen and (max-width: 763px) { #LAw05G7W3a5s5PnmB68hGQ5qWdahtqga { width:16.3125rem;height:11.4726625rem;top:66.625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbb3azrn1VwcH10No1FXOf9GhvDhzp66 { width:20rem;height:10.3984375rem;top:11.003472328186rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8Ko6h5E2xyMQOQbTyln7ODTuq1NkzP { width:1.499025rem;height:1.124025rem;top:66.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA5XDEyMUH1XKwITwx0wl1ihPf6HMTpa { width:1.5rem;height:1.125rem;top:69rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtTOXDk2pF4xhlWAmERTqy9tA6t28gt { width:1.4998375rem;height:1.124675rem;top:74.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igIdlK5XGDHgdzssMa2ehp2dGBe2dA3i { width:1.4998375rem;height:1.124675rem;top:70.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXUL9x9tz4MLWLBmLxkyKqgcoaEiVo5K { width:20rem;height:1.70003125rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEB2zmIeXPmsd3VfAUm19hocMX1aE49C { width:3.2495125rem;height:1.8123375rem;top:72rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP79mUuNeezs0T9117bqinmHxKEMkt0U { display:block; }#QP79mUuNeezs0T9117bqinmHxKEMkt0U > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzosQOcKNALQZoLONDniarew2EbZZCyV { width:20rem;height:4.7119125rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMhRcU7UereIcRGOFd8bcGBfGveAsXT8 { width:12.5rem;height:3.25rem;top:15.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42yhWxqkyN1X3G19xmxgaMnkkOlRswJ { width:15rem;height:3.25rem;top:28.811633062744rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo8XBHz9kx0ZSg51nNQvfgiSq1XfLNQe { width:14.875rem;height:3.25rem;top:42.186199188233rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34e76G2quyXFIWFpZmiRoSuzCOFq1Je { width:5.9375rem;height:5.9375rem;top:22.0859375rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxPrTTVrFXkivHdnKAq4d38ipXWeu19 { width:6.1875rem;height:6.1875rem;top:8.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ5JBAO2Q4OOa0cpeV3VBG03D3QfVGUz { width:6.25rem;height:6.25rem;top:35.2734375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT { display:block; }#bW5qGMOTr6tWWw1a0gEHmwQ5yc443iMT > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8R5zzN3wBzTRExREba2OJUKuvDHxVab { width:20rem;height:5.8166666666667rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEKagAD10QFh5TMoz31Cpy6QbbVJP7kI { width:10.75rem;height:0;top:18.187498092651rem;left:6.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbbBzQ2TUSPmACsFPA27hieKWG4anJie { width:9.75rem;height:0;top:12.062498092651rem;left:10.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olZDTWb4pP6Rhs91kOnv64LNBWNZgpkv { width:8.5625rem;height:0;top:23.312498092651rem;left:11.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2exvllVVaJPPfnGgam9A7A7HECzTbLR { width:10.75rem;height:0;top:17.437498092651rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oF1lu1bZ1ITEvZULbkgwvrpivUTrxQoV { width:17.5rem;height:3.4375rem;top:48.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkayG6IQwAaG5SGS3sIrNkfbacT5k5rJ { display:block; }
 }@media only screen and (max-width: 763px) { #I9Mz53yHiQJhDpipT9uTskguW31BSBC0 { width:19.5625rem;height:43.6875rem;top:2.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh { display:block; }#mIr4h2Kq3dUfhFpPhTUIETAwzmBDshPh > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBHqTdzehR5FwSooQaBScEc0kzJh7m9L { width:20rem;height:4.54915625rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5yF6E4SU6qTPUiDoBFlzuMnmtoArKr1 { width:20rem;height:4.875rem;top:7.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwFOceTNJeZ2rlL4ZeHrsFHLaqBTw5ig { width:11.25rem;height:6.4375rem;top:0.623046875rem;left:8.7520604395606rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP { display:block; }#KqUqsEv8R9BQXfgiJA4Bi26uTumlFCrP > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLvhllUkbEwfiT88ZQnuceMNs29JM3Qz { width:2.62478125rem;height:2.2747375rem;top:1.25rem;left:8.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBIM3oCs0mka5khaXMabtKFhlRUf3Ta { width:9.9365rem;height:2.5996125rem;top:3.5237627029419rem;left:5.0309242010117rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgsOz4wg9UGo4k8yJtTdJQwtE5CFt3FM { width:5.4370125rem;height:2.274575rem;top:8.4977207183837rem;left:7.28108727932rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL1CKQIXKaPpBTrlFxIqVK5Mycf1w6tL { width:12.8125rem;height:2.5996125rem;top:10.770669937134rem;left:3.5937498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyseEhB21kZ8pHUAQANaexKd7f3u49zN { width:8.0615rem;height:2.274575rem;top:15.308429718017rem;left:5.9684242010117rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4tP1qeV0BGVGNG6glng1mX7eFIwFdog { width:11.436375rem;height:2.5996125rem;top:18.207193374634rem;left:4.2814124822617rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8S0v8Venn0fJ9SnDGGNQz48SWUcKzfl { width:9.749375rem;height:2.5996125rem;top:25.64290368557rem;left:5.1245115995407rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH32cKLSp5DT8tppPcMUiv9wCBw4nEin { width:6.3745rem;height:2.274575rem;top:23.369140028954rem;left:6.8115233182906rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCVMmARioFZ7FOhfii0yUs25gHClmWtR { display:block; }#mCVMmARioFZ7FOhfii0yUs25gHClmWtR > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5WCKLxB2T4RBlxU3MohXJztEVdMQnsH { width:20rem;height:4.0625rem;top:2.8743495941162rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b { display:none; }#WmqQEhNCs4TxTD2Xs341uaOLHLuyon2b > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W { display:flex;height:auto;width:17.5rem;top:34.561208724976rem;left:0rem; }
#rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #E6lLVk2IO3brx5XtTHuzvRlpT02efQvM {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oT8Mr5ydFC8M6yZdtPnbselgIewe71yJ {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #o1Vw77Uvb5SuPz3dznNQSop6Fqt4qH0m {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #tmbsXlc2ZpWOhdMI4t7URi8bPw6Ne0EW {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #AR6CbppWrOfpWmb2quTQ0q72swtmC0sA {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #NSo48RRHhuvUTSKbEeGrB48nSuzVDhpt {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oWcOZk2BfeNB80mS6ekxTmeomKJshNIW {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #S82oDkUWx6EKs7RCQBQfLzQNyI2EDeXK {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #brpcSHJmAq4utvnCSbflzW27qIsvFZdi {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #fVn0LBKgpAVxppWBIGg49uBpSQVnByaC {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #XsmgfBv7Ew6iEqnKeG4Uerx03OgtsinB {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #fhSCl2lkGHJmVI7qzdgKOK5Hw3I7h9XN {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #ZGOh8G0F527PK0ZNqv2mzoXzITdLw4eQ {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #oZu6h5xca2RCFOxFt3sJgOHS9TXXFgck {  }
 }@media only screen and (max-width: 763px) { #rSGXTuDDgqRnibGgimOZ6nsAx2LOfe7W #CXm17qVvCDDJBR6mO74Zmw2nqoRdmBwF {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq { display:flex;height:auto;width:17.5rem;top:1.625rem;left:0rem; }
#G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #G7mGaM374F4BMESPeNoDVICIdxcoteax {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #ITJM35uBqq27m5uxNT6D6zbDzTTn7GBu {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #PpsqTk9z9t8vRfDd3A11RATxlmxUEEUw {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #AtmFXiiQXebN1Tsycum4ELgHpQ2Ng8u0 {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #NKTp2VBflDQL74cSNPaITz6AgQew40Qn {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #RTXQKkTIPUHee7rx7OTeaV5C4y9TGzfU {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #Il69MDTgBLBL63Kawn8dcwzeGdtpCQIc {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #u3u1bTumGWuhGXdiVaFczPfuoEWS6krd {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #SlIfTox7NoOFnT1pGfbZLPbnNtyv3zir {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #Vz05FC5kckDxmUrd0mytIvotv7lW2hAV {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #rFZRyrqpQU4mUoDad8wlCyTyQZymeL8M {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #u5HS2sSwV2uDkxg47TIeTR8PO58VRXnK {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #R9WtECyKGXa5ciTGIu41R7LEDExTXahO {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #SXPcu9eT2FWkR2gSvAsGSEDzJRJuTIZo {  }
 }@media only screen and (max-width: 763px) { #G6TPe6HWsXNGTgL6vhyuD2UoImsxl0Wq #qdFX3kraFLklJyJgeCxITdPoJgdJCXl0 {  }
 }@media only screen and (max-width: 763px) { #vN5llukSONiqGOmTkRSfsbACC90VSuJe { display:block; }#vN5llukSONiqGOmTkRSfsbACC90VSuJe > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH { display:flex;height:auto;width:17.5rem;top:2.7378468513489rem;left:0rem; }
#atV937XtNl0REccimVgkmbV5C6U0ueuH .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #xTFDJNgd2n5DFHtgmQ6OGZv5OR55iIdR {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #hR30T2N9PAwlRPAi8Ugdl07DXyLrZ8Aa {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #kcuQwyVQ5TTgWZFL9I1FAm2m7LWUw8J3 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #lvwqaqQ7mx8o98oXSGhVNZeqpUmGsIRG {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #cFrTD2PiJgWX4vUr2i9WMDkvhrhPhNHc {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #EkBmQmpE3sJZZbrm9ECseQU3OATMPTTq {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #QmBOPJnhhqu2KR9wCSy1ax6oHIVJzT8F {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #aZDVnTvr8GigG0XEQTQgQFLIgd2C9Rdl {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #TKV2XpXl4m5afm2tRS6oAxThF439IuCA {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #vRZMRpOVfdv7QNbegkbqfDSOSbA0rnw4 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #r1L2fp0rGgm3B4D4uNqct4EscmyXxka1 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #py0IB9iA6LmUBio7pBQZc51F3TbKqikT {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #W7yqIaByfTUaeSvRZ6PJHt9OfFL12GOT {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #gdLoQpGZkrnWIv1uJ0vt9zfMR317E5TW {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #emzctd2L7aWorGkiCNX2eLJ9CBrL7Icy {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #e8ue74eJxyZLDOs8P2ZzCxRRe3iBgwDA {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #Sn22LHarLHZ9e0BOqlVpZUKT2XNdDFBt {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #fkzcQkM8Npgr3RbChv2aXm9qN3w5m2ZB {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #S6eAI5IuDoMbeu8XAeUnRST5TF98wTtT {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #CDLqdC5ldyXcVtMqwF34nSJb3KL8qW3a {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #fnZML6zTg2ik1rTTHpqoXe27VkECArMs {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #XgucB05uW2UdKT61NXFdptqSMxJUr1Cr {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #etPaqgvd4DnCxUTwG3srOhql7owGGdXF {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #toAEaM0BPoWtCAFCnDeom8puyvhnADZb {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #UlUTkdLSqCQMt3E9IW5VWfCpUGa4G5wv {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #PioSoA31eJ00ZkXovBiMZ4sE9ptav0Wu {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #ND609P1CJ1fFtdC10bk97GSpIRsel7fa {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #bxL9ssip3ppt0yAz0511trxK78q5gwol {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #PzlzFrMtPaGBQ3LgF3s4BbJDbLqdceb6 {  }
 }@media only screen and (max-width: 763px) { #atV937XtNl0REccimVgkmbV5C6U0ueuH #hxWhXPwU8UXPKqVHW9P5UIRwUCP88CcG {  }
 }@media only screen and (max-width: 763px) { #npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF { display:block; }#npR9bBEgn3w1FrOVkoOu6PohVGVDwfDF > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHkikmBapTWf8Atx2eaANeZmibFd8g2h { width:10.061875rem;height:1.625rem;top:0.56098175048828rem;left:4.9685330986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c { display:block; }#qzZTTBHHHHNa5sCgIyvL5DbNOkXgRe9c > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n82kVDGdDBoQfVlkQ9iLJnBZEGWT7yb3 { width:6.75rem;height:5.875rem;top:2.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVD28PNUO6dVcE5eVJ0BXgIp9kRuFfon { width:6.875rem;height:6rem;top:12.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3cFBVwgMWyip1iT3grnGHbdHdh6lcs3 { width:6.25rem;height:6.25rem;top:24.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DovM0NkEr8crRNOS4gtx2tiAIPIKnCaT { width:8.8125rem;height:6rem;top:34.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF811oDhmIK8gOVXrpvACeHVEOIPnPyQ { width:6.8125rem;height:5.625rem;top:43.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1g8GAOcrI8CiNW5VETyyh8dmhlrKOfH { width:5.25rem;height:1.625rem;top:8.5rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRzOHl0cKtcyBL2HFdTHQhuNoRtLy7z5 { width:9.5rem;height:3.25rem;top:18.375rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZDG15buXlurnmJnWnSVTgTkD81THWSf { width:5.4375rem;height:1.625rem;top:30.3125rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTev8KcieKxDWbMTcRsLFoTGHADqPJct { width:5.4375rem;height:1.625rem;top:40.1875rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8aOi5mfTxULlABENhsxpZHZS9cXMTz4 { width:8rem;height:1.625rem;top:50.3125rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection { display:block; } #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection *:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="text"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="email"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="tel"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection textarea:focus-visible { outline: none; } #DH35WGOT0vHJPwATZ8KFdShdx6Gf0caJ > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }