.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,204;--color-primary-1:255,234,125;--color-primary-2:255,214,0;--color-primary-3:153,128,0;--color-primary-4:51,43,0;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:239,239,239;--color-secondary-3:143,143,143;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { background-color: transparent; background-image: none; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container > .video-iframe-container { display: none; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row > .video-iframe-container { display: none; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .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); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { border-width: 0; border-radius: 0; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.625rem;width:60rem;position:relative;display:block; }#H6PlmZz1aQl1t1rU2HLTyyeVVaT6i5c0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191f44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.78125rem;left:45.46875rem;display:block; }
#u6p0cTzKZwdXg0bhsHnimHEpAbqDz3ru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpS2X2MxHrSvzAEQEz4L6zHgx2XN4BTS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191f44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.0625rem;text-decoration:none;z-index:15013;text-align:right;text-align-last:right;top:0.78125rem;left:39.71875rem;display:block; }
#Gr06Qfg62ydwWChHUNTZdZNRAadSRb4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D07Pevv9nEEMOQ0saSk32zz0N22SDRPU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191f44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.78125rem;left:50.03125rem;display:block; }
#WSdmN5ob1aQXXn2tgwAiSba9U0u1AcO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbuasETUbq0QNOnAdGDscppN201iHFt2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:21.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RGPZ6FIKTGLiwUXxvF0WePJh0NF6m7Fb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191f44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.78125rem;left:55.25rem;display:block; }
#hUh1SPTTW0xZZsXAo6xGuEZHBNgGsKZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9ca48b7-db43-486b-a659-8640b0a3d494/Untitleddesign20250625T174718272.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.125rem;width:60rem;overflow:visible;position:relative;display:block; }#VX2aWc07hWBui4wQCGDSkaf4HRd8hxGy { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:20.3125rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3xVZ0bFE6W8dMtIXyZyHdgKEi3TmdtC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.125rem;left:0rem;height:4.711375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPBSlWyM8HX1mU6JEHoTfTuAGt66hdLH { z-index:15003;top:31.8125rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(59,60,63,0.35) ;box-sizing:border-box;color:#130509;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RaTO4coeCAQQZBP4UCpXsiiposOLi68L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5F6A2F5zDvKqMW2gQTa0zPEuunourQZ { 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:11.3125rem;width:11.3125rem;top:43.375rem;left:24.34375rem;overflow:hidden;display:block; }
#UDvi99fuulJLJpc04BeB1Iyv6Q0KMoFD { 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:11.625rem;width:11.625rem;top:43.21875rem;left:7.4375rem;overflow:hidden;display:block; }
#vbfh7aVGF9wzBtgFzTgsv5Q0x2FZXTVg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:11.4375rem;top:43.84375rem;left:40.375rem;overflow:hidden;display:block; }
#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP { 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; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row .container { background-color: transparent; background-image: none; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row .container > .video-iframe-container { display: none; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row > .video-iframe-container { display: none; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .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); }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row .container { border-width: 0; border-radius: 0; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#n8FQDPeLtVTaM6LnKggGfztUBra7CIED { 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:13.875rem;width:60rem;display:none; }
#qHcouIHcEfKC6IUieI0nuliwscLCIg7E { 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:2.8125rem;width:8.125rem;display:none; }
#N26iJMZBTC5FMGfpqS1cRnJ7NSOcUULP { 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:2.6875rem;width:8.125rem;display:none; }
#IQnziWOQQEuToDz95B2cxIqT53XkX9xv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row .container { background-color: transparent; background-image: none; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row .container > .video-iframe-container { display: none; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row > .video-iframe-container { display: none; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .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); }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row .container { border-width: 0; border-radius: 0; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.9375rem;width:60rem;position:relative;display:block; }#bk032UFTJCb9PAyudRTBU2lJpP74sPqd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c71ae638-2f7c-4fb1-9cc5-23a064c988a6/2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:24.0625rem;width:29.125rem;top:7.5625rem;left:30.875rem;display:block; }#bk032UFTJCb9PAyudRTBU2lJpP74sPqd.adaptive-delivery-prevent-bg, #bk032UFTJCb9PAyudRTBU2lJpP74sPqd.lazyload, #bk032UFTJCb9PAyudRTBU2lJpP74sPqd.lazyloading { background-image: none; }
#pSnwfUbrCNULVkGbh0CMQx9tka2WOo1e { color:#aabbc3;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVk9mURgTn8BHUQTgPGwCHnrUUES3u5o { color:#191f44;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:8.8623046875rem;left:0rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0zN9kH6qFFl9q3oobT8q7u23aT7WwSC { color:#728187;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.2998046875rem;left:0rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThBIBCWe0OEwwSaX5kexznMDXx0b7wCI { color:#728187;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:9.7482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGTuvvT4MPHsrz30SEFwN8bdEaPqcwxG { z-index:15004;top:27.4375rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(59,60,63,0.35) ;box-sizing:border-box;color:#130509;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TXRGxc2vTd9FR1ItmmLFT4LqV02LMnGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwGUnP9BvHxRIzzqo05MxdQTV22nancn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row .container { background-color: transparent; background-image: none; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row .container > .video-iframe-container { display: none; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row > .video-iframe-container { display: none; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .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); }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row .container { border-width: 0; border-radius: 0; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:21.625rem;width:60rem;position:relative;display:block; }#U6dg8ReosueKVxJ4fmtxI2nIkJwRUU1M { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:4.75rem;left:0rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKshlLPxUs5Tx5KwcW5RbP8AyTQ6zElS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.375rem;top:9.4375rem;left:8.8125rem;display:block; }
#Pe91oKDR5G0TozWsuELUS8c2WSfLuiZd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:10.6875rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckt5UbJAV8dSWTOlmxzU34XlVa2WRxUt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:10.75rem;left:20.5625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F5wV97gNR7sqEegr1EtiH8z85I1ZQTDy { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.375rem;top:9.5rem;left:29.375rem;display:block; }
#zVVDfn1VwTvthOHW8E2PXHbK0WXkNTLE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:4.8125rem;left:20.5625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPRQMXrXkm4kBKdLO8qdIaACvWvpA1LI { position:absolute;display:block;z-index:15004;background-color:#08070d;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:10.625rem;width:18.9375rem;top:3.1875rem;left:20.5625rem;display:block; }
#rA5bahJBW1aOKhVTi82qVqDTWghDgTWp { position:absolute;display:block;z-index:15008;background-color:#08070d;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:10.625rem;width:18.9375rem;top:3.1875rem;left:41.0625rem;display:block; }
#NBEUQO72ctn2tWI87c9fiuTS5CilUy4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:10.75rem;left:41.0625rem;height:2.7495625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGrFqQ3Nvy1Ip940CAOi685DKqTSFaUI { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.375rem;top:9.5rem;left:49.875rem;display:block; }
#dVdxva6WoXr5y58e25H0KqP84lCSE2Tv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:4.8125rem;left:41.0625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uz454VbIq3Twx0yovZJAeqrfbIvTIF7t { position:absolute;display:block;z-index:15000;background-color:#08070d;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:10.625rem;width:18.9375rem;top:3.125rem;left:0rem;display:block; }
#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { background-color: transparent; background-image: none; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container > .video-iframe-container { display: none; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row > .video-iframe-container { display: none; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .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); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { border-width: 0; border-radius: 0; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:54.75rem;width:60rem;position:relative;display:block; }#zfOU5PchWo3oFDoXwrC2kX97KnLhMyql { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb367f9d-1329-4b11-aafe-4dce922b346f/1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:18.75rem;width:29.125rem;top:7.5rem;left:0rem;display:block; }#zfOU5PchWo3oFDoXwrC2kX97KnLhMyql.adaptive-delivery-prevent-bg, #zfOU5PchWo3oFDoXwrC2kX97KnLhMyql.lazyload, #zfOU5PchWo3oFDoXwrC2kX97KnLhMyql.lazyloading { background-image: none; }
#Hel8N5hOlaLG3bD5Vf3TBgPJzRTdxVM3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:18.75rem;width:13.75rem;top:7.5rem;left:30.875rem;display:block; }
#mTUpZLT9O2gro3tLm3sJiX5LI0cCXkcc { color:#aabbc3;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:29.3125rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxyK82JzLd2MeVZrE2HNJFI5JOqCf5sb { color:#191f44;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:31.236328125rem;left:0rem;height:6.41275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrCrRsmw9kzWyMTR4MeEgEyvExKJ05Gy { color:#728187;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:44.375rem;left:0rem;height:1.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz { color:#728187;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:37.375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SLMnZ9ZiA0uTGrZZT4ED5lRGByf4UKBT { color:#728187;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.25rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFEKe8Z918RANZ7z078JQzpnX4WrJu8q { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:18.75rem;width:13.75rem;top:7.5rem;left:46.25rem;display:block; }
#e13J0DD2OS2ZUTgfgpxEJrTU4p8rTbiM { color:#728187;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.25rem;left:48rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPrwOt0Qiy4JBxfPSr7Blx2KFLrJeMX8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:18.75rem;width:13.75rem;top:27.8125rem;left:46.25rem;display:block; }
#CMrWCaiOXTSCvXJ6radCw90rRZZ8m8n3 { color:#728187;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:40.5625rem;left:48rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4vyIwNx7AOxtbr5d1ePLS7HFr3WoESW { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:18.75rem;width:13.75rem;top:27.8125rem;left:30.875rem;display:block; }
#X5if06Ze2wnzxlPyNiOEDweNuLR4XaeZ { color:#728187;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.5625rem;left:32.625rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OS5n6ZaZC3Zcbn1yIKanBpi8dxkq71Z2 { position:absolute;display:block;z-index:15031;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:8.8125rem;width:8.8125rem;top:11.5rem;left:33.34375rem;overflow:hidden;display:block; }
#U3mVn7T2AE12qPyGEgmBoRPxaRHbzXgV { 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:8.8125rem;width:8.8125rem;top:11.5rem;left:48.71875rem;overflow:hidden;display:block; }
#pgJ3RoJzDyO8NXCvNCnH1Xx51areCEcz { 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:8.8125rem;width:8.8125rem;top:31.8125rem;left:48.71875rem;overflow:hidden;display:block; }
#HBwlaNgHXtdE1LnGQCH02oWNiPyAf5FQ { position:absolute;display:block;z-index:15034;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:8.8125rem;width:8.8125rem;top:31.8125rem;left:33.34375rem;overflow:hidden;display:block; }
#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row .container { background-color: transparent; background-image: none; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row .container > .video-iframe-container { display: none; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row > .video-iframe-container { display: none; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .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); }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row .container { border-width: 0; border-radius: 0; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.6875rem;width:60rem;position:relative;display:block; }#BR4rw9OlXtA7vZOO9ZPu4yIZOmasPDSQ { color:#aabbc3;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.693359375rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WspSgJluPw9yEhyFkSxEkXAagZhHoFAX { color:#191f44;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:9.6806640625rem;left:0rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1sVFMSx8ZlLl0DZGKMHMylkqVrB72KL { color:#728187;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:2.7604125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row .container { background-color: transparent; background-image: none; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row .container > .video-iframe-container { display: none; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row > .video-iframe-container { display: none; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .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); }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row .container { border-width: 0; border-radius: 0; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:39.625rem;width:60rem;position:relative;display:block; }#zk8KVlT23fsZ34zdT5UJiClst9zGMUVi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/88797161-97e0-48ff-9682-80a7457f9bd1/Paradox5combo.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:18.75rem;width:29.125rem;top:2.5rem;left:0rem;display:block; }#zk8KVlT23fsZ34zdT5UJiClst9zGMUVi.adaptive-delivery-prevent-bg, #zk8KVlT23fsZ34zdT5UJiClst9zGMUVi.lazyload, #zk8KVlT23fsZ34zdT5UJiClst9zGMUVi.lazyloading { background-image: none; }
#K7oAkThJAwWLDldT5GCAy4G84ozBbZcZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:9.625rem;width:29.125rem;top:21.25rem;left:0rem;display:block; }
#OUQ0ylNnv9f9f7DlebJiS1wDJmIJEn6B { color:#191f44;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:23.1875rem;left:1rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nsKdyBvuAaiPQMQGzxt8LvnSBg0bPu6J { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:9.625rem;width:29.125rem;top:21.25rem;left:30.75rem;display:block; }
#BJhnLR9BkszQZTQfPzJXRqF6uNa2uPuy { color:#191f44;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:23.1875rem;left:32.625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd492349-8553-4c03-932b-a55aa470ad38/provision1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:18.75rem;width:29.125rem;top:2.5rem;left:30.75rem;display:block; }#Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ.adaptive-delivery-prevent-bg, #Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ.lazyload, #Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ.lazyloading { background-image: none; }
#TxQP0eBxWZOSlaEuZprHFlaUS9rWHx76 { 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:15039;top:3.75rem;left:18rem; }
#rvZMFBpwvGWMlLnQFscXUKbBJytyxbWI { 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:15040;top:3.75rem;left:20.0625rem; }
#BO8grKnQmU2hLGNM6OeG7EeIWaHW4kgS { 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;top:3.75rem;left:22.1875rem; }
#qBSeVJCBsPZnTulPPVa00isthocrxwxP { 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;top:3.75rem;left:24.3125rem; }
#MMxxLgA3Crk6vynImIkz6VAXOsBDCyVR { 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;top:3.75rem;left:26.4375rem; }
#GxVCbhT2kxJCs4eEvb7euLEnrDiTTMdO { 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:15048;top:3.75rem;left:57.1875rem; }
#y6TWUIiuXpcKncSv5vVGLDUWEX7GwFHT { 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:15047;top:3.75rem;left:55.0625rem; }
#oHJGBMs7aiTnq145mfMs5EQSNCDPDzPE { 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:15046;top:3.75rem;left:52.9375rem; }
#Ju2fM3sbiG4Io3JU4QkC6MNPTnpfNQ8H { 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:15045;top:3.75rem;left:50.8125rem; }
#q5A7Puk9Vw7qfzpxvPZ84z9Ln2LoEKfn { 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:15044;top:3.75rem;left:48.75rem; }
#hTHNXfyNiAoUPy8emsRGIW0eaWtTCJlf { z-index:15005;top:26.861328125rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(59,60,63,0.35) ;box-sizing:border-box;color:#130509;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ACyRzfmTXMHH9TPexivOuaWb6LN4B0nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqTXZx17b240DUroChunlxQnQO9twsWM { z-index:15049;top:26.861328125rem;left:32.625rem;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(59,60,63,0.35) ;box-sizing:border-box;color:#130509;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T9q4yyIC1qvBwXweAv5MOEtWXSZVfMK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyOaHyuDZnRARveywQqqQdz6nhUEVicg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c34684e8-2187-4cbc-a41f-ca16f3605bc5/Untitleddesign20250625T175140563.png");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; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg.adaptive-delivery-prevent-bg, #FyOaHyuDZnRARveywQqqQdz6nhUEVicg.lazyload, #FyOaHyuDZnRARveywQqqQdz6nhUEVicg.lazyloading { background-image: none; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container { background-color: transparent; background-image: none; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.6); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container > .video-iframe-container { display: none; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.6); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row > .video-iframe-container { display: none; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .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); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container { border-width: 0; border-radius: 0; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg::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; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .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(21,17,20,0.64);background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .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_094ec8e325ab45b8f4d5122144bf66dc35ca42f7.svg");background-size:contain !important; }#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-trigger.adaptive-delivery-prevent-bg, #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-trigger.lazyload, #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-trigger.lazyloading { background-image: none; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA { box-sizing:content-box;height:auto;width:40.3125rem;position:absolute;display:flex;flex-direction:column;gap:1rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.21);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.625rem;left:10.15625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #ip5eGgVH85H4Z8Oz30HF70To2znN63ZQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #PkvZ4dD23FiPOfB3GFQC7gEWq7EUI8NF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #Nzfmk7ZdyHogXCiVtoCMPTki4xSNmJKl { display:block;position:relative; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #aCMuUXdTLQAEE6hTZ4lAeFmUSpHcACQC {  }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #y7bZNiI4iaF7ODsvN0T3MiLiCCiKc8FR {  }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #oSXrAAOnieHxR1TFL9uL9TdJ1CUATLTN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #VdKOIOgNf9oWrGlLGsI3Q7HX5eOSPHKO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #zE93vw4XgwLhE1T72nVdXxyUIP6oaNJs { display:block;position:relative; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #Ccw7BevahKHNBHbVFpqrVNXdUoxCtdJ8 {  }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #a7RwJdIiy8vBmgvQERcFuTx0vBfiVTFT { display:none; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #I6mMmlH0IIvNKP5ZlUygakwec9fcwJ4a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #eRzH3FcdsCQfeZFt15mmVCv1Z8yHvReV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #d1GQk5JJr95zloVxwffWqDRtbtHbiQF3 { display:block;position:relative; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #uzdmhRSeU2TC125NTS2Uvn1s7BQcXOyA {  }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #h0LfGdnyC71RP6Jp94Gh4dyXonC8z16Z { display:none; }
#HagXhOnQPEplzZATpT99gFS2ZiCwxtO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5.4375rem;left:5.6875rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row .container { background-color: transparent; background-image: none; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row .container > .video-iframe-container { display: none; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row > .video-iframe-container { display: none; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .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); }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row .container { border-width: 0; border-radius: 0; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.25rem;width:60rem;position:relative;display:block; }#ka2ff2n8lodhgBOTC5VvoKTB1uzhitzd { color:#191f44;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:15.125rem;left:25.8125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WkKDAbMPzc6XmHEVbMcHIqvDkdVHoNvi { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;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: 0rem 0rem 1.125rem rgba(var(--color-secondary-4),0.2) ;height:20.8125rem;width:34.1875rem;top:8.71875rem;left:25.8125rem;display:block; }
#qL8dGd3VEry1Uk0QB4FlynAQWGGe9wHH { color:#728187;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.7373046875rem;left:29.40625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKEs039SUl1JQTBVONeED8Vm1TFzRzcx { color:rgba(12,11,12,0.08);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:6.21875rem;left:36.3125rem;height:17.5998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBqsyQ9SPDqTzPATZm2iE0Mwx2BECwO4 { color:#191f44;display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:18.75rem;left:0.0625rem;height:5.223525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypEPW3ZpDvvz10yaeCkySiTaP2nVOm1t { color:#aabbc3;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgliBzt4A8TM00gw2W5bAfyOl7eRDPuo { position:absolute;display:block;z-index:15013;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:28rem;width:28rem;top:6.21875rem;left:0rem;overflow:hidden;display:block; }
#fxrQbWwqcRHBJuB1h7Nl26lf4zOOo85o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.875rem;left:39.6875rem; }
#pUpahek2vsoHH5vZB3AOqEZyJ8rMIgH1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:25.875rem;left:41.8125rem; }
#XHSRgm2qwUFGfbgfenk1qzQ5OMn26DRl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:25.875rem;left:37.5625rem; }
#KhEJTcT9u0uHgWz5sPq0OnLL4rbD1xJu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.875rem;left:44rem; }
#Znk5eF2fx7RB4d64a2XAV50pew6l69dT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:25.875rem;left:46.1875rem; }
#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ec2cdbd-b53a-4998-ab41-25744d414286/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.adaptive-delivery-prevent-bg, #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.lazyload, #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.lazyloading { background-image: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { background-color: transparent; background-image: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container > .video-iframe-container { display: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .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.78); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row > .video-iframe-container { display: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .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); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { border-width: 0; border-radius: 0; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ::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; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.5rem;width:60rem;position:relative;display:block; }#Vmd5nQTap3ga1F9UHQgcTNZgXptvSMLU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.125rem;left:0rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQ13opV76fQnrV7EAsBH1BpLbFmuwgCD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9p0PFOLWAwFeTJA1fzLwhWw7agg3Uet { position:absolute;display:block;z-index:15012;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.75rem;width:2.8125rem;top:15.75rem;left:7.25rem;overflow:hidden;display:block; }
#X1GgMM9eVuW2tsWIv73toCx0nVZETohR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.75rem;left:10.875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuNGf0Ecep3tsZeFwWve3cTTlr14kXK7 { color:rgba(var(--color-primary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.23046875rem;left:10.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#imr3JsFNn0RTKuqIP7ihwl7KEEa4iE2J { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.125rem;left:10.875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PD3OtFQVbKIQwVdmxFouwLuZyi3310Jx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.125rem;top:24.2177734375rem;left:7.59375rem;overflow:hidden;display:block; }
#uoDrXr27b03F9rznlTVTAI2NrVcoI8t7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:34.9833984375rem;left:10.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImayFz5w2HPC6Sh5SVcx0MxLDz1ZbuxT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:32.7783203125rem;left:10.875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvOGA5H0EPQfzyz8SBevu4NaKw8mnh86 { position:absolute;display:block;z-index:15020;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.75rem;width:2.75rem;top:32.7783203125rem;left:7.28125rem;overflow:hidden;display:block; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-form-header { font-size:0.75rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(8,7,13,0.5);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;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:23rem;box-sizing:border-box;height:3.1875rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;line-height:1.3;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.26) ; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(8,7,13,0.5);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;width:23rem;box-sizing:border-box;height:3.5625rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;line-height:1.3;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.26) ; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:23rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .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; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(13deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(13deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(13deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(13deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));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-secondary-4),1);width:23rem;height:3.8125rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(44,41,49,0.21) ; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:1rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:1rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:1rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:1rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .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.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .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; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-container:first-of-type{padding-top:0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-container:last-of-type{padding-bottom:0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi  { background-color:rgba(var(--color-tertiary-0),0.18);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(5,5,5,0.99) ;font-size:0.75rem;left:30.499130249024rem;top:12.666015625rem;z-index:15024;position:absolute; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi {display:block;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi { background-color:rgba(var(--color-tertiary-0),0.18);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(5,5,5,0.99) ;font-size:0.75rem;left:30.499130249024rem;top:12.666015625rem;z-index:15024;position:absolute; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #QLPI1VCVW0CiGWgPqmfIN47xOK9VD8sT { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #p7rTMhgBb1SBLQ7KOu152VJpzlWlXLe4 { position:relative;display:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #uQeKH2sGtNps0mOM5TJ7K33s6KfhPmaF { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #yr0BOhOIhMbwnQZLKq7FSaOyARJi5vkU { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eqknlrsWzRnZnxx7XJpGESxAJzpdnD8D { position:relative;display:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #fl2zK3uHfsOVV3p1pxXS0Ai0xopLkppm { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #kenuxX7iI9Rl0RoT7Jyr21FefxQ8u2lm { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #LTCnobBr0ffAB6oMSi5TfVZ1EnZLA8br { position:relative;display:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HEaze5gJg5KzSxBGAIqX41EwpXz9Q2uB { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #oPIeWZ00KwvV1Pr6BXnTo2qmduHvIibq { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Ki7MUG5FQ6wNVRhQrfUdZzx9vkn9qbtB { position:relative;display:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eTB3krQXy1Nwdd4hhDMmPGZSI9fUHAps { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #qGnPeiakJHZ094T6TzzuXLKQh1risVnd { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Otpy3wtXiheNXMBxcIJWQnOq3fGUqTDt { position:relative;z-index:2; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hTuDHwpJecp83LSvFDCm81xeOwJU2PVK { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HMnrUTPAqofzJeR1R1FpkRvUNbaEczFK { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hcdRDz9Nvz7geWnvPfRn8TMpvf2ZHJAX { position:relative; }
#QGS4yRs3b0cgy01n9xiUesZb9aJgtTqc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.75rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:17.66796875rem;left:10.9375rem;display:block; }
#d0IrG9HnBhrd1o2shJ3d9OTvTI87dNOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOqsTgwTGcSWh5iiQzwFWFwhtywTq3Bq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.4375rem;left:14.65625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl { background-color:rgba(var(--color-secondary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row .container { background-color: transparent; background-image: none; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row .container > .video-iframe-container { display: none; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row > .video-iframe-container { display: none; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .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); }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row .container { border-width: 0; border-radius: 0; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#MsITN5yAgnExXqpWniT98xcXidzyo1CL { 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:1.5625rem;width:9.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#qyaKA2ZLQKPcQrydphUe5iqALqvevhfr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:10.375rem;height:0.9746125rem;display:block; }
#mu92dy6wE1lyT0259g2HZstZy5uPx83d { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:47.5rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D { display:block; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6PlmZz1aQl1t1rU2HLTyyeVVaT6i5c0 { width:3.6875rem;height:2.0625rem;top:0.75rem;left:39.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6p0cTzKZwdXg0bhsHnimHEpAbqDz3ru { display:block; }
 }@media only screen and (max-width: 763px) { #JpS2X2MxHrSvzAEQEz4L6zHgx2XN4BTS { width:4.625rem;height:2.0625rem;top:0.75rem;left:33.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr06Qfg62ydwWChHUNTZdZNRAadSRb4y { display:block; }
 }@media only screen and (max-width: 763px) { #D07Pevv9nEEMOQ0saSk32zz0N22SDRPU { width:4.75rem;height:2.0625rem;top:0.75rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdmN5ob1aQXXn2tgwAiSba9U0u1AcO7 { display:block; }
 }@media only screen and (max-width: 763px) { #PbuasETUbq0QNOnAdGDscppN201iHFt2 { top:0rem;left:0rem;width:21.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPZ6FIKTGLiwUXxvF0WePJh0NF6m7Fb { width:4.75rem;height:2.0625rem;top:0.75rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUh1SPTTW0xZZsXAo6xGuEZHBNgGsKZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX2aWc07hWBui4wQCGDSkaf4HRd8hxGy { width:47.75rem;height:3rem;top:20.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xVZ0bFE6W8dMtIXyZyHdgKEi3TmdtC { width:47.75rem;height:4.6875rem;top:24.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPBSlWyM8HX1mU6JEHoTfTuAGt66hdLH { top:31.8125rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTO4coeCAQQZBP4UCpXsiiposOLi68L { display:block; }
 }@media only screen and (max-width: 763px) { #v5F6A2F5zDvKqMW2gQTa0zPEuunourQZ { top:43.375rem;left:18.21875rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDvi99fuulJLJpc04BeB1Iyv6Q0KMoFD { top:43.1875rem;left:1.3125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbfh7aVGF9wzBtgFzTgsv5Q0x2FZXTVg { top:43.8125rem;left:34.25rem;width:11.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP { display:block; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8FQDPeLtVTaM6LnKggGfztUBra7CIED { width:47.75rem;height:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHcouIHcEfKC6IUieI0nuliwscLCIg7E { width:8.125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N26iJMZBTC5FMGfpqS1cRnJ7NSOcUULP { width:8.125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQnziWOQQEuToDz95B2cxIqT53XkX9xv { display:block; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk032UFTJCb9PAyudRTBU2lJpP74sPqd { width:29.125rem;height:24.0625rem;top:7.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSnwfUbrCNULVkGbh0CMQx9tka2WOo1e { width:30rem;height:1.25rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVk9mURgTn8BHUQTgPGwCHnrUUES3u5o { width:31.75rem;height:2.5625rem;top:8.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0zN9kH6qFFl9q3oobT8q7u23aT7WwSC { width:30.0625rem;height:2.75rem;top:12.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBIBCWe0OEwwSaX5kexznMDXx0b7wCI { width:29.8125rem;height:9.75rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTuvvT4MPHsrz30SEFwN8bdEaPqcwxG { top:27.4375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXRGxc2vTd9FR1ItmmLFT4LqV02LMnGh { display:block; }
 }@media only screen and (max-width: 763px) { #QwGUnP9BvHxRIzzqo05MxdQTV22nancn { display:block; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6dg8ReosueKVxJ4fmtxI2nIkJwRUU1M { width:18.9375rem;height:4.125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKshlLPxUs5Tx5KwcW5RbP8AyTQ6zElS { width:2.375rem;height:0.1875rem;top:9.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe91oKDR5G0TozWsuELUS8c2WSfLuiZd { width:18.9375rem;height:1.375rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckt5UbJAV8dSWTOlmxzU34XlVa2WRxUt { width:18.9375rem;height:1.375rem;top:10.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5wV97gNR7sqEegr1EtiH8z85I1ZQTDy { width:2.375rem;height:0.1875rem;top:9.5rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVVDfn1VwTvthOHW8E2PXHbK0WXkNTLE { width:18.9375rem;height:4.125rem;top:4.8125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRQMXrXkm4kBKdLO8qdIaACvWvpA1LI { width:18.9375rem;height:10.625rem;top:3.1875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA5bahJBW1aOKhVTi82qVqDTWghDgTWp { width:18.9375rem;height:10.625rem;top:3.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBEUQO72ctn2tWI87c9fiuTS5CilUy4Q { width:18.9375rem;height:2.75rem;top:10.75rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGrFqQ3Nvy1Ip940CAOi685DKqTSFaUI { width:2.375rem;height:0.1875rem;top:9.5rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVdxva6WoXr5y58e25H0KqP84lCSE2Tv { width:18.9375rem;height:4.125rem;top:4.8125rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz454VbIq3Twx0yovZJAeqrfbIvTIF7t { width:18.9375rem;height:10.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkGPxCNgOMpAldz2sA92q658zWiA9xU2 { display:block; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfOU5PchWo3oFDoXwrC2kX97KnLhMyql { width:29.125rem;height:18.75rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hel8N5hOlaLG3bD5Vf3TBgPJzRTdxVM3 { width:13.75rem;height:18.75rem;top:7.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUpZLT9O2gro3tLm3sJiX5LI0cCXkcc { width:30rem;height:1.25rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyK82JzLd2MeVZrE2HNJFI5JOqCf5sb { width:30rem;height:4.25rem;top:31.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrCrRsmw9kzWyMTR4MeEgEyvExKJ05Gy { width:30.0625rem;height:1.1875rem;top:44.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz { width:30.0625rem;height:4.875rem;top:37.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLMnZ9ZiA0uTGrZZT4ED5lRGByf4UKBT { width:10.3125rem;height:1.625rem;top:20.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEKe8Z918RANZ7z078JQzpnX4WrJu8q { width:13.75rem;height:18.75rem;top:7.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13J0DD2OS2ZUTgfgpxEJrTU4p8rTbiM { width:10.3125rem;height:1.625rem;top:20.25rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPrwOt0Qiy4JBxfPSr7Blx2KFLrJeMX8 { width:13.75rem;height:18.75rem;top:27.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMrWCaiOXTSCvXJ6radCw90rRZZ8m8n3 { width:10.3125rem;height:1.625rem;top:40.5625rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4vyIwNx7AOxtbr5d1ePLS7HFr3WoESW { width:13.75rem;height:18.75rem;top:27.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5if06Ze2wnzxlPyNiOEDweNuLR4XaeZ { width:10.3125rem;height:3.25rem;top:40.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS5n6ZaZC3Zcbn1yIKanBpi8dxkq71Z2 { top:11.5rem;left:24.15625rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3mVn7T2AE12qPyGEgmBoRPxaRHbzXgV { top:11.5rem;left:38.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgJ3RoJzDyO8NXCvNCnH1Xx51areCEcz { top:31.8125rem;left:38.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBwlaNgHXtdE1LnGQCH02oWNiPyAf5FQ { top:31.8125rem;left:24.15625rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CabBb5dNc4loNyoI3e3eh1ueN29XZQiv { display:block; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR4rw9OlXtA7vZOO9ZPu4yIZOmasPDSQ { width:47.75rem;height:1.25rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WspSgJluPw9yEhyFkSxEkXAagZhHoFAX { width:47.75rem;height:2.5625rem;top:9.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1sVFMSx8ZlLl0DZGKMHMylkqVrB72KL { width:47.75rem;height:2.75rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sswM6NTTmLiV82SlSy2wlkEhvpO39lZx { display:block; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zk8KVlT23fsZ34zdT5UJiClst9zGMUVi { width:29.125rem;height:18.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7oAkThJAwWLDldT5GCAy4G84ozBbZcZ { width:29.125rem;height:9.625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQ0ylNnv9f9f7DlebJiS1wDJmIJEn6B { width:28rem;height:2.75rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKdyBvuAaiPQMQGzxt8LvnSBg0bPu6J { width:29.125rem;height:9.625rem;top:21.25rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhnLR9BkszQZTQfPzJXRqF6uNa2uPuy { width:27.375rem;height:2.75rem;top:23.1875rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ { width:29.125rem;height:18.75rem;top:2.5rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQP0eBxWZOSlaEuZprHFlaUS9rWHx76 { width:1.5rem;height:1.5rem;top:3.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvZMFBpwvGWMlLnQFscXUKbBJytyxbWI { width:1.5rem;height:1.5rem;top:3.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO8grKnQmU2hLGNM6OeG7EeIWaHW4kgS { width:1.5rem;height:1.5rem;top:3.75rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSeVJCBsPZnTulPPVa00isthocrxwxP { width:1.5rem;height:1.5rem;top:3.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxxLgA3Crk6vynImIkz6VAXOsBDCyVR { width:1.5rem;height:1.5rem;top:3.75rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxVCbhT2kxJCs4eEvb7euLEnrDiTTMdO { width:1.5rem;height:1.5rem;top:3.75rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6TWUIiuXpcKncSv5vVGLDUWEX7GwFHT { width:1.5rem;height:1.5rem;top:3.75rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHJGBMs7aiTnq145mfMs5EQSNCDPDzPE { width:1.5rem;height:1.5rem;top:3.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2fM3sbiG4Io3JU4QkC6MNPTnpfNQ8H { width:1.5rem;height:1.5rem;top:3.75rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5A7Puk9Vw7qfzpxvPZ84z9Ln2LoEKfn { width:1.5rem;height:1.5rem;top:3.75rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHNXfyNiAoUPy8emsRGIW0eaWtTCJlf { top:26.8125rem;left:0rem;width:12.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyRzfmTXMHH9TPexivOuaWb6LN4B0nT { display:block; }
 }@media only screen and (max-width: 763px) { #ZqTXZx17b240DUroChunlxQnQO9twsWM { top:26.8125rem;left:23.875rem;width:12.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9q4yyIC1qvBwXweAv5MOEtWXSZVfMK7 { display:block; }
 }@media only screen and (max-width: 763px) { #FyOaHyuDZnRARveywQqqQdz6nhUEVicg { display:block; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA { display:flex;height:auto;width:27.8125rem;top:6.8125rem;left:0rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #ip5eGgVH85H4Z8Oz30HF70To2znN63ZQ {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #PkvZ4dD23FiPOfB3GFQC7gEWq7EUI8NF {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #Nzfmk7ZdyHogXCiVtoCMPTki4xSNmJKl {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #aCMuUXdTLQAEE6hTZ4lAeFmUSpHcACQC {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #y7bZNiI4iaF7ODsvN0T3MiLiCCiKc8FR {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #oSXrAAOnieHxR1TFL9uL9TdJ1CUATLTN {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #VdKOIOgNf9oWrGlLGsI3Q7HX5eOSPHKO {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #zE93vw4XgwLhE1T72nVdXxyUIP6oaNJs {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #Ccw7BevahKHNBHbVFpqrVNXdUoxCtdJ8 {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #a7RwJdIiy8vBmgvQERcFuTx0vBfiVTFT {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #I6mMmlH0IIvNKP5ZlUygakwec9fcwJ4a {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #eRzH3FcdsCQfeZFt15mmVCv1Z8yHvReV {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #d1GQk5JJr95zloVxwffWqDRtbtHbiQF3 {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #uzdmhRSeU2TC125NTS2Uvn1s7BQcXOyA {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #h0LfGdnyC71RP6Jp94Gh4dyXonC8z16Z {  }
 }@media only screen and (max-width: 763px) { #HagXhOnQPEplzZATpT99gFS2ZiCwxtO1 { width:47.75rem;height:2.5625rem;top:5.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy { display:block; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ka2ff2n8lodhgBOTC5VvoKTB1uzhitzd { width:34.1875rem;height:1.375rem;top:15.125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkKDAbMPzc6XmHEVbMcHIqvDkdVHoNvi { width:34.1875rem;height:20.8125rem;top:8.6875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL8dGd3VEry1Uk0QB4FlynAQWGGe9wHH { width:25.625rem;height:4.875rem;top:17.6875rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKEs039SUl1JQTBVONeED8Vm1TFzRzcx { width:13.1875rem;height:17.5625rem;top:6.1875rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBqsyQ9SPDqTzPATZm2iE0Mwx2BECwO4 { width:25.8125rem;height:5.1875rem;top:18.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypEPW3ZpDvvz10yaeCkySiTaP2nVOm1t { width:25.6875rem;height:1.25rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgliBzt4A8TM00gw2W5bAfyOl7eRDPuo { width:28rem;height:28rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxrQbWwqcRHBJuB1h7Nl26lf4zOOo85o { top:25.875rem;left:33.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUpahek2vsoHH5vZB3AOqEZyJ8rMIgH1 { top:25.875rem;left:35.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHSRgm2qwUFGfbgfenk1qzQ5OMn26DRl { top:25.875rem;left:31.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhEJTcT9u0uHgWz5sPq0OnLL4rbD1xJu { top:25.875rem;left:37.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znk5eF2fx7RB4d64a2XAV50pew6l69dT { top:25.875rem;left:40.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ { display:block; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmd5nQTap3ga1F9UHQgcTNZgXptvSMLU { width:47.75rem;height:2.5625rem;top:5.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ13opV76fQnrV7EAsBH1BpLbFmuwgCD { width:47.75rem;height:1.25rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9p0PFOLWAwFeTJA1fzLwhWw7agg3Uet { width:2.8125rem;height:2.75rem;top:15.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1GgMM9eVuW2tsWIv73toCx0nVZETohR { width:12.75rem;height:1.5rem;top:15.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNGf0Ecep3tsZeFwWve3cTTlr14kXK7 { width:19.625rem;height:1.25rem;top:26.1875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imr3JsFNn0RTKuqIP7ihwl7KEEa4iE2J { width:9.5rem;height:1.5rem;top:24.125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3OtFQVbKIQwVdmxFouwLuZyi3310Jx { width:2.125rem;height:2.75rem;top:24.1875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoDrXr27b03F9rznlTVTAI2NrVcoI8t7 { width:19.625rem;height:1.25rem;top:34.9375rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImayFz5w2HPC6Sh5SVcx0MxLDz1ZbuxT { width:9.5rem;height:1.5rem;top:32.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvOGA5H0EPQfzyz8SBevu4NaKw8mnh86 { width:2.75rem;height:2.75rem;top:32.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-regular-label { display:block;width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi  { width:23rem;height:auto;top:12.625rem;left:22.25rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi {display:block;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi { width:23rem;height:auto;top:12.625rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #QLPI1VCVW0CiGWgPqmfIN47xOK9VD8sT {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #p7rTMhgBb1SBLQ7KOu152VJpzlWlXLe4 { display:block; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #uQeKH2sGtNps0mOM5TJ7K33s6KfhPmaF {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #yr0BOhOIhMbwnQZLKq7FSaOyARJi5vkU {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eqknlrsWzRnZnxx7XJpGESxAJzpdnD8D { display:block; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #fl2zK3uHfsOVV3p1pxXS0Ai0xopLkppm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #kenuxX7iI9Rl0RoT7Jyr21FefxQ8u2lm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #LTCnobBr0ffAB6oMSi5TfVZ1EnZLA8br { display:block; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HEaze5gJg5KzSxBGAIqX41EwpXz9Q2uB {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #oPIeWZ00KwvV1Pr6BXnTo2qmduHvIibq {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Ki7MUG5FQ6wNVRhQrfUdZzx9vkn9qbtB {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eTB3krQXy1Nwdd4hhDMmPGZSI9fUHAps {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #qGnPeiakJHZ094T6TzzuXLKQh1risVnd {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Otpy3wtXiheNXMBxcIJWQnOq3fGUqTDt { z-index:2; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hTuDHwpJecp83LSvFDCm81xeOwJU2PVK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HMnrUTPAqofzJeR1R1FpkRvUNbaEczFK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hcdRDz9Nvz7geWnvPfRn8TMpvf2ZHJAX {  }
 }@media only screen and (max-width: 763px) { #QGS4yRs3b0cgy01n9xiUesZb9aJgtTqc { width:10.125rem;height:1.75rem;top:17.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IrG9HnBhrd1o2shJ3d9OTvTI87dNOH { display:block; }
 }@media only screen and (max-width: 763px) { #QOqsTgwTGcSWh5iiQzwFWFwhtywTq3Bq { top:8.4375rem;left:8.53125rem;width:30.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl { display:block; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsITN5yAgnExXqpWniT98xcXidzyo1CL { width:9.8125rem;height:1.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyaKA2ZLQKPcQrydphUe5iqALqvevhfr { top:1.125rem;left:4.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu92dy6wE1lyT0259g2HZstZy5uPx83d { top:1.125rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D { display:block; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6PlmZz1aQl1t1rU2HLTyyeVVaT6i5c0 { width:3.6875rem;height:2.0625rem;top:0.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6p0cTzKZwdXg0bhsHnimHEpAbqDz3ru { display:block; }
 }@media only screen and (max-width: 763px) { #JpS2X2MxHrSvzAEQEz4L6zHgx2XN4BTS { width:5.9375rem;height:2.0625rem;top:5.8515625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gr06Qfg62ydwWChHUNTZdZNRAadSRb4y { display:block; }
 }@media only screen and (max-width: 763px) { #D07Pevv9nEEMOQ0saSk32zz0N22SDRPU { width:5.9375rem;height:2.0625rem;top:9.1640625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSdmN5ob1aQXXn2tgwAiSba9U0u1AcO7 { display:block; }
 }@media only screen and (max-width: 763px) { #PbuasETUbq0QNOnAdGDscppN201iHFt2 { width:20rem;height:3.3515625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPZ6FIKTGLiwUXxvF0WePJh0NF6m7Fb { width:4.75rem;height:2.0625rem;top:12.4765625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUh1SPTTW0xZZsXAo6xGuEZHBNgGsKZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49f4b6f7-4cc8-4921-babf-bcf0128f3e65/CCTVInstallations.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX2aWc07hWBui4wQCGDSkaf4HRd8hxGy { width:14.8125rem;height:4.5371125rem;top:9.5rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xVZ0bFE6W8dMtIXyZyHdgKEi3TmdtC { width:17.6875rem;height:3.41015625rem;top:14.537109375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPBSlWyM8HX1mU6JEHoTfTuAGt66hdLH { top:20.072265625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTO4coeCAQQZBP4UCpXsiiposOLi68L { display:block; }
 }@media only screen and (max-width: 763px) { #v5F6A2F5zDvKqMW2gQTa0zPEuunourQZ { width:11.3125rem;height:11.3125rem;top:5.099609375rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDvi99fuulJLJpc04BeB1Iyv6Q0KMoFD { width:9.8125rem;height:9.8125rem;top:9.009765625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbfh7aVGF9wzBtgFzTgsv5Q0x2FZXTVg { width:11.4375rem;height:6.5rem;top:8.009765625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP { display:block; }#MZPv7Q5RB1vFIAmVHG6wSz1VWaLlQngP > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8FQDPeLtVTaM6LnKggGfztUBra7CIED { top:1.09375rem;left:13.9375rem;width:6.0625rem;height:1.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qHcouIHcEfKC6IUieI0nuliwscLCIg7E { top:0.90625rem;left:7.3125rem;width:5.375rem;height:1.8125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N26iJMZBTC5FMGfpqS1cRnJ7NSOcUULP { top:0.84375rem;left:0rem;width:5.6875rem;height:1.8125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IQnziWOQQEuToDz95B2cxIqT53XkX9xv { display:block; }#IQnziWOQQEuToDz95B2cxIqT53XkX9xv > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk032UFTJCb9PAyudRTBU2lJpP74sPqd { width:20rem;height:24.0625rem;top:29.078125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c71ae638-2f7c-4fb1-9cc5-23a064c988a6/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bk032UFTJCb9PAyudRTBU2lJpP74sPqd.adaptive-delivery-prevent-bg, #bk032UFTJCb9PAyudRTBU2lJpP74sPqd.lazyload, #bk032UFTJCb9PAyudRTBU2lJpP74sPqd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pSnwfUbrCNULVkGbh0CMQx9tka2WOo1e { width:20rem;height:1.0556625rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVk9mURgTn8BHUQTgPGwCHnrUUES3u5o { width:20rem;height:2.0625rem;top:3.5546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0zN9kH6qFFl9q3oobT8q7u23aT7WwSC { width:20rem;height:2.111325rem;top:6.8671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBIBCWe0OEwwSaX5kexznMDXx0b7wCI { width:20rem;height:11.3671875rem;top:10.3984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTuvvT4MPHsrz30SEFwN8bdEaPqcwxG { top:23.265625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXRGxc2vTd9FR1ItmmLFT4LqV02LMnGh { display:block; }
 }@media only screen and (max-width: 763px) { #QwGUnP9BvHxRIzzqo05MxdQTV22nancn { display:block; }#QwGUnP9BvHxRIzzqo05MxdQTV22nancn > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6dg8ReosueKVxJ4fmtxI2nIkJwRUU1M { width:18.9375rem;height:2.19921875rem;top:2.9375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKshlLPxUs5Tx5KwcW5RbP8AyTQ6zElS { width:2.375rem;height:0.1875rem;top:7.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe91oKDR5G0TozWsuELUS8c2WSfLuiZd { width:18.9375rem;height:1.0996125rem;top:8.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckt5UbJAV8dSWTOlmxzU34XlVa2WRxUt { width:18.9375rem;height:1.375rem;top:20.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5wV97gNR7sqEegr1EtiH8z85I1ZQTDy { width:2.375rem;height:0.1875rem;top:19.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVVDfn1VwTvthOHW8E2PXHbK0WXkNTLE { width:18.9375rem;height:2.19921875rem;top:14.75rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRQMXrXkm4kBKdLO8qdIaACvWvpA1LI { width:18.9375rem;height:10.625rem;top:13.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA5bahJBW1aOKhVTi82qVqDTWghDgTWp { width:18.9375rem;height:10.625rem;top:25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBEUQO72ctn2tWI87c9fiuTS5CilUy4Q { width:18.9375rem;height:2.199225rem;top:32.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGrFqQ3Nvy1Ip940CAOi685DKqTSFaUI { width:2.375rem;height:0.1875rem;top:31.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVdxva6WoXr5y58e25H0KqP84lCSE2Tv { width:18.9375rem;height:2.19921875rem;top:26.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz454VbIq3Twx0yovZJAeqrfbIvTIF7t { width:18.9375rem;height:10.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkGPxCNgOMpAldz2sA92q658zWiA9xU2 { display:block; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfOU5PchWo3oFDoXwrC2kX97KnLhMyql { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hel8N5hOlaLG3bD5Vf3TBgPJzRTdxVM3 { width:13.75rem;height:18.75rem;top:40.9775625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUpZLT9O2gro3tLm3sJiX5LI0cCXkcc { width:20rem;height:1.0556625rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyK82JzLd2MeVZrE2HNJFI5JOqCf5sb { width:20rem;height:3.4375rem;top:23.5546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FrCrRsmw9kzWyMTR4MeEgEyvExKJ05Gy { width:20rem;height:2.4375rem;top:37.2900625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz { width:20rem;height:7.7988125rem;top:28.2421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLMnZ9ZiA0uTGrZZT4ED5lRGByf4UKBT { width:10.3125rem;height:1.29980625rem;top:53.7275625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEKe8Z918RANZ7z078JQzpnX4WrJu8q { width:13.75rem;height:18.75rem;top:60.9775625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13J0DD2OS2ZUTgfgpxEJrTU4p8rTbiM { width:10.3125rem;height:1.29980625rem;top:73.7275625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPrwOt0Qiy4JBxfPSr7Blx2KFLrJeMX8 { width:13.75rem;height:18.75rem;top:100.9775625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMrWCaiOXTSCvXJ6radCw90rRZZ8m8n3 { width:10.3125rem;height:1.29980625rem;top:113.7275625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4vyIwNx7AOxtbr5d1ePLS7HFr3WoESW { width:13.75rem;height:18.75rem;top:80.9775625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5if06Ze2wnzxlPyNiOEDweNuLR4XaeZ { width:10.3125rem;height:2.5996125rem;top:93.7275625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS5n6ZaZC3Zcbn1yIKanBpi8dxkq71Z2 { width:8.8125rem;height:8.8125rem;top:44.9775625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3mVn7T2AE12qPyGEgmBoRPxaRHbzXgV { width:8.8125rem;height:8.8125rem;top:64.9775625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgJ3RoJzDyO8NXCvNCnH1Xx51areCEcz { width:8.9375rem;height:8.9375rem;top:104.9775625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBwlaNgHXtdE1LnGQCH02oWNiPyAf5FQ { width:9.375rem;height:9.375rem;top:84.9775625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CabBb5dNc4loNyoI3e3eh1ueN29XZQiv { display:block; }#CabBb5dNc4loNyoI3e3eh1ueN29XZQiv > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR4rw9OlXtA7vZOO9ZPu4yIZOmasPDSQ { width:20rem;height:1.0556625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WspSgJluPw9yEhyFkSxEkXAagZhHoFAX { width:20rem;height:3.4375rem;top:3.5546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1sVFMSx8ZlLl0DZGKMHMylkqVrB72KL { width:20rem;height:4.546875rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sswM6NTTmLiV82SlSy2wlkEhvpO39lZx { display:block; }#sswM6NTTmLiV82SlSy2wlkEhvpO39lZx > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zk8KVlT23fsZ34zdT5UJiClst9zGMUVi { width:20rem;height:12.4375rem;top:1.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/88797161-97e0-48ff-9682-80a7457f9bd1/Paradox5combo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zk8KVlT23fsZ34zdT5UJiClst9zGMUVi.adaptive-delivery-prevent-bg, #zk8KVlT23fsZ34zdT5UJiClst9zGMUVi.lazyload, #zk8KVlT23fsZ34zdT5UJiClst9zGMUVi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K7oAkThJAwWLDldT5GCAy4G84ozBbZcZ { width:20rem;height:9.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQ0ylNnv9f9f7DlebJiS1wDJmIJEn6B { width:18.5rem;height:2.19921875rem;top:16.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKdyBvuAaiPQMQGzxt8LvnSBg0bPu6J { width:20rem;height:9.625rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhnLR9BkszQZTQfPzJXRqF6uNa2uPuy { width:18.3125rem;height:2.19921875rem;top:40.3125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ { width:20rem;height:12.5rem;top:25.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd492349-8553-4c03-932b-a55aa470ad38/provision1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ.adaptive-delivery-prevent-bg, #Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ.lazyload, #Hn3Xuh9KZZ9b3WmFFTLGGMomIGGPX5cJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TxQP0eBxWZOSlaEuZprHFlaUS9rWHx76 { width:1.5rem;height:1.5rem;top:2.5rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvZMFBpwvGWMlLnQFscXUKbBJytyxbWI { width:1.5rem;height:1.5rem;top:2.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO8grKnQmU2hLGNM6OeG7EeIWaHW4kgS { width:1.5rem;height:1.5rem;top:2.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSeVJCBsPZnTulPPVa00isthocrxwxP { width:1.5rem;height:1.5rem;top:2.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxxLgA3Crk6vynImIkz6VAXOsBDCyVR { width:1.5rem;height:1.5rem;top:2.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxVCbhT2kxJCs4eEvb7euLEnrDiTTMdO { width:1.5rem;height:1.5rem;top:33.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6TWUIiuXpcKncSv5vVGLDUWEX7GwFHT { width:1.5rem;height:1.5rem;top:33.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHJGBMs7aiTnq145mfMs5EQSNCDPDzPE { width:1.5rem;height:1.5rem;top:33.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2fM3sbiG4Io3JU4QkC6MNPTnpfNQ8H { width:1.5rem;height:1.5rem;top:33.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5A7Puk9Vw7qfzpxvPZ84z9Ln2LoEKfn { width:1.5rem;height:1.5rem;top:33.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHNXfyNiAoUPy8emsRGIW0eaWtTCJlf { top:19.8125rem;left:3.6875rem;width:12.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyRzfmTXMHH9TPexivOuaWb6LN4B0nT { display:block; }
 }@media only screen and (max-width: 763px) { #ZqTXZx17b240DUroChunlxQnQO9twsWM { top:44rem;left:3.6875rem;width:12.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9q4yyIC1qvBwXweAv5MOEtWXSZVfMK7 { display:block; }
 }@media only screen and (max-width: 763px) { #FyOaHyuDZnRARveywQqqQdz6nhUEVicg { display:block; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg { background-color: transparent; background-image: none; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.6); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container > .video-iframe-container { display: none; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row > .video-iframe-container { display: none; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.6); }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg { border-width: 0; border-radius: 0; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container::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; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container { width:20rem;height:34.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fcdfe36-b673-455d-a1e9-28c8ca4e294a/FQCCTVInstallers1.png");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;position:relative;display:block; }#FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container.adaptive-delivery-prevent-bg, #FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container.lazyload, #FyOaHyuDZnRARveywQqqQdz6nhUEVicg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-heading-text { font-size:0.875rem;height:auto;text-align:center;text-align-last:center;line-height:1;overflow:hidden; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.2;overflow:hidden; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-trigger { height:1rem;width:1rem;min-width:1rem; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA { display:flex;height:auto;width:17.5rem;top:12.6875rem;left:0.09375rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;gap:0.9375rem;z-index:15000; }
#PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #ip5eGgVH85H4Z8Oz30HF70To2znN63ZQ {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #PkvZ4dD23FiPOfB3GFQC7gEWq7EUI8NF {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #Nzfmk7ZdyHogXCiVtoCMPTki4xSNmJKl {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #aCMuUXdTLQAEE6hTZ4lAeFmUSpHcACQC {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #y7bZNiI4iaF7ODsvN0T3MiLiCCiKc8FR {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #oSXrAAOnieHxR1TFL9uL9TdJ1CUATLTN {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #VdKOIOgNf9oWrGlLGsI3Q7HX5eOSPHKO {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #zE93vw4XgwLhE1T72nVdXxyUIP6oaNJs {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #Ccw7BevahKHNBHbVFpqrVNXdUoxCtdJ8 {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #a7RwJdIiy8vBmgvQERcFuTx0vBfiVTFT {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #I6mMmlH0IIvNKP5ZlUygakwec9fcwJ4a {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #eRzH3FcdsCQfeZFt15mmVCv1Z8yHvReV {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #d1GQk5JJr95zloVxwffWqDRtbtHbiQF3 {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #uzdmhRSeU2TC125NTS2Uvn1s7BQcXOyA {  }
 }@media only screen and (max-width: 763px) { #PnI8GmN8Q3CLRTMt97TkfdoFvCWZo7HA #h0LfGdnyC71RP6Jp94Gh4dyXonC8z16Z {  }
 }@media only screen and (max-width: 763px) { #HagXhOnQPEplzZATpT99gFS2ZiCwxtO1 { width:20rem;height:3.4375rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy { display:block; }#ydfM8lCOJZvKVGiMV1JNdbd2cZ9OOyGy > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ka2ff2n8lodhgBOTC5VvoKTB1uzhitzd { width:20rem;height:1.0996125rem;top:15.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkKDAbMPzc6XmHEVbMcHIqvDkdVHoNvi { width:20rem;height:20.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL8dGd3VEry1Uk0QB4FlynAQWGGe9wHH { width:18.3125rem;height:7.3125rem;top:18.625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #mKEs039SUl1JQTBVONeED8Vm1TFzRzcx { width:20rem;height:1.0996125rem;top:20rem;left:0rem;text-align:center;text-align-last:center;z-index:15033;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBqsyQ9SPDqTzPATZm2iE0Mwx2BECwO4 { width:20rem;height:3.4375rem;top:6.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypEPW3ZpDvvz10yaeCkySiTaP2nVOm1t { width:20rem;height:1.13671875rem;top:2.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgliBzt4A8TM00gw2W5bAfyOl7eRDPuo { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxrQbWwqcRHBJuB1h7Nl26lf4zOOo85o { display:flex;width:2.1875rem;height:2.1875rem;top:28.78125rem;left:6.78125rem; }
 }@media only screen and (max-width: 763px) { #pUpahek2vsoHH5vZB3AOqEZyJ8rMIgH1 { display:flex;width:2.1875rem;height:2.1875rem;top:28.78125rem;left:11.09375rem; }
 }@media only screen and (max-width: 763px) { #XHSRgm2qwUFGfbgfenk1qzQ5OMn26DRl { display:flex;width:2.1875rem;height:2.1875rem;top:28.78125rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #KhEJTcT9u0uHgWz5sPq0OnLL4rbD1xJu { display:flex;width:2.1875rem;height:2.1875rem;top:28.78125rem;left:4.65625rem; }
 }@media only screen and (max-width: 763px) { #Znk5eF2fx7RB4d64a2XAV50pew6l69dT { display:flex;width:2.1875rem;height:2.1875rem;top:28.78125rem;left:13.28125rem; }
 }@media only screen and (max-width: 763px) { #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ec2cdbd-b53a-4998-ab41-25744d414286/9.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.adaptive-delivery-prevent-bg, #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.lazyload, #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.lazyloading { background-image: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { background-color: transparent; background-image: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container > .video-iframe-container { display: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row > .video-iframe-container { display: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .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); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmd5nQTap3ga1F9UHQgcTNZgXptvSMLU { width:20rem;height:3.4375rem;top:3.7421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ13opV76fQnrV7EAsBH1BpLbFmuwgCD { width:20rem;height:1.0556625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9p0PFOLWAwFeTJA1fzLwhWw7agg3Uet { width:2.8125rem;height:2.75rem;top:13.0546875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1GgMM9eVuW2tsWIv73toCx0nVZETohR { width:9.5rem;height:1.29980625rem;top:16.7421875rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNGf0Ecep3tsZeFwWve3cTTlr14kXK7 { width:9.9375rem;height:2.5996125rem;top:28.404296875rem;left:5.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imr3JsFNn0RTKuqIP7ihwl7KEEa4iE2J { width:10.6875rem;height:1.29980625rem;top:26.1669921875rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3OtFQVbKIQwVdmxFouwLuZyi3310Jx { width:2.125rem;height:2.75rem;top:22.2294921875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoDrXr27b03F9rznlTVTAI2NrVcoI8t7 { width:15.5625rem;height:1.21875rem;top:38.7900390625rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImayFz5w2HPC6Sh5SVcx0MxLDz1ZbuxT { width:8.8125rem;height:1.29980625rem;top:36.615234375rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvOGA5H0EPQfzyz8SBevu4NaKw8mnh86 { width:2.75rem;height:2.75rem;top:32.802734375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi  { width:16.6875rem;height:auto;top:43.33984375rem;left:0.40625rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi {display:block;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi { width:16.6875rem;height:auto;top:43.33984375rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #QLPI1VCVW0CiGWgPqmfIN47xOK9VD8sT {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #p7rTMhgBb1SBLQ7KOu152VJpzlWlXLe4 { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #uQeKH2sGtNps0mOM5TJ7K33s6KfhPmaF {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #yr0BOhOIhMbwnQZLKq7FSaOyARJi5vkU {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eqknlrsWzRnZnxx7XJpGESxAJzpdnD8D { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #fl2zK3uHfsOVV3p1pxXS0Ai0xopLkppm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #kenuxX7iI9Rl0RoT7Jyr21FefxQ8u2lm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #LTCnobBr0ffAB6oMSi5TfVZ1EnZLA8br { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HEaze5gJg5KzSxBGAIqX41EwpXz9Q2uB {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #oPIeWZ00KwvV1Pr6BXnTo2qmduHvIibq {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Ki7MUG5FQ6wNVRhQrfUdZzx9vkn9qbtB { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eTB3krQXy1Nwdd4hhDMmPGZSI9fUHAps {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #qGnPeiakJHZ094T6TzzuXLKQh1risVnd {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Otpy3wtXiheNXMBxcIJWQnOq3fGUqTDt { z-index:2; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hTuDHwpJecp83LSvFDCm81xeOwJU2PVK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HMnrUTPAqofzJeR1R1FpkRvUNbaEczFK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hcdRDz9Nvz7geWnvPfRn8TMpvf2ZHJAX {  }
 }@media only screen and (max-width: 763px) { #QGS4yRs3b0cgy01n9xiUesZb9aJgtTqc { width:10.125rem;height:2.25rem;top:18.5419921875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IrG9HnBhrd1o2shJ3d9OTvTI87dNOH { display:block; }
 }@media only screen and (max-width: 763px) { #QOqsTgwTGcSWh5iiQzwFWFwhtywTq3Bq { width:20rem;height:2.111325rem;top:8.8671875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl { display:block; }#H19QhmQoTdIQ3cLbrCWLbuvGRT9XVefl > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsITN5yAgnExXqpWniT98xcXidzyo1CL { width:8.0625rem;height:1.4375rem;top:1.373046875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyaKA2ZLQKPcQrydphUe5iqALqvevhfr { width:12.5rem;height:0.9746125rem;top:1.5419921875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mu92dy6wE1lyT0259g2HZstZy5uPx83d { width:12.5rem;height:0.9746125rem;top:2.7490234375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }