.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:248,225,225;--color-primary-1:235,164,164;--color-primary-2:221,104,104;--color-primary-3:195,11,11;--color-primary-4:199,4,4;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14a1d6e5-9259-4f9b-9aa5-142d7166fc95/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.67); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.67); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#PqFhA0JNiXvgVPxThVchHveTlyO9J8lV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lN86skV5wMCkvn8sTsB2GBt0M25sBNtH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.8125rem;left:0rem;height:12.5119375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Myd3b9ZH1M6e9AtqCCtdXfKeIrxUSo26 { background-color:#be1010;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 3.625rem rgba(220,175,12,0.6) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.4375rem;left:19.71875rem;display:block; }
#CBve268DrdGS3BXMO5yEO0Ma5CTCD1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbSyzczMQ1sv39aJD3rTLTa6S5Zinwki { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:2.40625rem;left:26.03125rem;overflow:hidden;display:block; }
#Fvv2vd9kFn12eecVl9iwgHM3uc12klph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.43;top:43.1875rem;left:28.84375rem; }
#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { background-color: transparent; background-image: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container > .video-iframe-container { display: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container { display: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .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); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { border-width: 0; border-radius: 0; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#ZmrwSK6TVmTx432vMXhXzJFN3fx32CG4 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.71875rem;height:24.860825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRTTPUpQN7hAqJub8eVKVI2qQaViLdAK { background-color:#be1010;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.1875rem;left:23.5625rem;display:block; }
#TZde1DUKXTOh4nofmzJsXlSvQpvWG1dH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1uoZ6KZAq50ll8ropVAgb12owHFTsSo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.875rem;left:8.28125rem; }
#C29ySZ2QBHo5rpO07UHTwO82hAXs4qmH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.25rem;border-top-right-radius:10.25rem;border-bottom-left-radius:10.25rem;border-bottom-right-radius:10.25rem;box-shadow: none;height:6.5rem;width:6.5rem;top:3.25rem;left:8.875rem;display:block; }
#KTRMAhJU4n5kacBlc2JomumBugfrUMgO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.25rem;border-top-right-radius:10.25rem;border-bottom-left-radius:10.25rem;border-bottom-right-radius:10.25rem;box-shadow: none;height:6.5rem;width:6.5rem;top:12.32373046875rem;left:8.875rem;display:block; }
#sIVbGgxzWyH5pMsJtFCBBHHJvptTp1Gt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.25rem;border-top-right-radius:10.25rem;border-bottom-left-radius:10.25rem;border-bottom-right-radius:10.25rem;box-shadow: none;height:6.5rem;width:6.5rem;top:21.44873046875rem;left:8.875rem;display:block; }
#oX9bDCGOVHLeFEGGQmo1RTNchkngEHex { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.01123046875rem;left:10.25rem; }
#UdiD9RcsHvcF0TGmk4zG28T6J40Lxww3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.4599609375rem;left:8.34375rem; }
#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd9731a7-a301-4e68-ab9e-5f83060c391a/Progettosenzatitolo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc.adaptive-delivery-prevent-bg, #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc.lazyload, #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc.lazyloading { background-image: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { background-color: transparent; background-image: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,0,0,0.9); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container > .video-iframe-container { display: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,0,0,0.9); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row > .video-iframe-container { display: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .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); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { border-width: 0; border-radius: 0; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:60rem;position:relative;display:block; }#nRkzmohM68C7kk7z5PKOylhx8BKNT3tH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVfLJFHXWXQ9Cq1MhIyZDMnndi6TKBU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.4375rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nuflURvcPXeVX2xLAlqG8gSB37Aa3G0l { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5625rem;left:21.3125rem;height:6.499rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVzercyXzzyuP5OOuP7vmWZACthpPoHa { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:43.4375rem;top:24rem;left:11.375rem;display:block; }
#ytBxfpFQz0Ag1LnVupdDes4d5BNZuRO1 { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:0.25rem;top:24rem;left:54.625rem;display:block; }
#oGyTriT1enXbFRIqmJgV9WcIAhAXtOym { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.63720703125rem;left:5.5625rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fICxZMZPKG2nCFETIZbFN77neiB8FIGh { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:43.3125rem;top:37.0625rem;left:4.125rem;display:block; }
#Ihrmq4NM07coWxBTIz5llwsr3BQR6DN7 { color:rgba(var(--color-tertiary-0),0.55);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:42rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NwZGgudRcZhszi0Ze9kSzfMqXHdVFfzP { color:rgba(var(--color-tertiary-0),0.55);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.25rem;left:12.375rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxSKLILd18QAfTZhDhAttNH88lkwQqoX { color:rgba(var(--color-tertiary-0),0.55);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:35.28125rem;left:40.625rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkgtwNH8kt7lvowxMEkknue1o6KHgLAG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:40.9375rem;top:10.125rem;left:5.3125rem;display:block; }
#NpJgUq4OasGF36Dc4wvhxpG2w3AVsrHu { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:0.25rem;top:10.125rem;left:5.125rem;display:block; }
#kNOPbqRSSuUWl2HUyJ2yie5ibpyb1am9 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:0.25rem;top:37rem;left:4.125rem;display:block; }
#BAisuBowI31SDqkZWGTnPGqDHuob38Bc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60c9bb17-bbcd-4463-8475-d9c9b31fad55/Progettosenzatitolo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc.adaptive-delivery-prevent-bg, #BAisuBowI31SDqkZWGTnPGqDHuob38Bc.lazyload, #BAisuBowI31SDqkZWGTnPGqDHuob38Bc.lazyloading { background-image: none; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row .container { background-color: transparent; background-image: none; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.56); }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row .container > .video-iframe-container { display: none; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.56); }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row > .video-iframe-container { display: none; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .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); }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row .container { border-width: 0; border-radius: 0; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:block; }#hkAa7BXpUsn0g8zBZgOlUucFvSGTIUSx { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:8.6875rem;left:4.75rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzfC7w2Cuy6egsOWTC3UU2MkldLwOgCd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:2.125rem;left:27.1875rem;overflow:hidden;display:block; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-form-header {  }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-text {padding-top: 0; padding-bottom: 0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-select {padding-top: 0; padding-bottom: 0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .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; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-button { 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:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:19.4375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.1875rem;overflow:hidden;font-style:normal;float:none; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .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; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-container:first-of-type{padding-top:0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-container:last-of-type{padding-bottom:0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo  { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:19.4375rem;left:19.9375rem; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.4375rem;display:block;vertical-align:top; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo {display:block;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:19.4375rem;left:19.9375rem; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #J12XqtnGRyEXtixXrursEKKA6Lg8gn8A { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #Ghqo4GBgdAJCC900Ot5CQ8e0v3GTlD6l { position:relative;display:none; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #nyvKfiZhMDAvdlWnxUm1dxo2a7ous4yC { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #dTNmrlaoynMwnpKi81MkNKF4sePzLyTN { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #fAVmrpJX8kVJsxavEvf1MhkaGnmzIgye { position:relative;display:none; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #yThzp1G6LfDVZ60qhDUkgL1rsIvqcpe0 { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #IZbfPPqEWGRtKoURzscDPZUwXIQRaEyx { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #D8yFuTsSrqeKAJald1GTQwxstKbIUgnn { position:relative;display:none; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #A6tEyAu2qVWrqUZUn6J692FRiHQ3WSeT { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #P5czbxa8XL9lUyMBizFzPhootx2CFG62 { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #QTT8bxfyFXu9k0QyhsM8i9zIOUcWlB2Q { position:relative;display:none; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #vubmWyXgnBSKp642G8hwup1GhefIJ0Qw { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #I4THODw19qFI0Ao01tgt9EBVQebWGhkm { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #UpFLr7PWlC4KTvFTrltzELPKqnxRgZ8u { position:relative;z-index:2; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #wlQRR9yP1ouoUceBqNwVwTiLhB1kIU1G { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #X9IzQTMKqIcQpU6uVRrvv6sMcfKMxUU2 { position:relative; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #blyzsG1pp6CMMc44WamMt8iSqERovduc { position:relative; }
#MQIi4A88WWiQITXmWkM9nHJENs0TIs4M { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:45.0625rem;left:4.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row .container { background-color: transparent; background-image: none; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row .container > .video-iframe-container { display: none; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row > .video-iframe-container { display: none; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .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); }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row .container { border-width: 0; border-radius: 0; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row .container { font-size:0.875rem;font-family:arial;height:79.875rem;width:60rem;position:relative;display:block; }#HvI5Lyec9WVNXi7VKXV8oWJ0wU8WlVil { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.8125rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m0991S1p6dCZshvLS1azWAxQe60KggMu { color:rgba(var(--color-primary-4),1);display:block;width:41.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.46142578125rem;left:2.71875rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#brvWKLShwGEIFJvPD3T0ecby8f5E2Cn4 { color:rgba(var(--color-primary-4),1);display:block;width:40.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.37353515625rem;left:2.46875rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tln3MtWbBoM6sJhOvMJqT30O628rcqDB { color:rgba(var(--color-primary-4),1);display:block;width:43.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:54.1875rem;left:2.8125rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pxRggNby8RzkgMy7ptsyZSiohq9tKd5q { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.5rem;left:4.5rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiICR5g8iDKFuQ9DUDFztGeNrPlOmt6s { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.375rem;left:11.28125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#QiICR5g8iDKFuQ9DUDFztGeNrPlOmt6s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QiICR5g8iDKFuQ9DUDFztGeNrPlOmt6s li:before{  }
#rN2npk95339NZePlbRbXwnTXlZW4kTTc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.1689453125rem;left:11.28125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#rN2npk95339NZePlbRbXwnTXlZW4kTTc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rN2npk95339NZePlbRbXwnTXlZW4kTTc li:before{  }
#a5bmMKMt9zLUp56GlpmFrLcl7AtZJ0TK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.369140625rem;left:11.28125rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ST6SJmBxzM1hqGT7kosG3pIJOx2RbZmi { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.50390625rem;left:11.375rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzitpHaNPEDhrSftBioRmwwICaS2hV5N { position:absolute;display:block;z-index:14987;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:46.8125rem;top:69.5625rem;left:6.1875rem;display:block; }
#fqzzI4HwR0wEHQZ92V5csefWBmyKxkl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:70.9248046875rem;left:6.46875rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeV7TgTtS1I4oPy80GfF8UTUUJJkJT4g { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:46.8125rem;top:69.875rem;left:6.5rem;display:block; }
#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60c9bb17-bbcd-4463-8475-d9c9b31fad55/Progettosenzatitolo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA.adaptive-delivery-prevent-bg, #T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA.lazyload, #T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA.lazyloading { background-image: none; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row .container { background-color: transparent; background-image: none; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.56); }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row .container > .video-iframe-container { display: none; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.56); }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row > .video-iframe-container { display: none; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .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); }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row .container { border-width: 0; border-radius: 0; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#oT557TOqgVkn80k23SGtae0iEpV9Iw56 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:8.6875rem;left:4.75rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1ixhgrUzV6v3SACON2HS2rtIMbCySTC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:2.125rem;left:27.1875rem;overflow:hidden;display:block; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-form-header {  }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-text {padding-top: 0; padding-bottom: 0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-select {padding-top: 0; padding-bottom: 0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .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; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-button { 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:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:19.4375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.1875rem;overflow:hidden;font-style:normal;float:none; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .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; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-container:first-of-type{padding-top:0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-container:last-of-type{padding-bottom:0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq  { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:19.4375rem;left:19.9375rem; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.4375rem;display:block;vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq {display:block;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:19.4375rem;left:19.9375rem; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #rF9SrJtti2BuN2OKBtcMIPVP9M4OytJ0 { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #vlHqMocpiRnZ8DgTaPLWQRvIaUbmteKD { position:relative;display:none; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #xWTLTL9BTuF4CbqqJQD8uQs7WI6MS0l4 { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #IQDRxAMGdNAukQtzwREBrVlOcPsM9sZO { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #gG49cBRF4M3FRKMHfZuzKFRCKwo7Mcl4 { position:relative;display:none; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #GhfbUkdtUkTFmAXnsnOwfRH4Zr27XRkT { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #xMRHFlHCfHvp6qsgW8p2TikJIJdI6TJC { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #AywG83tDLT7dbRDFPsZFBThHogcibV1I { position:relative;display:none; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #qxyNlouzfnCWZ4Pm0477vtLsT5yrdav8 { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #tyWrbVFgT15yszyfDvk27EcSZklcfczT { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #bOkvGkT3AVsNp7zJ9sla10qLPpIvrPsz { position:relative;display:none; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #A7EhMqfv71qGZqs9gMTV5rk2wCk9NC6L { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #wALAGue3NUJRx2UUxmxGqpv23kfxHJrU { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #S9d8JdswurqF7UJDE0SywSKJJTF2DE3C { position:relative;z-index:2; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #Es9HuJmrp4b5ATSyA9q6Qu5R50P3VvSE { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #kdevJLx6XvbKTtETv2kh6eKCDnFeM2Zv { position:relative; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #BEtveca5ggmWsUMWXSSvUKc3BKPXAXOW { position:relative; }
#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row .container { background-color: transparent; background-image: none; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row .container > .video-iframe-container { display: none; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row > .video-iframe-container { display: none; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .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); }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row .container { border-width: 0; border-radius: 0; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#bfGxNLui61Az2FMqcLZS9r3BvrwbPTIf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:1.1875rem;left:27.5rem;overflow:hidden;display:block; }
#yV3L7igf34olRZCt1AHnuXBdJDU8HdC4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:7.0625rem;left:14.8125rem;height:9.8965125rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqFhA0JNiXvgVPxThVchHveTlyO9J8lV { width:47.75rem;height:2.4375rem;top:27.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN86skV5wMCkvn8sTsB2GBt0M25sBNtH { width:47.75rem;height:12.5rem;top:11.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myd3b9ZH1M6e9AtqCCtdXfKeIrxUSo26 { width:20.5625rem;height:3.75rem;top:35.4375rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBve268DrdGS3BXMO5yEO0Ma5CTCD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #qbSyzczMQ1sv39aJD3rTLTa6S5Zinwki { top:2.375rem;left:19.90625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvv2vd9kFn12eecVl9iwgHM3uc12klph { top:43.1875rem;left:22.71875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmrwSK6TVmTx432vMXhXzJFN3fx32CG4 { width:31.875rem;height:24.8125rem;top:3.875rem;left:13.59375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTTPUpQN7hAqJub8eVKVI2qQaViLdAK { width:12.875rem;height:3.0625rem;top:34.1875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZde1DUKXTOh4nofmzJsXlSvQpvWG1dH { display:block; }
 }@media only screen and (max-width: 763px) { #g1uoZ6KZAq50ll8ropVAgb12owHFTsSo { top:3.875rem;left:2.15625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C29ySZ2QBHo5rpO07UHTwO82hAXs4qmH { top:3.25rem;left:2.75rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTRMAhJU4n5kacBlc2JomumBugfrUMgO { top:12.3125rem;left:2.75rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIVbGgxzWyH5pMsJtFCBBHHJvptTp1Gt { top:21.4375rem;left:2.75rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9bDCGOVHLeFEGGQmo1RTNchkngEHex { top:12rem;left:4.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdiD9RcsHvcF0TGmk4zG28T6J40Lxww3 { top:21.4375rem;left:2.21875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc { display:block; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRkzmohM68C7kk7z5PKOylhx8BKNT3tH { width:26.875rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVfLJFHXWXQ9Cq1MhIyZDMnndi6TKBU2 { width:30rem;height:6.4375rem;top:12.1875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuflURvcPXeVX2xLAlqG8gSB37Aa3G0l { width:30.875rem;height:6.5rem;top:26.5625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVzercyXzzyuP5OOuP7vmWZACthpPoHa { top:24rem;left:4.3125rem;width:43.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytBxfpFQz0Ag1LnVupdDes4d5BNZuRO1 { top:24rem;left:47.5rem;width:0.25rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGyTriT1enXbFRIqmJgV9WcIAhAXtOym { width:33.75rem;height:9.0625rem;top:37.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICxZMZPKG2nCFETIZbFN77neiB8FIGh { top:37.0625rem;left:0rem;width:43.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihrmq4NM07coWxBTIz5llwsr3BQR6DN7 { width:4.625rem;height:13.8125rem;top:9.125rem;left:35.875rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwZGgudRcZhszi0Ze9kSzfMqXHdVFfzP { width:4.625rem;height:13.8125rem;top:22.25rem;left:6.25rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxSKLILd18QAfTZhDhAttNH88lkwQqoX { width:4.625rem;height:13.8125rem;top:35.25rem;left:34.5rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkgtwNH8kt7lvowxMEkknue1o6KHgLAG { top:10.125rem;left:0rem;width:40.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJgUq4OasGF36Dc4wvhxpG2w3AVsrHu { top:10.125rem;left:0rem;width:0.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOPbqRSSuUWl2HUyJ2yie5ibpyb1am9 { top:37rem;left:0rem;width:0.25rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAisuBowI31SDqkZWGTnPGqDHuob38Bc { display:block; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkAa7BXpUsn0g8zBZgOlUucFvSGTIUSx { width:47.75rem;height:8.25rem;top:8.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfC7w2Cuy6egsOWTC3UU2MkldLwOgCd { top:2.125rem;left:21.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-regular-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-text { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-text {padding-top: 0; padding-bottom: 0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-textarea { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-select { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-select {padding-top: 0; padding-bottom: 0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-button { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-checkbox-label { width:18.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo  { width:19.4375rem;height:auto;top:19.4375rem;left:13.8125rem; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .radio-container { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo {display:block;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo { width:19.4375rem;height:auto;top:19.4375rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #J12XqtnGRyEXtixXrursEKKA6Lg8gn8A {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #Ghqo4GBgdAJCC900Ot5CQ8e0v3GTlD6l {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #nyvKfiZhMDAvdlWnxUm1dxo2a7ous4yC {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #dTNmrlaoynMwnpKi81MkNKF4sePzLyTN {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #fAVmrpJX8kVJsxavEvf1MhkaGnmzIgye {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #yThzp1G6LfDVZ60qhDUkgL1rsIvqcpe0 {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #IZbfPPqEWGRtKoURzscDPZUwXIQRaEyx {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #D8yFuTsSrqeKAJald1GTQwxstKbIUgnn {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #A6tEyAu2qVWrqUZUn6J692FRiHQ3WSeT {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #P5czbxa8XL9lUyMBizFzPhootx2CFG62 {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #QTT8bxfyFXu9k0QyhsM8i9zIOUcWlB2Q {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #vubmWyXgnBSKp642G8hwup1GhefIJ0Qw {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #I4THODw19qFI0Ao01tgt9EBVQebWGhkm {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #UpFLr7PWlC4KTvFTrltzELPKqnxRgZ8u {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #wlQRR9yP1ouoUceBqNwVwTiLhB1kIU1G {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #X9IzQTMKqIcQpU6uVRrvv6sMcfKMxUU2 {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #blyzsG1pp6CMMc44WamMt8iSqERovduc {  }
 }@media only screen and (max-width: 763px) { #MQIi4A88WWiQITXmWkM9nHJENs0TIs4M { width:47.75rem;height:1.75rem;top:45.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl { display:block; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvI5Lyec9WVNXi7VKXV8oWJ0wU8WlVil { width:36rem;height:1.4375rem;top:14.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0991S1p6dCZshvLS1azWAxQe60KggMu { width:41.4375rem;height:1.4375rem;top:27.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brvWKLShwGEIFJvPD3T0ecby8f5E2Cn4 { width:40.0625rem;height:1.4375rem;top:43.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tln3MtWbBoM6sJhOvMJqT30O628rcqDB { width:43.6875rem;height:1.4375rem;top:54.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxRggNby8RzkgMy7ptsyZSiohq9tKd5q { width:47.75rem;height:8.25rem;top:3.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiICR5g8iDKFuQ9DUDFztGeNrPlOmt6s { width:37.25rem;height:;top:30.375rem;left:0rem;font-size:0.9375rem;display:block; }#QiICR5g8iDKFuQ9DUDFztGeNrPlOmt6s li:before{  }
 }@media only screen and (max-width: 763px) { #rN2npk95339NZePlbRbXwnTXlZW4kTTc { width:38.5rem;height:;top:46.125rem;left:0rem;font-size:0.9375rem;display:block; }#rN2npk95339NZePlbRbXwnTXlZW4kTTc li:before{  }
 }@media only screen and (max-width: 763px) { #a5bmMKMt9zLUp56GlpmFrLcl7AtZJ0TK { width:36.375rem;height:10.9375rem;top:57.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6SJmBxzM1hqGT7kosG3pIJOx2RbZmi { width:36.75rem;height:6.0625rem;top:18.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzitpHaNPEDhrSftBioRmwwICaS2hV5N { top:69.5625rem;left:0rem;width:46.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqzzI4HwR0wEHQZ92V5csefWBmyKxkl6 { width:46.5625rem;height:16.3125rem;top:70.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeV7TgTtS1I4oPy80GfF8UTUUJJkJT4g { top:69.875rem;left:0rem;width:46.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA { display:block; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT557TOqgVkn80k23SGtae0iEpV9Iw56 { width:47.75rem;height:8.25rem;top:8.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ixhgrUzV6v3SACON2HS2rtIMbCySTC { top:2.125rem;left:21.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-regular-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-text { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-text {padding-top: 0; padding-bottom: 0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-textarea { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-select { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-select {padding-top: 0; padding-bottom: 0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-button { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-checkbox-label { width:18.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq  { width:19.4375rem;height:auto;top:19.4375rem;left:13.8125rem; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .radio-container { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq {display:block;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq { width:19.4375rem;height:auto;top:19.4375rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #rF9SrJtti2BuN2OKBtcMIPVP9M4OytJ0 {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #vlHqMocpiRnZ8DgTaPLWQRvIaUbmteKD {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #xWTLTL9BTuF4CbqqJQD8uQs7WI6MS0l4 {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #IQDRxAMGdNAukQtzwREBrVlOcPsM9sZO {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #gG49cBRF4M3FRKMHfZuzKFRCKwo7Mcl4 {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #GhfbUkdtUkTFmAXnsnOwfRH4Zr27XRkT {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #xMRHFlHCfHvp6qsgW8p2TikJIJdI6TJC {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #AywG83tDLT7dbRDFPsZFBThHogcibV1I {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #qxyNlouzfnCWZ4Pm0477vtLsT5yrdav8 {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #tyWrbVFgT15yszyfDvk27EcSZklcfczT {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #bOkvGkT3AVsNp7zJ9sla10qLPpIvrPsz {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #A7EhMqfv71qGZqs9gMTV5rk2wCk9NC6L {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #wALAGue3NUJRx2UUxmxGqpv23kfxHJrU {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #S9d8JdswurqF7UJDE0SywSKJJTF2DE3C {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #Es9HuJmrp4b5ATSyA9q6Qu5R50P3VvSE {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #kdevJLx6XvbKTtETv2kh6eKCDnFeM2Zv {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #BEtveca5ggmWsUMWXSSvUKc3BKPXAXOW {  }
 }@media only screen and (max-width: 763px) { #Nx5koFutuMfvsHin2CkDS859kJXkTTw3 { display:block; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfGxNLui61Az2FMqcLZS9r3BvrwbPTIf { top:1.1875rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3L7igf34olRZCt1AHnuXBdJDU8HdC4 { width:30.375rem;height:9.875rem;top:7.0625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqFhA0JNiXvgVPxThVchHveTlyO9J8lV { width:20rem;height:0.9746125rem;top:13.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN86skV5wMCkvn8sTsB2GBt0M25sBNtH { width:20rem;height:3.1621125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myd3b9ZH1M6e9AtqCCtdXfKeIrxUSo26 { width:12.25rem;height:3.1875rem;top:16.125rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBve268DrdGS3BXMO5yEO0Ma5CTCD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #qbSyzczMQ1sv39aJD3rTLTa6S5Zinwki { width:6.25rem;height:6.25rem;top:1.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvv2vd9kFn12eecVl9iwgHM3uc12klph { display:flex;width:2.3125rem;height:2.3125rem;top:21rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmrwSK6TVmTx432vMXhXzJFN3fx32CG4 { width:10.8125rem;height:24.75rem;top:3.5rem;left:8.875rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #rRTTPUpQN7hAqJub8eVKVI2qQaViLdAK { width:12.875rem;height:3.0625rem;top:30.7099609375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZde1DUKXTOh4nofmzJsXlSvQpvWG1dH { display:block; }
 }@media only screen and (max-width: 763px) { #g1uoZ6KZAq50ll8ropVAgb12owHFTsSo { display:flex;width:5.625rem;height:5.625rem;top:3.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C29ySZ2QBHo5rpO07UHTwO82hAXs4qmH { width:6.5rem;height:6.5rem;top:2.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTRMAhJU4n5kacBlc2JomumBugfrUMgO { width:6.5rem;height:6.5rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIVbGgxzWyH5pMsJtFCBBHHJvptTp1Gt { width:6.5rem;height:6.5rem;top:20.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9bDCGOVHLeFEGGQmo1RTNchkngEHex { display:flex;width:6.25rem;height:6.25rem;top:11.1875rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #UdiD9RcsHvcF0TGmk4zG28T6J40Lxww3 { display:flex;width:5.75rem;height:5.75rem;top:20.125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc { display:block; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRkzmohM68C7kk7z5PKOylhx8BKNT3tH { width:16.4375rem;height:4.875rem;top:1.0625rem;left:1.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVfLJFHXWXQ9Cq1MhIyZDMnndi6TKBU2 { width:17.1875rem;height:5.84765625rem;top:13.0625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuflURvcPXeVX2xLAlqG8gSB37Aa3G0l { width:18.125rem;height:5.84765625rem;top:29.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVzercyXzzyuP5OOuP7vmWZACthpPoHa { width:20rem;height:10.3125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytBxfpFQz0Ag1LnVupdDes4d5BNZuRO1 { width:0.25rem;height:10.375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGyTriT1enXbFRIqmJgV9WcIAhAXtOym { width:16.875rem;height:9.746125rem;top:45.875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICxZMZPKG2nCFETIZbFN77neiB8FIGh { width:20rem;height:10.5rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihrmq4NM07coWxBTIz5llwsr3BQR6DN7 { width:2.6875rem;height:7.474625rem;top:18.46875rem;left:17.3125rem;text-align:center;text-align-last:center;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwZGgudRcZhszi0Ze9kSzfMqXHdVFfzP { width:4.625rem;height:7.474625rem;top:34.125rem;left:15.1875rem;text-align:center;text-align-last:center;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxSKLILd18QAfTZhDhAttNH88lkwQqoX { width:4.625rem;height:7.474625rem;top:51.4375rem;left:15.375rem;text-align:center;text-align-last:center;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkgtwNH8kt7lvowxMEkknue1o6KHgLAG { width:20rem;height:10.625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJgUq4OasGF36Dc4wvhxpG2w3AVsrHu { width:0.25rem;height:10.625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOPbqRSSuUWl2HUyJ2yie5ibpyb1am9 { width:0.25rem;height:10.375rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAisuBowI31SDqkZWGTnPGqDHuob38Bc { display:block; }#BAisuBowI31SDqkZWGTnPGqDHuob38Bc > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkAa7BXpUsn0g8zBZgOlUucFvSGTIUSx { width:20rem;height:3.7119125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfC7w2Cuy6egsOWTC3UU2MkldLwOgCd { width:7.9375rem;height:7.9375rem;top:42.03125rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-text {padding-top: 0; padding-bottom: 0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-select {padding-top: 0; padding-bottom: 0;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo  { width:17.5rem;height:auto;top:9.94238125rem;left:0rem; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo {display:block;}#fV7cEi1DHX21fK5KyIBT1sstvRR9svFo { width:17.5rem;height:auto;top:9.94238125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #J12XqtnGRyEXtixXrursEKKA6Lg8gn8A {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #Ghqo4GBgdAJCC900Ot5CQ8e0v3GTlD6l {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #nyvKfiZhMDAvdlWnxUm1dxo2a7ous4yC {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #dTNmrlaoynMwnpKi81MkNKF4sePzLyTN {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #fAVmrpJX8kVJsxavEvf1MhkaGnmzIgye {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #yThzp1G6LfDVZ60qhDUkgL1rsIvqcpe0 {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #IZbfPPqEWGRtKoURzscDPZUwXIQRaEyx {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #D8yFuTsSrqeKAJald1GTQwxstKbIUgnn {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #A6tEyAu2qVWrqUZUn6J692FRiHQ3WSeT {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #P5czbxa8XL9lUyMBizFzPhootx2CFG62 {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #QTT8bxfyFXu9k0QyhsM8i9zIOUcWlB2Q {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #vubmWyXgnBSKp642G8hwup1GhefIJ0Qw {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #I4THODw19qFI0Ao01tgt9EBVQebWGhkm {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #UpFLr7PWlC4KTvFTrltzELPKqnxRgZ8u {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #wlQRR9yP1ouoUceBqNwVwTiLhB1kIU1G {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #X9IzQTMKqIcQpU6uVRrvv6sMcfKMxUU2 {  }
 }@media only screen and (max-width: 763px) { #fV7cEi1DHX21fK5KyIBT1sstvRR9svFo #blyzsG1pp6CMMc44WamMt8iSqERovduc {  }
 }@media only screen and (max-width: 763px) { #MQIi4A88WWiQITXmWkM9nHJENs0TIs4M { width:20rem;height:3.57421875rem;top:33.37939453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl { display:block; }#EnbWadNhGrKEGXs8JKeBoUo4bNHlZlpl > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvI5Lyec9WVNXi7VKXV8oWJ0wU8WlVil { width:12.8125rem;height:2.11230625rem;top:7.9375rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m0991S1p6dCZshvLS1azWAxQe60KggMu { width:16.875rem;height:2.11230625rem;top:20.5rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #brvWKLShwGEIFJvPD3T0ecby8f5E2Cn4 { width:15.25rem;height:2.11230625rem;top:36.5625rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tln3MtWbBoM6sJhOvMJqT30O628rcqDB { width:15.5rem;height:2.11230625rem;top:47.625rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pxRggNby8RzkgMy7ptsyZSiohq9tKd5q { width:20rem;height:3.1621125rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiICR5g8iDKFuQ9DUDFztGeNrPlOmt6s { width:15.875rem;height:11.347625rem;top:23.875rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#QiICR5g8iDKFuQ9DUDFztGeNrPlOmt6s li:before{  }
 }@media only screen and (max-width: 763px) { #rN2npk95339NZePlbRbXwnTXlZW4kTTc { width:15.3125rem;height:5.361325rem;top:40.50341796875rem;left:2.34375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#rN2npk95339NZePlbRbXwnTXlZW4kTTc li:before{  }
 }@media only screen and (max-width: 763px) { #a5bmMKMt9zLUp56GlpmFrLcl7AtZJ0TK { width:16rem;height:8.93555rem;top:50.49072265625rem;left:2.34375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ST6SJmBxzM1hqGT7kosG3pIJOx2RbZmi { width:15rem;height:6.25488125rem;top:10.875rem;left:2.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PzitpHaNPEDhrSftBioRmwwICaS2hV5N { width:20rem;height:8.125rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqzzI4HwR0wEHQZ92V5csefWBmyKxkl6 { width:17.25rem;height:7.19825rem;top:64.587890625rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeV7TgTtS1I4oPy80GfF8UTUUJJkJT4g { width:20rem;height:8.125rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA { display:block; }#T9Pc1y6pXzd0elIdAX5qxkVvTT1Mp6HA > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT557TOqgVkn80k23SGtae0iEpV9Iw56 { width:20rem;height:5.56786875rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ixhgrUzV6v3SACON2HS2rtIMbCySTC { width:7.9375rem;height:7.9375rem;top:42.03125rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-regular-label { 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;display:block;vertical-align:top;height:auto; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .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; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-text {padding-top: 0; padding-bottom: 0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .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; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-select {padding-top: 0; padding-bottom: 0;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq  { width:17.5rem;height:auto;top:9.94189453125rem;left:0rem; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq {display:block;}#dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq { width:17.5rem;height:auto;top:9.94189453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #rF9SrJtti2BuN2OKBtcMIPVP9M4OytJ0 {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #vlHqMocpiRnZ8DgTaPLWQRvIaUbmteKD { display:none; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #xWTLTL9BTuF4CbqqJQD8uQs7WI6MS0l4 {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #IQDRxAMGdNAukQtzwREBrVlOcPsM9sZO {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #gG49cBRF4M3FRKMHfZuzKFRCKwo7Mcl4 { display:none; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #GhfbUkdtUkTFmAXnsnOwfRH4Zr27XRkT {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #xMRHFlHCfHvp6qsgW8p2TikJIJdI6TJC {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #AywG83tDLT7dbRDFPsZFBThHogcibV1I { display:none; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #qxyNlouzfnCWZ4Pm0477vtLsT5yrdav8 {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #tyWrbVFgT15yszyfDvk27EcSZklcfczT {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #bOkvGkT3AVsNp7zJ9sla10qLPpIvrPsz { display:none; }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #A7EhMqfv71qGZqs9gMTV5rk2wCk9NC6L {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #wALAGue3NUJRx2UUxmxGqpv23kfxHJrU {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #S9d8JdswurqF7UJDE0SywSKJJTF2DE3C {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #Es9HuJmrp4b5ATSyA9q6Qu5R50P3VvSE {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #kdevJLx6XvbKTtETv2kh6eKCDnFeM2Zv {  }
 }@media only screen and (max-width: 763px) { #dKS7oiXZvb8cum15CPLtCAz7J3H4VRIq #BEtveca5ggmWsUMWXSSvUKc3BKPXAXOW {  }
 }@media only screen and (max-width: 763px) { #Nx5koFutuMfvsHin2CkDS859kJXkTTw3 { display:block; }#Nx5koFutuMfvsHin2CkDS859kJXkTTw3 > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfGxNLui61Az2FMqcLZS9r3BvrwbPTIf { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3L7igf34olRZCt1AHnuXBdJDU8HdC4 { width:20rem;height:9.8965125rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }