.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ESbai0zwpirCru7ETy492ClxO420yq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0996117a-468d-43e2-8ebf-185abf819dcd/header_homeDescktop.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f8ESbai0zwpirCru7ETy492ClxO420yq.adaptive-delivery-prevent-bg, #f8ESbai0zwpirCru7ETy492ClxO420yq.lazyload, #f8ESbai0zwpirCru7ETy492ClxO420yq.lazyloading { background-image: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container { background-color: transparent; background-image: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container > .video-iframe-container { display: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row > .video-iframe-container { display: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .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); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container { border-width: 0; border-radius: 0; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zHfS5lC8L66gRTLKzvCR3stXnpgzJOyx { color:#009ee2;display:block;width:32.0625rem;position:absolute;font-family:"noto sans display";font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:10.8125rem;left:2rem;height:9.8994375rem;font-style:normal;display:block; }
#ZvZ1pf1F7tKD66lyVqhMWZ8VICh1FtOJ { color:#1e2029;display:block;width:28rem;position:absolute;font-family:"noto sans display";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:22.4189453125rem;left:2rem;height:6.2988125rem;font-style:normal;display:block; }
#bZ3vitD0TxU71Ly31iZNEaFJ4OU4X6Xd { 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.25rem;width:9rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#ewQepPoLv4z7TbCouGTLdeqLCukxOoVu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#00276a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:41.0625rem;display:block; }
#xuT9zEXwav3WOMMZ8LIwo26lJFZWVtEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpyK3qMwEwLAJhOHTH6BlJq7n6xJXGPw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#00276a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5625rem;left:50.625rem;display:block; }
#z76gQcQ8fqMGek3xJaldRw0yThLTeRJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4wKiIlDqeu44HDEolDd077t0PGItUJF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#00276a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5625rem;left:59.3125rem;display:block; }
#CLC6WeyfFTSKgNQbltDRVkItq7JDiieJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1ZM5CzpDzQiqM2MmcLAvA22rcrf41AI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#00276a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.5625rem;left:67.5rem;display:block; }
#ly7hbG38mUn1qidCSyedZ53MvrTo6JGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-form-header {  }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:27.75rem;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;line-height:1; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:27.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-text {padding-top: 0; padding-bottom: 0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:27.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:27.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-select {padding-top: 0; padding-bottom: 0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .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; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:#009ee2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.75rem;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:#ffffff;width:22.1875rem;height:2.8125rem;font-family:"noto sans display";overflow:hidden;box-shadow: none;font-style:normal; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]:-moz-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]::-moz-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:26.5rem;overflow:hidden;font-style:normal;float:none; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .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; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-container:first-of-type{padding-top:0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-container:last-of-type{padding-bottom:0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.75rem;top:9.568359375rem;z-index:15010;position:absolute; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;display:block;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD {display:block;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.75rem;top:9.568359375rem;z-index:15010;position:absolute; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #dnpVt7sCp5D03TPMTk56kpHQ1o2PBz4L { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #KVaaifhy6upLSsd70OiEKTgsUGtTWQ8q { position:relative;display:none; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #aa2t3y6Km1Zfl85MXR5LAm0u0lFaELPT { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #TbGe4T7uC6i9Db37S2Uop63qPfHZyfOw { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #n0GzdPHtciTbSgePg264XRgahG8Wst7Z { position:relative;display:none; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #D9oWCOR6xnDzZe9CinFgKzUghZH29Q1F { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #hLpO80EoaXqJ4WVhOHMeakpEDL65aXZ9 { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #vQJEvSutKtXVeC2FgdRpyU5v2CZfAzk0 { position:relative;display:none; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #OU4xeMzMxzMS9rWWhEuBysErsdE7OylH { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #UCMIqccRlkIpXxLHoAlypznnkUCHz9JJ { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #yQXhmQXnfMTqxkDNO9Jkl4rTwTZ2Trg5 { position:relative;display:none; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #R4cZ0LAK3kAGZDbcxG0eKC99ZsLIZZbw { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #LDforXOezCJle9ErtAFo4b972lE3P2Qn { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #Owmhq6VcoKwtMyC4WMC2ydu6xpBRX6rJ { position:relative;display:none; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #oISBiTBGTAusXbNoMK32rOmf9cxpEaVA { position:relative; }
#KKX9sqaZmJRkmqbZauRD3sHHArmPPLHA { position:relative;display:block; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #UHEK3QWZZiAS2WxhBhdrlWmVwrm5vc3H { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #KXJ5vMz4T3TKyM6mnKX1UIycxp0lbrtU { position:relative;z-index:2; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #gDg3DRaqWRiBcG3sHbwkyzEsPRu9X83V { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #i5dxQIsnAs4WZcENvBsJFQE4xl3cyTCt { position:relative; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #iJteSPC4TRaV6upK3T07EaD2SOzRLDuZ { position:relative; }
#b66d21yQmllgJGGK6qx28WeCVBBpdMcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2029;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; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row .container { background-color: transparent; background-image: none; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row .container > .video-iframe-container { display: none; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row > .video-iframe-container { display: none; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .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); }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row .container { border-width: 0; border-radius: 0; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#dPrt8JHEIqxCudhmH6ZZOkzMVJuPvSwc { color:#009ee2;display:block;width:53.875rem;position:absolute;font-family:"noto sans display";font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:5.46875rem;left:10.5625rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDE5dzJRRnDTuWf3L2zPqQFk2loTW7Om { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:"noto sans display";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:9.48095703125rem;left:10.59375rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPkz7INJOyDZKbF9n7U130nIXiQ9obKP { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:12.29345703125rem;left:26.1875rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2029;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; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row .container { background-color: transparent; background-image: none; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row .container > .video-iframe-container { display: none; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row > .video-iframe-container { display: none; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .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); }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row .container { border-width: 0; border-radius: 0; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#w8eOBzGFbEIPn59cpGm4Jr0qCWzLyD2A { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:5.548828125rem;left:60.125rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2Ks3Xkkx1R83ArtXuv9U8PxLJn1apqO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:7.34375rem; }
#TWogZOM2rRqumIVKdAldhT3lIUp3zsyh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.54931640625rem;left:3.125rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swRGEaXi6A6DaSVulxc8UMTLlM2fzxZ2 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.548828125rem;left:21.78125rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXwHkX8vXqvn0dmQaaFQJfgNZTW9eOHM { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.548828125rem;left:40.5rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQF4DwP2Vd2u5hpfKRnbJ04xh4PXeyXe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0rem;left:26.1875rem; }
#GIINsTgJA1K6sVFB9XwOgTpCJboitQxL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:44.84375rem; }
#MkL4e9lTQsS324KBNXdaWdTmqI7ki79D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0rem;left:63.65625rem; }
#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse { position:relative;display:block; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse { background-color: transparent; background-image: none; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row .container > .video-iframe-container { display: none; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row > .video-iframe-container { display: none; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .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); }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse { border-width: 0; border-radius: 0; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hR22DhDytiWrS4bbmy28IPl27kE6XTCR { color:#00276a;display:block;width:37.9375rem;position:absolute;font-family:"noto sans display";font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.609375rem;left:18.53125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvtHmK5Dtp8ioLzmCE48kZGW60PegNqw { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.6875rem;left:29.59375rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oa8SGcfTd31KK4mdCHwb4TKrowzTTVGv { position:absolute;display:block;z-index:15006;background-color:#1e2029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:34.875rem;width:24.1875rem;top:9.5625rem;left:25.375rem;display:block; }
#Iusa6hpqeP08xGW550ScTsZwkUb04pUB { color:#009ee2;display:block;width:9.5rem;position:absolute;font-family:"noto sans display";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:12.3125rem;left:32.625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBw0W64gJDxgcKh82wJB0ouVH3La3mv2 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:53.5rem;height:8.285175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTyCN8GrU34QZluMxBidVqOpurN9T6h6 { position:absolute;display:block;z-index:15010;background-color:#1e2029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:35rem;width:24.1875rem;top:9.5625rem;left:50.8125rem;display:block; }
#amMGqJElkAPOmOSzgHFv56VXPCMe2hm1 { color:#009ee2;display:block;width:11.75rem;position:absolute;font-family:"noto sans display";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:12.25rem;left:57rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7Wp58IFBBeyRgSbiT6CLc2LcGtDDnty { position:absolute;display:block;z-index:15014;background-color:#1e2029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:34.9375rem;width:24.1875rem;top:9.5625rem;left:0rem;display:block; }
#N9ChhrgiTiN42RLS92MzQ2kMQOdFbmwA { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2.65625rem;height:6.9043rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#So5ynOoZywnww8JafAMKX4NXWnfITtHq { color:#009ee2;display:block;width:12.625rem;position:absolute;font-family:"noto sans display";font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:12.3125rem;left:5.46875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1I7aN4NBPtD4qf867dHuTbMTmqxokMH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.625rem;top:25.6650390625rem;left:54.59375rem;overflow:hidden;display:block; }
#c0Wwui1MBXtKQ0XIsLOGL50bsZ8TAHGc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.625rem;top:25.6650390625rem;left:29.1875rem;overflow:hidden;display:block; }
#qr7SDzeLTZtSeyiZs2TXENmSgca4cTDn { 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:16.625rem;width:16.625rem;top:25.6650390625rem;left:3.78125rem;overflow:hidden;display:block; }
#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b885560d-bb30-4127-9edf-1e7fc9d18eac/SoftwareSPD_06.jpg");background-position:bottom 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; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo.adaptive-delivery-prevent-bg, #dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo.lazyload, #dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo.lazyloading { background-image: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container { background-color: transparent; background-image: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container > .video-iframe-container { display: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row > .video-iframe-container { display: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .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); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container { border-width: 0; border-radius: 0; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#C2eiSlEKIoV3D7Ned1ZBScNhHd8sZlCT { color:#1e2029;display:block;width:39rem;position:absolute;font-family:"noto sans display";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.56640625rem;left:0rem;height:9.97364375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QoNRS8kT7dp0Amdfwt64IFOlp0sAokJr { background-color:#009ee2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:block; }
#cONmuKHih4KpetgxqETSfkxTIUsEG0vw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GlDh7uHGzGQIaPB8o2cbAgEvlHEUZcET { color:#050505;display:block;width:43rem;position:absolute;font-family:"noto sans display";font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.95361328125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJRrXa8EL6E19HLT1ELz66SVZwrqoias { color:#050505;display:block;width:39rem;position:absolute;font-family:"noto sans display";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.30712890625rem;left:0rem;height:11.94239375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Nl4buQGcVPK5hCHAaVTop9SO77gTgABp { color:#1e2029;display:block;width:22.875rem;position:absolute;font-family:"noto sans display";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l { position:relative;display:block; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l { background-color: transparent; background-image: none; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row .container > .video-iframe-container { display: none; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row > .video-iframe-container { display: none; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .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); }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l { border-width: 0; border-radius: 0; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dLKmrtnLc7qrbESKLocdMZ7To6d6K72V { display:block;width:21.625rem;position:absolute;font-family:"noto sans display";font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:4.09375rem;left:26.6875rem;height:2.69970625rem;color:#00276a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJnB1kwVGw2F1R1abwF7rBQuPNcnHcEX { color:#313131;display:block;width:44.3125rem;position:absolute;font-family:"noto sans display";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:8.712890625rem;left:15.34375rem;height:16.9799625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1K4RVypLOwIOzHuh5ObZSghTbkuJGrf { background-color:#009ee2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:2.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.0625rem;left:25.75rem;display:block; }
#O7y8BtFxZG7xsoovsUqOhDmpDgzX4GQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2029;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; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row .container { background-color: transparent; background-image: none; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row .container > .video-iframe-container { display: none; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row > .video-iframe-container { display: none; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .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); }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row .container { border-width: 0; border-radius: 0; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#DSsOqNG3FVi5lu13GZyJ0h8Uw8mqS7OH { color:#050505;display:block;width:24.375rem;position:absolute;font-family:"noto sans display";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.4375rem;left:25.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4blFP16g0wgosOXgMllQvWGLekLT4HS { display:block;width:31.375rem;position:absolute;font-family:"noto sans display";font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:4.03125rem;left:21.8125rem;height:2.69970625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EufNUUghfgURK0MOFSg6EA1PPiSGpXp1 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:38.125rem;width:38.3125rem;top:8.25rem;left:18.34375rem;display:block; }
#RTTG06FGPR4vQGUyWPNHBt5zsId9MtSQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.625rem;left:35.9375rem; }
#Lkrdlt4n9kBPTHKpWOLuQ3xXmO8Mc3WH { color:#1e2029;display:block;width:26.25rem;position:absolute;font-family:"noto sans display";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.44921875rem;left:24.375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-form-header {  }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:27.75rem;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;line-height:1; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:27.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-text {padding-top: 0; padding-bottom: 0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:27.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:27.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-select {padding-top: 0; padding-bottom: 0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .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; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-button { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:#009ee2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.875rem;margin-bottom:0.25rem;margin-left:4.875rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:#f2f9ff;width:18rem;height:2.8125rem;font-family:"noto sans display";overflow:hidden;box-shadow: none;font-style:normal; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]:-moz-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]::-moz-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"noto sans display";font-size:1.125rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:26.5rem;overflow:hidden;font-style:normal;float:none; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .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; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-container:first-of-type{padding-top:0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-container:last-of-type{padding-bottom:0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:23rem;top:16.19921875rem;z-index:15011;position:absolute; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;display:block;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds {display:block;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:23rem;top:16.19921875rem;z-index:15011;position:absolute; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #XhThDmUcZ4b94dtpagZT3y0E1xdcTF9h { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #T6kFvC2D9TAtuMyZm6iW9oukBGmBG48Q { position:relative;display:none; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #LALp9OT2rc01b0Z4SvKeZQDPONRQVaEH { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #W3HK2lQHbVTTQk5PBcv7TOCZOWas1b5c { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #PB0CX2JTiHEFP4GPri1RGZsrnAhDAnnU { position:relative;display:none; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #iBraidstzG9KmDphpU0MSC7oFticlXhZ { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #TPpKm3Xzqt93OR4cfpgyECTSzTARhvsL { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #VBgcRx91bEAKKA2vPqCAimFf634yJSnC { position:relative;display:none; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #KdFEEFDLihZeFMWKBDXhrp5C8igfboAy { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #Xw84SwskT8Rt9n4Vl6AWq4x7SpThco7b { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #zQ54RDWsoyZrPkw5NBOXK6eZTCstRzTf { position:relative;display:none; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #C6mCHLafDfldQLob1ab7mJEKcasJWvR5 { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #wCdLbpNDmaJdPdfcFIGqIEcXv16UABkd { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #G9pQTkK9S3zITVv0Cx4cQETEi58Kvxgv { position:relative;display:none; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #dImUnvdI85TWkWTSmJBpTN2FNhfKo4C4 { position:relative; }
#lnec5GKyXc9NKclmNRx2NNdrZtfoQe7w { position:relative;display:block; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #k0V6FTaKtWqOETcMdxdzXHEssiaLkkFh { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #Ep0XKAyXPqUB2Sv88Uf9DpAiItCMAAhZ { position:relative;z-index:2; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #A0IEFKR2D55ouNe5axNMyUHir494BP5Z { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #QwnsUF0rwtt5Bsk43xEGGkthiTITud1R { position:relative; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds #wmpJLytgN2DZtGdpL0SATEEki4qR8g3D { position:relative; }
#devwOxofOTsOJPPKlPHNweWuZUpa39BT { position:relative;display:block; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT { background-color: transparent; background-image: none; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row .container > .video-iframe-container { display: none; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row > .video-iframe-container { display: none; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .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); }#devwOxofOTsOJPPKlPHNweWuZUpa39BT { border-width: 0; border-radius: 0; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tuuv61XRpTCpuEZK6CRcyT7O72NmydWT { 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:2.625rem;width:8.1875rem;top:1.75rem;left:33rem;overflow:hidden;display:block; }
#au4QAVNSXPrJlyzxQqLxyPR4JTaioSDn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.875rem;left:33.375rem;display:block; }
#qfKwGB8KoXi2ZZlZWIORfasmdWWtvJIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhBZi1gfdCDqOwt1Wq0N4mHDxw2kacNK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:4.875rem;left:41.625rem;display:block; }
#GPTKENZ0h2TwwLx5hyy1Ox5pRLpT9xDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPgB9nVsvnNTq7f8q8rumq2cpk8OIg7K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans display";font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.875rem;left:25.625rem;display:block; }
#Upd3v0CaKtHJC7FriJGafhmIZHrtmQZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8OT76xS3Hu0hrTxTqTv7JyD6ydqzket { color:#050505;display:block;width:31.9375rem;position:absolute;font-family:"noto sans display";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4375rem;left:21.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4ADl2W99sy5qMvLDpU6dD7TVxRGCMMB { color:#050505;display:block;width:31.9375rem;position:absolute;font-family:"noto sans display";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:21.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f8ESbai0zwpirCru7ETy492ClxO420yq { display:block; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHfS5lC8L66gRTLKzvCR3stXnpgzJOyx { top:10.8125rem;left:0rem;width:32.0625rem;height:9.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZ1pf1F7tKD66lyVqhMWZ8VICh1FtOJ { top:22.375rem;left:0rem;width:28rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3vitD0TxU71Ly31iZNEaFJ4OU4X6Xd { top:2.6875rem;left:0rem;width:9rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQepPoLv4z7TbCouGTLdeqLCukxOoVu { width:9.375rem;height:3.4375rem;top:1.5625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuT9zEXwav3WOMMZ8LIwo26lJFZWVtEL { display:block; }
 }@media only screen and (max-width: 763px) { #rpyK3qMwEwLAJhOHTH6BlJq7n6xJXGPw { width:8.25rem;height:3.4375rem;top:1.5625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #z76gQcQ8fqMGek3xJaldRw0yThLTeRJL { display:block; }
 }@media only screen and (max-width: 763px) { #I4wKiIlDqeu44HDEolDd077t0PGItUJF { width:8.25rem;height:3.4375rem;top:1.5625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLC6WeyfFTSKgNQbltDRVkItq7JDiieJ { display:block; }
 }@media only screen and (max-width: 763px) { #B1ZM5CzpDzQiqM2MmcLAvA22rcrf41AI { width:7.5rem;height:3.4375rem;top:1.5625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly7hbG38mUn1qidCSyedZ53MvrTo6JGh { display:block; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-regular-label { display:block;width:27.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-text { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-text {padding-top: 0; padding-bottom: 0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-textarea { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-select { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-select {padding-top: 0; padding-bottom: 0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.75rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-checkbox-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD  { width:27.75rem;height:auto;top:9.5625rem;left:17.5rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .radio-container { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD {display:block;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD { width:27.75rem;height:auto;top:9.5625rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #dnpVt7sCp5D03TPMTk56kpHQ1o2PBz4L {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #KVaaifhy6upLSsd70OiEKTgsUGtTWQ8q { display:block; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #aa2t3y6Km1Zfl85MXR5LAm0u0lFaELPT {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #TbGe4T7uC6i9Db37S2Uop63qPfHZyfOw {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #n0GzdPHtciTbSgePg264XRgahG8Wst7Z { display:block; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #D9oWCOR6xnDzZe9CinFgKzUghZH29Q1F {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #hLpO80EoaXqJ4WVhOHMeakpEDL65aXZ9 {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #vQJEvSutKtXVeC2FgdRpyU5v2CZfAzk0 { display:block; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #OU4xeMzMxzMS9rWWhEuBysErsdE7OylH {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #UCMIqccRlkIpXxLHoAlypznnkUCHz9JJ {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #yQXhmQXnfMTqxkDNO9Jkl4rTwTZ2Trg5 {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #R4cZ0LAK3kAGZDbcxG0eKC99ZsLIZZbw {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #LDforXOezCJle9ErtAFo4b972lE3P2Qn {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #Owmhq6VcoKwtMyC4WMC2ydu6xpBRX6rJ {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #oISBiTBGTAusXbNoMK32rOmf9cxpEaVA {  }
 }@media only screen and (max-width: 763px) { #KKX9sqaZmJRkmqbZauRD3sHHArmPPLHA { display:block; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #UHEK3QWZZiAS2WxhBhdrlWmVwrm5vc3H {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #KXJ5vMz4T3TKyM6mnKX1UIycxp0lbrtU {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #gDg3DRaqWRiBcG3sHbwkyzEsPRu9X83V {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #i5dxQIsnAs4WZcENvBsJFQE4xl3cyTCt {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #iJteSPC4TRaV6upK3T07EaD2SOzRLDuZ {  }
 }@media only screen and (max-width: 763px) { #b66d21yQmllgJGGK6qx28WeCVBBpdMcc { display:block; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPrt8JHEIqxCudhmH6ZZOkzMVJuPvSwc { top:5.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDE5dzJRRnDTuWf3L2zPqQFk2loTW7Om { top:9.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPkz7INJOyDZKbF9n7U130nIXiQ9obKP { top:12.25rem;left:12.5625rem;width:22.625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL { display:block; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8eOBzGFbEIPn59cpGm4Jr0qCWzLyD2A { top:5.5rem;left:36.28125rem;width:11rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Ks3Xkkx1R83ArtXuv9U8PxLJn1apqO { top:0rem;left:3.9375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWogZOM2rRqumIVKdAldhT3lIUp3zsyh { top:5.5rem;left:0rem;width:12.5rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRGEaXi6A6DaSVulxc8UMTLlM2fzxZ2 { top:5.5rem;left:11.1875rem;width:12.6875rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXwHkX8vXqvn0dmQaaFQJfgNZTW9eOHM { top:5.5rem;left:23.0625rem;width:12.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQF4DwP2Vd2u5hpfKRnbJ04xh4PXeyXe { top:0rem;left:15.96875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIINsTgJA1K6sVFB9XwOgTpCJboitQxL { top:0rem;left:27.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkL4e9lTQsS324KBNXdaWdTmqI7ki79D { top:0rem;left:39.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse { display:block; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hR22DhDytiWrS4bbmy28IPl27kE6XTCR { top:4.5625rem;left:4.90625rem;width:37.9375rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtHmK5Dtp8ioLzmCE48kZGW60PegNqw { top:15.6875rem;left:15.96875rem;width:15.8125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa8SGcfTd31KK4mdCHwb4TKrowzTTVGv { top:9.5625rem;left:11.75rem;width:24.1875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iusa6hpqeP08xGW550ScTsZwkUb04pUB { top:12.3125rem;left:19rem;width:9.5rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBw0W64gJDxgcKh82wJB0ouVH3La3mv2 { top:15.6875rem;left:28.9375rem;width:18.8125rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTyCN8GrU34QZluMxBidVqOpurN9T6h6 { top:9.5625rem;left:23.5625rem;width:24.1875rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #amMGqJElkAPOmOSzgHFv56VXPCMe2hm1 { top:12.25rem;left:35.8125rem;width:11.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Wp58IFBBeyRgSbiT6CLc2LcGtDDnty { top:9.5625rem;left:0rem;width:24.1875rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ChhrgiTiN42RLS92MzQ2kMQOdFbmwA { top:15.6875rem;left:0rem;width:18.25rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So5ynOoZywnww8JafAMKX4NXWnfITtHq { top:12.3125rem;left:0rem;width:12.625rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1I7aN4NBPtD4qf867dHuTbMTmqxokMH { top:25.625rem;left:31.125rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Wwui1MBXtKQ0XIsLOGL50bsZ8TAHGc { top:25.625rem;left:15.5625rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7SDzeLTZtSeyiZs2TXENmSgca4cTDn { top:25.625rem;left:0rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo { display:block; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2eiSlEKIoV3D7Ned1ZBScNhHd8sZlCT { top:9.5625rem;left:0rem;width:39rem;height:9.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNRS8kT7dp0Amdfwt64IFOlp0sAokJr { width:19.5625rem;height:3rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cONmuKHih4KpetgxqETSfkxTIUsEG0vw { display:block; }
 }@media only screen and (max-width: 763px) { #GlDh7uHGzGQIaPB8o2cbAgEvlHEUZcET { top:5.9375rem;left:0rem;width:43rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJRrXa8EL6E19HLT1ELz66SVZwrqoias { top:6.3125rem;left:0rem;width:17.6875rem;height:15.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nl4buQGcVPK5hCHAaVTop9SO77gTgABp { top:21.75rem;left:0rem;width:22.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l { display:block; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLKmrtnLc7qrbESKLocdMZ7To6d6K72V { width:21.625rem;height:2.6875rem;top:4.0625rem;left:13.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnB1kwVGw2F1R1abwF7rBQuPNcnHcEX { top:8.6875rem;left:1.71875rem;width:44.3125rem;height:16.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1K4RVypLOwIOzHuh5ObZSghTbkuJGrf { width:23.5rem;height:2.5625rem;top:28.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7y8BtFxZG7xsoovsUqOhDmpDgzX4GQe { display:block; }
 }@media only screen and (max-width: 763px) { #SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy { display:block; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSsOqNG3FVi5lu13GZyJ0h8Uw8mqS7OH { top:13.4375rem;left:11.6875rem;width:24.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4blFP16g0wgosOXgMllQvWGLekLT4HS { width:31.375rem;height:2.6875rem;top:4rem;left:8.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufNUUghfgURK0MOFSg6EA1PPiSGpXp1 { top:8.25rem;left:4.71875rem;width:38.3125rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTG06FGPR4vQGUyWPNHBt5zsId9MtSQ { top:9.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkrdlt4n9kBPTHKpWOLuQ3xXmO8Mc3WH { top:41.4375rem;left:10.75rem;width:26.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-regular-label { display:block;width:27.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-text { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-text {padding-top: 0; padding-bottom: 0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-textarea { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-select { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-select {padding-top: 0; padding-bottom: 0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-checkbox-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds  { width:27.75rem;height:auto;top:16.1875rem;left:9.375rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .radio-container { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds {display:block;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds { width:27.75rem;height:auto;top:16.1875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #XhThDmUcZ4b94dtpagZT3y0E1xdcTF9h {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #T6kFvC2D9TAtuMyZm6iW9oukBGmBG48Q { display:block; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #LALp9OT2rc01b0Z4SvKeZQDPONRQVaEH {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #W3HK2lQHbVTTQk5PBcv7TOCZOWas1b5c {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #PB0CX2JTiHEFP4GPri1RGZsrnAhDAnnU { display:block; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #iBraidstzG9KmDphpU0MSC7oFticlXhZ {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #TPpKm3Xzqt93OR4cfpgyECTSzTARhvsL {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #VBgcRx91bEAKKA2vPqCAimFf634yJSnC { display:block; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #KdFEEFDLihZeFMWKBDXhrp5C8igfboAy {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #Xw84SwskT8Rt9n4Vl6AWq4x7SpThco7b {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #zQ54RDWsoyZrPkw5NBOXK6eZTCstRzTf {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #C6mCHLafDfldQLob1ab7mJEKcasJWvR5 {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #wCdLbpNDmaJdPdfcFIGqIEcXv16UABkd {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #G9pQTkK9S3zITVv0Cx4cQETEi58Kvxgv {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #dImUnvdI85TWkWTSmJBpTN2FNhfKo4C4 {  }
 }@media only screen and (max-width: 763px) { #lnec5GKyXc9NKclmNRx2NNdrZtfoQe7w { display:block; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #k0V6FTaKtWqOETcMdxdzXHEssiaLkkFh {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #Ep0XKAyXPqUB2Sv88Uf9DpAiItCMAAhZ {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #A0IEFKR2D55ouNe5axNMyUHir494BP5Z {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #QwnsUF0rwtt5Bsk43xEGGkthiTITud1R {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #wmpJLytgN2DZtGdpL0SATEEki4qR8g3D {  }
 }@media only screen and (max-width: 763px) { #devwOxofOTsOJPPKlPHNweWuZUpa39BT { display:block; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tuuv61XRpTCpuEZK6CRcyT7O72NmydWT { top:1.75rem;left:19.375rem;width:8.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #au4QAVNSXPrJlyzxQqLxyPR4JTaioSDn { width:8.25rem;height:3.0625rem;top:4.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfKwGB8KoXi2ZZlZWIORfasmdWWtvJIb { display:block; }
 }@media only screen and (max-width: 763px) { #uhBZi1gfdCDqOwt1Wq0N4mHDxw2kacNK { width:10.5rem;height:3.0625rem;top:4.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTKENZ0h2TwwLx5hyy1Ox5pRLpT9xDk { display:block; }
 }@media only screen and (max-width: 763px) { #xPgB9nVsvnNTq7f8q8rumq2cpk8OIg7K { width:7.4375rem;height:3.0625rem;top:4.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upd3v0CaKtHJC7FriJGafhmIZHrtmQZp { display:block; }
 }@media only screen and (max-width: 763px) { #D8OT76xS3Hu0hrTxTqTv7JyD6ydqzket { top:7.4375rem;left:7.9375rem;width:31.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ADl2W99sy5qMvLDpU6dD7TVxRGCMMB { top:8.4375rem;left:7.9375rem;width:31.9375rem;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) { #f8ESbai0zwpirCru7ETy492ClxO420yq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0996117a-468d-43e2-8ebf-185abf819dcd/header_homeDescktop.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f8ESbai0zwpirCru7ETy492ClxO420yq.adaptive-delivery-prevent-bg, #f8ESbai0zwpirCru7ETy492ClxO420yq.lazyload, #f8ESbai0zwpirCru7ETy492ClxO420yq.lazyloading { background-image: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container { background-color: transparent; background-image: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container > .video-iframe-container { display: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row > .video-iframe-container { display: none; }#f8ESbai0zwpirCru7ETy492ClxO420yq > .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); }#f8ESbai0zwpirCru7ETy492ClxO420yq > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHfS5lC8L66gRTLKzvCR3stXnpgzJOyx { width:20rem;height:5.84911875rem;top:7.4375rem;left:0rem;font-size:1.625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZ1pf1F7tKD66lyVqhMWZ8VICh1FtOJ { width:17.625rem;height:6.499rem;top:14.3125rem;left:1.1875rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3vitD0TxU71Ly31iZNEaFJ4OU4X6Xd { width:10.25rem;height:2.625rem;top:2.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQepPoLv4z7TbCouGTLdeqLCukxOoVu { width:9.375rem;height:3.4375rem;top:0.8125rem;left:0.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuT9zEXwav3WOMMZ8LIwo26lJFZWVtEL { display:block; }
 }@media only screen and (max-width: 763px) { #rpyK3qMwEwLAJhOHTH6BlJq7n6xJXGPw { width:8.25rem;height:3.4375rem;top:0.875rem;left:10.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z76gQcQ8fqMGek3xJaldRw0yThLTeRJL { display:block; }
 }@media only screen and (max-width: 763px) { #I4wKiIlDqeu44HDEolDd077t0PGItUJF { width:8.25rem;height:3.4375rem;top:78.20850390625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLC6WeyfFTSKgNQbltDRVkItq7JDiieJ { display:block; }
 }@media only screen and (max-width: 763px) { #B1ZM5CzpDzQiqM2MmcLAvA22rcrf41AI { width:7.5rem;height:3.4375rem;top:82.89600390625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ly7hbG38mUn1qidCSyedZ53MvrTo6JGh { display:block; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-regular-label { display:block;width:17.5rem;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; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.3125rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-text {padding-top: 0; padding-bottom: 0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-select {padding-top: 0; padding-bottom: 0;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:0.875rem;font-size:1.0625rem;overflow:hidden;height:2.75rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]:-moz-placeholder { font-size:1rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]::-moz-placeholder { font-size:1rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD  { width:17.5rem;height:auto;top:22.42333984375rem;left:0rem; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD {display:block;}#uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD { width:17.5rem;height:auto;top:22.42333984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #dnpVt7sCp5D03TPMTk56kpHQ1o2PBz4L {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #KVaaifhy6upLSsd70OiEKTgsUGtTWQ8q { display:none; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #aa2t3y6Km1Zfl85MXR5LAm0u0lFaELPT {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #TbGe4T7uC6i9Db37S2Uop63qPfHZyfOw {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #n0GzdPHtciTbSgePg264XRgahG8Wst7Z { display:none; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #D9oWCOR6xnDzZe9CinFgKzUghZH29Q1F {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #hLpO80EoaXqJ4WVhOHMeakpEDL65aXZ9 {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #vQJEvSutKtXVeC2FgdRpyU5v2CZfAzk0 { display:none; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #OU4xeMzMxzMS9rWWhEuBysErsdE7OylH {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #UCMIqccRlkIpXxLHoAlypznnkUCHz9JJ {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #yQXhmQXnfMTqxkDNO9Jkl4rTwTZ2Trg5 {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #R4cZ0LAK3kAGZDbcxG0eKC99ZsLIZZbw {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #LDforXOezCJle9ErtAFo4b972lE3P2Qn {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #Owmhq6VcoKwtMyC4WMC2ydu6xpBRX6rJ {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #oISBiTBGTAusXbNoMK32rOmf9cxpEaVA {  }
 }@media only screen and (max-width: 763px) { #KKX9sqaZmJRkmqbZauRD3sHHArmPPLHA { display:block; }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #UHEK3QWZZiAS2WxhBhdrlWmVwrm5vc3H {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #KXJ5vMz4T3TKyM6mnKX1UIycxp0lbrtU {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #gDg3DRaqWRiBcG3sHbwkyzEsPRu9X83V {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #i5dxQIsnAs4WZcENvBsJFQE4xl3cyTCt {  }
 }@media only screen and (max-width: 763px) { #uvXMgIK2O2244zEgA1rdeZQ3Cmu84MbD #iJteSPC4TRaV6upK3T07EaD2SOzRLDuZ {  }
 }@media only screen and (max-width: 763px) { #b66d21yQmllgJGGK6qx28WeCVBBpdMcc { display:block; }#b66d21yQmllgJGGK6qx28WeCVBBpdMcc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPrt8JHEIqxCudhmH6ZZOkzMVJuPvSwc { width:16.1875rem;height:3.0244125rem;top:2.1875rem;left:1.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDE5dzJRRnDTuWf3L2zPqQFk2loTW7Om { width:20rem;height:0;top:41.25rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPkz7INJOyDZKbF9n7U130nIXiQ9obKP { width:20rem;height:auto;top:12.25rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL { display:block; }#vTF2BJ1C1Awg5WtPH0lgcSLExTOyqKtL > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8eOBzGFbEIPn59cpGm4Jr0qCWzLyD2A { width:15.75rem;height:1.0996125rem;top:23.875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Ks3Xkkx1R83ArtXuv9U8PxLJn1apqO { display:flex;width:3.0625rem;height:3.0625rem;top:2.125rem;left:8.46875rem; }
 }@media only screen and (max-width: 763px) { #TWogZOM2rRqumIVKdAldhT3lIUp3zsyh { width:15.875rem;height:1.0996125rem;top:5.9375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRGEaXi6A6DaSVulxc8UMTLlM2fzxZ2 { width:12.6875rem;height:1.0996125rem;top:12.0625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXwHkX8vXqvn0dmQaaFQJfgNZTW9eOHM { width:18.125rem;height:1.0996125rem;top:17.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQF4DwP2Vd2u5hpfKRnbJ04xh4PXeyXe { display:flex;width:2.8125rem;height:2.8125rem;top:8.8125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #GIINsTgJA1K6sVFB9XwOgTpCJboitQxL { display:flex;width:2.9375rem;height:2.9375rem;top:14.9375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #MkL4e9lTQsS324KBNXdaWdTmqI7ki79D { display:flex;width:2.5rem;height:2.5rem;top:20.75rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse { display:block; }#ZucyPAVGRVE5l0Bn0HLm8y0upb3gtsse > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hR22DhDytiWrS4bbmy28IPl27kE6XTCR { width:19.25rem;height:1.71875rem;top:2.0625rem;left:0.375rem;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xvtHmK5Dtp8ioLzmCE48kZGW60PegNqw { width:18.8125rem;height:5.19921875rem;top:10.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa8SGcfTd31KK4mdCHwb4TKrowzTTVGv { width:20rem;height:26.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iusa6hpqeP08xGW550ScTsZwkUb04pUB { width:9.375rem;height:3.4375rem;top:7.25rem;left:5.3125rem;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DBw0W64gJDxgcKh82wJB0ouVH3La3mv2 { width:15.125rem;height:9.09861875rem;top:69.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTyCN8GrU34QZluMxBidVqOpurN9T6h6 { width:20rem;height:30.8125rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amMGqJElkAPOmOSzgHFv56VXPCMe2hm1 { width:11.9375rem;height:3.4375rem;top:66rem;left:4.0625rem;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U7Wp58IFBBeyRgSbiT6CLc2LcGtDDnty { width:20rem;height:27.5625rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ChhrgiTiN42RLS92MzQ2kMQOdFbmwA { width:17.75rem;height:6.499025rem;top:38.875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So5ynOoZywnww8JafAMKX4NXWnfITtHq { width:12.625rem;height:3.4375rem;top:35.4375rem;left:3.6875rem;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G1I7aN4NBPtD4qf867dHuTbMTmqxokMH { width:11.9375rem;height:11.9375rem;top:80.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Wwui1MBXtKQ0XIsLOGL50bsZ8TAHGc { width:12.4375rem;height:12.4375rem;top:18.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7SDzeLTZtSeyiZs2TXENmSgca4cTDn { width:11.875rem;height:11.875rem;top:47rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b885560d-bb30-4127-9edf-1e7fc9d18eac/SoftwareSPD_06.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo.adaptive-delivery-prevent-bg, #dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo.lazyload, #dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo.lazyloading { background-image: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container { background-color: transparent; background-image: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.73); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container > .video-iframe-container { display: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.73); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row > .video-iframe-container { display: none; }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .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); }#dqUvTlqoyxqwJLG87LNro3nQSyOkuXAo > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2eiSlEKIoV3D7Ned1ZBScNhHd8sZlCT { width:17.625rem;height:0;top:7.6357421875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QoNRS8kT7dp0Amdfwt64IFOlp0sAokJr { width:19rem;height:2.875rem;top:23.24072265625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cONmuKHih4KpetgxqETSfkxTIUsEG0vw { display:block; }
 }@media only screen and (max-width: 763px) { #GlDh7uHGzGQIaPB8o2cbAgEvlHEUZcET { width:11.8125rem;height:4.875rem;top:1.4482421875rem;left:4.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJRrXa8EL6E19HLT1ELz66SVZwrqoias { width:17.6875rem;height:15.189475rem;top:6.3232421875rem;left:1.90625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4buQGcVPK5hCHAaVTop9SO77gTgABp { width:20rem;height:auto;top:21.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l { display:block; }#i3SdHQWRRQKtzmfTvmSe4UqR2nNKbn6l > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLKmrtnLc7qrbESKLocdMZ7To6d6K72V { width:20rem;height:2.0249rem;top:2.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnB1kwVGw2F1R1abwF7rBQuPNcnHcEX { width:20rem;height:24.7461125rem;top:6.14892578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1K4RVypLOwIOzHuh5ObZSghTbkuJGrf { width:19rem;height:2.4375rem;top:33.1279296875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7y8BtFxZG7xsoovsUqOhDmpDgzX4GQe { display:block; }
 }@media only screen and (max-width: 763px) { #SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy { display:block; }#SO9EdmZR0ryO2Q1ZN4gqmJ5EMtHoV1sy > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSsOqNG3FVi5lu13GZyJ0h8Uw8mqS7OH { width:15.375rem;height:4.142575rem;top:11.75rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4blFP16g0wgosOXgMllQvWGLekLT4HS { width:16.0625rem;height:2.0249rem;top:2.625rem;left:1.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufNUUghfgURK0MOFSg6EA1PPiSGpXp1 { width:18.625rem;height:41.1875rem;top:5.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTG06FGPR4vQGUyWPNHBt5zsId9MtSQ { display:flex;width:3.125rem;height:3.125rem;top:7.3125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Lkrdlt4n9kBPTHKpWOLuQ3xXmO8Mc3WH { width:12.1875rem;height:3.41161875rem;top:41.875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-regular-label { display:block;width:16.4375rem;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; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-text { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-text {padding-top: 0; padding-bottom: 0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-textarea { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-select { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-select {padding-top: 0; padding-bottom: 0;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0.25rem;margin-bottom:0.25rem;margin-left:0.25rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]:-moz-placeholder { font-size:1rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]::-moz-placeholder { font-size:1rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds  { width:16.4375rem;height:auto;top:15.875rem;left:0.625rem; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds .radio-container { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gZt9fvdLKZvzdeB2lmuo469WaKERzvds {display:block;}#gZt9fvdLKZvzdeB2lmuo469WaKERzvds { width:16.4375rem;height:auto;top:15.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #XhThDmUcZ4b94dtpagZT3y0E1xdcTF9h {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #T6kFvC2D9TAtuMyZm6iW9oukBGmBG48Q { display:none; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #LALp9OT2rc01b0Z4SvKeZQDPONRQVaEH {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #W3HK2lQHbVTTQk5PBcv7TOCZOWas1b5c {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #PB0CX2JTiHEFP4GPri1RGZsrnAhDAnnU { display:none; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #iBraidstzG9KmDphpU0MSC7oFticlXhZ {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #TPpKm3Xzqt93OR4cfpgyECTSzTARhvsL {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #VBgcRx91bEAKKA2vPqCAimFf634yJSnC { display:none; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #KdFEEFDLihZeFMWKBDXhrp5C8igfboAy {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #Xw84SwskT8Rt9n4Vl6AWq4x7SpThco7b {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #zQ54RDWsoyZrPkw5NBOXK6eZTCstRzTf {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #C6mCHLafDfldQLob1ab7mJEKcasJWvR5 {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #wCdLbpNDmaJdPdfcFIGqIEcXv16UABkd {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #G9pQTkK9S3zITVv0Cx4cQETEi58Kvxgv {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #dImUnvdI85TWkWTSmJBpTN2FNhfKo4C4 {  }
 }@media only screen and (max-width: 763px) { #lnec5GKyXc9NKclmNRx2NNdrZtfoQe7w { display:block; }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #k0V6FTaKtWqOETcMdxdzXHEssiaLkkFh {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #Ep0XKAyXPqUB2Sv88Uf9DpAiItCMAAhZ {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #A0IEFKR2D55ouNe5axNMyUHir494BP5Z {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #QwnsUF0rwtt5Bsk43xEGGkthiTITud1R {  }
 }@media only screen and (max-width: 763px) { #gZt9fvdLKZvzdeB2lmuo469WaKERzvds #wmpJLytgN2DZtGdpL0SATEEki4qR8g3D {  }
 }@media only screen and (max-width: 763px) { #devwOxofOTsOJPPKlPHNweWuZUpa39BT { display:block; }#devwOxofOTsOJPPKlPHNweWuZUpa39BT > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tuuv61XRpTCpuEZK6CRcyT7O72NmydWT { width:8.1875rem;height:2.625rem;top:1.25rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #au4QAVNSXPrJlyzxQqLxyPR4JTaioSDn { width:8.25rem;height:3.0625rem;top:4.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfKwGB8KoXi2ZZlZWIORfasmdWWtvJIb { display:block; }
 }@media only screen and (max-width: 763px) { #uhBZi1gfdCDqOwt1Wq0N4mHDxw2kacNK { width:7rem;height:3.0625rem;top:4.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTKENZ0h2TwwLx5hyy1Ox5pRLpT9xDk { display:block; }
 }@media only screen and (max-width: 763px) { #xPgB9nVsvnNTq7f8q8rumq2cpk8OIg7K { width:5.1875rem;height:3.0625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upd3v0CaKtHJC7FriJGafhmIZHrtmQZp { display:block; }
 }@media only screen and (max-width: 763px) { #D8OT76xS3Hu0hrTxTqTv7JyD6ydqzket { width:20rem;height:1.94921875rem;top:7.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ADl2W99sy5qMvLDpU6dD7TVxRGCMMB { width:20rem;height:0.9746125rem;top:10.125rem;left:0rem;font-size:0.75rem;display:block; }
 }