.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,223,229;--color-primary-1:139,148,169;--color-primary-2:23,41,83;--color-primary-3:12,21,42;--color-primary-4:3,6,12;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P { background-color:#172953;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row .container { background-color: transparent; background-image: none; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row .container > .video-iframe-container { display: none; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row > .video-iframe-container { display: none; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .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); }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row .container { border-width: 0; border-radius: 0; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#R7r0woyMUxt5vKFHWoPfzbUPaIaoXcDJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:13.3125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#Jd1c8CXt6yn5dEoTFZLPw2c8HTRrCw1r { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:1.25rem;left:62.25rem;display:block; }
#fuMUom6nX7AP6CpVBboqqoCtXyGxZe3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ur83mxN0cvJM8BIwDi170ht11mwd5Vzi { 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:rgba(var(--color-primary-1),1);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:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:21.1875rem;display:block; }
#owQyq2GfrlInA6IvUFp3umdTAJhlLH7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#taE2u9CLULWL5ZgrUP7LWSk31lc3uroQ { 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:rgba(var(--color-primary-1),1);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:9.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:30.5625rem;display:block; }
#MSV1gJqAWM05VHsBn7pfAegp0Cw4ESa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPikWaX1Aik6V1AE3xBqy3hRuV6GxV5Q { 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:rgba(var(--color-primary-1),1);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:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:39.875rem;display:block; }
#ez9Tro8XhBKFPuTEzsIWmolHSAbeBS48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy { 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_5.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; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy.adaptive-delivery-prevent-bg, #lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy.lazyload, #lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy.lazyloading { background-image: none; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row .container { background-color: transparent; background-image: none; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.85); }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row .container > .video-iframe-container { display: none; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.85); }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row > .video-iframe-container { display: none; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .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); }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row .container { border-width: 0; border-radius: 0; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy::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; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row .container { font-size:0.875rem;font-family:raleway;height:57.0625rem;width:75rem;position:relative;display:block; }#BhtGW27XvVbUIAw9c64ezZAPrytvXpIT { color:rgba(var(--color-secondary-4),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:25.875rem;left:0rem;height:3.3997375rem;display:block; }
#kPZADCb5lzB60nO0EsKTqLQnsg5EmfiP { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:10.062499523163rem;left:0rem;height:13.94925rem;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; }
#fE4LzcbtGUTBiKSXvPHEIonR1meXKZJV { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:63.625rem;display:block; }
#Wpb2lGQkZBFIbWaZQyXUGf6liSteb1fv { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:66rem;display:block; }
#kSINQp12GZxA2hOROiCa69qHTKZN0CUP { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:70.75rem;display:block; }
#VOEWbXcoCyuUzqk9kLXuy0ZvRnX8Iq0n { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:68.375rem;display:block; }
#iMnEuAqGTyzBszywEMt1C38ihOIo6XSC { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.4375rem;width:37.4375rem;top:12.5625rem;left:37.5625rem;display:block; }
#VSW1Kh01Vv6QpS6KcrQRlOQyI3V0UA55 { position:absolute;display:block;z-index:15033;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:43.75rem;width:29.0625rem;top:6.25rem;left:41.75rem;overflow:hidden;display:block; }
#wIVQvTPTts0cNPFSqKbkrAAPRcivTfF3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:15005;text-align:center;text-align-last:center;top:39.061458110809rem;left:0rem;display:block; }
#rvr2OKRyQGxkJHZ0q5btgAR3DdBDUBJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2A8grppaWSGrvam60CAz9Gm9T61PyxR { color:rgba(var(--color-secondary-4),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:31.25rem;left:0rem;height:5.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#L2A8grppaWSGrvam60CAz9Gm9T61PyxR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L2A8grppaWSGrvam60CAz9Gm9T61PyxR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08974fb51ee8d5059260627daed8e407f1787a90.svg); }
#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row .container { background-color: transparent; background-image: none; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row .container > .video-iframe-container { display: none; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row > .video-iframe-container { display: none; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .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); }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row .container { border-width: 0; border-radius: 0; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#fSpFBAc6mwkbL2NWlexWp1nR3sMRytEH { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:20.3125rem;left:42.5rem;height:10.1992375rem;display:block; }
#mUqyGiEZhhg2MSczFTuI4EhnyGKmgHA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.75rem;left:42.5rem;height:;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; }
#CsQrV3LXbOQzhqTIFvxPOaKTruqPHioZ { color:rgba(var(--color-primary-1),1);display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:13.0625rem;left:42.5rem;height:1.7rem;font-style:normal;display:block; }
#nlptubRfKKxcGCtQcTtE8wuM0Q0vm06D { position:absolute;display:block;z-index:15025;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:37.5rem;width:37.5rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#NTkQk89k9CMZdW2DQt4KzLoTmwfvekRm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:35.1875rem;left:42.5rem;height:1.7rem;font-style:normal;display:block; }
#I40GT8OcWdOVbrBMxJ9gvBClTZ48d2E5 { color:rgba(var(--color-primary-1),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:31rem;left:42.5rem;height:4.2rem;font-style:normal;display:block; }
#mS9B1ILAUg4MItOLZ1J74hAfcG7XoTE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:35.25rem;left:53.125rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vq9zLCqJcOKPZIUp3UdbnsLJoVW8KxSH { color:rgba(var(--color-primary-1),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:31.0625rem;left:53.125rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AP2CFkvz23qiAEe19k2FpXnL6UkqiV7y { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:35.25rem;left:63.75rem;height:1.7rem;font-style:normal;display:block; }
#ZBXoRr2FC5JJQ4Fc5RQxiDvq4mUGaD9l { color:rgba(var(--color-primary-1),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:31.0625rem;left:63.75rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1a2hSLBeZizAK5t1oCSfEv8cCRgof1r { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:66rem;display:block; }
#Wq365xuVUQlR9ItQga6aw71yNedTpgFP { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:63.625rem;display:block; }
#UB5FB8v9RQxIhNXS2spt1HkvKziDx56S { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:68.375rem;display:block; }
#K6wMa2WyoycTtF2XFpxdD0SkAhu4iMDl { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:70.75rem;display:block; }
#SqGl0nAHTsAb476xqmN1VtGlTfLpglob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row .container { background-color: transparent; background-image: none; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row .container > .video-iframe-container { display: none; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row > .video-iframe-container { display: none; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .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); }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row .container { border-width: 0; border-radius: 0; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row .container { font-size:0.875rem;font-family:raleway;height:27.5rem;width:75rem;position:relative;display:block; }#oi9hbTLoHEqmJaUAKgRDD8Nm1uJtmZrs { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:3.15rem;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; }
#dT3vJKU6syU6kG8UIlX83BQ0AvQUTn0r { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.837890625rem;left:0rem;height:3.82421875rem;text-align:left;text-align-last:left;display:block; }
#uTAVcn18XmmleMRUfSrQiFkrBlTqRg2c { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:17.4375rem;left:0rem;display:block; }
#o3fuPSImbcxP29dqFuJ9CzEVwq6Ttxyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCdfa1c3pc0l2xR60AGDzNAJnJBMQPTO { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#GTXUvtP5X4TsG8PwURRKxoFfB8R3so74 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#TNwHrZ4vaOh5O3iBcIPXoswUw68Mv1fh { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#FflDgP5ClbIscslBkNMuRuBNatsGudgM { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#EhN6csc8hRH8heHaqpx6PWSQOSHqd41e { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:41.6875rem;top:0rem;left:33.3125rem;overflow:hidden;display:block; }
#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { 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:scroll;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; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.adaptive-delivery-prevent-bg, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyload, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyloading { background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { background-color: transparent; background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .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); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { border-width: 0; border-radius: 0; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::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; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { font-size:0.875rem;font-family:raleway;height:40rem;width:75rem;position:relative;display:block; }#tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);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;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.8125rem;left:0.9375rem;height:2.3372375rem;font-style:normal;display:block; }
#kW1F2tSktThkanCRl90WSCMDGvstQqxr { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21.5625rem;left:0.9375rem;height:8.499375rem;font-style:normal;display:block; }
#eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxBHsFL2h86DSlsMticR7UCPxEXek4ml { color:rgba(var(--color-tertiary-0),1);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:6.63671875rem;left:11.25rem;height:3.675rem;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; }
#bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#drphAeehZkiiodr3icBets7NATbgWcbl { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);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;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { color:rgba(var(--color-tertiary-1),1);display:block;width:19.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:21.5625rem;left:27.8125rem;height:10.19925rem;font-style:normal;display:block; }
#lU8qH6qlqT3rDIPynEsE6O2VdwITcXi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:17.8125rem;left:27.8125rem;height:2.3372375rem;font-style:normal;display:block; }
#gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);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;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:21.5625rem;left:54.6875rem;height:10.19925rem;font-style:normal;display:block; }
#hAtpDsiBdHyCmKG5tH6E1CwItE0LyOTT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:17.819662094116rem;left:54.6875rem;height:2.23125rem;font-style:normal;display:block; }
#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { 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_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.adaptive-delivery-prevent-bg, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyload, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyloading { background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { background-color: transparent; background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .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); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { border-width: 0; border-radius: 0; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::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; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { font-size:0.875rem;font-family:raleway;height:41.875rem;width:75rem;position:relative;display:block; }#zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);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;height:20rem;width:75rem;top:14.75rem;left:0rem;display:block; }
#VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { 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:17.875rem;left:1.875rem; }
#EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:1.9125rem;font-style:normal;display:block; }
#sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.7995rem;font-style:normal;display:block; }
#ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:20.625rem;height:5.0996125rem;font-style:normal;display:block; }
#WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.937515258789rem;left:20.625rem;height:1.9125rem;font-style:normal;display:block; }
#d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { 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:17.875rem;left:20.625rem; }
#tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:58.125rem;height:8.499375rem;font-style:normal;display:block; }
#Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:58.125rem;height:1.9125rem;font-style:normal;display:block; }
#CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { 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:17.875rem;left:58.125rem; }
#Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { color:rgba(var(--color-tertiary-0),1);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:6.63671875rem;left:11.25rem;height:3.675rem;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; }
#mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:39.375rem;height:6.7995rem;font-style:normal;display:block; }
#M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:39.375rem;height:1.9125rem;font-style:normal;display:block; }
#FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { 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:17.875rem;left:39.375rem; }
#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { background-color: transparent; background-image: none; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container > .video-iframe-container { display: none; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row > .video-iframe-container { display: none; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .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); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { border-width: 0; border-radius: 0; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { font-size:0.875rem;font-family:raleway;height:48.375rem;width:75rem;position:relative;display:block; }#mSsv2crlHgwpT2hdbAeFJCHTf5I1NRew { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ff9a3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ff9a3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ff9a3d' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ff9a3d);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:16.25rem;left:0rem;display:block; }
#f1fmgWoDFLbW7GBAT1WWnoIkuWMfpVH4 { color:rgba(var(--color-tertiary-0),1);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:18.537109375rem;left:1.875rem;height:5.42460625rem;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; }
#TRpam4C0pgI1um0LfVNWPwBENZrGE9hu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:27.6875rem;left:0rem;height:1.9125rem;font-style:normal;display:block; }
#t3dr2x2kJEli3wtlHVGFwGVJNngHXTHf { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:30.875rem;left:0rem;height:6.7995rem;font-style:normal;display:block; }
#RP2x0hNgp5837hvA3FJ0OTE32N9Nyx38 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0), #ff9a3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ff9a3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ff9a3d' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0), #ff9a3d);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:16.25rem;left:19.375rem;display:block; }
#KVz7hbP87DP05ZR0XXwRgGnnrhw0grrP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:27.6875rem;left:19.375rem;height:1.9125rem;font-style:normal;display:block; }
#VXQ4Dsvt8tII2ZN5Bc1vHFbRtnzrC4B6 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:30.875rem;left:19.375rem;height:6.7995rem;font-style:normal;display:block; }
#TD9UiHtpQT27ce5uTWg8bEgS4QcK29JS { color:rgba(var(--color-tertiary-0),1);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:18.537109375rem;left:21.25rem;height:5.42460625rem;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; }
#z2QUiTcRWoQQ5H1S3vVbvZb0SSggh0JX { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:30.875rem;left:38.75rem;height:6.7995rem;font-style:normal;display:block; }
#BiX6IAyAi6c5QBLHCfHl1AayFIrdaSd5 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:30.875rem;left:58.125rem;height:6.7995rem;font-style:normal;display:block; }
#wrkiXfhtrDC2loLm9LTQDo598XPLKa5q { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0), #ff9a3d);background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0), #ff9a3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ff9a3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ff9a3d' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0), #ff9a3d);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:16.25rem;left:38.75rem;display:block; }
#TsTH3f83vvNat0CitI4w9anJQoGEI7TD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:27.6875rem;left:38.75rem;height:1.9125rem;font-style:normal;display:block; }
#GTDMLVx4LsxWeQN0eQZTMKTpq6v7L28N { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), #ff9a3d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), #ff9a3d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), #ff9a3d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), #ff9a3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff9a3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff9a3d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), #ff9a3d);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:16.25rem;left:58.125rem;display:block; }
#KaXXeCBzQ3B3XQOSQNGsRfFnMPpGNATt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:27.6875rem;left:58.125rem;height:1.9125rem;font-style:normal;display:block; }
#BtEfTur5EIvDTTs4U3W3HHUhWE6ZOg6s { color:rgba(var(--color-tertiary-0),1);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:18.537109375rem;left:40.625rem;height:5.42460625rem;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; }
#uVHW6Xt4PdBs4errrsg6wiPgtwTD9uDW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:60rem;height:5.42460625rem;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; }
#VIxOAMsPioSdA4AtPL7E5oS14frOVA3n { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbDNnTGIsdLDF8Mq3z4fc1SoK0ZUvpXR { color:rgba(var(--color-tertiary-0),1);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:6.6875rem;left:11.25rem;height:3.675rem;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; }
#nzmThTbQSyNRD55mFxPmGuNvWZ1TgOAi { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a3d4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a3d4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,154,61,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:12.5rem;top:22.25rem;left:8.125rem;display:block; }
#d3HRE1UF24oMWenKNQmsEeAK98HmGuKd { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a3d4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a3d4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,154,61,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:12.5rem;top:22.25rem;left:27.5rem;display:block; }
#DATI2JFKR91XMBGKCMPw5dmQgcsTti54 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,154,61,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a3d4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a3d4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,154,61,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:12.5rem;top:22.25rem;left:46.875rem;display:block; }
#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9a3d;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; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row .container { background-color: transparent; background-image: none; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row .container > .video-iframe-container { display: none; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row > .video-iframe-container { display: none; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .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); }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row .container { border-width: 0; border-radius: 0; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row .container { font-size:0.875rem;font-family:raleway;height:28.75rem;width:75rem;position:relative;display:block; }#CbZCpUUg3G9bC2K5iS0XdCTpFHAz6QvF { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:;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; }
#em5q1xJ5yy5WCMIudXXGetsoMaTM2fBy { color:rgba(var(--color-primary-2),1);display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:19.0625rem;left:0rem;height:3.3997375rem;display:block; }
#FecJhVMFTT5TDZTmUyaTHupuQ4fAssqo { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(51deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -moz-linear-gradient(51deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -ms-linear-gradient(51deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -o-linear-gradient(51deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );";background-image: linear-gradient(51deg, rgba(var(--color-primary-4),0), rgba(255,0,0,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:14.375rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }
#F5xKpJC3qOTPoXf1dZdT0ExxlLQ7U9KP { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:58.125rem;height:4.65rem;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; }
#griF3V2zdqKDGRaUMp6wmEQhymT8o8Sc { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:8.4375rem;left:58.125rem;height:2.55rem;font-style:normal;display:block; }
#DcT50iUeEAT3UGhZTKaBb812BMoCFTAJ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(310deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -moz-linear-gradient(310deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -ms-linear-gradient(310deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -o-linear-gradient(310deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );";background-image: linear-gradient(310deg, rgba(var(--color-primary-4),0), rgba(255,0,0,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:14.375rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }
#PWkLAALwNpnc66JqQx9NClCmLvBm4XMK { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:8.4375rem;left:39.375rem;height:2.55rem;font-style:normal;display:block; }
#oOba8QDLAkRKglIQmN103L2EMl5OZKVa { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.75rem;left:39.375rem;height:4.65rem;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; }
#e70psdHEZ7CIQhxb5pWIOb4C6mQ6UD1B { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-4),0), rgba(255,0,0,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:14.375rem;width:18.75rem;top:14.375rem;left:56.25rem;display:block; }
#TvbbhT6SNukmZ9k3uSxiBsAUTneUmcy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:18.125rem;left:58.125rem;height:4.65rem;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; }
#dyNLZJqHgdorytfLkTMas0Sf5nbiH4sQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:22.8125rem;left:58.125rem;height:2.55rem;font-style:normal;display:block; }
#dHUsgku1OnTl7tDe8atsh8ulXG9V4ULu { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -moz-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -ms-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));background-image: -o-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(255,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ff000033' );";background-image: linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(255,0,0,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:14.375rem;width:18.75rem;top:14.375rem;left:37.5rem;display:block; }
#L1I0B3HMfDUpxkfkisOLlocw5oo4TwfH { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:22.8125rem;left:39.375rem;height:2.55rem;font-style:normal;display:block; }
#Vpb3ZugTl569Jb04vhas0PqNPSn5rhWs { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:18.125rem;left:39.375rem;height:4.65rem;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; }
#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp { 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_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp.adaptive-delivery-prevent-bg, #KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp.lazyload, #KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp.lazyloading { background-image: none; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row .container { background-color: transparent; background-image: none; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row .container > .video-iframe-container { display: none; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row > .video-iframe-container { display: none; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .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); }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row .container { border-width: 0; border-radius: 0; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp::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; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row .container { font-size:0.875rem;font-family:raleway;height:37.125rem;width:75rem;position:relative;display:block; }#xi62dOG8xcLOC66iirlzK6LNFFwEGndf { color:rgba(var(--color-tertiary-0),1);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:8.75rem;left:0rem;height:;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; }
#uDM4lA39cZ7V6Zdv7x0HJVOgm24fUQuB { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:35rem;top:4.5rem;left:40rem;display:block; }
#oNnPXu7NVzbnQlWkxMek2TiWO8hQTpJG { color:rgba(var(--color-tertiary-0),1);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:13.625rem;left:0rem;height:;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; }
#cH9pp0fGlS3aLiLzXTdvUxnwKRCAoqWW { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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; }
#WD9r87Dhh6AofVfi3Hei7XSccZ1k9cX7 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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; }
#TC0is73uvQuQ0WDimQ9WwIJwQ8LoVmbp { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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; }
#TArEuDpbvc38q6154Kt208blbcPaPVFz { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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; }
#kWf23bb1s0sA6dlDszn0woTy1K4KqwUu { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),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:5.625rem;left:63.625rem;display:block; }
#K5FU5epMG0G1JC5B3XfTvxmlcCeUXON9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),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:5.625rem;left:66rem;display:block; }
#fi6uM6eUplTQUgxpUyaCiiHeHPOQMzwQ { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),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:5.625rem;left:68.375rem;display:block; }
#EMDGQDGp1k3ffN95eWOFLbMNLcb5BfOt { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),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:5.625rem;left:70.75rem;display:block; }
#iRF6ckZDTGkp4xkPpLB3K7tgryydW7I4 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:13rem;left:0rem;height:3.3997375rem;display:block; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-form-header {  }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:30rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .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:30rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-text {padding-top: 0; padding-bottom: 0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .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:30rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .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 rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-select {padding-top: 0; padding-bottom: 0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .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:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:30rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:raleway;font-size:1rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .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:rgba(var(--color-tertiary-0),1);vertical-align:top;width:28.75rem;overflow:hidden;font-style:normal;float:none; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .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; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-container:first-of-type{padding-top:0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-container:last-of-type{padding-bottom:0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;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:5.75rem;left:41.250001907349rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30rem;display:block;vertical-align:top; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy {display:block;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;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:5.75rem;left:41.250001907349rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #kbIu7pwk5TnwfbIGXWCFZwSXU75UqvRv { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #PVLnzCeWC5WC7BKAIC3ODsgaiJnIQMCe { position:relative;display:none; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #qQL7IaizScwUeiDQXMvT6P57x15y17Pi { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #yMKpeKalaWKx4QzPXRlGVzXG6ncPXOEX { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #W5molnhaTlzyTrg9yTmQ1wWNJnHQCZZl { position:relative;display:none; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #TgdTa7Oe9TkFoWwa8ZItnAQoW742flxx { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #HiLUdy4augn1TEOQ4vWBqUfHq1DJeITd { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #fDG5bQpHkcGTS6aQ988nAqxwM5yvNI9f { position:relative;display:none; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #woukCFFVaCHuaJol13oqzboA6sAaiJGK { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #SiwU5A2ngqyHEguzhhHtPVO1RhudydkK { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #XU7Rc45QJisz3iIussfhsOKuQUuWh1BI { position:relative;display:block; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #RhT7uiengRlFfnn8a8JvyzTbFnlf6xO4 { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #kgBdAl9F847SoCTGPDFGeuIoaUXeX7bp { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #R1AdEOeUHG4t8c952Tg0raEzJLxzuxJo { position:relative;z-index:2; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #nCexDO1M2TKgBCzlU36g9EnpU5qC6W9Z { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #DZuSyAVLZHgPolymeJH8oMMpPCqqFwuF { position:relative; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #bDVPFK2AZHrnIrq7FzKKbdz4q692u7EB { position:relative; }
#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row .container { background-color: transparent; background-image: none; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row .container > .video-iframe-container { display: none; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row > .video-iframe-container { display: none; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .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); }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row .container { border-width: 0; border-radius: 0; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row .container { font-size:0.875rem;font-family:raleway;height:60.9375rem;width:75rem;position:relative;display:block; }#eZnzr7RJEqWslnx72S7uwawxSohzckP5 { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGPyEMIObtoiRnn0dE65WSJ1ESzmX7qr { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.675rem;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; }
#wzQKQOUl2RcybzLpztu6DicT7XSkdym4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:14.0498046875rem;left:0rem;overflow:hidden;display:block; }
#Kx2G5HAmcsiNVSdK3yueJeuXZyLrVcV3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:45.8125rem;left:0rem;height:6.7995rem;text-align:left;text-align-last:left;display:block; }
#nA22km47Lzg7BqHlIeKOdNbKbvTb60HG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:42.875rem;left:0rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#w4LZJtRTLS6e69dN5r3sdAPa8dQlZe63 { color:rgba(var(--color-primary-1),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:0rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#c3F3NRVWi2TLDS4meb8vUvTzhxRG6tmi { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:45.8125rem;left:25rem;height:6.7995rem;text-align:left;text-align-last:left;display:block; }
#W0UbPIs09xDucf9hQuec1ZsyfNJkax4d { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:42.875rem;left:25rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#PF3sh9M3wJM3DguzEwm7TZcIw1RabbzB { color:rgba(var(--color-primary-1),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:40.9375rem;left:25rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#tcQAzDuou8dLm438xGQIrgBU86PnGtFU { position:absolute;display:block;z-index:15025;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:25rem;width:25rem;top:14.0625rem;left:25rem;overflow:hidden;display:block; }
#AObb0yHoFKPuNMm8T9dWvOlJRlExKpaH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:45.8125rem;left:50rem;height:6.7995rem;text-align:left;text-align-last:left;display:block; }
#nLwnTlvplXETR1rOaySF9T1XXOJSZKGz { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:42.875rem;left:50rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#eseCRTtiKPsBccaoLhdwf33aDWCTwqiw { color:rgba(var(--color-primary-1),1);display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:40.9375rem;left:50rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#THKNn2yovmQwwDsXoprLRPt53QKifE9a { position:absolute;display:block;z-index:15032;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:25rem;width:25rem;top:14.0625rem;left:50rem;overflow:hidden;display:block; }
#NUAEI4bOJ2EtyPTRnVkTleIpNH9xFdL5 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:16.1875rem;width:25rem;top:12.4248046875rem;left:0rem;display:block; }
#MmmBNp8714d9QDGnT7sECeqIEFL6oanG { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:16.1875rem;width:25rem;top:12.4248046875rem;left:25rem;display:block; }
#r8N7s2GeGG1CosQPablPeZFHdVJ6Dv7Q { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(352deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(352deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(352deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(352deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(352deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:16.1875rem;width:25rem;top:12.4248046875rem;left:50rem;display:block; }
#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { background-color: transparent; background-image: none; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container > .video-iframe-container { display: none; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row > .video-iframe-container { display: none; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .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); }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { border-width: 0; border-radius: 0; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { font-size:0.875rem;font-family:raleway;height:37.5rem;width:75rem;position:relative;display:block; }#Mw9qKoyk6TELCAimPJzKllSmBbkcXXgx { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u077VpkkiOCqIwxpADIN4UPP6AHIAEgC { color:rgba(var(--color-tertiary-0),1);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:6.75rem;left:11.25rem;height:3.675rem;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; }
#TtUVG038AlwdgQ4n6sdbaHOeQKuZLxhP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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; }
#O6vlKzMGpUaCtqHs0cEC5vHabXP5HFcU { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#c9n5hIm61Woo9lRr3CROf8zUitFSGZN8 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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; }
#Dm2RsCOQ9d50yOGgDIrnezPDRBhDqH6C { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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; }
#fdhUrhptkxo6iH5BSKeOxlsoS70fs6gi { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:15rem;width:25rem;top:13.75rem;left:0rem;display:block; }
#pVGlaTE4VHxcwoXMXT87PQDSDSDT69aW { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:17rem;left:1.625rem;height:7.6484375rem;font-style:italic;display:block; }
#pWUCKIQPEu28u1gy2pbFPqCUv9P7TIyB { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:25.1875rem;left:1.625rem;height:1.4875rem;font-style:normal;display:block; }
#KBPagraL4hKD97sgNKihhu4Ntuce9SqN { 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:15032;opacity:1;top:15rem;left:0.875rem; }
#PxO1teARKBaxcs8HDLrXJzEq5u9AKRlV { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:15rem;width:25rem;top:13.75rem;left:25rem;display:block; }
#zgraEiEy9N3iR3Z1qpQngyTNQ8OvhHUI { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:17rem;left:26.625rem;height:7.6484375rem;font-style:italic;display:block; }
#MeFeTBFzmgH8UH0d8hMgOOLF6zlUWXPx { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:25.1875rem;left:26.625rem;height:1.4875rem;font-style:normal;display:block; }
#dg5tBrzkCmfaI5udpcQxN2kPIMRo9Ewm { 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:15036;opacity:1;top:15rem;left:25.875rem; }
#tDI7rX5UpbbxGHJ8QZq17L2RWBMPox7N { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:15rem;width:25rem;top:13.75rem;left:50rem;display:block; }
#IsrmXQ5B5Ouf3HMkXUCLETA9fVyerFC2 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:17rem;left:51.625rem;height:7.6484375rem;font-style:italic;display:block; }
#f5MvfLXdtk3PC96UySZ9Jx7ntyJMnhCT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:25.1875rem;left:51.625rem;height:1.4875rem;font-style:normal;display:block; }
#TttCctwKQawSaVgyVai1gyAOdfLaqz79 { 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:15040;opacity:1;top:15rem;left:50.875rem; }
#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));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; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { background-color: transparent; background-image: none; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container > .video-iframe-container { display: none; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row > .video-iframe-container { display: none; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .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); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { border-width: 0; border-radius: 0; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { font-size:0.875rem;font-family:raleway;height:14.0625rem;width:75rem;position:relative;display:block; }#TE0rAn0OB1atQ8Nuym5hyqcamNW0T1U5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:5.8125rem;left:19.5625rem;overflow:hidden;display:block; }
#U5mQiV4lDeMmm4ez71VV2zW2SQwoVWS1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:5.8125rem;left:33.875rem;overflow:hidden;display:block; }
#U4ny78rf5Rz9odCBFu2UzWMXuvs5Pnln { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:5.8125rem;left:48.1875rem;overflow:hidden;display:block; }
#PkzUXiVpFh9eC7VLabAq9nnF8eo3qIs6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:5.8125rem;left:62.5rem;overflow:hidden;display:block; }
#o27Zcvo0BJ3TUlrAdLgpeutwwoH4Uwhk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6rem;left:0rem;height:2.1rem;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; }
#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row .container { background-color: transparent; background-image: none; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row .container > .video-iframe-container { display: none; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row > .video-iframe-container { display: none; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .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); }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row .container { border-width: 0; border-radius: 0; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row .container { font-size:0.875rem;font-family:raleway;height:20rem;width:75rem;position:relative;display:block; }#dOy2ZXoKaT1xAEZbB2axGFeo49tabOo9 { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4kKOns6Mrgu0ZSgpZ8TIqTMCOL7lcEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:1.6875rem;left:0rem;height:3.675rem;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; }
#SXhboXeWxt9Xnvztg4WtfOfQngyNRJ7G { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:19.375rem;overflow:hidden;display:block; }
#SoP5igmlLhF3JCibdBBdLP8kixgtwPhw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#WVEa5pUKSuOJuxTlT5zeztPaUU7gqS3a { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:9.6875rem;overflow:hidden;display:block; }
#O2RrITVGE1ba1MAF9eDSayzPmC4AzwEe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:29.0625rem;overflow:hidden;display:block; }
#u5bbiFJnpyUpOwP21Z8hyGKrauhTIL4V { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:38.75rem;overflow:hidden;display:block; }
#Onh3kHsikocRxXNnW80fnp75TXr2NJB8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:48.4375rem;overflow:hidden;display:block; }
#ZImHN0dp6hKCW7s1Gbs12V9LzRD6mqiW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:58.125rem;overflow:hidden;display:block; }
#sg8CeyXpQk2dwZUqf8hAQTu2Tg6y1yOP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.875rem;left:67.5rem;overflow:hidden;display:block; }
#rF1XeWonTzNGI438eNtEw2qg0NkUQ09x { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:5rem;width:0.5rem;top:1rem;left:70.75rem;display:block; }
#rioTNVRWDGg2TSMmTl6xCV69J36T5S6z { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:5rem;width:0.5rem;top:1rem;left:68.375rem;display:block; }
#W4XailtFgMeLiBZbJCQnZHr9pGtIdqV7 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),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:5rem;width:0.5rem;top:1rem;left:66rem;display:block; }
#kzffAZ7uSl40NlIm7HHxQWiTuwGSkF2l { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:5rem;width:0.5rem;top:1rem;left:63.625rem;display:block; }
#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { background-color: transparent; background-image: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .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); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { border-width: 0; border-radius: 0; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { font-size:0.875rem;font-family:raleway;height:52rem;width:75rem;position:relative;display:block; }#TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.675rem;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; }
#J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:70.75rem;display:block; }
#pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:68.375rem;display:block; }
#Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:66rem;display:block; }
#EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:63.625rem;display:block; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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_45e285f2ae185dea01b7826618901670abab241a.svg");background-size:contain !important; }#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.adaptive-delivery-prevent-bg, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyload, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyloading { background-image: none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { box-sizing:content-box;height:auto;width:42.6861875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #hBkKBFrzD3D8Wi1VLPZLw435ctKaSHDp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nfbCXn7RR8KlgDmSzZ4QADu6k2TS6VVN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #gHGfnWv59oNdsET0ASBqJOQssTCK2Sab { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #my9xZB6aB0awpJfpSZKCsPl43IP9ueDL {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #AmdM4XoW5POCX4ZW0QK4lPs76lWBoKhN { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #w8KK0xsrIle3KarsuSJrZrFqIlOwUIz5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Pfq1pomP0irgPnkFOZaFxwpBWexQc3qp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #g9VKKWMKwEWth2OyRsZXiW5QKeRaUPHS { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #FovmQNMRui8AlTqw6b6aTv6v4HTnr9fq {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #RFZdGNV9Dszdptn1aHi8heAbfGSqEeSo { display:none; }
#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { background-color: transparent; background-image: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .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); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { border-width: 0; border-radius: 0; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { font-size:0.875rem;font-family:raleway;height:27.5625rem;width:75rem;position:relative;display:block; }#zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.675rem;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; }
#ZIOG2Fu2qxNuXJvUkDNmpGvNKAqISm50 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:3.3997375rem;display:block; }
#fOTJp6Vp2QeXyulugFIPniobNbffgrNk { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.6875rem;left:36.1875rem; }
#U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.5rem;left:36.1875rem;height:2.55rem;font-style:normal;display:block; }
#RpDlbkRNrMu1MSKoUFrXTKnUDXW4kpbn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:7.5rem;left:38.4375rem;height:1.9125rem;font-style:normal;display:block; }
#qPwtHInKz2sDvsyiP0xi394JZwu9XTSD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:9.5rem;left:57.4375rem;height:2.55rem;font-style:normal;display:block; }
#qClTWcPBWKoqG3t2ItFVkQu2Gu9iFX0G { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.6875rem;left:57.4375rem; }
#lscbnA2qrgB2ZfWok1TTOwLLU7thyKz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:7.5rem;left:59.6875rem;height:1.9125rem;font-style:normal;display:block; }
#TcTzKbpqMsomXHORe9hDZqqnxvymdp57 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15.6875rem;left:36.1875rem; }
#NmK8Vpm1J2JvDEBVVaXimCR6EuTt5U9N { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.5rem;left:36.1875rem;height:2.55rem;font-style:normal;display:block; }
#Kxi37HT5JxcVf11v0uw057UU1ROMiUSG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:15.5rem;left:38.4375rem;height:1.9125rem;font-style:normal;display:block; }
#umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),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:27.5rem;width:0.5rem;top:0rem;left:26.25rem;display:block; }
#BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:27.5rem;width:0.5rem;top:0rem;left:28.625rem;display:block; }
#bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),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:27.5rem;width:0.5rem;top:0rem;left:31rem;display:block; }
#CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),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:27.5rem;width:0.5rem;top:0rem;left:33.375rem;display:block; }
#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .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); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:16.5625rem;height:1.48710625rem;text-align:left;text-align-last:left;display:block; }
#c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.8125rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:73.5rem; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:71.25rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P { display:block; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7r0woyMUxt5vKFHWoPfzbUPaIaoXcDJ { width:13.3125rem;height:4.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1c8CXt6yn5dEoTFZLPw2c8HTRrCw1r { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuMUom6nX7AP6CpVBboqqoCtXyGxZe3l { display:block; }
 }@media only screen and (max-width: 763px) { #Ur83mxN0cvJM8BIwDi170ht11mwd5Vzi { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owQyq2GfrlInA6IvUFp3umdTAJhlLH7T { display:block; }
 }@media only screen and (max-width: 763px) { #taE2u9CLULWL5ZgrUP7LWSk31lc3uroQ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSV1gJqAWM05VHsBn7pfAegp0Cw4ESa8 { display:block; }
 }@media only screen and (max-width: 763px) { #sPikWaX1Aik6V1AE3xBqy3hRuV6GxV5Q { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez9Tro8XhBKFPuTEzsIWmolHSAbeBS48 { display:block; }
 }@media only screen and (max-width: 763px) { #lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy { display:block; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhtGW27XvVbUIAw9c64ezZAPrytvXpIT { top:25.875rem;left:0rem;width:31.1875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPZADCb5lzB60nO0EsKTqLQnsg5EmfiP { top:10rem;left:0rem;width:31.1875rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE4LzcbtGUTBiKSXvPHEIonR1meXKZJV { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpb2lGQkZBFIbWaZQyXUGf6liSteb1fv { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSINQp12GZxA2hOROiCa69qHTKZN0CUP { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEWbXcoCyuUzqk9kLXuy0ZvRnX8Iq0n { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnEuAqGTyzBszywEMt1C38ihOIo6XSC { width:37.4375rem;height:37.4375rem;top:12.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSW1Kh01Vv6QpS6KcrQRlOQyI3V0UA55 { top:6.25rem;left:18.6875rem;width:29.0625rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVQvTPTts0cNPFSqKbkrAAPRcivTfF3 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvr2OKRyQGxkJHZ0q5btgAR3DdBDUBJz { display:block; }
 }@media only screen and (max-width: 763px) { #L2A8grppaWSGrvam60CAz9Gm9T61PyxR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#L2A8grppaWSGrvam60CAz9Gm9T61PyxR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08974fb51ee8d5059260627daed8e407f1787a90.svg); }
 }@media only screen and (max-width: 763px) { #yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 { display:block; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSpFBAc6mwkbL2NWlexWp1nR3sMRytEH { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUqyGiEZhhg2MSczFTuI4EhnyGKmgHA7 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsQrV3LXbOQzhqTIFvxPOaKTruqPHioZ { top:13.0625rem;left:15.25rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlptubRfKKxcGCtQcTtE8wuM0Q0vm06D { top:6.25rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTkQk89k9CMZdW2DQt4KzLoTmwfvekRm { top:32.3125rem;left:25.9375rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I40GT8OcWdOVbrBMxJ9gvBClTZ48d2E5 { top:28.125rem;left:25.9375rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS9B1ILAUg4MItOLZ1J74hAfcG7XoTE3 { top:32.375rem;left:34.75rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq9zLCqJcOKPZIUp3UdbnsLJoVW8KxSH { top:28.1875rem;left:34.75rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP2CFkvz23qiAEe19k2FpXnL6UkqiV7y { top:32.375rem;left:42.75rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBXoRr2FC5JJQ4Fc5RQxiDvq4mUGaD9l { top:28.1875rem;left:42.75rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1a2hSLBeZizAK5t1oCSfEv8cCRgof1r { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq365xuVUQlR9ItQga6aw71yNedTpgFP { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB5FB8v9RQxIhNXS2spt1HkvKziDx56S { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6wMa2WyoycTtF2XFpxdD0SkAhu4iMDl { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqGl0nAHTsAb476xqmN1VtGlTfLpglob { display:block; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi9hbTLoHEqmJaUAKgRDD8Nm1uJtmZrs { top:5.375rem;left:0rem;width:29rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT3vJKU6syU6kG8UIlX83BQ0AvQUTn0r { top:11.8125rem;left:0rem;width:30.4375rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAVcn18XmmleMRUfSrQiFkrBlTqRg2c { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3fuPSImbcxP29dqFuJ9CzEVwq6Ttxyu { display:block; }
 }@media only screen and (max-width: 763px) { #FCdfa1c3pc0l2xR60AGDzNAJnJBMQPTO { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTXUvtP5X4TsG8PwURRKxoFfB8R3so74 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNwHrZ4vaOh5O3iBcIPXoswUw68Mv1fh { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FflDgP5ClbIscslBkNMuRuBNatsGudgM { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhN6csc8hRH8heHaqpx6PWSQOSHqd41e { top:0rem;left:6.0625rem;width:41.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { 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) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drphAeehZkiiodr3icBets7NATbgWcbl { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8qH6qlqT3rDIPynEsE6O2VdwITcXi1 { 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) { #gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtpDsiBdHyCmKG5tH6E1CwItE0LyOTT { 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) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { width:47.75rem;height:20rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { 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) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { 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) { #d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { top:17.875rem;left:7rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { 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) { #CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { top:17.875rem;left:44.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { top:4.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { 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) { #FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { top:17.875rem;left:25.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4CscMmEWyMKLk50DzIWIsuqrHq32lVo { display:block; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSsv2crlHgwpT2hdbAeFJCHTf5I1NRew { width:10rem;height:10rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fmgWoDFLbW7GBAT1WWnoIkuWMfpVH4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpam4C0pgI1um0LfVNWPwBENZrGE9hu { 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) { #t3dr2x2kJEli3wtlHVGFwGVJNngHXTHf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2x0hNgp5837hvA3FJ0OTE32N9Nyx38 { width:10rem;height:10rem;top:16.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVz7hbP87DP05ZR0XXwRgGnnrhw0grrP { 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) { #VXQ4Dsvt8tII2ZN5Bc1vHFbRtnzrC4B6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9UiHtpQT27ce5uTWg8bEgS4QcK29JS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QUiTcRWoQQ5H1S3vVbvZb0SSggh0JX { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX6IAyAi6c5QBLHCfHl1AayFIrdaSd5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkiXfhtrDC2loLm9LTQDo598XPLKa5q { width:10rem;height:10rem;top:16.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTH3f83vvNat0CitI4w9anJQoGEI7TD { 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) { #GTDMLVx4LsxWeQN0eQZTMKTpq6v7L28N { width:10rem;height:10rem;top:16.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaXXeCBzQ3B3XQOSQNGsRfFnMPpGNATt { 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) { #BtEfTur5EIvDTTs4U3W3HHUhWE6ZOg6s { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHW6Xt4PdBs4errrsg6wiPgtwTD9uDW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxOAMsPioSdA4AtPL7E5oS14frOVA3n { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbDNnTGIsdLDF8Mq3z4fc1SoK0ZUvpXR { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmThTbQSyNRD55mFxPmGuNvWZ1TgOAi { width:12.5rem;height:0.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3HRE1UF24oMWenKNQmsEeAK98HmGuKd { width:12.5rem;height:0.5rem;top:22.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATI2JFKR91XMBGKCMPw5dmQgcsTti54 { width:12.5rem;height:0.5rem;top:22.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLu02vI52Z3vvHTADDgmnQMLnIATBTVk { display:block; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbZCpUUg3G9bC2K5iS0XdCTpFHAz6QvF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #em5q1xJ5yy5WCMIudXXGetsoMaTM2fBy { top:19.0625rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FecJhVMFTT5TDZTmUyaTHupuQ4fAssqo { width:18.75rem;height:14.375rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5xKpJC3qOTPoXf1dZdT0ExxlLQ7U9KP { top:3.75rem;left:32.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #griF3V2zdqKDGRaUMp6wmEQhymT8o8Sc { 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) { #DcT50iUeEAT3UGhZTKaBb812BMoCFTAJ { width:18.75rem;height:14.375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWkLAALwNpnc66JqQx9NClCmLvBm4XMK { 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) { #oOba8QDLAkRKglIQmN103L2EMl5OZKVa { top:3.75rem;left:25.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70psdHEZ7CIQhxb5pWIOb4C6mQ6UD1B { width:18.75rem;height:14.375rem;top:14.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbbhT6SNukmZ9k3uSxiBsAUTneUmcy1 { top:18.125rem;left:32.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNLZJqHgdorytfLkTMas0Sf5nbiH4sQ { 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) { #dHUsgku1OnTl7tDe8atsh8ulXG9V4ULu { width:18.75rem;height:14.375rem;top:14.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1I0B3HMfDUpxkfkisOLlocw5oo4TwfH { 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) { #Vpb3ZugTl569Jb04vhas0PqNPSn5rhWs { top:18.125rem;left:25.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp { display:block; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi62dOG8xcLOC66iirlzK6LNFFwEGndf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDM4lA39cZ7V6Zdv7x0HJVOgm24fUQuB { width:35rem;height:27.5rem;top:4.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNnPXu7NVzbnQlWkxMek2TiWO8hQTpJG { top:13.5625rem;left:0rem;width:33.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH9pp0fGlS3aLiLzXTdvUxnwKRCAoqWW { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD9r87Dhh6AofVfi3Hei7XSccZ1k9cX7 { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0is73uvQuQ0WDimQ9WwIJwQ8LoVmbp { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArEuDpbvc38q6154Kt208blbcPaPVFz { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWf23bb1s0sA6dlDszn0woTy1K4KqwUu { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5FU5epMG0G1JC5B3XfTvxmlcCeUXON9 { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi6uM6eUplTQUgxpUyaCiiHeHPOQMzwQ { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMDGQDGp1k3ffN95eWOFLbMNLcb5BfOt { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRF6ckZDTGkp4xkPpLB3K7tgryydW7I4 { top:13rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-regular-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-text { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-text {padding-top: 0; padding-bottom: 0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-textarea { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-select { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-select {padding-top: 0; padding-bottom: 0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-button { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-checkbox-label { width:28.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy  { width:30rem;height:auto;top:5.75rem;left:15.25rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .radio-container { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy {display:block;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy { width:30rem;height:auto;top:5.75rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #kbIu7pwk5TnwfbIGXWCFZwSXU75UqvRv {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #PVLnzCeWC5WC7BKAIC3ODsgaiJnIQMCe {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #qQL7IaizScwUeiDQXMvT6P57x15y17Pi {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #yMKpeKalaWKx4QzPXRlGVzXG6ncPXOEX {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #W5molnhaTlzyTrg9yTmQ1wWNJnHQCZZl {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #TgdTa7Oe9TkFoWwa8ZItnAQoW742flxx {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #HiLUdy4augn1TEOQ4vWBqUfHq1DJeITd {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #fDG5bQpHkcGTS6aQ988nAqxwM5yvNI9f {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #woukCFFVaCHuaJol13oqzboA6sAaiJGK {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #SiwU5A2ngqyHEguzhhHtPVO1RhudydkK {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #XU7Rc45QJisz3iIussfhsOKuQUuWh1BI {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #RhT7uiengRlFfnn8a8JvyzTbFnlf6xO4 {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #kgBdAl9F847SoCTGPDFGeuIoaUXeX7bp {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #R1AdEOeUHG4t8c952Tg0raEzJLxzuxJo {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #nCexDO1M2TKgBCzlU36g9EnpU5qC6W9Z {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #DZuSyAVLZHgPolymeJH8oMMpPCqqFwuF {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #bDVPFK2AZHrnIrq7FzKKbdz4q692u7EB {  }
 }@media only screen and (max-width: 763px) { #IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U { display:block; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZnzr7RJEqWslnx72S7uwawxSohzckP5 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGPyEMIObtoiRnn0dE65WSJ1ESzmX7qr { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzQKQOUl2RcybzLpztu6DicT7XSkdym4 { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx2G5HAmcsiNVSdK3yueJeuXZyLrVcV3 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA22km47Lzg7BqHlIeKOdNbKbvTb60HG { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4LZJtRTLS6e69dN5r3sdAPa8dQlZe63 { 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) { #c3F3NRVWi2TLDS4meb8vUvTzhxRG6tmi { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UbPIs09xDucf9hQuec1ZsyfNJkax4d { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3sh9M3wJM3DguzEwm7TZcIw1RabbzB { 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) { #tcQAzDuou8dLm438xGQIrgBU86PnGtFU { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AObb0yHoFKPuNMm8T9dWvOlJRlExKpaH { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLwnTlvplXETR1rOaySF9T1XXOJSZKGz { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eseCRTtiKPsBccaoLhdwf33aDWCTwqiw { 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) { #THKNn2yovmQwwDsXoprLRPt53QKifE9a { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUAEI4bOJ2EtyPTRnVkTleIpNH9xFdL5 { width:25rem;height:16.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmmBNp8714d9QDGnT7sECeqIEFL6oanG { width:25rem;height:16.1875rem;top:12.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8N7s2GeGG1CosQPablPeZFHdVJ6Dv7Q { width:25rem;height:16.1875rem;top:12.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ { display:block; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw9qKoyk6TELCAimPJzKllSmBbkcXXgx { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u077VpkkiOCqIwxpADIN4UPP6AHIAEgC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtUVG038AlwdgQ4n6sdbaHOeQKuZLxhP { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6vlKzMGpUaCtqHs0cEC5vHabXP5HFcU { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9n5hIm61Woo9lRr3CROf8zUitFSGZN8 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm2RsCOQ9d50yOGgDIrnezPDRBhDqH6C { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhUrhptkxo6iH5BSKeOxlsoS70fs6gi { width:25rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGlaTE4VHxcwoXMXT87PQDSDSDT69aW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWUCKIQPEu28u1gy2pbFPqCUv9P7TIyB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBPagraL4hKD97sgNKihhu4Ntuce9SqN { width:2rem;height:2rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxO1teARKBaxcs8HDLrXJzEq5u9AKRlV { width:25rem;height:15rem;top:13.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgraEiEy9N3iR3Z1qpQngyTNQ8OvhHUI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFeTBFzmgH8UH0d8hMgOOLF6zlUWXPx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg5tBrzkCmfaI5udpcQxN2kPIMRo9Ewm { width:2rem;height:2rem;top:15rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDI7rX5UpbbxGHJ8QZq17L2RWBMPox7N { width:25rem;height:15rem;top:13.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsrmXQ5B5Ouf3HMkXUCLETA9fVyerFC2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5MvfLXdtk3PC96UySZ9Jx7ntyJMnhCT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttCctwKQawSaVgyVai1gyAOdfLaqz79 { width:2rem;height:2rem;top:15rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW { display:block; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE0rAn0OB1atQ8Nuym5hyqcamNW0T1U5 { width:12.5rem;height:2.5rem;top:5.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5mQiV4lDeMmm4ez71VV2zW2SQwoVWS1 { width:12.5rem;height:2.5rem;top:5.8125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ny78rf5Rz9odCBFu2UzWMXuvs5Pnln { width:12.5rem;height:2.5rem;top:5.8125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkzUXiVpFh9eC7VLabAq9nnF8eo3qIs6 { width:12.5rem;height:2.5rem;top:5.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27Zcvo0BJ3TUlrAdLgpeutwwoH4Uwhk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f { display:block; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOy2ZXoKaT1xAEZbB2axGFeo49tabOo9 { top:0rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kKOns6Mrgu0ZSgpZ8TIqTMCOL7lcEZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXhboXeWxt9Xnvztg4WtfOfQngyNRJ7G { width:7.5rem;height:7.5rem;top:7.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoP5igmlLhF3JCibdBBdLP8kixgtwPhw { width:7.5rem;height:7.5rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVEa5pUKSuOJuxTlT5zeztPaUU7gqS3a { width:7.5rem;height:7.5rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2RrITVGE1ba1MAF9eDSayzPmC4AzwEe { width:7.5rem;height:7.5rem;top:7.875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5bbiFJnpyUpOwP21Z8hyGKrauhTIL4V { width:7.5rem;height:7.5rem;top:7.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onh3kHsikocRxXNnW80fnp75TXr2NJB8 { width:7.5rem;height:7.5rem;top:7.875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZImHN0dp6hKCW7s1Gbs12V9LzRD6mqiW { width:7.5rem;height:7.5rem;top:7.875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg8CeyXpQk2dwZUqf8hAQTu2Tg6y1yOP { width:7.5rem;height:7.5rem;top:7.875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF1XeWonTzNGI438eNtEw2qg0NkUQ09x { width:0.5rem;height:5rem;top:1rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rioTNVRWDGg2TSMmTl6xCV69J36T5S6z { width:0.5rem;height:5rem;top:1rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XailtFgMeLiBZbJCQnZHr9pGtIdqV7 { width:0.5rem;height:5rem;top:1rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzffAZ7uSl40NlIm7HHxQWiTuwGSkF2l { width:0.5rem;height:5rem;top:1rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #hBkKBFrzD3D8Wi1VLPZLw435ctKaSHDp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nfbCXn7RR8KlgDmSzZ4QADu6k2TS6VVN {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #gHGfnWv59oNdsET0ASBqJOQssTCK2Sab {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #my9xZB6aB0awpJfpSZKCsPl43IP9ueDL {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #AmdM4XoW5POCX4ZW0QK4lPs76lWBoKhN {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #w8KK0xsrIle3KarsuSJrZrFqIlOwUIz5 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Pfq1pomP0irgPnkFOZaFxwpBWexQc3qp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #g9VKKWMKwEWth2OyRsZXiW5QKeRaUPHS {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #FovmQNMRui8AlTqw6b6aTv6v4HTnr9fq {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #RFZdGNV9Dszdptn1aHi8heAbfGSqEeSo {  }
 }@media only screen and (max-width: 763px) { #gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { display:block; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOG2Fu2qxNuXJvUkDNmpGvNKAqISm50 { top:13.4375rem;left:0rem;width:26.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOTJp6Vp2QeXyulugFIPniobNbffgrNk { width:1.5rem;height:1.5rem;top:7.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { 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) { #RpDlbkRNrMu1MSKoUFrXTKnUDXW4kpbn { 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) { #qPwtHInKz2sDvsyiP0xi394JZwu9XTSD { 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) { #qClTWcPBWKoqG3t2ItFVkQu2Gu9iFX0G { width:1.5rem;height:1.5rem;top:7.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lscbnA2qrgB2ZfWok1TTOwLLU7thyKz9 { 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) { #TcTzKbpqMsomXHORe9hDZqqnxvymdp57 { width:1.5rem;height:1.5rem;top:15.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmK8Vpm1J2JvDEBVVaXimCR6EuTt5U9N { 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) { #Kxi37HT5JxcVf11v0uw057UU1ROMiUSG { 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) { #umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { width:0.5rem;height:27.5rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { 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) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:13.8125rem;height:4.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P { position:relative;z-index:auto;display:block; }#VyQfXLRpJ3B9eOFIUfa8UD5TTvouZd2P > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7r0woyMUxt5vKFHWoPfzbUPaIaoXcDJ { width:5.75rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1c8CXt6yn5dEoTFZLPw2c8HTRrCw1r { width:12.75rem;height:3.75rem;top:19.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuMUom6nX7AP6CpVBboqqoCtXyGxZe3l { display:block; }
 }@media only screen and (max-width: 763px) { #Ur83mxN0cvJM8BIwDi170ht11mwd5Vzi { width:9.375rem;height:3.75rem;top:4.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owQyq2GfrlInA6IvUFp3umdTAJhlLH7T { display:block; }
 }@media only screen and (max-width: 763px) { #taE2u9CLULWL5ZgrUP7LWSk31lc3uroQ { width:9.375rem;height:3.75rem;top:11.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSV1gJqAWM05VHsBn7pfAegp0Cw4ESa8 { display:block; }
 }@media only screen and (max-width: 763px) { #sPikWaX1Aik6V1AE3xBqy3hRuV6GxV5Q { width:9.375rem;height:3.75rem;top:8.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez9Tro8XhBKFPuTEzsIWmolHSAbeBS48 { display:block; }
 }@media only screen and (max-width: 763px) { #lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy { display:block; }#lS3NdWq0JSCTs2NBbiPpFmKi3pUB8ZOy > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhtGW27XvVbUIAw9c64ezZAPrytvXpIT { width:20rem;height:5.1rem;top:14.375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPZADCb5lzB60nO0EsKTqLQnsg5EmfiP { width:20rem;height:9.45rem;top:3.75rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fE4LzcbtGUTBiKSXvPHEIonR1meXKZJV { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpb2lGQkZBFIbWaZQyXUGf6liSteb1fv { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSINQp12GZxA2hOROiCa69qHTKZN0CUP { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEWbXcoCyuUzqk9kLXuy0ZvRnX8Iq0n { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnEuAqGTyzBszywEMt1C38ihOIo6XSC { width:20rem;height:20rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSW1Kh01Vv6QpS6KcrQRlOQyI3V0UA55 { width:20rem;height:30.1074375rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVQvTPTts0cNPFSqKbkrAAPRcivTfF3 { width:12.75rem;height:3.75rem;top:29.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvr2OKRyQGxkJHZ0q5btgAR3DdBDUBJz { display:block; }
 }@media only screen and (max-width: 763px) { #L2A8grppaWSGrvam60CAz9Gm9T61PyxR { width:17.5rem;height:5.725rem;top:21.419921875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#L2A8grppaWSGrvam60CAz9Gm9T61PyxR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08974fb51ee8d5059260627daed8e407f1787a90.svg); }
 }@media only screen and (max-width: 763px) { #yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 { display:block; }#yHOThC7b6eaAuXo9frvRcUtlRQ95nOo2 > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSpFBAc6mwkbL2NWlexWp1nR3sMRytEH { width:20rem;height:13.6rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUqyGiEZhhg2MSczFTuI4EhnyGKmgHA7 { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsQrV3LXbOQzhqTIFvxPOaKTruqPHioZ { width:20rem;height:1.7rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlptubRfKKxcGCtQcTtE8wuM0Q0vm06D { width:20rem;height:20rem;top:25.7919921875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #NTkQk89k9CMZdW2DQt4KzLoTmwfvekRm { width:20rem;height:1.7rem;top:51.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I40GT8OcWdOVbrBMxJ9gvBClTZ48d2E5 { width:20rem;height:4.2rem;top:47.0625rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mS9B1ILAUg4MItOLZ1J74hAfcG7XoTE3 { width:20rem;height:1.7rem;top:58.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vq9zLCqJcOKPZIUp3UdbnsLJoVW8KxSH { width:20rem;height:4.2rem;top:54.125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AP2CFkvz23qiAEe19k2FpXnL6UkqiV7y { width:20rem;height:1.7rem;top:65.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBXoRr2FC5JJQ4Fc5RQxiDvq4mUGaD9l { width:20rem;height:4.2rem;top:61.1875rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1a2hSLBeZizAK5t1oCSfEv8cCRgof1r { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq365xuVUQlR9ItQga6aw71yNedTpgFP { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB5FB8v9RQxIhNXS2spt1HkvKziDx56S { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6wMa2WyoycTtF2XFpxdD0SkAhu4iMDl { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqGl0nAHTsAb476xqmN1VtGlTfLpglob { display:block; }#SqGl0nAHTsAb476xqmN1VtGlTfLpglob > .row .container { width:20rem;height:53.223388305847rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi9hbTLoHEqmJaUAKgRDD8Nm1uJtmZrs { width:20rem;height:9.45rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #dT3vJKU6syU6kG8UIlX83BQ0AvQUTn0r { width:20rem;height:13.3875rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #uTAVcn18XmmleMRUfSrQiFkrBlTqRg2c { width:12.75rem;height:3.75rem;top:29.875rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #o3fuPSImbcxP29dqFuJ9CzEVwq6Ttxyu { display:block; }
 }@media only screen and (max-width: 763px) { #FCdfa1c3pc0l2xR60AGDzNAJnJBMQPTO { width:0.5rem;height:27.5rem;top:10rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTXUvtP5X4TsG8PwURRKxoFfB8R3so74 { width:0.5rem;height:27.5rem;top:10rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNwHrZ4vaOh5O3iBcIPXoswUw68Mv1fh { width:0.5rem;height:27.5rem;top:10rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FflDgP5ClbIscslBkNMuRuBNatsGudgM { width:0.5rem;height:27.5rem;top:10rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhN6csc8hRH8heHaqpx6PWSQOSHqd41e { width:20rem;height:13.223388305847rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { width:17.5rem;height:2.55rem;top:14.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { width:17.5rem;height:6.8rem;top:17.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { width:20rem;height:1.7rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { width:20rem;height:2.8rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drphAeehZkiiodr3icBets7NATbgWcbl { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { width:17.5rem;height:6.8rem;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lU8qH6qlqT3rDIPynEsE6O2VdwITcXi1 { width:17.5rem;height:2.55rem;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { width:17.5rem;height:6.8rem;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hAtpDsiBdHyCmKG5tH6E1CwItE0LyOTT { width:17.5rem;height:2.55rem;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { width:20rem;height:75.3125rem;top:0.8125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { display:flex;width:2.125rem;height:2.125rem;top:14.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { width:16.25rem;height:2.55rem;top:17.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { width:16.25rem;height:6.8rem;top:20.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { width:16.25rem;height:6.8rem;top:35.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { width:17.5rem;height:2.55rem;top:32.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { display:flex;width:2.125rem;height:2.125rem;top:29.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { width:16.25rem;height:6.8rem;top:52.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { width:16.25rem;height:2.55rem;top:49.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { display:flex;width:2.125rem;height:2.125rem;top:46.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { width:20rem;height:1.7rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { width:20rem;height:5.6rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { width:16.25rem;height:6.8rem;top:67.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { width:16.25rem;height:2.55rem;top:64.625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { display:flex;width:2.125rem;height:2.125rem;top:61.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #x4CscMmEWyMKLk50DzIWIsuqrHq32lVo { display:block; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSsv2crlHgwpT2hdbAeFJCHTf5I1NRew { width:10rem;height:10rem;top:8.249025rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fmgWoDFLbW7GBAT1WWnoIkuWMfpVH4 { width:6.25rem;height:5.425rem;top:10.536134375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpam4C0pgI1um0LfVNWPwBENZrGE9hu { width:16.875rem;height:2.55rem;top:18.875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3dr2x2kJEli3wtlHVGFwGVJNngHXTHf { width:16.875rem;height:6.8rem;top:21.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RP2x0hNgp5837hvA3FJ0OTE32N9Nyx38 { width:10rem;height:10rem;top:30.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVz7hbP87DP05ZR0XXwRgGnnrhw0grrP { width:16.875rem;height:2.55rem;top:40.6875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXQ4Dsvt8tII2ZN5Bc1vHFbRtnzrC4B6 { width:16.875rem;height:6.8rem;top:43.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD9UiHtpQT27ce5uTWg8bEgS4QcK29JS { width:6.25rem;height:5.425rem;top:32.375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QUiTcRWoQQ5H1S3vVbvZb0SSggh0JX { width:16.875rem;height:6.8rem;top:65rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiX6IAyAi6c5QBLHCfHl1AayFIrdaSd5 { width:16.875rem;height:6.8rem;top:86.8125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrkiXfhtrDC2loLm9LTQDo598XPLKa5q { width:10rem;height:10rem;top:51.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTH3f83vvNat0CitI4w9anJQoGEI7TD { width:16.875rem;height:2.55rem;top:62.5rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTDMLVx4LsxWeQN0eQZTMKTpq6v7L28N { width:10rem;height:10rem;top:73.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaXXeCBzQ3B3XQOSQNGsRfFnMPpGNATt { width:16.875rem;height:2.55rem;top:84.3125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtEfTur5EIvDTTs4U3W3HHUhWE6ZOg6s { width:6.25rem;height:5.425rem;top:54.1875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHW6Xt4PdBs4errrsg6wiPgtwTD9uDW { width:6.25rem;height:5.425rem;top:76rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxOAMsPioSdA4AtPL7E5oS14frOVA3n { width:20rem;height:1.7rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbDNnTGIsdLDF8Mq3z4fc1SoK0ZUvpXR { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmThTbQSyNRD55mFxPmGuNvWZ1TgOAi { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3HRE1UF24oMWenKNQmsEeAK98HmGuKd { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DATI2JFKR91XMBGKCMPw5dmQgcsTti54 { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLu02vI52Z3vvHTADDgmnQMLnIATBTVk { display:block; }#QLu02vI52Z3vvHTADDgmnQMLnIATBTVk > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbZCpUUg3G9bC2K5iS0XdCTpFHAz6QvF { width:20rem;height:5.6rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #em5q1xJ5yy5WCMIudXXGetsoMaTM2fBy { width:20rem;height:5.1rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FecJhVMFTT5TDZTmUyaTHupuQ4fAssqo { width:18.75rem;height:14.375rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5xKpJC3qOTPoXf1dZdT0ExxlLQ7U9KP { width:15rem;height:4.65rem;top:22.5625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #griF3V2zdqKDGRaUMp6wmEQhymT8o8Sc { width:15rem;height:1.9125rem;top:27.25rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcT50iUeEAT3UGhZTKaBb812BMoCFTAJ { width:18.75rem;height:14.375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWkLAALwNpnc66JqQx9NClCmLvBm4XMK { width:15rem;height:1.9125rem;top:42.75rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oOba8QDLAkRKglIQmN103L2EMl5OZKVa { width:15rem;height:4.65rem;top:38.0625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70psdHEZ7CIQhxb5pWIOb4C6mQ6UD1B { width:18.75rem;height:14.375rem;top:65.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbbhT6SNukmZ9k3uSxiBsAUTneUmcy1 { width:15rem;height:4.65rem;top:69.3125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNLZJqHgdorytfLkTMas0Sf5nbiH4sQ { width:15rem;height:1.9125rem;top:74rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHUsgku1OnTl7tDe8atsh8ulXG9V4ULu { width:18.75rem;height:14.375rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1I0B3HMfDUpxkfkisOLlocw5oo4TwfH { width:15rem;height:1.9125rem;top:58.375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vpb3ZugTl569Jb04vhas0PqNPSn5rhWs { width:15rem;height:4.65rem;top:53.6875rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp { display:block; }#KWgDVgFdZqXVn0uSMTuaOiXofsIKlvcp > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi62dOG8xcLOC66iirlzK6LNFFwEGndf { width:17.5rem;height:1.575rem;top:4.11328125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDM4lA39cZ7V6Zdv7x0HJVOgm24fUQuB { width:20rem;height:27.125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNnPXu7NVzbnQlWkxMek2TiWO8hQTpJG { width:20rem;height:6.3rem;top:6.25rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cH9pp0fGlS3aLiLzXTdvUxnwKRCAoqWW { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD9r87Dhh6AofVfi3Hei7XSccZ1k9cX7 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0is73uvQuQ0WDimQ9WwIJwQ8LoVmbp { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArEuDpbvc38q6154Kt208blbcPaPVFz { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWf23bb1s0sA6dlDszn0woTy1K4KqwUu { width:0.5rem;height:31.25rem;top:20.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5FU5epMG0G1JC5B3XfTvxmlcCeUXON9 { width:0.5rem;height:31.25rem;top:20.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi6uM6eUplTQUgxpUyaCiiHeHPOQMzwQ { width:0.5rem;height:31.25rem;top:20.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMDGQDGp1k3ffN95eWOFLbMNLcb5BfOt { width:0.5rem;height:31.25rem;top:20.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRF6ckZDTGkp4xkPpLB3K7tgryydW7I4 { width:20rem;height:5.1rem;top:13.6875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-text {padding-top: 0; padding-bottom: 0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-select {padding-top: 0; padding-bottom: 0;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy  { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy {display:block;}#OtwD0aGh1yGUrcope4JOFqZTbheeaKpy { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #kbIu7pwk5TnwfbIGXWCFZwSXU75UqvRv {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #PVLnzCeWC5WC7BKAIC3ODsgaiJnIQMCe {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #qQL7IaizScwUeiDQXMvT6P57x15y17Pi {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #yMKpeKalaWKx4QzPXRlGVzXG6ncPXOEX {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #W5molnhaTlzyTrg9yTmQ1wWNJnHQCZZl {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #TgdTa7Oe9TkFoWwa8ZItnAQoW742flxx {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #HiLUdy4augn1TEOQ4vWBqUfHq1DJeITd {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #fDG5bQpHkcGTS6aQ988nAqxwM5yvNI9f {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #woukCFFVaCHuaJol13oqzboA6sAaiJGK {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #SiwU5A2ngqyHEguzhhHtPVO1RhudydkK {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #XU7Rc45QJisz3iIussfhsOKuQUuWh1BI {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #RhT7uiengRlFfnn8a8JvyzTbFnlf6xO4 {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #kgBdAl9F847SoCTGPDFGeuIoaUXeX7bp {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #R1AdEOeUHG4t8c952Tg0raEzJLxzuxJo {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #nCexDO1M2TKgBCzlU36g9EnpU5qC6W9Z {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #DZuSyAVLZHgPolymeJH8oMMpPCqqFwuF {  }
 }@media only screen and (max-width: 763px) { #OtwD0aGh1yGUrcope4JOFqZTbheeaKpy #bDVPFK2AZHrnIrq7FzKKbdz4q692u7EB {  }
 }@media only screen and (max-width: 763px) { #IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U { display:block; }#IEZ9UTD76TOVvZGKByJuTqEEovnDPW6U > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZnzr7RJEqWslnx72S7uwawxSohzckP5 { width:20rem;height:1.7rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGPyEMIObtoiRnn0dE65WSJ1ESzmX7qr { width:20rem;height:5.6rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzQKQOUl2RcybzLpztu6DicT7XSkdym4 { width:20rem;height:20rem;top:14.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx2G5HAmcsiNVSdK3yueJeuXZyLrVcV3 { width:20rem;height:6.8rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA22km47Lzg7BqHlIeKOdNbKbvTb60HG { width:20rem;height:1.7rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4LZJtRTLS6e69dN5r3sdAPa8dQlZe63 { width:20rem;height:1.9125rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3F3NRVWi2TLDS4meb8vUvTzhxRG6tmi { width:20rem;height:6.8rem;top:78.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UbPIs09xDucf9hQuec1ZsyfNJkax4d { width:20rem;height:1.7rem;top:75.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3sh9M3wJM3DguzEwm7TZcIw1RabbzB { width:20rem;height:1.9125rem;top:73.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcQAzDuou8dLm438xGQIrgBU86PnGtFU { width:20rem;height:20rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AObb0yHoFKPuNMm8T9dWvOlJRlExKpaH { width:20rem;height:6.8rem;top:116.798828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLwnTlvplXETR1rOaySF9T1XXOJSZKGz { width:20rem;height:1.7rem;top:113.849609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eseCRTtiKPsBccaoLhdwf33aDWCTwqiw { width:20rem;height:1.9125rem;top:111.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THKNn2yovmQwwDsXoprLRPt53QKifE9a { width:20rem;height:20rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUAEI4bOJ2EtyPTRnVkTleIpNH9xFdL5 { width:20rem;height:16.1875rem;top:13.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmmBNp8714d9QDGnT7sECeqIEFL6oanG { width:20rem;height:16.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8N7s2GeGG1CosQPablPeZFHdVJ6Dv7Q { width:20rem;height:16.1875rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ { display:block; }#xBKx6X4GgMPyreWfTv7oJZRsZUsZdfnJ > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw9qKoyk6TELCAimPJzKllSmBbkcXXgx { width:20rem;height:1.7rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u077VpkkiOCqIwxpADIN4UPP6AHIAEgC { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtUVG038AlwdgQ4n6sdbaHOeQKuZLxhP { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6vlKzMGpUaCtqHs0cEC5vHabXP5HFcU { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9n5hIm61Woo9lRr3CROf8zUitFSGZN8 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm2RsCOQ9d50yOGgDIrnezPDRBhDqH6C { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhUrhptkxo6iH5BSKeOxlsoS70fs6gi { width:20rem;height:17.8125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGlaTE4VHxcwoXMXT87PQDSDSDT69aW { width:17.5rem;height:9.5625rem;top:11.875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pWUCKIQPEu28u1gy2pbFPqCUv9P7TIyB { width:17.5rem;height:1.7rem;top:22rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBPagraL4hKD97sgNKihhu4Ntuce9SqN { display:flex;width:2rem;height:2rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #PxO1teARKBaxcs8HDLrXJzEq5u9AKRlV { width:20rem;height:17.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgraEiEy9N3iR3Z1qpQngyTNQ8OvhHUI { width:17.5rem;height:9.5625rem;top:30.9375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MeFeTBFzmgH8UH0d8hMgOOLF6zlUWXPx { width:17.5rem;height:1.7rem;top:41.125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dg5tBrzkCmfaI5udpcQxN2kPIMRo9Ewm { display:flex;width:2rem;height:2rem;top:28.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #tDI7rX5UpbbxGHJ8QZq17L2RWBMPox7N { width:20rem;height:17.8125rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsrmXQ5B5Ouf3HMkXUCLETA9fVyerFC2 { width:17.5rem;height:9.5625rem;top:50.5625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f5MvfLXdtk3PC96UySZ9Jx7ntyJMnhCT { width:17.5rem;height:1.7rem;top:60.75rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TttCctwKQawSaVgyVai1gyAOdfLaqz79 { display:flex;width:2rem;height:2rem;top:48.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW { display:block; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE0rAn0OB1atQ8Nuym5hyqcamNW0T1U5 { width:12.5rem;height:2.5rem;top:6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5mQiV4lDeMmm4ez71VV2zW2SQwoVWS1 { width:12.5rem;height:2.5rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ny78rf5Rz9odCBFu2UzWMXuvs5Pnln { width:12.5rem;height:2.5rem;top:13.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkzUXiVpFh9eC7VLabAq9nnF8eo3qIs6 { width:12.5rem;height:2.5rem;top:17.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27Zcvo0BJ3TUlrAdLgpeutwwoH4Uwhk { width:17.6875rem;height:2.1rem;top:2.5625rem;left:1.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f { display:block; }#ARZ8c8vQKvL2awGaEhQkLz5KCo5Pzt3f > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOy2ZXoKaT1xAEZbB2axGFeo49tabOo9 { width:20rem;height:1.7rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4kKOns6Mrgu0ZSgpZ8TIqTMCOL7lcEZ { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXhboXeWxt9Xnvztg4WtfOfQngyNRJ7G { width:7.5rem;height:7.5rem;top:18.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoP5igmlLhF3JCibdBBdLP8kixgtwPhw { width:7.5rem;height:7.5rem;top:9.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVEa5pUKSuOJuxTlT5zeztPaUU7gqS3a { width:7.5rem;height:7.5rem;top:9.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2RrITVGE1ba1MAF9eDSayzPmC4AzwEe { width:7.5rem;height:7.5rem;top:18.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5bbiFJnpyUpOwP21Z8hyGKrauhTIL4V { width:7.5rem;height:7.5rem;top:27.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onh3kHsikocRxXNnW80fnp75TXr2NJB8 { width:7.5rem;height:7.5rem;top:27.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZImHN0dp6hKCW7s1Gbs12V9LzRD6mqiW { width:7.5rem;height:7.5rem;top:37.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg8CeyXpQk2dwZUqf8hAQTu2Tg6y1yOP { width:7.5rem;height:7.5rem;top:37.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF1XeWonTzNGI438eNtEw2qg0NkUQ09x { width:0.5rem;height:5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rioTNVRWDGg2TSMmTl6xCV69J36T5S6z { width:0.5rem;height:5rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XailtFgMeLiBZbJCQnZHr9pGtIdqV7 { width:0.5rem;height:5rem;top:0rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzffAZ7uSl40NlIm7HHxQWiTuwGSkF2l { width:0.5rem;height:5rem;top:0rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { width:20rem;height:1.7rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { width:20rem;height:5.6rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-desc-text { font-size:0.875rem;height:auto; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #hBkKBFrzD3D8Wi1VLPZLw435ctKaSHDp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nfbCXn7RR8KlgDmSzZ4QADu6k2TS6VVN {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #gHGfnWv59oNdsET0ASBqJOQssTCK2Sab {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #my9xZB6aB0awpJfpSZKCsPl43IP9ueDL {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #AmdM4XoW5POCX4ZW0QK4lPs76lWBoKhN {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #w8KK0xsrIle3KarsuSJrZrFqIlOwUIz5 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #Pfq1pomP0irgPnkFOZaFxwpBWexQc3qp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #g9VKKWMKwEWth2OyRsZXiW5QKeRaUPHS {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #FovmQNMRui8AlTqw6b6aTv6v4HTnr9fq {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #RFZdGNV9Dszdptn1aHi8heAbfGSqEeSo {  }
 }@media only screen and (max-width: 763px) { #gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { display:block; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOG2Fu2qxNuXJvUkDNmpGvNKAqISm50 { width:20rem;height:5.1rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOTJp6Vp2QeXyulugFIPniobNbffgrNk { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { width:20rem;height:2.55rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RpDlbkRNrMu1MSKoUFrXTKnUDXW4kpbn { width:15.3125rem;height:1.9125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qPwtHInKz2sDvsyiP0xi394JZwu9XTSD { width:20rem;height:2.55rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qClTWcPBWKoqG3t2ItFVkQu2Gu9iFX0G { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lscbnA2qrgB2ZfWok1TTOwLLU7thyKz9 { width:15.3125rem;height:1.9125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcTzKbpqMsomXHORe9hDZqqnxvymdp57 { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NmK8Vpm1J2JvDEBVVaXimCR6EuTt5U9N { width:20rem;height:5.1rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kxi37HT5JxcVf11v0uw057UU1ROMiUSG { width:15.3125rem;height:1.9125rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:5.75rem;height:1.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:18.5rem; }
 }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:14.25rem; }
 }