.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { background-color: transparent; background-image: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .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); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { border-width: 0; border-radius: 0; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { font-size:0.875rem;font-family:raleway;height:4.625rem;width:75rem;overflow:visible;position:relative;display:block; }#FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:1.5rem;left:0.625rem;overflow:hidden;display:block; }
#xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { background-color:transparent;background-image:none;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:62.25rem;display:block; }
#JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:35.6875rem;display:block; }
#g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:42rem;display:block; }
#yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:48.875rem;display:block; }
#UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:54.8125rem;display:block; }
#AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGOPndeIALl3LVVPU9Qk0aQHVK9Gw78k { color:#16a249;display:block;width:17.5rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1.287109375rem;left:3.1875rem;height:2.548825rem;font-style:normal;display:block; }
#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/79c6a8a9-f924-4943-9c0d-e20869d175ec/praveenkumaron43HHtLApIunsplashh.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.adaptive-delivery-prevent-bg, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyload, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyloading { background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { font-size:0.875rem;font-family:raleway;height:31.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:4.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.4986982345581rem;left:2.25rem;height:10.199625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:15.186633110046rem;left:2.25rem;height:3.6111125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { background-color:#000000;background-image:none;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.67298625rem;height:3.5483925rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.374350547791rem;left:8.1875009536744rem;display:block; }
#xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { background-color: transparent; background-image: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container > .video-iframe-container { display: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container { display: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .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); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { border-width: 0; border-radius: 0; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { font-size:0.875rem;font-family:raleway;height:29.875rem;width:75rem;position:relative;display:block; }#OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;border-top:0.0625rem solid #f59f0a;border-left:0.0625rem solid #f59f0a;border-right:0.0625rem solid #f59f0a;border-bottom:0.0625rem solid #f59f0a;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:9.1872825622556rem;left:2.3125rem;display:block; }
#rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.9375rem;left:4.1875009536743rem; }
#fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:13.999565124512rem;left:4.1875009536743rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:16.936851501465rem;left:4.1875009536743rem;height:8.5015rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { color:#000000;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.32421875rem;left:11.25rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nMvSNuHwlqV10tLVln2lNweJK6wK1auu { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { position:absolute;display:block;z-index:15019;background-color:#000000;background-image:none;border-top:0.0625rem solid #f59f0a;border-left:0.0625rem solid #f59f0a;border-right:0.0625rem solid #f59f0a;border-bottom:0.0625rem solid #f59f0a;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:9.0625rem;left:26.875rem;display:block; }
#cTRGazlDAd3wty2zJchzC7h5H394oAFR { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:16.9375rem;left:28.75rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q7E8prKxnivPPvp3x4pEKfv9682ELTmM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:14rem;left:28.75rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.9375rem;left:28.75rem; }
#dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { position:absolute;display:block;z-index:15023;background-color:#000000;background-image:none;border-top:0.0625rem solid #f59f0a;border-left:0.0625rem solid #f59f0a;border-right:0.0625rem solid #f59f0a;border-bottom:0.0625rem solid #f59f0a;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:9.0625rem;left:51.312503814698rem;display:block; }
#zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:16.549480438233rem;left:53.1875rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.999565124512rem;left:53.1875rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.9375rem;left:53.1875rem; }
#VTFCQT3kOChKVo9bP1SiP7TTsoVUUf6f { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;border-top:0.0625rem solid #f59f0a;border-left:0.0625rem solid #f59f0a;border-right:0.0625rem solid #f59f0a;border-bottom:0.0625rem solid #f59f0a;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:9.1875rem;left:0rem;display:none; }
#xsgaqUCDtTq6QI5iv5N1M4lqw9tAOf2n { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.9375rem;left:1.875rem;display:none; }
#ak3mkHFmhueCBk1mv717yOxASs6QlRyO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:14rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:none; }
#bI2drRykVrg9hLfmkQtfDxn8KkRPKzE0 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:16.9375rem;left:1.875rem;height:6.8011875rem;font-style:normal;display:none; }
#mA8m8osVJAMItJNWrtBAlVzFO2qsBrN6 { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;border-top:0.0625rem solid #f59f0a;border-left:0.0625rem solid #f59f0a;border-right:0.0625rem solid #f59f0a;border-bottom:0.0625rem solid #f59f0a;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.1875rem;width:21.25rem;top:9.1875rem;left:0rem;display:none; }
#BqIdfr6pMnaLbKQRceRTC6q1TrMbH9Xp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.9375rem;left:1.875rem;display:none; }
#gaO0F20AtpGxfJto4WbbS1tbfmFBtok4 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:14rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:none; }
#P2Z1XfdwkCkGLtblp0sRNTLkVbZe8QkL { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:16.9375rem;left:1.875rem;height:6.8011875rem;font-style:normal;display:none; }
#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { background-color: transparent; background-image: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .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); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { border-width: 0; border-radius: 0; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { font-size:0.875rem;font-family:raleway;height:35.625rem;width:75rem;position:relative;display:block; }#mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:25.000007629394rem;left:1.5rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:27.937286376953rem;left:1.5rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { color:#000000;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.88671875rem;left:11.25rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:22.375rem;top:8.811851501465rem;left:1.5rem;overflow:hidden;display:block; }
#E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:25rem;left:26.25rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:27.9375rem;left:26.25rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:22.375rem;top:8.8125rem;left:26.25rem;overflow:hidden;display:block; }
#WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:25.000007629394rem;left:50.875003814698rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LspoGQSzdDqzIno54xonWHSFphxB00xG { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:27.937286376953rem;left:50.875003814698rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:22.5rem;top:8.811851501465rem;left:50.875003814698rem;overflow:hidden;display:block; }
#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { background-color: transparent; background-image: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container > .video-iframe-container { display: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container { display: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .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); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { border-width: 0; border-radius: 0; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { font-size:0.875rem;font-family:raleway;height:35.3125rem;width:75rem;position:relative;display:block; }#eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:23.874778747559rem;left:1.2499961853027rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:26.812065124512rem;left:1.2499961853027rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { color:#000000;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.88671875rem;left:11.25rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#f2EGofSq068498hAWHtmLC30iTXAFfAz { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:22.5rem;top:7.6866302490238rem;left:1.2499961853027rem;overflow:hidden;display:block; }
#iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:23.875rem;left:26.25rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:26.8125rem;left:26.25rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:22.5625rem;top:7.6875rem;left:26.25rem;overflow:hidden;display:block; }
#HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:23.874778747559rem;left:51.0625rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:26.812065124512rem;left:51.0625rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #16a249;border-left:0.0625rem solid #16a249;border-right:0.0625rem solid #16a249;border-bottom:0.0625rem solid #16a249;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:22.5rem;top:7.6866302490238rem;left:50.937496185302rem;overflow:hidden;display:block; }
#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/finance-law-b2b_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.adaptive-delivery-prevent-bg, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyload, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyloading { background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { background-color: transparent; background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(95,67,48,0.8); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(95,67,48,0.8); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .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); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { border-width: 0; border-radius: 0; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { font-size:0.875rem;font-family:raleway;height:21.25rem;width:75rem;position:relative;display:block; }#CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:1.375rem;height:3.14886875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.936859130859rem;left:1.375rem;height:3.8237875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { background-color:#1c1c1c;background-image:none;border-top:0.0625rem solid #f59f0a;border-left:0.0625rem solid #f59f0a;border-right:0.0625rem solid #f59f0a;border-bottom:0.0625rem solid #f59f0a;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.75rem;left:60.186851501465rem;display:block; }
#iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/finance-law-b2b_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i.adaptive-delivery-prevent-bg, #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i.lazyload, #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i.lazyloading { background-image: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { background-color: transparent; background-image: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container > .video-iframe-container { display: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row > .video-iframe-container { display: none; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .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); }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { border-width: 0; border-radius: 0; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { font-size:0.875rem;font-family:raleway;height:48.4375rem;width:75rem;position:relative;display:block; }#DJUxLXD7VfXchoRgT2VmGGByOOQGN0UM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:7.9375rem;left:32.5rem;display:block; }
#Kil9TncrRbprLfgl4i3gKQGC1P9cF86t { color:#f59f0a;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:10.1875rem;left:34.375rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f7OJIKBVcbRG7WyVuSvyeXwVkoE1Cyom { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:9.625rem;left:46.25rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KRxbbllBni2qtsaXcnaLiJLneUEgZ6TA { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:12.8125rem;left:46.25rem;height:3.40060625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTRSNghVvMdzskQowXMX1LQEnyG9NKJd { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:21.6875rem;left:32.5rem;display:block; }
#WsdPuGmu4egzEGcZXXfXzvkQTKwkn0KU { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:23.375rem;left:0rem;height:2.548825rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mqSeRmuVOrsupJ5tOZ5NB46h9rRhO4NH { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:26.5625rem;left:0rem;height:1.70030625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TKyt8fg3zmvOtT2paMFJyXlecWfo1NtB { color:#f59f0a;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:23.974609375rem;left:34.375rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zFP02alFSf3RmshvZ6hD07bbr7u7iNgD { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:40.9375rem;left:46.25rem;height:3.4006125rem;font-style:normal;display:block; }
#f6Qwlm152gRb2Oa7P1iUTHigugLET8f8 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:35.4375rem;left:32.5rem;display:block; }
#gmelIrp8i8B1mS35oqJP0eBiqIMPHDEq { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:37.75rem;left:46.25rem;height:2.54980625rem;font-style:normal;display:block; }
#lTmmKECqZIseaT2HcvUTVKTw4bJimlRB { color:#f59f0a;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:37.75rem;left:34.375rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mTuaBwtOhtR5gpSAUlaQH9ooN4C3DoIJ { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.3125rem;left:11.25rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KVLTkREicCxhZL8yvX7nfQVOmAp2NfbA { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:15.6123046875rem;left:37.25rem;display:block; }
#wMkp0wq4ucB0O0f8JM6H3OSsuNPgL9K8 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.5rem;top:29.4248046875rem;left:37.25rem;display:block; }
#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { background-color: transparent; background-image: none; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container > .video-iframe-container { display: none; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row > .video-iframe-container { display: none; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .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); }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { border-width: 0; border-radius: 0; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { font-size:0.875rem;font-family:raleway;height:101.4375rem;width:75rem;position:relative;display:block; }#m8tDPIzeP7zU1lT30RNm6TyTlS4U9gsG { color:#000000;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2.3125rem;left:11.25rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mn7WAJHz1VGUyALrUQQmuqrToSSNs0u0 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:37.5rem;top:8.3116340637206rem;left:37.500003814698rem;display:block; }
#JLFB6Li51WVEJuDOQ8GqeCLElko1poxq { color:#f59f0a;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:10.1875rem;left:39.375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPGcsrhvnc4zsd0PUuh6Fdy9KTiz9SpF { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.098526000976rem;left:40.781253814698rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W6yLLNtHLF6ILmZGMsBU5qA7RO9srSTI { color:#000000;display:block;width:4.74935rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:15.348297119141rem;left:52.716800689698rem;height:1.48654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJRZs38cksoIIGQseK4RXN1o247gFzq7 { position:absolute;display:block;z-index:15049;background-color:#f59f0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.75rem;top:19.936851501465rem;left:39.375003814698rem;display:block; }
#DvIsPo1JpdKslMC6cONJSa4kn82WOIwI { background-color:#f59f0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.374351501465rem;left:39.375003814698rem;display:block; }
#E7R2oDm3I8WpsQTOt2CLJPbnJ3GneUFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5tnyCNewsiRonHDrbLx5gUIDx9OSw4J { color:#000000;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:13.25rem;left:39.375rem;height:2.098525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VXEOCbgRTOHxBIKxsbRmE3azFB5TKICe { color:#000000;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:17.061630249024rem;left:4.9995670318604rem;height:2.548825rem;font-style:normal;display:block; }
#DJr1UsqRlMXXWG9X85h61uTWguf61Eys { color:#000000;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:19.998916625976rem;left:4.9995670318604rem;height:3.40060625rem;font-style:normal;display:block; }
#iyMP9O1AuGm32zxGNnPSDg3wT39UHeMM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:17.061630249024rem;left:1.625rem; }
#blNve1aOykDeQEsKHP6TpbQPkNnm3Dfk { color:#000000;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:48.437501683831rem;left:46.25rem;height:1.70030625rem;font-style:normal;display:block; }
#rGzkSF3oMgWAWUJ3WoTnvaSoJgzrTtx4 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:45.499133586884rem;left:46.25rem;height:2.548825rem;font-style:normal;display:block; }
#pwbLe1laTfyiwzivgCmhkxtJINNVy0HB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:45.499133586884rem;left:42.875432968139rem; }
#NuplUX1XTtT4XrQ5pMXEyT4lpVmwKrnC { color:#000000;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:78.436416625975rem;left:4.9995670318604rem;height:3.40060625rem;font-style:normal;display:block; }
#R5tEGLTu62GvNvwO4xeKfiJcb8zMDP6r { color:#000000;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:75.499130249025rem;left:4.9995670318604rem;height:2.548825rem;font-style:normal;display:block; }
#TufGNUMu7wEN4ymM0UP9v4VT07uMtGma { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:75.499130249025rem;left:1.625rem; }
#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:21.374565124512rem;left:39.375003814698rem;height:5.7259125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
#TfQUNnxJ6tRltaQXTFTGxxtH6BfooXCp { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:37.5rem;top:36.998687744141rem;left:1.625rem;display:block; }
#r4bW2lDeGsbdsXZUMQ0zHGEeuEtTtzma { color:#f59f0a;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:38.873687744141rem;left:3.5000009536743rem;height:1.91189375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OcgnsMuAW7qWUBhL7J6J5lFcDIEsBkcQ { color:#000000;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:41.935760498047rem;left:3.5000009536743rem;height:2.098525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JS9TzPgl4DLRvzeZ819lcTiPKMdgPS13 { color:#000000;display:block;width:12rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:40.785583496094rem;left:4.7185335159302rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k1fEgNgFGleRxo45FZaPfepT4Pg1LlvG { color:#000000;display:block;width:4.74935rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:44.034286499024rem;left:16.874567031861rem;height:1.48654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WhGAxlgVtELyC1moH7oSEX0WaPXgwJoF { position:absolute;display:block;z-index:15057;background-color:#f59f0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.75rem;top:48.623046875rem;left:3.5000009536743rem;display:block; }
#T8IFaoSRwkrTBA1mEyvAaLRg3iWzQzrF { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15075;line-height:1.7;letter-spacing:0;top:50.060775756836rem;left:3.5000009536743rem;height:7.7386875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T8IFaoSRwkrTBA1mEyvAaLRg3iWzQzrF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T8IFaoSRwkrTBA1mEyvAaLRg3iWzQzrF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
#AI4TgwAvSTKpqmcXl3EM3EveeU3vAspI { background-color:#f59f0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:58.809677124024rem;left:3.5000009536743rem;display:block; }
#Ht1lCPRJFfGoX32kh5udcF2DRP7XdQTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwJh9qHTtSOO20DT0pAvaf4ePlBzN3I4 { color:#f59f0a;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.7;letter-spacing:0;top:68.623701572419rem;left:39.375000953674rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nh6n1TN2gMKzAJbODuKhmyiXCN3o0DFR { color:#000000;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:71.685768127444rem;left:39.375000953674rem;height:2.098525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LHcRhruggtvzgVLEaUS581BKPu9Fm4t1 { color:#000000;display:block;width:11.9998125rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:70.533863067625rem;left:40.499786376953rem;height:5.4242625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kufsJ5C9Us6IkfiTlmg1mshOxLeDPIvZ { color:#000000;display:block;width:4.74935rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:73.784292221069rem;left:52.749567031861rem;height:1.48654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txCL0sl1Kd3IeMzFgR1TAqfNrvHnHUTd { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:37.5rem;top:66.748701572419rem;left:37.5rem;display:block; }
#AqrKDPCN77wsvTLLzgf0d7SsmwTLuhgh { position:absolute;display:block;z-index:15065;background-color:#f59f0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.75rem;top:78.3730506897rem;left:39.375000953674rem;display:block; }
#czlt330RAXVttVnyvoEERQHdTiNQe2bt { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15083;line-height:1.7;letter-spacing:0;top:79.810768127444rem;left:39.375000953674rem;height:11.7643125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#czlt330RAXVttVnyvoEERQHdTiNQe2bt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#czlt330RAXVttVnyvoEERQHdTiNQe2bt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
#lOAQL3c83Zmg27Dg3nyWVWE6U1zw5AHg { background-color:#f59f0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:92.309682846069rem;left:39.375000953674rem;display:block; }
#Gqb7w8He6LXo0HURIXu2SCm00Ubnhrv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { background-color: transparent; background-image: none; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container > .video-iframe-container { display: none; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row > .video-iframe-container { display: none; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .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); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { border-width: 0; border-radius: 0; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { font-size:0.875rem;font-family:raleway;height:49rem;width:75rem;position:relative;display:block; }#sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { color:#000000;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2rem;left:11.25rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.25rem;left:12.1875rem; }
#EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:12rem;left:12.8125rem;height:5.09765625rem;font-style:italic;display:block; }
#Do4R9ocytXTVzwSnVvds3fXB6MaiwIlI { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.75rem;left:12.8125rem;height:1.48654375rem;font-style:normal;display:block; }
#OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), rgba(0,192,112,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c07033' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), rgba(0,192,112,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:60rem;top:8rem;left:7.5rem;display:block; }
#oqxnkTSneHWCkxUcIE9hK2TrPWpPo7E2 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:24.0625rem;left:0.875rem; }
#IEUbCo2L4bAr5vo7gyVwGCsBovJuAwPb { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:26.187072753906rem;left:1.5rem;height:3.8237875rem;font-style:italic;display:block; }
#gDw9iRHO2dMnNifOQFXXwSxgEat37Lv6 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:32.5rem;left:1.5rem;height:1.48654375rem;font-style:normal;display:block; }
#kQIekQiVPNk29aLlPvABZXBD7bMWxmAS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.0625rem;left:39.187503814698rem; }
#IRJhalGJNEAS4FGrTV3xsK287HxImHIG { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:26.187072753906rem;left:39.812503814698rem;height:3.8237875rem;font-style:italic;display:block; }
#kTDEXu5f0ePqJemRu1l9y2wpucB8DQlx { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:32.561859130859rem;left:39.812503814698rem;height:1.48654375rem;font-style:normal;display:block; }
#NKP4pkO1Pt1fKa9nx6A5bCPq1KcoIWlt { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:38.624145507812rem;left:1.5rem;height:3.8237875rem;font-style:italic;display:block; }
#HKyL2ARSe80LffZmBzlMp5yFvb3ShRSS { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:45rem;left:1.5rem;height:1.48654375rem;font-style:normal;display:block; }
#U3aleQ8UvV0TdcJiNToNQKzueCXMishb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.499572753906rem;left:0.875rem; }
#QvF2FvPF3T6ch1bopBKJUTky6COZEECb { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c0704c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c0704c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#D6NH5hMmgTrGVlzQTD3IuCp6GMJBiuzS { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#B4epRgZTx8UwshTNRBTtEUso3ZftTVnv { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c0704c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00c0704c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,192,112,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#XCih7EUxEEyBnsoD7ASiG1h8rfZVT3Qt { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0704c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,192,112,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#WHUq6TSO6TZlZNdRc1vv6NPLUCsyXOEi { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:38.624145507812rem;left:39.812503814698rem;height:3.8237875rem;font-style:italic;display:block; }
#lpPHScf7w1E6LTEDBbxMv6JWp5wJV85o { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:36.499572753906rem;left:39.187503814698rem; }
#drwFOTGJsmnxoUzeGf6d3tKi2G2RRViS { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:45rem;left:39.812503814698rem;height:1.48654375rem;font-style:normal;display:block; }
#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/finance-law-b2b_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.adaptive-delivery-prevent-bg, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyload, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyloading { background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { background-color: transparent; background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .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); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { border-width: 0; border-radius: 0; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { font-size:0.875rem;font-family:raleway;height:42rem;width:75rem;position:relative;display:block; }#ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:10.686859130859rem;left:1.375rem;height:3.67404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-form-header {  }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:raleway; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:raleway; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:raleway;font-size:1rem;overflow:hidden; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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:raleway;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container:first-of-type{padding-top:0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container:last-of-type{padding-bottom:0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9921875rem;left:41.562503814698rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9921875rem;left:41.562503814698rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #s9ZLOJHSdq2TAEre8oqfiMAFJscVmOrL { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #In0lfPpaixzNTmdWVt16zZ3zzt4oeMbZ { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #HtWF7QTqb4ZNcc9FcNXAE7uxTfZkhOu6 { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs { position:relative; }
#KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f59f0a, #2f231a);background-image: -moz-linear-gradient(180deg, #f59f0a, #2f231a);background-image: -ms-linear-gradient(180deg, #f59f0a, #2f231a);background-image: -o-linear-gradient(180deg, #f59f0a, #2f231a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a', endColorstr='#2f231a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a', endColorstr='#2f231a' );";background-image: linear-gradient(180deg, #f59f0a, #2f231a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.625rem;width:35rem;top:5.625rem;left:37.750003814698rem;display:block; }
#Qx94E285bDqWM8IwaDATiWqGf87RDnyh { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.562072753906rem;left:1.375rem;height:9.2990625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:63.625rem;display:block; }
#JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:66rem;display:block; }
#aIzBhFTLT3427QNHTliF44wx3FvwLF38 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:68.375rem;display:block; }
#gN64NWMmvhKvdRJudPxu41UQetrTeoMi { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f59f0a4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(245,159,10,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:70.75rem;display:block; }
#GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:26.124114990234rem;left:1.375rem;height:3.40060625rem;display:block; }
#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { background-color: transparent; background-image: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .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); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { border-width: 0; border-radius: 0; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { font-size:0.875rem;font-family:raleway;height:30.375rem;width:75rem;position:relative;display:block; }#rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { color:#000000;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.8988647460938rem;left:1.25rem;height:7.3480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { color:#000000;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.436614990234rem;left:1.25rem;height:3.40060625rem;display:block; }
#Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f0a4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(245,159,10,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:#151515;height:auto; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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:raleway;color:#151515;height:auto;line-height:1.7;overflow:hidden; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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_070a50c31187c83e87ebb4c4e7d4cb586aa33a47.svg");background-size:contain !important; }#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.adaptive-delivery-prevent-bg, #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.lazyload, #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.lazyloading { background-image: none; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { box-sizing:content-box;height:auto;width:42.6855625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15043;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.9375rem;left:30.312286376953rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod { display:none; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh { display:none; }
#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a6a6a;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; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { background-color: transparent; background-image: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .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); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { border-width: 0; border-radius: 0; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f59f0a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:0rem;display:block; }
#ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f59f0a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:9.375rem;display:block; }
#EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f59f0a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:18.75rem;display:block; }
#HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.0056457519531rem;left:29.249351501465rem;height:1.48730625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KWM5nWLG6wBoOOZ8Ot2SSrV5BhoksvwN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:2.8083782196045rem;left:54.93815612793rem;overflow:hidden;display:block; }
#t80Tdp2518vIp3LI4bGdkmXzwfTQ9W0p { color:#16a249;display:block;width:17.5rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:2.5957050323486rem;left:57.5rem;height:2.54980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { width:2.125rem;height:2.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block; }
 }@media only screen and (max-width: 763px) { #XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block; }
 }@media only screen and (max-width: 763px) { #gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block; }
 }@media only screen and (max-width: 763px) { #TGOPndeIALl3LVVPU9Qk0aQHVK9Gw78k { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { top:4.4375rem;left:0rem;width:33.75rem;height:10.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { top:15.125rem;left:0rem;width:33.125rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { display:block; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:21.25rem;height:17.1875rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { top:10.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMvSNuHwlqV10tLVln2lNweJK6wK1auu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:21.25rem;height:17.1875rem;top:9.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { top:10.9375rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:21.25rem;height:17.1875rem;top:9.0625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { top:10.9375rem;left:39.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFCQT3kOChKVo9bP1SiP7TTsoVUUf6f { width:21.25rem;height:17.1875rem;top:9.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsgaqUCDtTq6QI5iv5N1M4lqw9tAOf2n { top:10.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ak3mkHFmhueCBk1mv717yOxASs6QlRyO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bI2drRykVrg9hLfmkQtfDxn8KkRPKzE0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mA8m8osVJAMItJNWrtBAlVzFO2qsBrN6 { width:21.25rem;height:17.1875rem;top:9.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqIdfr6pMnaLbKQRceRTC6q1TrMbH9Xp { top:10.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaO0F20AtpGxfJto4WbbS1tbfmFBtok4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2Z1XfdwkCkGLtblp0sRNTLkVbZe8QkL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { top:8.75rem;left:0rem;width:22.375rem;height:14.93764665378rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { top:8.8125rem;left:12.625rem;width:22.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { top:8.75rem;left:25.125rem;width:22.5rem;height:14.9370625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2EGofSq068498hAWHtmLC30iTXAFfAz { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { top:7.625rem;left:0rem;width:22.5rem;height:14.9370625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { top:7.6875rem;left:12.625rem;width:22.5625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { top:7.625rem;left:25.125rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { top:7.5rem;left:0rem;width:40rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { top:11.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i { display:block; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJUxLXD7VfXchoRgT2VmGGByOOQGN0UM { width:10rem;height:10rem;top:7.9375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kil9TncrRbprLfgl4i3gKQGC1P9cF86t { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7OJIKBVcbRG7WyVuSvyeXwVkoE1Cyom { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRxbbllBni2qtsaXcnaLiJLneUEgZ6TA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTRSNghVvMdzskQowXMX1LQEnyG9NKJd { width:10rem;height:10rem;top:21.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdPuGmu4egzEGcZXXfXzvkQTKwkn0KU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSeRmuVOrsupJ5tOZ5NB46h9rRhO4NH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKyt8fg3zmvOtT2paMFJyXlecWfo1NtB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFP02alFSf3RmshvZ6hD07bbr7u7iNgD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Qwlm152gRb2Oa7P1iUTHigugLET8f8 { width:10rem;height:10rem;top:35.4375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmelIrp8i8B1mS35oqJP0eBiqIMPHDEq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTmmKECqZIseaT2HcvUTVKTw4bJimlRB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTuaBwtOhtR5gpSAUlaQH9ooN4C3DoIJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVLTkREicCxhZL8yvX7nfQVOmAp2NfbA { width:0.5rem;height:7.5rem;top:15.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkp0wq4ucB0O0f8JM6H3OSsuNPgL9K8 { width:0.5rem;height:7.5rem;top:29.375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb { display:block; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8tDPIzeP7zU1lT30RNm6TyTlS4U9gsG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7WAJHz1VGUyALrUQQmuqrToSSNs0u0 { width:37.5rem;height:26.0625rem;top:8.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFB6Li51WVEJuDOQ8GqeCLElko1poxq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPGcsrhvnc4zsd0PUuh6Fdy9KTiz9SpF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yLLNtHLF6ILmZGMsBU5qA7RO9srSTI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRZs38cksoIIGQseK4RXN1o247gFzq7 { width:33.75rem;height:0.0625rem;top:19.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvIsPo1JpdKslMC6cONJSa4kn82WOIwI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7R2oDm3I8WpsQTOt2CLJPbnJ3GneUFF { display:block; }
 }@media only screen and (max-width: 763px) { #a5tnyCNewsiRonHDrbLx5gUIDx9OSw4J { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXEOCbgRTOHxBIKxsbRmE3azFB5TKICe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJr1UsqRlMXXWG9X85h61uTWguf61Eys { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyMP9O1AuGm32zxGNnPSDg3wT39UHeMM { top:17rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blNve1aOykDeQEsKHP6TpbQPkNnm3Dfk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGzkSF3oMgWAWUJ3WoTnvaSoJgzrTtx4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwbLe1laTfyiwzivgCmhkxtJINNVy0HB { top:45.4375rem;left:29.250432968139rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuplUX1XTtT4XrQ5pMXEyT4lpVmwKrnC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5tEGLTu62GvNvwO4xeKfiJcb8zMDP6r { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufGNUMu7wEN4ymM0UP9v4VT07uMtGma { top:75.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
 }@media only screen and (max-width: 763px) { #TfQUNnxJ6tRltaQXTFTGxxtH6BfooXCp { width:37.5rem;height:27.8125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bW2lDeGsbdsXZUMQ0zHGEeuEtTtzma { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcgnsMuAW7qWUBhL7J6J5lFcDIEsBkcQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS9TzPgl4DLRvzeZ819lcTiPKMdgPS13 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1fEgNgFGleRxo45FZaPfepT4Pg1LlvG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhGAxlgVtELyC1moH7oSEX0WaPXgwJoF { width:33.75rem;height:0;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IFaoSRwkrTBA1mEyvAaLRg3iWzQzrF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#T8IFaoSRwkrTBA1mEyvAaLRg3iWzQzrF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
 }@media only screen and (max-width: 763px) { #AI4TgwAvSTKpqmcXl3EM3EveeU3vAspI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht1lCPRJFfGoX32kh5udcF2DRP7XdQTT { display:block; }
 }@media only screen and (max-width: 763px) { #MwJh9qHTtSOO20DT0pAvaf4ePlBzN3I4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh6n1TN2gMKzAJbODuKhmyiXCN3o0DFR { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHcRhruggtvzgVLEaUS581BKPu9Fm4t1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kufsJ5C9Us6IkfiTlmg1mshOxLeDPIvZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txCL0sl1Kd3IeMzFgR1TAqfNrvHnHUTd { width:37.5rem;height:30.875rem;top:66.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqrKDPCN77wsvTLLzgf0d7SsmwTLuhgh { width:33.75rem;height:0;top:78.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #czlt330RAXVttVnyvoEERQHdTiNQe2bt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#czlt330RAXVttVnyvoEERQHdTiNQe2bt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
 }@media only screen and (max-width: 763px) { #lOAQL3c83Zmg27Dg3nyWVWE6U1zw5AHg { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqb7w8He6LXo0HURIXu2SCm00Ubnhrv7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp { display:block; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { width:2.75rem;height:2.75rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do4R9ocytXTVzwSnVvds3fXB6MaiwIlI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { width:47.75rem;height:13.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqxnkTSneHWCkxUcIE9hK2TrPWpPo7E2 { width:2rem;height:2rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEUbCo2L4bAr5vo7gyVwGCsBovJuAwPb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDw9iRHO2dMnNifOQFXXwSxgEat37Lv6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQIekQiVPNk29aLlPvABZXBD7bMWxmAS { width:2rem;height:2rem;top:24.0625rem;left:25.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJhalGJNEAS4FGrTV3xsK287HxImHIG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDEXu5f0ePqJemRu1l9y2wpucB8DQlx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKP4pkO1Pt1fKa9nx6A5bCPq1KcoIWlt { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKyL2ARSe80LffZmBzlMp5yFvb3ShRSS { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3aleQ8UvV0TdcJiNToNQKzueCXMishb { width:2rem;height:2rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvF2FvPF3T6ch1bopBKJUTky6COZEECb { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6NH5hMmgTrGVlzQTD3IuCp6GMJBiuzS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4epRgZTx8UwshTNRBTtEUso3ZftTVnv { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCih7EUxEEyBnsoD7ASiG1h8rfZVT3Qt { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHUq6TSO6TZlZNdRc1vv6NPLUCsyXOEi { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpPHScf7w1E6LTEDBbxMv6JWp5wJV85o { width:2rem;height:2rem;top:36.4375rem;left:25.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #drwFOTGJsmnxoUzeGf6d3tKi2G2RRViS { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { width:25rem;height:auto;top:6.9375rem;left:20.25rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { width:25rem;height:auto;top:6.9375rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #s9ZLOJHSdq2TAEre8oqfiMAFJscVmOrL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #In0lfPpaixzNTmdWVt16zZ3zzt4oeMbZ {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #HtWF7QTqb4ZNcc9FcNXAE7uxTfZkhOu6 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs {  }
 }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:35rem;height:30.625rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx94E285bDqWM8IwaDATiWqGf87RDnyh { top:15.5rem;left:0rem;width:33.75rem;height:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzBhFTLT3427QNHTliF44wx3FvwLF38 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN64NWMmvhKvdRJudPxu41UQetrTeoMi { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { top:26.0625rem;left:0rem;width:33.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh {  }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWM5nWLG6wBoOOZ8Ot2SSrV5BhoksvwN { width:2.0625rem;height:2.0625rem;top:2.75rem;left:41.31315612793rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80Tdp2518vIp3LI4bGdkmXzwfTQ9W0p { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { width:1.875rem;height:1.875rem;top:0.57878112792969rem;left:0.56857639551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.75rem;top:19.375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { width:8.125rem;height:3.75rem;top:4.375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block; }
 }@media only screen and (max-width: 763px) { #XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { width:8.125rem;height:3.75rem;top:8.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block; }
 }@media only screen and (max-width: 763px) { #gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { width:11.25rem;height:3.75rem;top:11.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { width:9.375rem;height:3.75rem;top:15.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block; }
 }@media only screen and (max-width: 763px) { #TGOPndeIALl3LVVPU9Qk0aQHVK9Gw78k { width:11.749125rem;height:1.91189375rem;top:0.49739074707031rem;left:2.6302085518837rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/79c6a8a9-f924-4943-9c0d-e20869d175ec/praveenkumaron43HHtLApIunsplashh.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.adaptive-delivery-prevent-bg, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyload, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyloading { background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { width:20rem;height:5.24956875rem;top:1.2489147186279rem;left:0rem;font-size:2.1875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { width:20rem;height:4.14388125rem;top:7.3589410781863rem;left:0rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:7.83223625rem;height:1.95768rem;top:14.05707526207rem;left:6.0753043293953rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { display:block; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:17.5rem;height:12.5rem;top:4.437068939209rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { display:flex;width:2.125rem;height:2.125rem;top:5.562068939209rem;left:2.7500000596046rem; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { width:13.3125rem;height:2.01714375rem;top:8.0616340637206rem;left:2.6250000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { width:14.5625rem;height:6.9064375rem;top:10.187503814698rem;left:2.5000000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { width:20rem;height:2.4500875rem;top:1.1243476867676rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMvSNuHwlqV10tLVln2lNweJK6wK1auu { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:17.5rem;height:12.5rem;top:28.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { width:17.5rem;height:0;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { width:17.5rem;height:0;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { display:flex;width:2.125rem;height:2.125rem;top:29.749568939209rem;left:1.6250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { width:17.5rem;height:0;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { width:17.5rem;height:0;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTFCQT3kOChKVo9bP1SiP7TTsoVUUf6f { width:17.5rem;height:12.5rem;top:17.999349117279rem;left:1.2495661377907rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #xsgaqUCDtTq6QI5iv5N1M4lqw9tAOf2n { display:flex;width:2.125rem;height:2.125rem;top:19.124566078186rem;left:2.8120663762093rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #ak3mkHFmhueCBk1mv717yOxASs6QlRyO { width:13.3125rem;height:2.01714375rem;top:21.623481273651rem;left:2.6872830986977rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bI2drRykVrg9hLfmkQtfDxn8KkRPKzE0 { width:14.5625rem;height:4.14388125rem;top:23.749132156372rem;left:2.5625000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mA8m8osVJAMItJNWrtBAlVzFO2qsBrN6 { width:17.5rem;height:12.5rem;top:31.624133110046rem;left:1.2489150166511rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #BqIdfr6pMnaLbKQRceRTC6q1TrMbH9Xp { display:flex;width:2.125rem;height:2.125rem;top:32.749350547791rem;left:2.8114150166511rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #gaO0F20AtpGxfJto4WbbS1tbfmFBtok4 { width:13.3125rem;height:2.01714375rem;top:35.248265266419rem;left:2.6866319775581rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #P2Z1XfdwkCkGLtblp0sRNTLkVbZe8QkL { width:14.5625rem;height:4.14388125rem;top:37.373915672303rem;left:2.5618491768837rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { width:17.6875rem;height:2.01714375rem;top:16.499786376953rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { width:18.2498125rem;height:4.14388125rem;top:18.514540195465rem;left:0.87456601858137rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { width:20rem;height:2.4500875rem;top:0.87478256225588rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { width:17.5rem;height:11.625rem;top:4.4368486404419rem;left:1.1794705986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { width:18.0625rem;height:2.01714375rem;top:35.936633110046rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { width:18.25rem;height:4.14388125rem;top:37.951390266419rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { width:17.5rem;height:11.625rem;top:23.971354484558rem;left:0.99175351858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { width:17.686625rem;height:2.01714375rem;top:55.511721611023rem;left:1.1555990576744rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { width:17.875rem;height:4.14388125rem;top:57.527130126953rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { width:17.5rem;height:11.625rem;top:43.373916625976rem;left:1.1794705986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { width:17.5625rem;height:2.01714375rem;top:17.186412811279rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { width:17.875rem;height:4.14388125rem;top:19.200304031372rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { width:20rem;height:2.4500875rem;top:1.1870634555817rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2EGofSq068498hAWHtmLC30iTXAFfAz { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { width:17.5rem;height:11.625rem;top:4.8741321563721rem;left:1.1794705986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { width:17.6248125rem;height:2.01714375rem;top:37.358942031861rem;left:1.1870660185814rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { width:17.6875rem;height:4.14388125rem;top:39.372831344604rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { width:17.5rem;height:11.625rem;top:25.284295082092rem;left:1.1794705986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { width:17.625rem;height:2.01714375rem;top:56.249130249024rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { width:17.8125rem;height:4.14388125rem;top:58.312072753906rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { width:17.5rem;height:11.625rem;top:44.079212188721rem;left:1.1794705986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/finance-law-b2b_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.adaptive-delivery-prevent-bg, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyload, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyloading { background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { background-color: transparent; background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .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); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;z-index:15037;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { width:20rem;height:0;top:6.69921875rem;left:0rem;font-size:0.875rem;z-index:15038;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:9.36111125rem;height:2.48611125rem;top:12.40885625rem;left:5.3125rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.498046875rem;height:27.5rem;top:16.14475rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:1.25rem;top:73.64475rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:1.0625rem;top:102.39475rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.498046875rem;height:27.5rem;top:44.89475rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i { display:block; }#uD1Ro6KeBWllCkbSx9VyaOkUge9Iw86i > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJUxLXD7VfXchoRgT2VmGGByOOQGN0UM { width:10rem;height:10rem;top:4.5612030029297rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kil9TncrRbprLfgl4i3gKQGC1P9cF86t { width:6.25rem;height:5.4242625rem;top:6.8485260009762rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7OJIKBVcbRG7WyVuSvyeXwVkoE1Cyom { width:16.875rem;height:1.91189375rem;top:15.187286376953rem;left:1.5625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRxbbllBni2qtsaXcnaLiJLneUEgZ6TA { width:16.875rem;height:4.14388125rem;top:17.687286376953rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTRSNghVvMdzskQowXMX1LQEnyG9NKJd { width:10rem;height:10rem;top:23.311859130859rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdPuGmu4egzEGcZXXfXzvkQTKwkn0KU { width:16.875rem;height:1.91189375rem;top:33.936859130859rem;left:1.5625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqSeRmuVOrsupJ5tOZ5NB46h9rRhO4NH { width:16.875rem;height:1.38129375rem;top:36.436859130859rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKyt8fg3zmvOtT2paMFJyXlecWfo1NtB { width:6.25rem;height:5.4242625rem;top:25.624130249024rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFP02alFSf3RmshvZ6hD07bbr7u7iNgD { width:16.875rem;height:4.14388125rem;top:52rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6Qwlm152gRb2Oa7P1iUTHigugLET8f8 { width:10rem;height:10rem;top:38.875rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmelIrp8i8B1mS35oqJP0eBiqIMPHDEq { width:16.875rem;height:1.91189375rem;top:49.5rem;left:1.5625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTmmKECqZIseaT2HcvUTVKTw4bJimlRB { width:6.25rem;height:5.4242625rem;top:41.187286376953rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTuaBwtOhtR5gpSAUlaQH9ooN4C3DoIJ { width:20rem;height:2.2753875rem;top:1.26171875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVLTkREicCxhZL8yvX7nfQVOmAp2NfbA { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMkp0wq4ucB0O0f8JM6H3OSsuNPgL9K8 { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb { display:block; }#RRFbanliWa3ASqq5SFZCQIVGQkNBDmEb > .row .container { width:20rem;height:117.63021850586rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8tDPIzeP7zU1lT30RNm6TyTlS4U9gsG { width:20rem;height:2.2753875rem;top:1.07421875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7WAJHz1VGUyALrUQQmuqrToSSNs0u0 { width:20rem;height:21.125rem;top:3.9362030029297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFB6Li51WVEJuDOQ8GqeCLElko1poxq { width:17.5rem;height:1.70030625rem;top:4.9362182617188rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gPGcsrhvnc4zsd0PUuh6Fdy9KTiz9SpF { width:12.5rem;height:3.84874375rem;top:6.5355834960938rem;left:3.0625000596046rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yLLNtHLF6ILmZGMsBU5qA7RO9srSTI { width:17.5rem;height:1.48654375rem;top:10.148223876953rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cJRZs38cksoIIGQseK4RXN1o247gFzq7 { width:17.5rem;height:0.0625rem;top:12.249145507812rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvIsPo1JpdKslMC6cONJSa4kn82WOIwI { width:7.8125rem;height:1.875rem;top:21.689456939698rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7R2oDm3I8WpsQTOt2CLJPbnJ3GneUFF { display:block; }
 }@media only screen and (max-width: 763px) { #a5tnyCNewsiRonHDrbLx5gUIDx9OSw4J { width:1.375rem;height:2.79948125rem;top:6.9730834960938rem;left:1.5000000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXEOCbgRTOHxBIKxsbRmE3azFB5TKICe { width:16.875rem;height:1.91189375rem;top:32.560760498047rem;left:2.5000000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DJr1UsqRlMXXWG9X85h61uTWguf61Eys { width:14.25rem;height:4.14388125rem;top:34.236114501953rem;left:2.5000000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iyMP9O1AuGm32zxGNnPSDg3wT39UHeMM { display:flex;width:1.625rem;height:1.625rem;top:32.7734375rem;left:0.375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #blNve1aOykDeQEsKHP6TpbQPkNnm3Dfk { width:14.3125rem;height:1.38129375rem;top:76.9453125rem;left:2.6250000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGzkSF3oMgWAWUJ3WoTnvaSoJgzrTtx4 { width:16.875rem;height:1.91189375rem;top:75.083984375rem;left:2.6250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwbLe1laTfyiwzivgCmhkxtJINNVy0HB { display:flex;width:1.625rem;height:1.625rem;top:75.295593261719rem;left:0.25rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #NuplUX1XTtT4XrQ5pMXEyT4lpVmwKrnC { width:16.875rem;height:4.14388125rem;top:105.40495109558rem;left:1.2500000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R5tEGLTu62GvNvwO4xeKfiJcb8zMDP6r { width:16.875rem;height:0;top:86.981140136719rem;left:3.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TufGNUMu7wEN4ymM0UP9v4VT07uMtGma { display:flex;width:1.625rem;height:1.625rem;top:87.192718505863rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW { width:17.5rem;height:7.4261875rem;top:13.327911376953rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Za9rgiFId0SLIxRK0w9xv9qHqCT6mREW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
 }@media only screen and (max-width: 763px) { #TfQUNnxJ6tRltaQXTFTGxxtH6BfooXCp { width:20rem;height:19.125rem;top:47.881958007812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bW2lDeGsbdsXZUMQ0zHGEeuEtTtzma { width:14.124375rem;height:1.70030625rem;top:48.881298065186rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OcgnsMuAW7qWUBhL7J6J5lFcDIEsBkcQ { width:1.31185rem;height:2.79948125rem;top:50.506530761719rem;left:1.3750000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS9TzPgl4DLRvzeZ819lcTiPKMdgPS13 { width:11.9998125rem;height:3.32465rem;top:50.106353759766rem;left:2.7185330986977rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1fEgNgFGleRxo45FZaPfepT4Pg1LlvG { width:4.6875rem;height:1.48654375rem;top:53.68013381958rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WhGAxlgVtELyC1moH7oSEX0WaPXgwJoF { width:20rem;height:0;top:88.568808007813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IFaoSRwkrTBA1mEyvAaLRg3iWzQzrF { width:16.875rem;height:6.8836875rem;top:55.761069297791rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#T8IFaoSRwkrTBA1mEyvAaLRg3iWzQzrF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
 }@media only screen and (max-width: 763px) { #AI4TgwAvSTKpqmcXl3EM3EveeU3vAspI { width:7.8125rem;height:1.875rem;top:63.754129409788rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht1lCPRJFfGoX32kh5udcF2DRP7XdQTT { display:block; }
 }@media only screen and (max-width: 763px) { #MwJh9qHTtSOO20DT0pAvaf4ePlBzN3I4 { width:12.686625rem;height:1.70030625rem;top:87.006513595581rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nh6n1TN2gMKzAJbODuKhmyiXCN3o0DFR { width:1.31185rem;height:2.79948125rem;top:88.518232345581rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHcRhruggtvzgVLEaUS581BKPu9Fm4t1 { width:11.936875rem;height:3.32465rem;top:88.291687011719rem;left:2.6855469346046rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kufsJ5C9Us6IkfiTlmg1mshOxLeDPIvZ { width:4.6875rem;height:1.48654375rem;top:91.613719940187rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txCL0sl1Kd3IeMzFgR1TAqfNrvHnHUTd { width:20rem;height:28rem;top:86.069458007812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqrKDPCN77wsvTLLzgf0d7SsmwTLuhgh { width:20rem;height:0;top:117.63127749023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czlt330RAXVttVnyvoEERQHdTiNQe2bt { width:18.186875rem;height:10.48175rem;top:93.75564575195rem;left:0.90603309869769rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#czlt330RAXVttVnyvoEERQHdTiNQe2bt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85e31f4ace9c8c86cb59131d0aca8fa3bf2e4183.svg); }
 }@media only screen and (max-width: 763px) { #lOAQL3c83Zmg27Dg3nyWVWE6U1zw5AHg { width:7.8125rem;height:1.875rem;top:110.6914100647rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqb7w8He6LXo0HURIXu2SCm00Ubnhrv7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp { display:block; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { width:20rem;height:2.4500875rem;top:1.82421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { display:flex;width:2.125rem;height:2.125rem;top:7.0620727539062rem;left:1.2500000596046rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { width:17.5rem;height:8.49825rem;top:9.7497863769531rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Do4R9ocytXTVzwSnVvds3fXB6MaiwIlI { width:17.5rem;height:1.48654375rem;top:20.233734130859rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { width:20rem;height:18.5rem;top:4.5620727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqxnkTSneHWCkxUcIE9hK2TrPWpPo7E2 { display:flex;width:1.75rem;height:1.75rem;top:25.499572753906rem;left:0rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #IEUbCo2L4bAr5vo7gyVwGCsBovJuAwPb { width:20rem;height:5.1009125rem;top:28.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDw9iRHO2dMnNifOQFXXwSxgEat37Lv6 { width:20rem;height:1.70030625rem;top:34.999359130859rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQIekQiVPNk29aLlPvABZXBD7bMWxmAS { display:flex;width:1.75rem;height:1.75rem;top:38.124359130859rem;left:0rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #IRJhalGJNEAS4FGrTV3xsK287HxImHIG { width:20rem;height:5.1009125rem;top:40.686187744141rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTDEXu5f0ePqJemRu1l9y2wpucB8DQlx { width:20rem;height:1.48654375rem;top:47.936645507812rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NKP4pkO1Pt1fKa9nx6A5bCPq1KcoIWlt { width:20rem;height:5.1009125rem;top:54.186645507812rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKyL2ARSe80LffZmBzlMp5yFvb3ShRSS { width:20rem;height:1.70030625rem;top:61.124572753906rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3aleQ8UvV0TdcJiNToNQKzueCXMishb { display:flex;width:1.75rem;height:1.75rem;top:51.624786376953rem;left:0rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #QvF2FvPF3T6ch1bopBKJUTky6COZEECb { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6NH5hMmgTrGVlzQTD3IuCp6GMJBiuzS { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4epRgZTx8UwshTNRBTtEUso3ZftTVnv { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCih7EUxEEyBnsoD7ASiG1h8rfZVT3Qt { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHUq6TSO6TZlZNdRc1vv6NPLUCsyXOEi { width:20rem;height:5.1009125rem;top:67.67404174805rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lpPHScf7w1E6LTEDBbxMv6JWp5wJV85o { display:flex;width:1.75rem;height:1.75rem;top:65.298828125rem;left:0rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #drwFOTGJsmnxoUzeGf6d3tKi2G2RRViS { width:20rem;height:1.70030625rem;top:73.697265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { width:17.5rem;height:1.5744375rem;top:1.4249267578125rem;left:1.2500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { width:17.5rem;height:auto;top:8.8116760253906rem;left:0rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { width:17.5rem;height:auto;top:8.8116760253906rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #s9ZLOJHSdq2TAEre8oqfiMAFJscVmOrL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #In0lfPpaixzNTmdWVt16zZ3zzt4oeMbZ {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #HtWF7QTqb4ZNcc9FcNXAE7uxTfZkhOu6 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs {  }
 }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:20rem;height:26.0625rem;top:9.6247863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx94E285bDqWM8IwaDATiWqGf87RDnyh { width:20rem;height:1.94986875rem;top:2.9375rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { width:0.5rem;height:15rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { width:0.5rem;height:15rem;top:23.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzBhFTLT3427QNHTliF44wx3FvwLF38 { width:0.5rem;height:15rem;top:23.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN64NWMmvhKvdRJudPxu41UQetrTeoMi { width:0.5rem;height:15rem;top:23.249786376953rem;left:7.7495663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { width:20rem;height:2.7625875rem;top:5.4991455078125rem;left:0rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { width:20rem;height:4.55078125rem;top:0.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { width:20rem;height:2.7625875rem;top:6.1241455078125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:20rem;height:0.5rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-desc-text { font-size:0.75rem;height:auto; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger { height:1rem;width:1rem;min-width:1rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { display:flex;height:auto;width:20rem;top:9.5620727539062rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh {  }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:7.5rem;height:1.74913125rem;top:0.49913215637207rem;left:0.66297751665113rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:7.5rem;height:1.75rem;top:0.49696159362793rem;left:11.498481094837rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:7.5rem;height:1.75rem;top:2.4351139068604rem;left:5.7237418293953rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { width:20rem;height:3.40060625rem;top:7.993492126465rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWM5nWLG6wBoOOZ8Ot2SSrV5BhoksvwN { width:2.06163125rem;height:2.06163125rem;top:4.8717441558838rem;left:0.66297751665113rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80Tdp2518vIp3LI4bGdkmXzwfTQ9W0p { width:11.6873125rem;height:1.91189375rem;top:4.8717441558838rem;left:3.0685766339302rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }