.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,232,217;--color-primary-1:255,179,128;--color-primary-2:255,102,0;--color-primary-3:128,51,0;--color-primary-4:38,15,0;--color-secondary-0:255,246,240;--color-secondary-1:255,224,204;--color-secondary-2:255,193,153;--color-secondary-3:128,97,77;--color-secondary-4:38,29,23;--color-tertiary-0:255,255,255;--color-tertiary-1:183,185,189;--color-tertiary-2:14,20,36;--color-tertiary-3:7,10,18;--color-tertiary-4:1,2,4;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/393691ba-e7b9-4817-97c8-c01c28bf5568/menu.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#QfXvbkb0HdTe32CyDhtAU5nokXy4JwW2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.875rem;top:1.68701171875rem;left:2.459716796875rem;overflow:hidden;display:block; }
#Zr4NolGVhBS2440ZvgXca71qiARk7Kkc { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff6600;border-left:0.0625rem solid #ff6600;border-right:0.0625rem solid #ff6600;border-bottom:0.0625rem solid #ff6600;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:#ff6600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.342529296875rem;left:61.812744140625rem;display:block; }
#E1EBUvdlQpCGTRSfNQq2Zkih6eNAfBT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opib7n4yrZnDTpATr48DlvWLarVyWTUd { position:relative;display:block; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd { background-color: transparent; background-image: none; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .row .container > .video-iframe-container { display: none; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .row > .video-iframe-container { display: none; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .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); }#opib7n4yrZnDTpATr48DlvWLarVyWTUd { border-width: 0; border-radius: 0; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .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; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1424;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; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row .container { background-color: transparent; background-image: none; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row .container > .video-iframe-container { display: none; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row > .video-iframe-container { display: none; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .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); }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row .container { border-width: 0; border-radius: 0; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#T7550Bm488hb0T8fkXPAQRWeq0rmOL6c { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:42.6875rem;top:0rem;left:44.107592205669rem;overflow:hidden;display:block; }
#E25TUSXCT86v6XZ02BNwzlFQv3STWHeL { color:#212738;display:block;width:38.375rem;position:absolute;font-family:nunito;font-size:3.9375rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.3623046875rem;left:0rem;height:11.8125rem;font-style:normal;display:block; }
#PuQT926QRgFr3G5HgbuKoQkLEsgFnP7r { color:#e0e5f2;display:block;width:32.3125rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:19.9990234375rem;left:0rem;height:5.7744125rem;display:block; }
#rmuW6ePLlr6vTfKRWBT8J3zM2UTg989O { background-color:#ff6600;background-image:none;border-top:0.1875rem solid #ffc199;border-left:0.1875rem solid #ffc199;border-right:0.1875rem solid #ffc199;border-bottom:0.1875rem solid #ffc199;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(255,100,0,0.41) ;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:nunito;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:4.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.46630859375rem;left:0rem;display:block; }
#iAG79PoT9yxgM6hntIO5cTisSh5V0TBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7Tpu554RoI9r389pBN5hHQpNy2vUyDk { color:rgba(224,229,242,0.68);display:block;width:26.4375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.2490234375rem;left:0rem;height:1.13720625rem;display:block; }#J7Tpu554RoI9r389pBN5hHQpNy2vUyDk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J7Tpu554RoI9r389pBN5hHQpNy2vUyDk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32313258111a6f79cbe7800eb5e7736f182564f4.svg); }
#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5ff;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; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container { background-color: transparent; background-image: none; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container > .video-iframe-container { display: none; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row > .video-iframe-container { display: none; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .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); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container { border-width: 0; border-radius: 0; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#IHxdg90BciRTprCT4tTaXLWtrCKNMHo5 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:12.25rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#MxiR7vHuCLZwyzuyCW2wyGBvXAWtsq3a { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:13.5rem;top:2.875rem;left:14.25rem;overflow:hidden;display:block; }
#ATdVTWToObfz3hBAcL6utkqRkKP3y7Vq { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:14.25rem;top:2.875rem;left:31.1875rem;overflow:hidden;display:block; }
#l03JrE9Z0gtNQDST52n6oEhPHB4r9QTF { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:9.875rem;top:2.875rem;left:48.0625rem;overflow:hidden;display:block; }
#F9075oD7Nvu4qto7b2hrWo9gggcI3yaX { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:13.5625rem;top:2.875rem;left:61.4375rem;overflow:hidden;display:block; }
#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfcff, #f2f5ff);background-image: -moz-linear-gradient(180deg, #fbfcff, #f2f5ff);background-image: -ms-linear-gradient(180deg, #fbfcff, #f2f5ff);background-image: -o-linear-gradient(180deg, #fbfcff, #f2f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#f2f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#f2f5ff' );";background-image: linear-gradient(180deg, #fbfcff, #f2f5ff);background-size:cover !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; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container { background-color: transparent; background-image: none; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container > .video-iframe-container { display: none; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row > .video-iframe-container { display: none; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .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); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container { border-width: 0; border-radius: 0; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#svZKL9ObkME6dqlbRvHvt8hTwBGTEa2B { color:#171717;display:block;width:31.9375rem;position:absolute;font-family:nunito;font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.00634765625rem;left:21.53125rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBiPxpTJEa1H8ZStlbzaTmBwuc3NsSNF { color:#555555;display:block;width:31.875rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4365234375rem;left:21.5625rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#sBIexsadDE1y0wVpV03iVB1tO9eRSpLE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:46.5rem;top:16.561279296875rem;left:14.249267578125rem;overflow:hidden;display:block; }
#ToMg5Mnh5g8rT7Rhn9hTor1zZ5ZwUr7l { box-sizing:content-box;height:31.875rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#eaeaf4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.50634765625rem;left:0rem;display:block; }
#GffuZcrXutk2JT13pyJkAzv7URgv4Xbt { box-sizing:content-box;height:31.875rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#eaeaf4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.50634765625rem;left:74.9375rem;display:block; }
#gOBlltFauzIfEwcV5V0CHCCfNitozD3I { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:3.0625rem;top:15.75rem;left:0rem;overflow:hidden;display:none; }
#Z72c4w4r62WRkke3KAkqfIOXUF6FfcrO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.5rem;display:none; }
#Je96l1lZSyUPulOy6SgX6sG5v28isZgX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.5rem;display:none; }
#R0tI8WWDTiWS7xEsG2zHe7cFI46kOP4f { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.5rem;display:none; }
#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5ff;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; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container { background-color: transparent; background-image: none; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container > .video-iframe-container { display: none; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row > .video-iframe-container { display: none; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .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); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container { border-width: 0; border-radius: 0; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container { font-size:0.875rem;font-family:arial;height:106.0625rem;width:75rem;position:relative;display:block; }#hkrkPgqSbHMsITRSCCo9h4m2Pigbzi7B { color:#171717;display:block;width:41.625rem;position:absolute;font-family:nunito;font-size:2.9375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:5.31884765625rem;left:16.6875rem;height:5.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DXJeJURBec134TQvDfPiohaBA9wvHeQw { color:#555555;display:block;width:43rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.8740234375rem;left:16rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#t38583RcV5DKb3lbk1bMWnkmwO55pD7R { background-color:#ff6600;background-image:none;border-top:0.1875rem solid #ffc199;border-left:0.1875rem solid #ffc199;border-right:0.1875rem solid #ffc199;border-bottom:0.1875rem solid #ffc199;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(255,100,0,0.41) ;box-sizing:border-box;color:#f2f5ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.54035375rem;height:3.97786625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:96.50000190735rem;left:26.684896469116rem;display:block; }
#hGDpXJpeQ7UwaHqJ1ioJBs0RXLvl78AE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4Tqt4z7e9TlIKmcCqGUlnsx8S19m901 { box-sizing:content-box;height:98.25rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#eaeaf4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:0rem;display:block; }
#KsGtXpp6JM1NTOdgLediT5CdtXNByrNX { box-sizing:content-box;height:98.25rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#eaeaf4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:74.9375rem;display:block; }
#imJbohLJND2FrXPDNmhopn9eKX0tGFx2 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.75rem;width:32.1875rem;top:22.061767578125rem;left:3.56201171875rem;overflow:hidden;display:block; }
#Ndet3kFkSt3wGQ1QiIQ5MoOJXBwcCV6Z { box-sizing:content-box;height:35.3125rem;width:34.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.18603515625rem;left:2.4990234375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#EA64muGXBr0ktS4WiT6OatP5h3FUXogS { box-sizing:content-box;height:35.3125rem;width:34.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.1875rem;left:38.18701171875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#wemLi0vrClr0A676mdgHTSJ8zrB1blOa { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.3125rem;width:32.1875rem;top:22.0625rem;left:39.3125rem;overflow:hidden;display:block; }
#nxTyowEJ54xw604wqJ19q44TDR5vfIc1 { box-sizing:content-box;height:35.3125rem;width:34.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.75rem;left:38.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#iZMIZXsPK3mDlNEXhzVgOe4LGUvCyLdk { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.75rem;width:32.1875rem;top:58.625rem;left:39.25rem;overflow:hidden;display:block; }
#n0z4i5Jhi7hfU9iFFxMuMHzTwq8yFpgT { box-sizing:content-box;height:35.3125rem;width:34.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.75rem;left:2.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#MTDT3HTbAfgbpimc7n7Uk1r7ZbwW3hQf { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.75rem;width:32.1875rem;top:58.625rem;left:3.5625rem;overflow:hidden;display:block; }
#dEHWzqopV7LdPzvZV6FudE3EI3tZG2Iy { color:#555555;display:block;width:41.625rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:16.505208969116rem;left:16.687501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ualpUzGkBe8xTToyyalhgkPf76k0VtyG { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:49.81103515625rem;left:3.56103515625rem;overflow:hidden;display:block; }
#sPBtZNNu8SMyJ0v4KhdF8XfTSJeZSwRy { color:#212738;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:49.6455078125rem;left:7.6083984375rem;height:1.94970625rem;display:block; }
#SfUvOO8kZkymyegzFESQKm13nT9l8s8l { color:#555555;display:block;width:27.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:51.814453125rem;left:7.6083984375rem;height:2.76171875rem;font-style:normal;display:block; }
#UuFngcL1nWmQ4n7zWz1cR1k4zG7Vcdss { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:50rem;left:39.4375rem;overflow:hidden;display:block; }
#ITll5K0iFblJFTJvBQp2z2a6IOmm2g9b { color:#212738;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:49.8125rem;left:43.4375rem;height:1.94970625rem;display:block; }
#pV4Lt07pkWBVxaxxLzoC6sJthSUSuUoU { color:#555555;display:block;width:27.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:52rem;left:43.4375rem;height:2.76171875rem;font-style:normal;display:block; }
#yvXXvBaK5gWELhVnqDlkqcpI5gOufxVb { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:86.25rem;left:3.6875rem;overflow:hidden;display:block; }
#q2Kw6RP8OifyducO97SA7mV79QRrD4ZS { color:#212738;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:86.0625rem;left:7.6875rem;height:1.94970625rem;display:block; }
#LRGhN9T8nB5axSzr0ZQEvnIKO7Fs46M7 { color:#555555;display:block;width:27.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:88.25rem;left:7.6875rem;height:2.76171875rem;font-style:normal;display:block; }
#I0RmvqBEw4Sra2ta4XnqmoeDPmVHiJXw { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:86.4375rem;left:39.6875rem;overflow:hidden;display:block; }
#Rc7oH59dVRDLO2qmy9uIsad3Ed0AMldf { color:#212738;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:86.25rem;left:43.6875rem;height:;display:block; }
#UOUrvcHEM7aoI4p5oTR6AXbvpTh71u2O { color:#555555;display:block;width:27.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:88.4375rem;left:43.6875rem;height:2.76171875rem;font-style:normal;display:block; }
#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row .container { background-color: transparent; background-image: none; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row .container > .video-iframe-container { display: none; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row > .video-iframe-container { display: none; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .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); }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row .container { border-width: 0; border-radius: 0; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#pyp0QlXuZlPnOxQXxoJfegUSNfACUe9A { color:#171717;display:block;width:46.75rem;position:absolute;font-family:nunito;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.375rem;left:14.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRfTgQIcD77EmdVigFiCmLstf91X9o27 { box-sizing:content-box;height:15.125rem;width:33.1875rem;position:absolute;display:block;z-index:15005;background-color:#ff7d26;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.1875rem;left:3rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#mCmbSpWeqPKnXqX03RBRFr32TEHTugue { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.5rem;top:15.875rem;left:4.75rem;overflow:hidden;display:block; }
#LAnGMwtGbmlGnlK0BHwAE8OzxXiBZGPC { color:#ffffff;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:4.75rem;height:1.94970625rem;font-style:normal;display:block; }
#bJTmyn3NCgiAs9gpRdZ5zgVWvxZRn75B { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23rem;left:4.75rem;height:2.599825rem;display:block; }
#IuRRJoWwX7JZx2poRuv8MV8R1w9aT9Kr { box-sizing:content-box;height:15.125rem;width:33.1875rem;position:absolute;display:block;z-index:15009;background-color:#ff7d26;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.1875rem;left:38.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JHJzF6wgeniUabUr9OqPnVIyTO7d4BMs { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.4375rem;top:15.875rem;left:40.5625rem;overflow:hidden;display:block; }
#BagA1vr1DgK6EmQbQhyQIb9OOkya9wqw { color:#ffffff;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:40.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#IrtVD6Uxb2SMRn3cZ6eo72iSKrpTuf5X { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23rem;left:40.5625rem;height:2.599825rem;display:block; }
#KZJiwMUlTplwvFpafHRQrQyRGMLbct4h { box-sizing:content-box;height:15.125rem;width:33.1875rem;position:absolute;display:block;z-index:15013;background-color:#ff7d26;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:3rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#n3TT6UpZn2s7Xy0lhRSrl71ki3xzaz0l { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:39.8125rem;left:4.75rem;height:2.599825rem;display:block; }
#yHCi76p7hUUc9bNEg1vF5Owap4y3emq5 { color:#ffffff;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:36.625rem;left:4.75rem;height:1.94970625rem;font-style:normal;display:block; }
#p30x73SwRhUuII1v8icOUZndwdGH0kGT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.25rem;top:32.75rem;left:4.75rem;overflow:hidden;display:block; }
#TLPGgSigWEzBXLQTFc7CblhNR03ly7z5 { box-sizing:content-box;height:15.125rem;width:33.1875rem;position:absolute;display:block;z-index:15017;background-color:#ff7d26;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:38.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WTe0XzX9Lm5QeLlGJK7i3AapIVbhs5hJ { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.8125rem;left:40.5625rem;height:2.599825rem;display:block; }
#QC7t2tDwe5XRnCLW12IVpWeoBWezGg66 { color:#ffffff;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36.625rem;left:40.5625rem;height:;font-style:normal;display:block; }
#adAWBfTEyyuzQoUIqphRBehb01woURdo { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5rem;top:32.75rem;left:40.5625rem;overflow:hidden;display:block; }
#WX2tHdfCXbpCAPxveorLLpJoownalDWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1424;background-image:url("https://images.assets-landingi.com/uc/1e0f871b-3a7b-40ba-829e-cf2aacce42ee/background3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg.adaptive-delivery-prevent-bg, #WX2tHdfCXbpCAPxveorLLpJoownalDWg.lazyload, #WX2tHdfCXbpCAPxveorLLpJoownalDWg.lazyloading { background-image: none; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row .container { background-color: transparent; background-image: none; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row .container > .video-iframe-container { display: none; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row > .video-iframe-container { display: none; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .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); }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row .container { border-width: 0; border-radius: 0; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row .container { font-size:0.875rem;font-family:arial;height:93.75rem;width:75rem;position:relative;display:block; }#KoudJZuWPOyBkpJTad8wnTFhUkAQTkxb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.4375rem;top:5.1875rem;left:36.28125rem;overflow:hidden;display:block; }
#upDoowzeybvlJGJGdlke2C9veGnGev4f { color:#f2f5ff;display:block;width:75rem;position:absolute;font-family:nunito;font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dDLS93Lx0pZx7rgAEM0yROk3ltAf3xNs { color:#cbcdcf;display:block;width:40.0615rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.0625rem;left:17.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#NvU4FFf0OvDT0pCz5XIbqNkIOUXoh6VZ { color:#ff6600;display:block;width:75rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Uzxu1TyJT3C0tDCEUAbXalvASApZ3v9d { background-color:#ff6600;background-image:none;border-top:0.1875rem solid #ffc199;border-left:0.1875rem solid #ffc199;border-right:0.1875rem solid #ffc199;border-bottom:0.1875rem solid #ffc199;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.125rem 0.375rem #ffc199 ;box-sizing:border-box;color:#f2f5ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1588475rem;height:3.90885375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:85.31103515625rem;left:27.4189453125rem;display:block; }
#O3V6vUWVLCFQi6s6TZOhXCaUlBeSmpfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ClZfKoXw48xakIlrZP0PLov6XLS4AEE9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:57.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piRpT00opmqrD6mQDS19Pu48aquO8iRX { box-sizing:content-box;height:2.4375rem;width:29.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.52490234375rem;left:5.24951171875rem;display:none; }
#TGLrdyDPuFcZvluKaGvU8wVPvWxq6D54 { position:absolute;display:block;z-index:15009;height:32.875rem;width:32.875rem;top:22.75rem;left:21.0625rem;display:block; }
#MaqtiITvgUtvUDuaNqkBcsQdUoH0g28S { box-sizing:content-box;height:33.5rem;width:33.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(220deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(220deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(220deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(220deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(220deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: 0.0625rem 0.3125rem 3.125rem rgba(var(--color-primary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.4375rem;left:20.75rem;display:block; }
#OxBoZRt15VBnAAouTfJAnpW3sppSuHFG { position:absolute;display:block;z-index:15001;height:20.3125rem;width:42.6875rem;top:61.781251907349rem;left:18.718751907349rem;display:block; }
#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6600;background-image:url("https://images.assets-landingi.com/uc/4f26834d-ab9a-445a-b30a-4d125682322f/conte_do_dobra_7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM.adaptive-delivery-prevent-bg, #hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM.lazyload, #hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM.lazyloading { background-image: none; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row .container { background-color: transparent; background-image: none; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row .container > .video-iframe-container { display: none; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row > .video-iframe-container { display: none; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .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); }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row .container { border-width: 0; border-radius: 0; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row .container { font-size:0.875rem;font-family:arial;height:76.6875rem;width:75rem;position:relative;display:block; }#JBxc8xDlJrTAf3qrswTZMpRMGXuaFTdT { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:nunito;font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.26953125rem;left:24.531251907349rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AW9k8znnHs8Sewgov6hkbTycQ3VTaE8M { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.375rem;top:4.5625rem;left:67.666666030881rem;overflow:hidden;display:block; }
#a1C0cyCAO7MRGedqcUW3as9wDOyp3irI { box-sizing:content-box;height:25.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15007;background-color:#ff7d26;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(0,0,0,0.04) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bSVT0CymmXInJlpdm5vvA4QcVXcs2mSR { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.5625rem;top:14.1875rem;left:1.25rem;overflow:hidden;display:block; }
#iGdXg5uLI4txGXavhpdDJLqvrTBWW3WW { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:30.5625rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#bqioPMiEnRUfTQ7EFGeIxmJelHaGRzJr { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.125rem;left:1.25rem;height:1.94970625rem;font-style:normal;display:block; }
#JUXgUTHisQ5ka5GA4tp7Ipf2qNzmz7u1 { box-sizing:content-box;height:25.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15011;background-color:#ff7d26;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(0,0,0,0.04) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:25.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#K5x8baKFeW0vlaKW67bbchSqI7dqqW9d { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:30.625rem;left:26.75rem;height:5.625rem;font-style:normal;display:block; }
#GRQ4o5CEEURnZD6tXFfd3cl5nF6uZ5T5 { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.1875rem;left:26.75rem;height:;font-style:normal;display:block; }
#eSb4Twcb7Mhp9DOLZOttp201hcqMM28n { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:21.5625rem;top:14.25rem;left:26.75rem;overflow:hidden;display:block; }
#h5rIHrJ192myicuirpoq0dlJa8CFRT9q { box-sizing:content-box;height:25.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15015;background-color:#ff7d26;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(0,0,0,0.04) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:50.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#CqqOAFZb23DCeiMV2N30583gFp9mN8aP { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:30.625rem;left:52.1875rem;height:5.625rem;font-style:normal;display:block; }
#f1OGS7bGVRlybrEkNtRkqX91os6c9Uhe { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.1875rem;left:52.1875rem;height:;font-style:normal;display:block; }
#snIbGzEIo9khgWAXwXcU8KXswCzShxKs { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:21.5625rem;top:14.25rem;left:52.1875rem;overflow:hidden;display:block; }
#Q2Fm0u7WIUUTu9f49sv53btpnLRkkknn { box-sizing:content-box;height:31.8125rem;width:36.875rem;position:absolute;display:block;z-index:15011;background-color:#ff7d26;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(0,0,0,0.04) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qMsVLtA9Z4ESTqAUKSaus8mIwWRTTRMa { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:66.125rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#B2wsEpuK5HIbpCw3i50ZcT69do7ASdcz { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:63.6875rem;left:1.25rem;height:1.94970625rem;font-style:normal;display:block; }
#IMPXTRGs9VTszENuDNrxBnsi4RhmlBBE { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:34.375rem;top:41.500001907349rem;left:1.25rem;overflow:hidden;display:block; }
#uwihmIA5gBGcZfZx0mV1cgGx9o8tF4uC { box-sizing:content-box;height:31.8125rem;width:36.875rem;position:absolute;display:block;z-index:15015;background-color:#ff7d26;background-image:none;box-shadow: 0rem 0.25rem 1.25rem rgba(0,0,0,0.04) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.500001907349rem;left:38.125001907349rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ZmOPKBPqb0ob5VKeB1eeOwrRrewlyAMt { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:66.1250038147rem;left:39.458333969116rem;height:4.21875rem;font-style:normal;display:block; }
#KcQNJJIGltveHTBclfB9ZcQNMOmvawxJ { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:63.6875038147rem;left:39.458333969116rem;height:;font-style:normal;display:block; }
#yuaJnm8ATplKwo3mbxDZ2vDIL5cD3Vtd { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:34.375rem;top:41.500001907349rem;left:39.375001907349rem;overflow:hidden;display:block; }
#kddczeQyn20FNLyTlacB43dxhbuBg9VW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/e2016c94-f3f0-453a-adf3-aa2d7c30aa3b/background5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW.adaptive-delivery-prevent-bg, #kddczeQyn20FNLyTlacB43dxhbuBg9VW.lazyload, #kddczeQyn20FNLyTlacB43dxhbuBg9VW.lazyloading { background-image: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container { background-color: transparent; background-image: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container > .video-iframe-container { display: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row > .video-iframe-container { display: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .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); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container { border-width: 0; border-radius: 0; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#UaoZX1nasJTeh6APTlT3vPUkkpebMCn9 { color:#ffffff;display:block;width:57.375rem;position:absolute;font-family:nunito;font-size:3rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdNbg2cT2L4CGKlwvVVTBgpSlqrcNUx4 { box-sizing:content-box;height:31.375rem;width:22.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;top:9rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PRVqHkOixgD9LKsC9Rwu6NtBbPL4DLQg { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.8125rem;top:11.208333253861rem;left:1.9153652191162rem;overflow:hidden;display:block; }
#IWoqa3DJMmnL1QVhgdOm5sguodcvkG5Z { color:#374151;display:block;width:18.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.270833253861rem;left:1.9153652191162rem;height:6.9043125rem;font-style:italic;display:block; }
#PlRV0ttBbwMTwpcU1khJygrw2Xhg631e { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15016;background-color:#e5e7eb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.708335876465rem;left:2.2903594970703rem;display:block; }
#e6VT70O0zgTaCA6w9zAbK1MQHTfV2JmT { color:#374151;display:block;width:18.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.673179626465rem;left:2.1341094970703rem;height:2.761725rem;font-style:italic;display:block; }
#CWZr8LVzuM6x0qec6uTfFU4Kx47U0waz { box-sizing:content-box;height:31.375rem;width:22.375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;top:9rem;left:26.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RKhqkZvVMOL4MkqB6aTI0ei2mS99ev7x { color:#374151;display:block;width:18.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:35.671875rem;left:28.28125rem;height:2.761725rem;font-style:italic;display:block; }
#MPebSFiv57hGpebLKTdzQB1aRIETczHr { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15021;background-color:#e5e7eb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.708335876465rem;left:28.4375rem;display:block; }
#z6K7kCfZGch9TtlF4MVyoE00S3NPQ1gi { color:#374151;display:block;width:19rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.0625rem;height:12.42775rem;font-style:italic;display:block; }
#eJHT5zAMOu91vABZTXfEUk09xokBLbIt { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.8125rem;top:11.1875rem;left:28.0625rem;overflow:hidden;display:block; }
#TzRz3cRyHNqXW1VBbP1F6KzWRX8htq73 { box-sizing:content-box;height:31.375rem;width:22.375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;top:9rem;left:52.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IFxGCDt283QzexUzPkFLdvMmg730eOtF { color:#374151;display:block;width:18.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:37.13671875rem;left:54.1875rem;height:1.3808625rem;font-style:italic;display:block; }
#vJ1M8ALEKbi0qPqXO3hwqFkd22HHQImO { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15026;background-color:#e5e7eb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.708335876465rem;left:54.34375rem;display:block; }
#bQ7VX1JNnHwBHZP7SctM1QkTzKMslJTN { color:#374151;display:block;width:18.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.25rem;left:54.1875rem;height:8.285125rem;font-style:italic;display:block; }
#EBRwfgFr6PksIcluruXmfS7QJhKypZFB { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.8125rem;top:11.1875rem;left:54.1875rem;overflow:hidden;display:block; }
#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row .container { background-color: transparent; background-image: none; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row .container > .video-iframe-container { display: none; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row > .video-iframe-container { display: none; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .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); }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row .container { border-width: 0; border-radius: 0; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#O2mH46gGShztAGAeoT7Tised2Lfr1Dvk { color:#000000;display:block;width:38.8110625rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:18.09375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mb1w0cvFtwmRRhL9dMJ4ekCfaAVz7mql { position:absolute;display:block;z-index:15012;height:7.9980625rem;width:75rem;top:4.248046875rem;left:0rem;display:block; }
#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfcff;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; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row .container { background-color: transparent; background-image: none; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row .container > .video-iframe-container { display: none; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row > .video-iframe-container { display: none; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .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); }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row .container { border-width: 0; border-radius: 0; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#u3VHmBUM7mi8Blm6WLxLph8UPHqEV1Tt { background-color:#4ade80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.5rem;left:24.96875rem;display:block; }
#pmynE5epHaR9cxnAZMPxtw2m1Z9iREiq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#To0aE9rQKC3iFqqh2eTgwSGpTwU4TTKL { color:#494949;display:block;width:23.9995rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:1.8125rem;left:25.5rem;height:1.80013125rem;text-align:center;text-align-last:center;display:block; }
#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfcff;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; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row .container { background-color: transparent; background-image: none; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row .container > .video-iframe-container { display: none; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row > .video-iframe-container { display: none; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .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); }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row .container { border-width: 0; border-radius: 0; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#S4LghFxwwZEEAetUa1tRwl9ruyrZ6Gh2 { color:#171717;display:block;width:29.499rem;position:absolute;font-family:nunito;font-size:3rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:7.93505859375rem;left:22.75048828125rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2N9nVgdLONI2Vth9SzzHoCUspk1vqDP { color:#5c5c5c;display:block;width:27.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:16.435546875rem;left:23.90625rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#l8yFwLrTxMN70RtSsKSAhw7svPpiRHyF { color:#6b7280;display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.87353515625rem;left:31.24951171875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#rT9dnrvB9RINe3nbuBA7ttQqI6fiXldC { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:27.1875rem;left:21.625rem;overflow:hidden;display:block; }
#TRTcraT1f83uezMJ1rfD5NTd3bbQ3So0 { color:#212738;display:block;width:19.9995rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.25rem;left:27.4375rem;height:;display:block; }
#FHgiHSsEaZBxgeZZRawhvkE6xM5htk6R { color:#555555;display:block;width:25.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:29.4375rem;left:27.4375rem;height:2.599825rem;font-style:normal;display:block; }
#mN0TTuMeOEfHRK94LoNFzCvepTGcuux5 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:33.625rem;left:21.8125rem;overflow:hidden;display:block; }
#O6fsxxqNCvtkZcZgrLVW4xEqhBDtnLly { color:#212738;display:block;width:22.0625rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:33.8125rem;left:27.4375rem;height:1.625rem;display:block; }
#uaRAyCTlS78xt3X1mbIDyLXOrKAur75a { box-sizing:content-box;height:0.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15035;background-color:#ebebeb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5rem;left:27.4375rem;display:block; }
#kGHVcTk7IECvpZXZgu8kisqpTW3fLwTH { box-sizing:content-box;height:0.1875rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:#ebebeb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.875rem;left:39.8125rem;display:block; }
#anXDqW6kO670IDKc4nI1A1aVbnogpSQr { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.9375rem;left:27.4375rem;display:block; }
#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfcff;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; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row .container { background-color: transparent; background-image: none; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row .container > .video-iframe-container { display: none; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row > .video-iframe-container { display: none; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .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); }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row .container { border-width: 0; border-radius: 0; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#dVbDCcFmShd5dS8QsVpbHIRz7mh2BMbP { color:#171717;display:block;width:24.5rem;position:absolute;font-family:nunito;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:24.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rK3RNTuRrqnJAf4pbm1M2kw6p1nQk6fK { color:#5c5c5c;display:block;width:25.8745rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:5.9375rem;left:24.625rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#deFAJDKH1vkg1xo0rBeUmrXEtWTeLFte { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:22.5rem;top:35.625rem;left:26.0625rem;overflow:hidden;display:block; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-form-header {  }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .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 #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;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:22.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-text {padding-top: 0; padding-bottom: 0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .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 #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;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:22.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .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 #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;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:22.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-select {padding-top: 0; padding-bottom: 0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-button { border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:22.25rem;height:3.75rem;font-family:nunito;overflow:hidden;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(var(--color-secondary-2),1) ;font-style:normal; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal;float:none; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .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; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-container:first-of-type{padding-top:0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-container:last-of-type{padding-bottom:0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW  { background-color:#f8fafb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);z-index:15002;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;position:absolute;top:8.8115234375rem;left:24.62451171875rem; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.25rem;display:block;vertical-align:top; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW {display:block;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW { background-color:#f8fafb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);z-index:15002;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;position:absolute;top:8.8115234375rem;left:24.62451171875rem; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #K0T6auhLMkCLBJkyAF3kwV3tK6ZrpG1n { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #cShFZh8pRnZ9KmWaprBkmnUSUa2sAelQ { position:relative;display:none; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #hJru5LbiE41ONkDFSeHyml8Zi9SlkIgD { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #K7mXrvK0tl7q9EzoEvWlpwog4QqUEcbf { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #q9561Nw0lhSdSbt8Um8EyUGSOHZKuw8M { position:relative;display:none; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #ab3DLhmUFWOsHysbwmcTq2VR3m0xgZRX { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #Oaw6q27hdM1DcA0Gdvbm5zeCo0T86I5m { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #DVFl12aANI0nJN7Kz9VqnKzNTQa5whn0 { position:relative;display:none; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #IS5G5lRhdwumkXNZSNN1MewqbqVBTbwh { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #aXqTZ1ktWOAJ3TaZKdKgz8mbDaQZ6kwB { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #snLdBTTdBgos6AwsLgwsvs4e3hhc0XIk { position:relative;display:none; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #iPmKTBT5LoikWw0ZchRlqHVcNpoROeDL { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #DRiJJpS74Lgbed3dWMiU7VsQcTPuCdZe { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #GJhCaxvDNa3ReZ4r8S2sJIvWU64z4a1D { position:relative;display:none; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #ktrF56GyTzvW4Ir0hE6NL55DJPU21Kxo { position:relative; }
#Gs4eqfrodJrIXzH1fUkwqvZKkGp0lfv4 { position:relative;display:block; }
#rJio5PepGrQvVmLVVnhTi9VnmWcn5NJH { position:relative;display:block; }
#FJfTcxHTNqz8i1bW9y5xKWsPdqueWBwG { position:relative;display:block; }
#HTqqQmMU137Bfv8aM1nDn7NLiAoCOdas { position:relative;display:block; }
#asQLin8ZxTQlWoIwdv88Tur3mbDAEaEo { position:relative;display:block; }
#QJZhfU1f81DZld036uAZG6Wa5wO1mTJm { position:relative;display:block; }
#laIaDWOcSqMHWL22swHmW9KLEU54oL5c { position:relative;display:block; }
#SAGzMruU0NX1yt4tTQFpRqweNCrlJ2E3 { position:relative;display:block; }
#RW83k4KSA6Oiu8wbpmeZWXJGzruc0SOr { position:relative;display:block; }
#Nqhtryl4h6HRrM0Bqaakyh11gUlrJGAC { position:relative;display:block; }
#HWn2BlTkshknPpzSnpbpoOKgV9JaMKe9 { position:relative;display:block; }
#nAvOKqouXFaFiQEWh8Fz3a0cBiPzsciF { position:relative;display:block; }
#coISVlMcMNvlgPXDkfpGGqdpUlTZRpEW { position:relative;display:block; }
#obaKMC9znS4DkPvBZ5htJEu0o0cQzAvN { position:relative;display:block; }
#ApWhM2Ro5kIE7WXIWgnafP9d3kP8A21k { position:relative;display:block; }
#p3z3ABayio6tKQZlcNGX1lTpJFqBEiJv { position:relative;display:block; }
#Sw22WH4xPAntUqDB3plveLWNOvnwSm5E { position:relative;display:block; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #fzagDWar4yHWXlWhOxJDMP8JWIoTDiO1 { position:relative; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #rvp49XcZrTRSsmLyB1hDnLr7XQvXUls0 { position:relative; }
#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfcff;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; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row .container { background-color: transparent; background-image: none; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row .container > .video-iframe-container { display: none; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row > .video-iframe-container { display: none; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .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); }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row .container { border-width: 0; border-radius: 0; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#zE5Xqk3aWrvghy3WsVlTq4fLoNnK9n4D { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:13.625rem;top:5.1393222808838rem;left:30.687501907349rem;overflow:hidden;display:block; }
#FHweeByvspCGPDnn7GtJZ8aUPQZ0BdGh { color:#171717;display:block;width:27.9986875rem;position:absolute;font-family:nunito;font-size:3rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.1328125rem;left:23.807291030884rem;height:3.8999rem;font-style:normal;display:block; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:#f7f7f7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .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; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-heading-text { display:block;position:relative;width:100%;font-family:nunito;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-2),0.79); }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:nunito;color:rgba(var(--color-tertiary-4),1);line-height:1.2;overflow:hidden;height:auto; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-trigger.adaptive-delivery-prevent-bg, #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-trigger.lazyload, #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-trigger.lazyloading { background-image: none; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w { box-sizing:content-box;height:auto;width:50.121125rem;position:absolute;display:flex;flex-direction:column;gap:1.125rem;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:14.873048305511rem;left:12.437067031861rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #JiL3EmSi0InQ8dTTJXrdbeDX9TzRpowh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #GZiTZ6qAwacvdWuT0B7QpZVK9aXdpklb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #rHR2AkIlL2VLUdiExSpcPeRhq6r7w573 { display:block;position:relative; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #hCP1GN8xebsOmC78mygwOgJ5rqwbcDsg {  }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #TiBouOrDtNoSMuLoJKuTTSqqnhOg0r8e {  }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #TTZX3RJD841HkOwZF038VeaB5GU6dB0Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #mc1dMIL1MmZTavFStTOBIJ5gvoJvxt2z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #oLq6I3If2RoyuaZodGFdTQfE65SN5fvG { display:block;position:relative; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #Ub8ZJPk5FI3TuucMJ83Jd0mzmdv2sP9x {  }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #L8Tp5baDM9TiaH5uSJagJFp25Jx2ekT1 { display:none; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #d7wO7x5ub1CEo1QqoVli3ahZPNVXHg7r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #D6K8LdFHGoMZIOPxHxGKN71yiNedOsbK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #OuIPwIsZ1obClbtogUeaJdStqfbvxh5B { display:block;position:relative; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #dEIy0pUcaWnLtyPTfugpk525L4Kxztsc {  }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #VfleemE0G7B0l5dAyDk6WeOI5575ABQt { display:none; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #yJThXxf0zqP81I1pPs0RsWeFAWIRG6Fo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #DJn0ZVwphsQUZUT8ZK8Ae5Jkyy4WqwoB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #GqCZsN8xK48xfMPWeXlQvhyHqzPGRyim { display:block;position:relative; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #dzNp5ODR6uAiphV0tOHtFrQyXHMhufso {  }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #LN4TNvkEXp6ClpzDpGOq1LCFtzNO6VpV { display:none; }
#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfcff;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; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row .container { background-color: transparent; background-image: none; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row .container > .video-iframe-container { display: none; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row > .video-iframe-container { display: none; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .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); }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row .container { border-width: 0; border-radius: 0; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#fVBXNQusIrTm76K8RyqBOVRMnka3KEzy { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.1875rem;top:5.375rem;left:31.9375rem;overflow:hidden;display:block; }
#Wv3oftT8ixqP1E6csHUgtFwvaV270CT5 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:#e5e7eb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:0rem;display:block; }
#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row .container { background-color: transparent; background-image: none; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row .container > .video-iframe-container { display: none; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row > .video-iframe-container { display: none; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .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); }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row .container { border-width: 0; border-radius: 0; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#BW0zqiDtQakEuX0iSJINa1mTxcGavhoJ { color:rgba(255,255,255,0.6);display:block;width:75rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.79345703125rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;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) { #QfXvbkb0HdTe32CyDhtAU5nokXy4JwW2 { top:1.625rem;left:0rem;width:9.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr4NolGVhBS2440ZvgXca71qiARk7Kkc { width:13.1875rem;height:2.25rem;top:2.3125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1EBUvdlQpCGTRSfNQq2Zkih6eNAfBT5 { display:block; }
 }@media only screen and (max-width: 763px) { #opib7n4yrZnDTpATr48DlvWLarVyWTUd { display:block; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS { display:block; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7550Bm488hb0T8fkXPAQRWeq0rmOL6c { top:0rem;left:5.0625rem;width:42.6875rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E25TUSXCT86v6XZ02BNwzlFQv3STWHeL { top:7.3125rem;left:0rem;width:38.375rem;height:11.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuQT926QRgFr3G5HgbuKoQkLEsgFnP7r { top:19.9375rem;left:0rem;width:32.3125rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmuW6ePLlr6vTfKRWBT8J3zM2UTg989O { width:21.6875rem;height:4.125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAG79PoT9yxgM6hntIO5cTisSh5V0TBp { display:block; }
 }@media only screen and (max-width: 763px) { #J7Tpu554RoI9r389pBN5hHQpNy2vUyDk { top:27.1875rem;left:0rem;width:26.4375rem;height:1.125rem;font-size:0.875rem;display:block; }#J7Tpu554RoI9r389pBN5hHQpNy2vUyDk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32313258111a6f79cbe7800eb5e7736f182564f4.svg); }
 }@media only screen and (max-width: 763px) { #bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB { display:block; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHxdg90BciRTprCT4tTaXLWtrCKNMHo5 { top:2.875rem;left:0rem;width:12.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxiR7vHuCLZwyzuyCW2wyGBvXAWtsq3a { top:2.875rem;left:0.625rem;width:13.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdVTWToObfz3hBAcL6utkqRkKP3y7Vq { top:2.875rem;left:17.5625rem;width:14.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l03JrE9Z0gtNQDST52n6oEhPHB4r9QTF { top:2.875rem;left:34.4375rem;width:9.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9075oD7Nvu4qto7b2hrWo9gggcI3yaX { top:2.875rem;left:34.1875rem;width:13.5625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS { display:block; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svZKL9ObkME6dqlbRvHvt8hTwBGTEa2B { top:4rem;left:7.90625rem;width:31.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBiPxpTJEa1H8ZStlbzaTmBwuc3NsSNF { top:11.375rem;left:7.9375rem;width:31.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBIexsadDE1y0wVpV03iVB1tO9eRSpLE { top:16.5rem;left:0.624267578125rem;width:46.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToMg5Mnh5g8rT7Rhn9hTor1zZ5ZwUr7l { top:3.5rem;left:0rem;width:0.0625rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GffuZcrXutk2JT13pyJkAzv7URgv4Xbt { top:3.5rem;left:47.6875rem;width:0.0625rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBlltFauzIfEwcV5V0CHCCfNitozD3I { top:15.75rem;left:0rem;width:3.0625rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z72c4w4r62WRkke3KAkqfIOXUF6FfcrO { width:15.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Je96l1lZSyUPulOy6SgX6sG5v28isZgX { width:15.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0tI8WWDTiWS7xEsG2zHe7cFI46kOP4f { width:15.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RW8CJuAz7BlRQDco61TxgXvuoVg82zTV { display:block; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkrkPgqSbHMsITRSCCo9h4m2Pigbzi7B { top:5.3125rem;left:3.0625rem;width:41.625rem;height:5.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXJeJURBec134TQvDfPiohaBA9wvHeQw { top:11.8125rem;left:2.375rem;width:43rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t38583RcV5DKb3lbk1bMWnkmwO55pD7R { width:21.5rem;height:3.9375rem;top:96.5rem;left:13.059896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDpXJpeQ7UwaHqJ1ioJBs0RXLvl78AE { display:block; }
 }@media only screen and (max-width: 763px) { #s4Tqt4z7e9TlIKmcCqGUlnsx8S19m901 { top:0.0625rem;left:0rem;width:0.0625rem;height:98.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsGtXpp6JM1NTOdgLediT5CdtXNByrNX { top:0rem;left:47.6875rem;width:0.0625rem;height:98.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJbohLJND2FrXPDNmhopn9eKX0tGFx2 { top:22rem;left:0rem;width:32.1875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndet3kFkSt3wGQ1QiIQ5MoOJXBwcCV6Z { top:21.125rem;left:0rem;width:34.375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA64muGXBr0ktS4WiT6OatP5h3FUXogS { top:21.1875rem;left:13.375rem;width:34.375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemLi0vrClr0A676mdgHTSJ8zrB1blOa { top:22.0625rem;left:15.375rem;width:32.1875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxTyowEJ54xw604wqJ19q44TDR5vfIc1 { top:57.75rem;left:13.375rem;width:34.375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZMIZXsPK3mDlNEXhzVgOe4LGUvCyLdk { top:58.625rem;left:15.4375rem;width:32.1875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0z4i5Jhi7hfU9iFFxMuMHzTwq8yFpgT { top:57.75rem;left:0rem;width:34.375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDT3HTbAfgbpimc7n7Uk1r7ZbwW3hQf { top:58.625rem;left:0rem;width:32.1875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEHWzqopV7LdPzvZV6FudE3EI3tZG2Iy { top:16.5rem;left:3.0625019073486rem;width:41.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ualpUzGkBe8xTToyyalhgkPf76k0VtyG { top:49.75rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPBtZNNu8SMyJ0v4KhdF8XfTSJeZSwRy { top:49.625rem;left:0rem;width:19.9375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUvOO8kZkymyegzFESQKm13nT9l8s8l { top:51.8125rem;left:0rem;width:27.8125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuFngcL1nWmQ4n7zWz1cR1k4zG7Vcdss { top:50rem;left:25.8125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITll5K0iFblJFTJvBQp2z2a6IOmm2g9b { top:49.8125rem;left:27.8125rem;width:19.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4Lt07pkWBVxaxxLzoC6sJthSUSuUoU { top:52rem;left:19.875rem;width:27.875rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvXXvBaK5gWELhVnqDlkqcpI5gOufxVb { top:86.25rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Kw6RP8OifyducO97SA7mV79QRrD4ZS { top:86.0625rem;left:0rem;width:19.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRGhN9T8nB5axSzr0ZQEvnIKO7Fs46M7 { top:88.25rem;left:0rem;width:27.875rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0RmvqBEw4Sra2ta4XnqmoeDPmVHiJXw { top:86.4375rem;left:26.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc7oH59dVRDLO2qmy9uIsad3Ed0AMldf { top:86.25rem;left:27.8125rem;width:19.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUrvcHEM7aoI4p5oTR6AXbvpTh71u2O { top:88.4375rem;left:19.875rem;width:27.875rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 { display:block; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyp0QlXuZlPnOxQXxoJfegUSNfACUe9A { top:5.375rem;left:0.5rem;width:46.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRfTgQIcD77EmdVigFiCmLstf91X9o27 { top:13.1875rem;left:0rem;width:33.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCmbSpWeqPKnXqX03RBRFr32TEHTugue { top:15.875rem;left:0rem;width:2.4375rem;height:2.1331691234581rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAnGMwtGbmlGnlK0BHwAE8OzxXiBZGPC { top:19.75rem;left:0rem;width:19.9375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTmyn3NCgiAs9gpRdZ5zgVWvxZRn75B { top:23rem;left:0rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRRJoWwX7JZx2poRuv8MV8R1w9aT9Kr { top:13.1875rem;left:14.5625rem;width:33.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHJzF6wgeniUabUr9OqPnVIyTO7d4BMs { top:15.875rem;left:26.9375rem;width:2.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagA1vr1DgK6EmQbQhyQIb9OOkya9wqw { top:19.6875rem;left:26.9365234375rem;width:19.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrtVD6Uxb2SMRn3cZ6eo72iSKrpTuf5X { top:22.9375rem;left:18.0625rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZJiwMUlTplwvFpafHRQrQyRGMLbct4h { top:30.1875rem;left:0rem;width:33.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TT6UpZn2s7Xy0lhRSrl71ki3xzaz0l { top:39.8125rem;left:0rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHCi76p7hUUc9bNEg1vF5Owap4y3emq5 { top:36.625rem;left:0rem;width:19.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30x73SwRhUuII1v8icOUZndwdGH0kGT { top:32.75rem;left:0rem;width:2.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLPGgSigWEzBXLQTFc7CblhNR03ly7z5 { top:30.1875rem;left:14.5625rem;width:33.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTe0XzX9Lm5QeLlGJK7i3AapIVbhs5hJ { top:39.8125rem;left:18.0625rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC7t2tDwe5XRnCLW12IVpWeoBWezGg66 { top:36.625rem;left:26.9375rem;width:19.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adAWBfTEyyuzQoUIqphRBehb01woURdo { top:32.75rem;left:26.9375rem;width:1.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX2tHdfCXbpCAPxveorLLpJoownalDWg { display:block; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoudJZuWPOyBkpJTad8wnTFhUkAQTkxb { top:5.1875rem;left:22.65625rem;width:2.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDoowzeybvlJGJGdlke2C9veGnGev4f { top:10.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDLS93Lx0pZx7rgAEM0yROk3ltAf3xNs { top:17.0625rem;left:3.8125rem;width:40rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvU4FFf0OvDT0pCz5XIbqNkIOUXoh6VZ { top:13.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzxu1TyJT3C0tDCEUAbXalvASApZ3v9d { width:20.125rem;height:3.875rem;top:85.25rem;left:13.7939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3V6vUWVLCFQi6s6TZOhXCaUlBeSmpfV { display:block; }
 }@media only screen and (max-width: 763px) { #ClZfKoXw48xakIlrZP0PLov6XLS4AEE9 { top:57.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piRpT00opmqrD6mQDS19Pu48aquO8iRX { top:4.5rem;left:0rem;width:29.75rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGLrdyDPuFcZvluKaGvU8wVPvWxq6D54 { top:22.75rem;left:7.4375rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaqtiITvgUtvUDuaNqkBcsQdUoH0g28S { top:22.4375rem;left:7.125rem;width:33.4375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxBoZRt15VBnAAouTfJAnpW3sppSuHFG { top:61.75rem;left:5.0625rem;width:42.6875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM { display:block; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBxc8xDlJrTAf3qrswTZMpRMGXuaFTdT { top:4.25rem;left:10.906251907349rem;width:25.9375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW9k8znnHs8Sewgov6hkbTycQ3VTaE8M { top:4.5625rem;left:43.375rem;width:4.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1C0cyCAO7MRGedqcUW3as9wDOyp3irI { top:13rem;left:0rem;width:24.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSVT0CymmXInJlpdm5vvA4QcVXcs2mSR { top:14.1875rem;left:0rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdXg5uLI4txGXavhpdDJLqvrTBWW3WW { top:30.5625rem;left:0rem;width:21.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqioPMiEnRUfTQ7EFGeIxmJelHaGRzJr { top:28.125rem;left:0rem;width:21.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUXgUTHisQ5ka5GA4tp7Ipf2qNzmz7u1 { top:13.0625rem;left:11.875rem;width:24.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5x8baKFeW0vlaKW67bbchSqI7dqqW9d { top:30.625rem;left:13.125rem;width:21.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRQ4o5CEEURnZD6tXFfd3cl5nF6uZ5T5 { top:28.1875rem;left:13.125rem;width:21.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSb4Twcb7Mhp9DOLZOttp201hcqMM28n { top:14.25rem;left:13.125rem;width:21.5625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5rIHrJ192myicuirpoq0dlJa8CFRT9q { top:13.0625rem;left:23.6875rem;width:24.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqqOAFZb23DCeiMV2N30583gFp9mN8aP { top:30.625rem;left:26.1875rem;width:20.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1OGS7bGVRlybrEkNtRkqX91os6c9Uhe { top:28.1875rem;left:26.1875rem;width:21.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIbGzEIo9khgWAXwXcU8KXswCzShxKs { top:14.25rem;left:26.1875rem;width:21.5625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Fm0u7WIUUTu9f49sv53btpnLRkkknn { top:40.5rem;left:0rem;width:36.875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMsVLtA9Z4ESTqAUKSaus8mIwWRTTRMa { top:66.125rem;left:0rem;width:33.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2wsEpuK5HIbpCw3i50ZcT69do7ASdcz { top:63.6875rem;left:0rem;width:21.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMPXTRGs9VTszENuDNrxBnsi4RhmlBBE { top:41.5rem;left:0rem;width:34.375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwihmIA5gBGcZfZx0mV1cgGx9o8tF4uC { top:40.5rem;left:10.875rem;width:36.875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOPKBPqb0ob5VKeB1eeOwrRrewlyAMt { top:66.125rem;left:13.375rem;width:34.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcQNJJIGltveHTBclfB9ZcQNMOmvawxJ { top:63.6875rem;left:25.833333969116rem;width:21.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuaJnm8ATplKwo3mbxDZ2vDIL5cD3Vtd { top:41.5rem;left:13.375rem;width:34.375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kddczeQyn20FNLyTlacB43dxhbuBg9VW { display:block; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaoZX1nasJTeh6APTlT3vPUkkpebMCn9 { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNbg2cT2L4CGKlwvVVTBgpSlqrcNUx4 { top:9rem;left:0rem;width:22.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRVqHkOixgD9LKsC9Rwu6NtBbPL4DLQg { top:11.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWoqa3DJMmnL1QVhgdOm5sguodcvkG5Z { top:14.25rem;left:0rem;width:18.4375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlRV0ttBbwMTwpcU1khJygrw2Xhg631e { top:33.6875rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6VT70O0zgTaCA6w9zAbK1MQHTfV2JmT { top:35.625rem;left:0rem;width:18.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWZr8LVzuM6x0qec6uTfFU4Kx47U0waz { top:9rem;left:12.5rem;width:22.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKhqkZvVMOL4MkqB6aTI0ei2mS99ev7x { top:35.625rem;left:14.65625rem;width:18.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPebSFiv57hGpebLKTdzQB1aRIETczHr { top:33.6875rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6K7kCfZGch9TtlF4MVyoE00S3NPQ1gi { top:14.25rem;left:14.4375rem;width:19rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJHT5zAMOu91vABZTXfEUk09xokBLbIt { top:11.1875rem;left:14.4375rem;width:7.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRz3cRyHNqXW1VBbP1F6KzWRX8htq73 { top:9rem;left:25rem;width:22.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFxGCDt283QzexUzPkFLdvMmg730eOtF { top:37.125rem;left:29.3125rem;width:18.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ1M8ALEKbi0qPqXO3hwqFkd22HHQImO { top:33.6875rem;left:29.625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7VX1JNnHwBHZP7SctM1QkTzKMslJTN { top:14.25rem;left:29.3125rem;width:18.4375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBRwfgFr6PksIcluruXmfS7QJhKypZFB { top:11.1875rem;left:39.9375rem;width:7.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL { display:block; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2mH46gGShztAGAeoT7Tised2Lfr1Dvk { top:2.625rem;left:4.46875rem;width:38.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb1w0cvFtwmRRhL9dMJ4ekCfaAVz7mql { top:4.1875rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZrV27F9SpPwFFpnqUdtm9Inat27D9kB { display:block; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3VHmBUM7mi8Blm6WLxLph8UPHqEV1Tt { width:25.0625rem;height:3.875rem;top:4.5rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmynE5epHaR9cxnAZMPxtw2m1Z9iREiq { display:block; }
 }@media only screen and (max-width: 763px) { #To0aE9rQKC3iFqqh2eTgwSGpTwU4TTKL { top:1.8125rem;left:11.875rem;width:23.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw { display:block; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4LghFxwwZEEAetUa1tRwl9ruyrZ6Gh2 { top:7.875rem;left:9.12548828125rem;width:29.4375rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2N9nVgdLONI2Vth9SzzHoCUspk1vqDP { top:16.375rem;left:10.28125rem;width:27.1875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8yFwLrTxMN70RtSsKSAhw7svPpiRHyF { top:4.8125rem;left:17.62451171875rem;width:12.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9dnrvB9RINe3nbuBA7ttQqI6fiXldC { top:27.1875rem;left:8rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTcraT1f83uezMJ1rfD5NTd3bbQ3So0 { top:27.25rem;left:13.8125rem;width:19.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHgiHSsEaZBxgeZZRawhvkE6xM5htk6R { top:29.4375rem;left:13.8125rem;width:25.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN0TTuMeOEfHRK94LoNFzCvepTGcuux5 { top:33.625rem;left:8.1875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6fsxxqNCvtkZcZgrLVW4xEqhBDtnLly { top:33.8125rem;left:13.8125rem;width:22.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRAyCTlS78xt3X1mbIDyLXOrKAur75a { top:36.5rem;left:13.8125rem;width:25.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGHVcTk7IECvpZXZgu8kisqpTW3fLwTH { top:32.875rem;left:26.1875rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anXDqW6kO670IDKc4nI1A1aVbnogpSQr { top:32.9375rem;left:13.8125rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV { display:block; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVbDCcFmShd5dS8QsVpbHIRz7mh2BMbP { top:2.8125rem;left:11.25rem;width:24.5rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK3RNTuRrqnJAf4pbm1M2kw6p1nQk6fK { top:5.9375rem;left:11rem;width:25.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deFAJDKH1vkg1xo0rBeUmrXEtWTeLFte { top:35.625rem;left:12.4375rem;width:22.5rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-regular-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-text { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-text {padding-top: 0; padding-bottom: 0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-textarea { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-select { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-select {padding-top: 0; padding-bottom: 0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-button { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW  { width:22.25rem;height:auto;top:8.75rem;left:10.99951171875rem; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .radio-container { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW {display:block;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW { width:22.25rem;height:auto;top:8.75rem;left:10.99951171875rem; }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #K0T6auhLMkCLBJkyAF3kwV3tK6ZrpG1n {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #cShFZh8pRnZ9KmWaprBkmnUSUa2sAelQ {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #hJru5LbiE41ONkDFSeHyml8Zi9SlkIgD {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #K7mXrvK0tl7q9EzoEvWlpwog4QqUEcbf {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #q9561Nw0lhSdSbt8Um8EyUGSOHZKuw8M {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #ab3DLhmUFWOsHysbwmcTq2VR3m0xgZRX {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #Oaw6q27hdM1DcA0Gdvbm5zeCo0T86I5m {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #DVFl12aANI0nJN7Kz9VqnKzNTQa5whn0 {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #IS5G5lRhdwumkXNZSNN1MewqbqVBTbwh {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #aXqTZ1ktWOAJ3TaZKdKgz8mbDaQZ6kwB {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #snLdBTTdBgos6AwsLgwsvs4e3hhc0XIk {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #iPmKTBT5LoikWw0ZchRlqHVcNpoROeDL {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #DRiJJpS74Lgbed3dWMiU7VsQcTPuCdZe {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #GJhCaxvDNa3ReZ4r8S2sJIvWU64z4a1D {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #ktrF56GyTzvW4Ir0hE6NL55DJPU21Kxo {  }
 }@media only screen and (max-width: 763px) { #Gs4eqfrodJrIXzH1fUkwqvZKkGp0lfv4 { display:block; }
 }@media only screen and (max-width: 763px) { #rJio5PepGrQvVmLVVnhTi9VnmWcn5NJH { display:block; }
 }@media only screen and (max-width: 763px) { #FJfTcxHTNqz8i1bW9y5xKWsPdqueWBwG { display:block; }
 }@media only screen and (max-width: 763px) { #HTqqQmMU137Bfv8aM1nDn7NLiAoCOdas { display:block; }
 }@media only screen and (max-width: 763px) { #asQLin8ZxTQlWoIwdv88Tur3mbDAEaEo { display:block; }
 }@media only screen and (max-width: 763px) { #QJZhfU1f81DZld036uAZG6Wa5wO1mTJm { display:block; }
 }@media only screen and (max-width: 763px) { #laIaDWOcSqMHWL22swHmW9KLEU54oL5c { display:block; }
 }@media only screen and (max-width: 763px) { #SAGzMruU0NX1yt4tTQFpRqweNCrlJ2E3 { display:block; }
 }@media only screen and (max-width: 763px) { #RW83k4KSA6Oiu8wbpmeZWXJGzruc0SOr { display:block; }
 }@media only screen and (max-width: 763px) { #Nqhtryl4h6HRrM0Bqaakyh11gUlrJGAC { display:block; }
 }@media only screen and (max-width: 763px) { #HWn2BlTkshknPpzSnpbpoOKgV9JaMKe9 { display:block; }
 }@media only screen and (max-width: 763px) { #nAvOKqouXFaFiQEWh8Fz3a0cBiPzsciF { display:block; }
 }@media only screen and (max-width: 763px) { #coISVlMcMNvlgPXDkfpGGqdpUlTZRpEW { display:block; }
 }@media only screen and (max-width: 763px) { #obaKMC9znS4DkPvBZ5htJEu0o0cQzAvN { display:block; }
 }@media only screen and (max-width: 763px) { #ApWhM2Ro5kIE7WXIWgnafP9d3kP8A21k { display:block; }
 }@media only screen and (max-width: 763px) { #p3z3ABayio6tKQZlcNGX1lTpJFqBEiJv { display:block; }
 }@media only screen and (max-width: 763px) { #Sw22WH4xPAntUqDB3plveLWNOvnwSm5E { display:block; }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #fzagDWar4yHWXlWhOxJDMP8JWIoTDiO1 {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #rvp49XcZrTRSsmLyB1hDnLr7XQvXUls0 {  }
 }@media only screen and (max-width: 763px) { #kvMJVwTdHFybVVnDBA0vmEVRerWTlktI { display:block; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE5Xqk3aWrvghy3WsVlTq4fLoNnK9n4D { top:5.125rem;left:17.062501907349rem;width:13.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHweeByvspCGPDnn7GtJZ8aUPQZ0BdGh { top:9.125rem;left:10.182291030884rem;width:27.9375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w { display:flex;height:auto;width:27.8125rem;top:19rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #JiL3EmSi0InQ8dTTJXrdbeDX9TzRpowh {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #GZiTZ6qAwacvdWuT0B7QpZVK9aXdpklb {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #rHR2AkIlL2VLUdiExSpcPeRhq6r7w573 {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #hCP1GN8xebsOmC78mygwOgJ5rqwbcDsg {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #TiBouOrDtNoSMuLoJKuTTSqqnhOg0r8e {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #TTZX3RJD841HkOwZF038VeaB5GU6dB0Z {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #mc1dMIL1MmZTavFStTOBIJ5gvoJvxt2z {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #oLq6I3If2RoyuaZodGFdTQfE65SN5fvG {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #Ub8ZJPk5FI3TuucMJ83Jd0mzmdv2sP9x {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #L8Tp5baDM9TiaH5uSJagJFp25Jx2ekT1 {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #d7wO7x5ub1CEo1QqoVli3ahZPNVXHg7r {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #D6K8LdFHGoMZIOPxHxGKN71yiNedOsbK {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #OuIPwIsZ1obClbtogUeaJdStqfbvxh5B {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #dEIy0pUcaWnLtyPTfugpk525L4Kxztsc {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #VfleemE0G7B0l5dAyDk6WeOI5575ABQt {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #yJThXxf0zqP81I1pPs0RsWeFAWIRG6Fo {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #DJn0ZVwphsQUZUT8ZK8Ae5Jkyy4WqwoB {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #GqCZsN8xK48xfMPWeXlQvhyHqzPGRyim {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #dzNp5ODR6uAiphV0tOHtFrQyXHMhufso {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #LN4TNvkEXp6ClpzDpGOq1LCFtzNO6VpV {  }
 }@media only screen and (max-width: 763px) { #pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP { display:block; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVBXNQusIrTm76K8RyqBOVRMnka3KEzy { top:5.375rem;left:18.3125rem;width:11.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3oftT8ixqP1E6csHUgtFwvaV270CT5 { top:3.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5irCHlMoczTeoODzmIwP1FnCcMfTt3C { display:block; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW0zqiDtQakEuX0iSJINa1mTxcGavhoJ { top:0.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfXvbkb0HdTe32CyDhtAU5nokXy4JwW2 { width:7.5rem;height:2.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr4NolGVhBS2440ZvgXca71qiARk7Kkc { width:11.375rem;height:1.9375rem;top:1rem;left:8.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1EBUvdlQpCGTRSfNQq2Zkih6eNAfBT5 { display:block; }
 }@media only screen and (max-width: 763px) { #opib7n4yrZnDTpATr48DlvWLarVyWTUd { display:block; }#opib7n4yrZnDTpATr48DlvWLarVyWTUd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS { display:block; }#iSXJSPgcz40EiXmLLbvuKnE8eHeKRRzS > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7550Bm488hb0T8fkXPAQRWeq0rmOL6c { width:18.875rem;height:18.1875rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E25TUSXCT86v6XZ02BNwzlFQv3STWHeL { width:20rem;height:5.625rem;top:19.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PuQT926QRgFr3G5HgbuKoQkLEsgFnP7r { width:18.8125rem;height:6.2988125rem;top:26.5rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmuW6ePLlr6vTfKRWBT8J3zM2UTg989O { width:18.5625rem;height:3.5rem;top:34.9375rem;left:0.71875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iAG79PoT9yxgM6hntIO5cTisSh5V0TBp { display:block; }
 }@media only screen and (max-width: 763px) { #J7Tpu554RoI9r389pBN5hHQpNy2vUyDk { width:14.125rem;height:2.2744125rem;top:40.75rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#J7Tpu554RoI9r389pBN5hHQpNy2vUyDk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32313258111a6f79cbe7800eb5e7736f182564f4.svg); }
 }@media only screen and (max-width: 763px) { #bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container { background-color: transparent; background-image: none; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container > .video-iframe-container { display: none; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row > .video-iframe-container { display: none; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .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); }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container { border-width: 0; border-radius: 0; }#bZJDL6KRrv9lzBhKUWGnVvu3vaUyTcCB > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHxdg90BciRTprCT4tTaXLWtrCKNMHo5 { width:12.25rem;height:1.125rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxiR7vHuCLZwyzuyCW2wyGBvXAWtsq3a { width:13.5rem;height:1.125rem;top:3.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdVTWToObfz3hBAcL6utkqRkKP3y7Vq { width:14.25rem;height:1.125rem;top:6rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l03JrE9Z0gtNQDST52n6oEhPHB4r9QTF { width:9.875rem;height:1.125rem;top:8.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9075oD7Nvu4qto7b2hrWo9gggcI3yaX { width:13.5625rem;height:1.125rem;top:10.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0ffd3e59-a132-40cd-88d4-20fdf9a13aef/background2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS.adaptive-delivery-prevent-bg, #eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS.lazyload, #eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS.lazyloading { background-image: none; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container { background-color: transparent; background-image: none; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container > .video-iframe-container { display: none; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row > .video-iframe-container { display: none; }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .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); }#eCoAQq9Oqc3xohRTZ7KIbnZaGbNpsZyS > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svZKL9ObkME6dqlbRvHvt8hTwBGTEa2B { width:18.8125rem;height:6rem;top:2.39990234375rem;left:0.59375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kBiPxpTJEa1H8ZStlbzaTmBwuc3NsSNF { width:15.749rem;height:3.0869125rem;top:9.4990234375rem;left:2.12548828125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBIexsadDE1y0wVpV03iVB1tO9eRSpLE { width:12.3125rem;height:3.25rem;top:17rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToMg5Mnh5g8rT7Rhn9hTor1zZ5ZwUr7l { width:0.0625rem;height:31.875rem;top:4.75634765625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GffuZcrXutk2JT13pyJkAzv7URgv4Xbt { width:0.0625rem;height:31.875rem;top:4.75634765625rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOBlltFauzIfEwcV5V0CHCCfNitozD3I { width:15.5rem;height:62.5rem;top:14.0849609375rem;left:2.25rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z72c4w4r62WRkke3KAkqfIOXUF6FfcrO { top:15.215961456299rem;left:1.2500000596046rem;width:17.5rem;height:14rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Je96l1lZSyUPulOy6SgX6sG5v28isZgX { top:43.276910781861rem;left:1.2500000596046rem;width:17.5rem;height:14.0625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R0tI8WWDTiWS7xEsG2zHe7cFI46kOP4f { top:29.214415073395rem;left:1.2500000596046rem;width:17.5rem;height:14.0625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RW8CJuAz7BlRQDco61TxgXvuoVg82zTV { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0ffd3e59-a132-40cd-88d4-20fdf9a13aef/background2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV.adaptive-delivery-prevent-bg, #RW8CJuAz7BlRQDco61TxgXvuoVg82zTV.lazyload, #RW8CJuAz7BlRQDco61TxgXvuoVg82zTV.lazyloading { background-image: none; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container { background-color: transparent; background-image: none; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container > .video-iframe-container { display: none; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row > .video-iframe-container { display: none; }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .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); }#RW8CJuAz7BlRQDco61TxgXvuoVg82zTV > .row .container { width:20rem;height:124.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkrkPgqSbHMsITRSCCo9h4m2Pigbzi7B { width:17.8125rem;height:8.75rem;top:2.875rem;left:1.09375rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DXJeJURBec134TQvDfPiohaBA9wvHeQw { width:15.749rem;height:10.6875rem;top:12.9375rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t38583RcV5DKb3lbk1bMWnkmwO55pD7R { width:18.45835375rem;height:3.95702875rem;top:118.58203125rem;left:0.72786462306975rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDpXJpeQ7UwaHqJ1ioJBs0RXLvl78AE { display:block; }
 }@media only screen and (max-width: 763px) { #s4Tqt4z7e9TlIKmcCqGUlnsx8S19m901 { width:0.0625rem;height:98.25rem;top:79.94384765625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsGtXpp6JM1NTOdgLediT5CdtXNByrNX { width:0.0625rem;height:98.25rem;top:264.20809765625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #imJbohLJND2FrXPDNmhopn9eKX0tGFx2 { width:18.125rem;height:14.4375rem;top:31.000000953674rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndet3kFkSt3wGQ1QiIQ5MoOJXBwcCV6Z { width:20rem;height:20.6875rem;top:30.0625rem;left:-0.0625rem;box-shadow: 0.0625rem 0.375rem 1.125rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #EA64muGXBr0ktS4WiT6OatP5h3FUXogS { width:20rem;height:20rem;top:52.0625rem;left:-0.0625rem;box-shadow: 0.0625rem 0.375rem 1.125rem rgba(var(--color-tertiary-4),0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #wemLi0vrClr0A676mdgHTSJ8zrB1blOa { width:18.125rem;height:14.25rem;top:53.000000953674rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxTyowEJ54xw604wqJ19q44TDR5vfIc1 { width:20rem;height:22.25rem;top:95.0000038147rem;left:-0.0625rem;box-shadow: 0.0625rem 0.375rem 1.125rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #iZMIZXsPK3mDlNEXhzVgOe4LGUvCyLdk { width:18.125rem;height:14.5rem;top:95.770835876462rem;left:0.8541667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0z4i5Jhi7hfU9iFFxMuMHzTwq8yFpgT { width:20rem;height:20.8125rem;top:73rem;left:-0.0625rem;box-shadow: 0.0625rem 0.375rem 1.125rem rgba(var(--color-tertiary-4),0.11) ;display:block; }
 }@media only screen and (max-width: 763px) { #MTDT3HTbAfgbpimc7n7Uk1r7ZbwW3hQf { width:18.125rem;height:14.4375rem;top:73.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEHWzqopV7LdPzvZV6FudE3EI3tZG2Iy { width:12.686625rem;height:3.25rem;top:25.143219470977rem;left:3.6566842198372rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ualpUzGkBe8xTToyyalhgkPf76k0VtyG { width:2.5rem;height:2.5rem;top:46.500001907349rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPBtZNNu8SMyJ0v4KhdF8XfTSJeZSwRy { width:12.8125rem;height:1.2999125rem;top:46.500001907349rem;left:4.26953125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUvOO8kZkymyegzFESQKm13nT9l8s8l { width:14.8125rem;height:1.94921875rem;top:48.049480438233rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuFngcL1nWmQ4n7zWz1cR1k4zG7Vcdss { width:2.5rem;height:2.5rem;top:68.187511444094rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITll5K0iFblJFTJvBQp2z2a6IOmm2g9b { width:9.0625rem;height:1.2999125rem;top:68.0625rem;left:4.30078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4Lt07pkWBVxaxxLzoC6sJthSUSuUoU { width:14.75rem;height:1.94921875rem;top:69.549482345581rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvXXvBaK5gWELhVnqDlkqcpI5gOufxVb { width:2.5rem;height:2.5rem;top:89.25rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Kw6RP8OifyducO97SA7mV79QRrD4ZS { width:12rem;height:1.2999125rem;top:89.25rem;left:4.4244794845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRGhN9T8nB5axSzr0ZQEvnIKO7Fs46M7 { width:14.5625rem;height:1.94921875rem;top:90.674480438231rem;left:4.42578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0RmvqBEw4Sra2ta4XnqmoeDPmVHiJXw { width:2.5rem;height:2.5rem;top:111.41927337646rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc7oH59dVRDLO2qmy9uIsad3Ed0AMldf { width:9.8125rem;height:1.2999125rem;top:111.41927337646rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUrvcHEM7aoI4p5oTR6AXbvpTh71u2O { width:13.3125rem;height:2.923825rem;top:113.16145896912rem;left:4.6432294845581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 { display:block; }#g04TQticwOaTH7ZVW7Xvp55i5Q9nIoo4 > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyp0QlXuZlPnOxQXxoJfegUSNfACUe9A { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RRfTgQIcD77EmdVigFiCmLstf91X9o27 { width:19.9995rem;height:14.6865rem;top:6.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCmbSpWeqPKnXqX03RBRFr32TEHTugue { width:2.4375rem;height:2.1331691234581rem;top:8.7158203125rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAnGMwtGbmlGnlK0BHwAE8OzxXiBZGPC { width:11.8125rem;height:1.7871125rem;top:12.21533203125rem;left:1.43701171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTmyn3NCgiAs9gpRdZ5zgVWvxZRn75B { width:16.437rem;height:3.8994125rem;top:15.0908203125rem;left:1.43701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRRJoWwX7JZx2poRuv8MV8R1w9aT9Kr { width:20rem;height:15.0625rem;top:22.87109765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHJzF6wgeniUabUr9OqPnVIyTO7d4BMs { width:2.4375rem;height:1.9375rem;top:24.87109765625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagA1vr1DgK6EmQbQhyQIb9OOkya9wqw { width:16.3125rem;height:1.7871125rem;top:28.4326171875rem;left:1.43701171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrtVD6Uxb2SMRn3cZ6eo72iSKrpTuf5X { width:17.125rem;height:3.8994125rem;top:31.2451171875rem;left:1.43701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZJiwMUlTplwvFpafHRQrQyRGMLbct4h { width:20rem;height:16.9375rem;top:39.18210546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TT6UpZn2s7Xy0lhRSrl71ki3xzaz0l { width:16.0625rem;height:5.19921875rem;top:48.6796875rem;left:1.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHCi76p7hUUc9bNEg1vF5Owap4y3emq5 { width:16.4375rem;height:3.57421875rem;top:44.30419921875rem;left:1.43701171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30x73SwRhUuII1v8icOUZndwdGH0kGT { width:2.25rem;height:1.6875rem;top:41.74365234375rem;left:1.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLPGgSigWEzBXLQTFc7CblhNR03ly7z5 { width:20rem;height:15.0625rem;top:57.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTe0XzX9Lm5QeLlGJK7i3AapIVbhs5hJ { width:15rem;height:3.8994125rem;top:65.37451171875rem;left:1.43701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC7t2tDwe5XRnCLW12IVpWeoBWezGg66 { width:11.187rem;height:1.7871125rem;top:62.50927734375rem;left:1.43701171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adAWBfTEyyuzQoUIqphRBehb01woURdo { width:1.5rem;height:1.6875rem;top:59.80517578125rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX2tHdfCXbpCAPxveorLLpJoownalDWg { display:block; }#WX2tHdfCXbpCAPxveorLLpJoownalDWg > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoudJZuWPOyBkpJTad8wnTFhUkAQTkxb { width:5rem;height:4.6875rem;top:4.2296009063721rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDoowzeybvlJGJGdlke2C9veGnGev4f { width:16.5625rem;height:4.54980625rem;top:11.0625rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDLS93Lx0pZx7rgAEM0yROk3ltAf3xNs { width:16.124rem;height:5.8496125rem;top:18.875rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvU4FFf0OvDT0pCz5XIbqNkIOUXoh6VZ { width:20rem;height:1.3808625rem;top:16.0625rem;left:0.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uzxu1TyJT3C0tDCEUAbXalvASApZ3v9d { width:18.624rem;height:3.9375rem;top:89.935546875rem;left:0.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3V6vUWVLCFQi6s6TZOhXCaUlBeSmpfV { display:block; }
 }@media only screen and (max-width: 763px) { #ClZfKoXw48xakIlrZP0PLov6XLS4AEE9 { width:14.625rem;height:2.75rem;top:51.5rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.73);display:block; }
 }@media only screen and (max-width: 763px) { #piRpT00opmqrD6mQDS19Pu48aquO8iRX { width:20rem;height:2.25rem;top:53.4375rem;left:0.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TGLrdyDPuFcZvluKaGvU8wVPvWxq6D54 { width:19.375rem;height:19.375rem;top:30.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaqtiITvgUtvUDuaNqkBcsQdUoH0g28S { width:20rem;height:20rem;top:29.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxBoZRt15VBnAAouTfJAnpW3sppSuHFG { width:20rem;height:30.5625rem;top:55.6875rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM { display:block; }#hkLhMBqMADb3oJVHhFdtUdeUMWS5wgBM > .row .container { width:20rem;height:139.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBxc8xDlJrTAf3qrswTZMpRMGXuaFTdT { width:15.686875rem;height:2.11230625rem;top:8.4375rem;left:2.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AW9k8znnHs8Sewgov6hkbTycQ3VTaE8M { width:5rem;height:4.5625rem;top:2.4638671875rem;left:7.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1C0cyCAO7MRGedqcUW3as9wDOyp3irI { width:20rem;height:22.4375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSVT0CymmXInJlpdm5vvA4QcVXcs2mSR { width:17.5rem;height:9.8125rem;top:12.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdXg5uLI4txGXavhpdDJLqvrTBWW3WW { width:17.5rem;height:6.5625rem;top:26.3125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqioPMiEnRUfTQ7EFGeIxmJelHaGRzJr { width:17.5rem;height:1.625rem;top:24.0625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUXgUTHisQ5ka5GA4tp7Ipf2qNzmz7u1 { width:20rem;height:23.3125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5x8baKFeW0vlaKW67bbchSqI7dqqW9d { width:17.5rem;height:6.5625rem;top:50.6875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRQ4o5CEEURnZD6tXFfd3cl5nF6uZ5T5 { width:17.5rem;height:1.625rem;top:48.125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSb4Twcb7Mhp9DOLZOttp201hcqMM28n { width:17.5rem;height:9.875rem;top:36.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5rIHrJ192myicuirpoq0dlJa8CFRT9q { width:20rem;height:23.5625rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqqOAFZb23DCeiMV2N30583gFp9mN8aP { width:16.25rem;height:6.5625rem;top:75.6875rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1OGS7bGVRlybrEkNtRkqX91os6c9Uhe { width:17.5rem;height:1.625rem;top:73rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snIbGzEIo9khgWAXwXcU8KXswCzShxKs { width:17.5rem;height:9.875rem;top:61.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Fm0u7WIUUTu9f49sv53btpnLRkkknn { width:20rem;height:24.4375rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMsVLtA9Z4ESTqAUKSaus8mIwWRTTRMa { width:17.5rem;height:7.03125rem;top:101.0625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2wsEpuK5HIbpCw3i50ZcT69do7ASdcz { width:17.5rem;height:1.625rem;top:98.125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMPXTRGs9VTszENuDNrxBnsi4RhmlBBE { width:17.5rem;height:10.25rem;top:86.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwihmIA5gBGcZfZx0mV1cgGx9o8tF4uC { width:20rem;height:26.5625rem;top:111.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOPKBPqb0ob5VKeB1eeOwrRrewlyAMt { width:16.6875rem;height:8.4375rem;top:127.9375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcQNJJIGltveHTBclfB9ZcQNMOmvawxJ { width:17.5rem;height:1.625rem;top:124.6875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuaJnm8ATplKwo3mbxDZ2vDIL5cD3Vtd { width:17.5rem;height:10.25rem;top:112.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kddczeQyn20FNLyTlacB43dxhbuBg9VW { background-color:#ff6600;background-image:url("https://images.assets-landingi.com/uc/e2016c94-f3f0-453a-adf3-aa2d7c30aa3b/background5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW.adaptive-delivery-prevent-bg, #kddczeQyn20FNLyTlacB43dxhbuBg9VW.lazyload, #kddczeQyn20FNLyTlacB43dxhbuBg9VW.lazyloading { background-image: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container { background-color: transparent; background-image: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container > .video-iframe-container { display: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row > .video-iframe-container { display: none; }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .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); }#kddczeQyn20FNLyTlacB43dxhbuBg9VW > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaoZX1nasJTeh6APTlT3vPUkkpebMCn9 { width:20rem;height:4.54980625rem;top:2.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdNbg2cT2L4CGKlwvVVTBgpSlqrcNUx4 { width:20rem;height:20.5rem;top:8rem;left:-0.16650390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRVqHkOixgD9LKsC9Rwu6NtBbPL4DLQg { width:7.8125rem;height:1.4375rem;top:10.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWoqa3DJMmnL1QVhgdOm5sguodcvkG5Z { width:18.4375rem;height:6.9043125rem;top:12.875rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlRV0ttBbwMTwpcU1khJygrw2Xhg631e { width:16.875rem;height:0.0625rem;top:21.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6VT70O0zgTaCA6w9zAbK1MQHTfV2JmT { width:18.4375rem;height:2.761725rem;top:23.125rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWZr8LVzuM6x0qec6uTfFU4Kx47U0waz { width:19.625rem;height:26.3125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKhqkZvVMOL4MkqB6aTI0ei2mS99ev7x { width:18.4375rem;height:2.761725rem;top:52.1875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPebSFiv57hGpebLKTdzQB1aRIETczHr { width:18.125rem;height:0.0625rem;top:50.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6K7kCfZGch9TtlF4MVyoE00S3NPQ1gi { width:19rem;height:13.808625rem;top:35.3125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJHT5zAMOu91vABZTXfEUk09xokBLbIt { width:7.8125rem;height:1.4375rem;top:32.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRz3cRyHNqXW1VBbP1F6KzWRX8htq73 { width:19.625rem;height:19.75rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFxGCDt283QzexUzPkFLdvMmg730eOtF { width:18.4375rem;height:1.3808625rem;top:75.375rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJ1M8ALEKbi0qPqXO3hwqFkd22HHQImO { width:18.125rem;height:0.0625rem;top:73.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7VX1JNnHwBHZP7SctM1QkTzKMslJTN { width:18.4375rem;height:8.285125rem;top:63.75rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBRwfgFr6PksIcluruXmfS7QJhKypZFB { width:7.8125rem;height:1.4375rem;top:61rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL { display:block; }#P1i88vO4xTF3q1JBp2TiFU3guuFd1CZL > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2mH46gGShztAGAeoT7Tised2Lfr1Dvk { width:15.5rem;height:3.4121125rem;top:2.125rem;left:2.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mb1w0cvFtwmRRhL9dMJ4ekCfaAVz7mql { width:19.9980625rem;height:6.8730625rem;top:6.87451171875rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZrV27F9SpPwFFpnqUdtm9Inat27D9kB { display:block; }#WZrV27F9SpPwFFpnqUdtm9Inat27D9kB > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3VHmBUM7mi8Blm6WLxLph8UPHqEV1Tt { width:18.0625rem;height:3.5rem;top:8.5625rem;left:1rem;font-size:0.875rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #pmynE5epHaR9cxnAZMPxtw2m1Z9iREiq { display:block; }
 }@media only screen and (max-width: 763px) { #To0aE9rQKC3iFqqh2eTgwSGpTwU4TTKL { width:20rem;height:3.57421875rem;top:3.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw { display:block; }#zRzbKcwRaAC2r8JBE7NvSNckKemPIeGw > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4LghFxwwZEEAetUa1tRwl9ruyrZ6Gh2 { width:14.561625rem;height:3.29980625rem;top:2.8428812026977rem;left:2.7180991768837rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2N9nVgdLONI2Vth9SzzHoCUspk1vqDP { width:16.812rem;height:7.7988125rem;top:7.283203125rem;left:1.5927734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(92,92,92,0.74);display:block; }
 }@media only screen and (max-width: 763px) { #l8yFwLrTxMN70RtSsKSAhw7svPpiRHyF { width:12.5rem;height:0.9746125rem;top:1.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT9dnrvB9RINe3nbuBA7ttQqI6fiXldC { width:3.375rem;height:3.375rem;top:16.38671875rem;left:1.5924479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTcraT1f83uezMJ1rfD5NTd3bbQ3So0 { width:12.6875rem;height:1.29980625rem;top:16.385406494141rem;left:5.7083334922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHgiHSsEaZBxgeZZRawhvkE6xM5htk6R { width:12.9375rem;height:3.41161875rem;top:18.03125rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN0TTuMeOEfHRK94LoNFzCvepTGcuux5 { width:3.25rem;height:3.25rem;top:24.550782203674rem;left:1.5924479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6fsxxqNCvtkZcZgrLVW4xEqhBDtnLly { width:12.0625rem;height:2.599825rem;top:24.550781965256rem;left:5.296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRAyCTlS78xt3X1mbIDyLXOrKAur75a { width:16.25rem;height:0.1875rem;top:28.550781965256rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGHVcTk7IECvpZXZgu8kisqpTW3fLwTH { width:10rem;height:0.0625rem;top:22.300782203674rem;left:7.8958339691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #anXDqW6kO670IDKc4nI1A1aVbnogpSQr { width:6.25rem;height:0.0625rem;top:22.300782203674rem;left:1.5924479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV { display:block; }#lVh3lO6cDeQW7z24bMuZWr7sNBC9HpAV > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVbDCcFmShd5dS8QsVpbHIRz7mh2BMbP { width:20rem;height:2.11230625rem;top:2.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rK3RNTuRrqnJAf4pbm1M2kw6p1nQk6fK { width:14.6245rem;height:3.19921875rem;top:4.6875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deFAJDKH1vkg1xo0rBeUmrXEtWTeLFte { width:20rem;height:0.88671875rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-regular-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-text { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-text {padding-top: 0; padding-bottom: 0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-textarea { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-select { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-select {padding-top: 0; padding-bottom: 0;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.625rem;font-size:1.0625rem;overflow:hidden; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW  { width:17.0625rem;height:auto;top:9.0625rem;left:0.125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1); }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW .radio-container { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW {display:block;}#QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW { width:17.0625rem;height:auto;top:9.0625rem;left:0.125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1); }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #K0T6auhLMkCLBJkyAF3kwV3tK6ZrpG1n {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #cShFZh8pRnZ9KmWaprBkmnUSUa2sAelQ {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #hJru5LbiE41ONkDFSeHyml8Zi9SlkIgD {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #K7mXrvK0tl7q9EzoEvWlpwog4QqUEcbf {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #q9561Nw0lhSdSbt8Um8EyUGSOHZKuw8M {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #ab3DLhmUFWOsHysbwmcTq2VR3m0xgZRX {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #Oaw6q27hdM1DcA0Gdvbm5zeCo0T86I5m {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #DVFl12aANI0nJN7Kz9VqnKzNTQa5whn0 {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #IS5G5lRhdwumkXNZSNN1MewqbqVBTbwh {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #aXqTZ1ktWOAJ3TaZKdKgz8mbDaQZ6kwB {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #snLdBTTdBgos6AwsLgwsvs4e3hhc0XIk {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #iPmKTBT5LoikWw0ZchRlqHVcNpoROeDL {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #DRiJJpS74Lgbed3dWMiU7VsQcTPuCdZe {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #GJhCaxvDNa3ReZ4r8S2sJIvWU64z4a1D {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #ktrF56GyTzvW4Ir0hE6NL55DJPU21Kxo {  }
 }@media only screen and (max-width: 763px) { #Gs4eqfrodJrIXzH1fUkwqvZKkGp0lfv4 { display:block; }
 }@media only screen and (max-width: 763px) { #rJio5PepGrQvVmLVVnhTi9VnmWcn5NJH { display:block; }
 }@media only screen and (max-width: 763px) { #FJfTcxHTNqz8i1bW9y5xKWsPdqueWBwG { display:block; }
 }@media only screen and (max-width: 763px) { #HTqqQmMU137Bfv8aM1nDn7NLiAoCOdas { display:block; }
 }@media only screen and (max-width: 763px) { #asQLin8ZxTQlWoIwdv88Tur3mbDAEaEo { display:block; }
 }@media only screen and (max-width: 763px) { #QJZhfU1f81DZld036uAZG6Wa5wO1mTJm { display:block; }
 }@media only screen and (max-width: 763px) { #laIaDWOcSqMHWL22swHmW9KLEU54oL5c { display:block; }
 }@media only screen and (max-width: 763px) { #SAGzMruU0NX1yt4tTQFpRqweNCrlJ2E3 { display:block; }
 }@media only screen and (max-width: 763px) { #RW83k4KSA6Oiu8wbpmeZWXJGzruc0SOr { display:block; }
 }@media only screen and (max-width: 763px) { #Nqhtryl4h6HRrM0Bqaakyh11gUlrJGAC { display:block; }
 }@media only screen and (max-width: 763px) { #HWn2BlTkshknPpzSnpbpoOKgV9JaMKe9 { display:block; }
 }@media only screen and (max-width: 763px) { #nAvOKqouXFaFiQEWh8Fz3a0cBiPzsciF { display:block; }
 }@media only screen and (max-width: 763px) { #coISVlMcMNvlgPXDkfpGGqdpUlTZRpEW { display:block; }
 }@media only screen and (max-width: 763px) { #obaKMC9znS4DkPvBZ5htJEu0o0cQzAvN { display:block; }
 }@media only screen and (max-width: 763px) { #ApWhM2Ro5kIE7WXIWgnafP9d3kP8A21k { display:block; }
 }@media only screen and (max-width: 763px) { #p3z3ABayio6tKQZlcNGX1lTpJFqBEiJv { display:block; }
 }@media only screen and (max-width: 763px) { #Sw22WH4xPAntUqDB3plveLWNOvnwSm5E { display:block; }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #fzagDWar4yHWXlWhOxJDMP8JWIoTDiO1 {  }
 }@media only screen and (max-width: 763px) { #QmVhuDvzAcyosQMsKMcnEt2JApOOFoxW #rvp49XcZrTRSsmLyB1hDnLr7XQvXUls0 {  }
 }@media only screen and (max-width: 763px) { #kvMJVwTdHFybVVnDBA0vmEVRerWTlktI { display:block; }#kvMJVwTdHFybVVnDBA0vmEVRerWTlktI > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE5Xqk3aWrvghy3WsVlTq4fLoNnK9n4D { width:13.625rem;height:1.75rem;top:2.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHweeByvspCGPDnn7GtJZ8aUPQZ0BdGh { width:20rem;height:2.5996125rem;top:5.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-heading-text { line-height:1.1;overflow:hidden;height:auto;font-size:1.125rem; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w .accordion-desc-text { font-size:1rem;height:auto; }
#LELqEUEb6KxxzkIsPDpoBulSXTvifH5w { display:flex;height:auto;width:18.1245rem;top:8.81005859375rem;left:0.3125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem; }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #JiL3EmSi0InQ8dTTJXrdbeDX9TzRpowh {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #GZiTZ6qAwacvdWuT0B7QpZVK9aXdpklb {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #rHR2AkIlL2VLUdiExSpcPeRhq6r7w573 {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #hCP1GN8xebsOmC78mygwOgJ5rqwbcDsg {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #TiBouOrDtNoSMuLoJKuTTSqqnhOg0r8e {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #TTZX3RJD841HkOwZF038VeaB5GU6dB0Z {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #mc1dMIL1MmZTavFStTOBIJ5gvoJvxt2z {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #oLq6I3If2RoyuaZodGFdTQfE65SN5fvG {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #Ub8ZJPk5FI3TuucMJ83Jd0mzmdv2sP9x {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #L8Tp5baDM9TiaH5uSJagJFp25Jx2ekT1 {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #d7wO7x5ub1CEo1QqoVli3ahZPNVXHg7r {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #D6K8LdFHGoMZIOPxHxGKN71yiNedOsbK {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #OuIPwIsZ1obClbtogUeaJdStqfbvxh5B {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #dEIy0pUcaWnLtyPTfugpk525L4Kxztsc {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #VfleemE0G7B0l5dAyDk6WeOI5575ABQt {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #yJThXxf0zqP81I1pPs0RsWeFAWIRG6Fo {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #DJn0ZVwphsQUZUT8ZK8Ae5Jkyy4WqwoB {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #GqCZsN8xK48xfMPWeXlQvhyHqzPGRyim {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #dzNp5ODR6uAiphV0tOHtFrQyXHMhufso {  }
 }@media only screen and (max-width: 763px) { #LELqEUEb6KxxzkIsPDpoBulSXTvifH5w #LN4TNvkEXp6ClpzDpGOq1LCFtzNO6VpV {  }
 }@media only screen and (max-width: 763px) { #pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP { display:block; }#pChPyeQ8awyHBAXyeRDBSBfNMMOlqrzP > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVBXNQusIrTm76K8RyqBOVRMnka3KEzy { width:15.125rem;height:5.125rem;top:2.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3oftT8ixqP1E6csHUgtFwvaV270CT5 { width:20rem;height:0.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5irCHlMoczTeoODzmIwP1FnCcMfTt3C { display:block; }#T5irCHlMoczTeoODzmIwP1FnCcMfTt3C > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW0zqiDtQakEuX0iSJINa1mTxcGavhoJ { width:18.375rem;height:2.923825rem;top:1.2490234375rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }