.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { position:relative;display:none; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { border-width: 0; border-radius: 0; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:none; }#TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.18676875rem;width:5.1245125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:0.46788215637207rem;left:45.125rem;height:;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;font-style:normal;display:block; }
#eKmmA133T6wUN19yJyuRiRfIGEsziIqu { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100059;top:1.875rem;left:46.4375rem;display:block; }
#HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:2.125rem;left:44.4375rem;display:block; }
#nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/130c8fa7-bec7-4a30-8cf3-ed98308f2a35/Risorsa6300x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT.adaptive-delivery-prevent-bg, #R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT.lazyload, #R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT.lazyloading { background-image: none; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row .container { background-color: transparent; background-image: none; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row .container > .video-iframe-container { display: none; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row > .video-iframe-container { display: none; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .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); }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row .container { border-width: 0; border-radius: 0; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#aL0QUeKnodg4EUOEXhNQQQpFCyaz4nEZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:14.1875rem;top:0.75rem;left:22.21875rem;overflow:hidden;display:block; }
#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/130c8fa7-bec7-4a30-8cf3-ed98308f2a35/Risorsa6300x.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.adaptive-delivery-prevent-bg, #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.lazyload, #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.lazyloading { background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203,9,208,0.32); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203,9,208,0.32); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { border-width: 0; border-radius: 0; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { font-size:0.875rem;font-family:"open sans";height:23.5625rem;width:60rem;position:relative;display:block; }#JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { color:#232323;display:block;width:27.6245rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:78.3125rem;left:32.4375rem;height:;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;font-style:normal;display:none; }
#TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.62475625rem;width:1.62475625rem;top:79.5rem;left:58.4375rem;overflow:hidden;display:none; }
#TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:21.9375rem;top:32.3125rem;left:35rem;overflow:hidden;display:none; }
#M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { color:#000000;display:block;width:17.687375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:37.9375rem;left:17.6875rem;height:;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;font-style:normal;display:none; }
#SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:38.475695133209rem;left:5.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:40.611980438233rem;left:10.0625rem;display:none; }
#wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100060;top:37.374133110046rem;left:6.5rem;display:none; }
#Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.65538215637206rem;left:0rem;overflow:hidden;display:none; }
#MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.562125rem;width:10.562125rem;top:0rem;left:24.6875rem;overflow:hidden;display:none; }
#TK9wtrPC0sx4vTxrPOxIzaAhopz2hnIh { color:#fc560f;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:27.2490234375rem;left:7.8125rem;height:;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;font-style:normal;display:none; }
#DqRX8b3uHPqiA6mAxPFbqDVcwKxhe33T { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:12.998863220215rem;left:0rem;height:1.437175rem;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:none; }
#lH3gAfTzaE1XRXOrTAWGlZvQARil0UUB { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#Zoc7xr43gOKrO7WZyNwsXfV6wAAHhyxI { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#TPm8EU8C0w5EvbFn2iTD1zJOA46Ti1KW { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#Ayz3C7hmTdxxoCqqWHtv4fggxTinVVMF { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#KBxPi9Kme6a93bWIxleqHTeyaTsfdcSE { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:6.3125rem;left:34.8125rem;display:none; }
#glZC4fqyvGJPntNrV9fqJwpgT3rDs49Z { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:6.3125rem;left:55rem;display:none; }
#L9iIQNb6gy4lI8bELkmOMMhTawiQV1lB { color:#232323;display:block;width:17.124625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.875rem;left:37.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#qRVeta35V7VlHs5vgRn6akRvoPhgEunQ { color:#ecff00;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5);top:1.9375004768372rem;left:0rem;height:12.02475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFBJWxmU9Zqxk65zJTCdAZ1aDKArmPHk { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5);top:19.1875rem;left:4.8125rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mH7zaCGgKSiJg0nQx7rFeQyr3lGtTG0o { position:absolute;display:block;z-index:100077;background-color:#470d7d;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;height:29.0625rem;width:56.4375rem;top:17.8125rem;left:1.78125rem;display:block; }
#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/130c8fa7-bec7-4a30-8cf3-ed98308f2a35/Risorsa6300x.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6.adaptive-delivery-prevent-bg, #CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6.lazyload, #CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6.lazyloading { background-image: none; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container { background-color: transparent; background-image: none; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.83); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container > .video-iframe-container { display: none; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.83); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row > .video-iframe-container { display: none; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .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); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container { border-width: 0; border-radius: 0; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container { font-size:0.875rem;font-family:"open sans";height:53.75rem;width:60rem;position:relative;display:block; }#msTp61dmzFPDvfmbyADsZUcdrQZwKNlt { color:#232323;display:block;width:27.6245rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:78.3125rem;left:32.4375rem;height:;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;font-style:normal;display:none; }
#SzyEePnOL4DN0sraUQWBlkutqLgfEZXq { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.62475625rem;width:1.62475625rem;top:79.5rem;left:58.4375rem;overflow:hidden;display:none; }
#ifz26MQkMftFWIV46kffJKuVObJFTrZn { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:21.9375rem;top:32.3125rem;left:35rem;overflow:hidden;display:none; }
#gJvGuoLyB3DeWzeSv20SeEL5o6IovEbT { color:#000000;display:block;width:17.687375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:37.9375rem;left:17.6875rem;height:;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;font-style:normal;display:none; }
#L1Ph9nphhOXAreR3E1qyBRmuQDbR7lTT { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:38.475695133209rem;left:5.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#O53Af0Ae4QhwSypfENEIcvrJ3OTJpFEa { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:40.611980438233rem;left:10.0625rem;display:none; }
#uPlnpw6WfvwdSd1Qd7GfNg41TlUUpDsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DLzXToQ4ekC6tMZD5WoE4arTPZ4OudPA { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100060;top:37.374133110046rem;left:6.5rem;display:none; }
#Jwrl2rpyEBHGE77hzvmQRU8XTkheFWJS { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.65538215637206rem;left:0rem;overflow:hidden;display:none; }
#CwaLdeaFQy4q8QpToJPAiRoxTTldKxTy { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.562125rem;width:10.562125rem;top:0rem;left:24.6875rem;overflow:hidden;display:none; }
#dHkQ8UXMTEqs1IoH2JxFqkTaTzQxntm8 { color:#fc560f;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:27.2490234375rem;left:7.8125rem;height:;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;font-style:normal;display:none; }
#uW2JySE5THKJNf6SbydCVbav0cPyrdXJ { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:12.998863220215rem;left:0rem;height:1.437175rem;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:none; }
#nTElsh7eTcwF9BbkgGlhugrvyIasbMl2 { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#s8LlsiCdrwXMN8fmMNDx3EEKoXdXCNG5 { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#QnqMUTzVSIQFIhPxq1sPmBD2wdgbDe0C { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#fFiwJmsFt2DvlTmSf37LeKou8gTTc2x8 { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#TaXSaVprhsJ3QDzWfAzFeEvFDX1o7LP6 { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:6.3125rem;left:34.8125rem;display:none; }
#HnmTaArQzNTIZhJTxOe7BnVPSUy8JBXd { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:6.3125rem;left:55rem;display:none; }
#ZdaBUJQDLvD6c5rKDDgJfRvA054I51B4 { color:#232323;display:block;width:17.124625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.875rem;left:37.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#pmd8Ane7sGPiivZqM6LBXu1IXgUFedfq { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.5);top:2.875rem;left:5.875rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NSUgiFu4mtTsMTfG9Ace86atFLwTkRBW { color:#ecff00;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(236,255,0,0.57);top:1.4375rem;left:25.1875rem;height:5.0371125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mNuoDo2zriG1NbyVgIQ0biTTgtGUpiFF { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.5);top:9.375rem;left:5.75rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdEFNbwLi2iw2agyTCTScpL3GIpgFehT { color:#ecff00;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(236,255,0,0.57);top:9.375rem;left:17.6875rem;height:3.0058625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZT0aBCaSepBZfONiEtyLylWCr4nuMTHP { color:#ecff00;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(236,255,0,0.57);top:7.875rem;left:25.3125rem;height:5.0371125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rrchC889eDrCJnWO0NZP9PZ7zbWaU2V1 { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.5);top:16rem;left:5.875rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X7sZ1z94Q8PKeI79loIlRphlmgPJFV66 { color:#ecff00;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(236,255,0,0.57);top:14.4375rem;left:23.3125rem;height:5.0371125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l812VyBh3LnuH4GT4XFTP5UOFciHwTNH { position:absolute;display:block;z-index:100078;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:18.0625rem;top:6.193359375rem;left:35.328125rem;display:block; }
#KZvsClX5KVNTS71QMtsNaoSQsOBSle6J { position:absolute;display:block;z-index:100079;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:35.9375rem;top:12.537109375rem;left:18.5625rem;display:block; }
#Kr8SzX6GrZDF9wDyxgHEQPMfkRsh348Z { position:absolute;display:block;z-index:100079;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:18.0625rem;top:19.005859375rem;left:23.3125rem;display:block; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-form-header {  }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.25rem;font-weight:bold;color:#000000;width:57.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.7; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #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:57.375rem;box-sizing:border-box;height:4rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:montserrat;line-height:2;box-shadow: 0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #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:57.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:montserrat;line-height:2;box-shadow: 0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .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:57.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-button { border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;background-color:transparent;background-image:none;border-top:0.4375rem solid #470d7d;border-left:0.4375rem solid #470d7d;border-right:0.4375rem solid #470d7d;border-bottom:0.4375rem solid #470d7d;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.8125rem;font-weight:bold;color:#470d7d;width:57.375rem;height:4.6875rem;font-family:"open sans";overflow:hidden;line-height:1.4; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .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:#000000;vertical-align:top;width:56rem;overflow:hidden;font-style:normal; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .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; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .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; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-container:first-of-type{padding-top:0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-container:last-of-type{padding-bottom:0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:57.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100080;position:absolute;top:33.1875rem;left:0rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:57.375rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB {display:block;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:57.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100080;position:absolute;top:33.1875rem;left:0rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #amgyDMT9baILI3wXFHVvVpf6vpyTJNnh { position:relative; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #rlRTAqtLI4yEKGTvPbrHlk5vnMSVlcvh { position:relative; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #ClyUZGoJargAiloAKvCx5k9e4TRZOrFE { position:relative; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #QmHiaA7TtDiKZrgICVA91GqKt5PTihGK { position:relative; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #Fk0utVma57vAhXMWkM0e1XCdRuOodmSi { position:relative; }
#VzXBxtZAfLziPrZ06kc1mCvD7HTMRWyu { color:#470d7d;display:block;width:56.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.5);top:28.050130844116rem;left:1.96875rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#470d7d;background-image:none;position:relative;display:block; }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row .container { background-color: transparent; background-image: none; }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row .container > .video-iframe-container { display: none; }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row > .video-iframe-container { display: none; }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .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); }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row .container { border-width: 0; border-radius: 0; }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#CB4peCulnAugMf23gmU7awxOILCJnltl { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5);top:1.306640625rem;left:4.8125rem;height:3.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/130c8fa7-bec7-4a30-8cf3-ed98308f2a35/Risorsa6300x.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af.adaptive-delivery-prevent-bg, #WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af.lazyload, #WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af.lazyloading { background-image: none; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container { background-color: transparent; background-image: none; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203,9,208,0.32); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container > .video-iframe-container { display: none; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203,9,208,0.32); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row > .video-iframe-container { display: none; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .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); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container { border-width: 0; border-radius: 0; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container { font-size:0.875rem;font-family:"open sans";height:52.125rem;width:60rem;position:relative;display:block; }#CEQuVyul5LnXNxzNmxHdOOnUSP3r2zDi { color:#232323;display:block;width:27.6245rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:78.3125rem;left:32.4375rem;height:;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;font-style:normal;display:none; }
#KShI31lNEsMarJnVQOIcf6DKTEeTgfSW { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.62475625rem;width:1.62475625rem;top:79.5rem;left:58.4375rem;overflow:hidden;display:none; }
#sR4GsDFLDRonCMseMZSRQVKo3C8f6CO0 { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:21.9375rem;top:32.3125rem;left:35rem;overflow:hidden;display:none; }
#NRZVG5EhoOPTe4UK9ANhvJ0mvt7KfXry { color:#000000;display:block;width:17.687375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:37.9375rem;left:17.6875rem;height:;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;font-style:normal;display:none; }
#g11wcPTTFi09fq0vFTnB59RsssKCxmcA { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:38.475695133209rem;left:5.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#fmfBQEabJsP1NMZTKcptmDc40IDnt4ii { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:40.611980438233rem;left:10.0625rem;display:none; }
#dWT2XTnA1ooO3gv4q2HAT98dSdqdNzpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JO5i4FIOQhX8qMWSZvL8lQQICeXA0vqS { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100060;top:37.374133110046rem;left:6.5rem;display:none; }
#fbUS9dHGJ8Rkef1I5qKQeId3dGERfRUu { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.65538215637206rem;left:0rem;overflow:hidden;display:none; }
#vKalqdeJb8l3T6AUQmdmh47qzJRHd7UX { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.562125rem;width:10.562125rem;top:0rem;left:24.6875rem;overflow:hidden;display:none; }
#lDGCwPIH3yLt200G9xkV4SWEHEqqaoG8 { color:#fc560f;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:27.2490234375rem;left:7.8125rem;height:;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;font-style:normal;display:none; }
#OKehedwJFpXstOnZ6c7mwFAsicAU0IWL { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:12.998863220215rem;left:0rem;height:1.437175rem;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:none; }
#zmAecaEoNeTlgwSsSdXhS4DoPu54ndKv { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#L1GbEQRSaMfJmHh8Al0ixHgfpMCKWuM8 { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#Vi1RW9nd7xZa3KTF8xJ97f8L80MkdXfZ { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#aw5IxM8T6f7SuwEJ0sWSWnflzxJHmXbS { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:28.243041992188rem;left:0rem;display:none; }
#SLnd46CKAUSNkQZieg5ws2cFPpRcstcM { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:6.3125rem;left:34.8125rem;display:none; }
#Khnxpo7vHsOFV6UoVM7dzxpcV3Ing7eJ { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:6.3125rem;left:55rem;display:none; }
#dOnTvtzhx3UoQPzfl08SqPwVrHGKf7Fx { color:#232323;display:block;width:17.124625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.875rem;left:37.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#PMagmRFUmZkJcR45sU1TkTOiDQRcf4IL { position:absolute;display:block;z-index:100076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10rem;top:3.3958358764649rem;left:3.5625rem;overflow:hidden;display:block; }
#ATbaNcZQqsrU8JLTas6ELs1kmJXZOWJt { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:15.5625rem;top:3.4583358764649rem;left:16.4375rem;overflow:hidden;display:block; }
#EK1GQt8Rptt3WfcBmA9gTErs2BGCc2Qc { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:9.0625rem;top:3.1145858764649rem;left:35.4375rem;overflow:hidden;display:block; }
#k4zOULpA6vnZxnMMmZN0tIIdi3COLt8q { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:9.625rem;top:2.5833358764649rem;left:47.875rem;overflow:hidden;display:block; }
#mcs4T4DyX330MN7Ts4VPoSqqREXCRND5 { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:8.8125rem;top:9.239585876465rem;left:4.15625rem;overflow:hidden;display:block; }
#ks68OgD3K7VRvIK2Gxp2TXDhLzATdGJ8 { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:9.4375rem;top:9.458335876465rem;left:35.25rem;overflow:hidden;display:block; }
#s8nI0CUQEId54W63REp3n0uNN5ibTBW6 { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:9.375rem;top:8.895835876465rem;left:48rem;overflow:hidden;display:block; }
#DoNnFZaBbpyEHQRTnkqNfxOEZGnJ67Jx { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:8.6875rem;top:9.208335876465rem;left:19.875rem;overflow:hidden;display:block; }
#xkxF4u0h1qMWosdyDCZMFX88HheOTdL2 { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.5625rem;top:19.625rem;left:13.75rem;overflow:hidden;display:block; }
#gwpSF7puKVfcR1kcQscIRuluQKNWCEPl { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:17.3125rem;left:35.875rem;overflow:hidden;display:block; }
#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf { position:relative;display:none; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf { border-width: 0; border-radius: 0; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#pl2IHMSi4OJJXoBPAZJD4BgGDGvZhTFT { color:#ffffff;display:block;width:39.74975rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:9.9554443359375rem;left:20.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TdfDhfr6pXZ3BubaSfBdIPStDCoyCkzx { position:relative;display:none; }#TdfDhfr6pXZ3BubaSfBdIPStDCoyCkzx { border-width: 0; border-radius: 0; }#TdfDhfr6pXZ3BubaSfBdIPStDCoyCkzx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#IzFSmtKqhQymcw3Ggagdh4aqdpASmScs { color:#000000;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100038;line-height:1.6;letter-spacing:0;top:19.37548828125rem;left:27.4375rem;height:1.49963125rem;font-style:normal;display:none; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-form-header {  }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:36.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #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:36.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-text {padding-top: 0; padding-bottom: 0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #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:36.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .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:36.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-select {padding-top: 0; padding-bottom: 0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .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:#5d92ff;background-image:none;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:#ffffff;width:36.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .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:#000000;vertical-align:top;width:34.875rem;overflow:hidden;font-style:normal; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .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; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .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; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-container:first-of-type{padding-top:0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-container:last-of-type{padding-bottom:0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100077;position:absolute;top:32.48291015625rem;left:34.590454101562rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.25rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru {display:block;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100077;position:absolute;top:32.48291015625rem;left:21.25rem;display:none; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru #bTGzkvdH96zXAiXIV8aQ3dOKhLbtEqVn { position:relative; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru #PSLT61b28lHmhnJx0DQ49Hszgvb7heGI { position:relative; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru #mtFQMerSkDJKpVsNNJADOUg74hF8M2hx { position:relative; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru #J3OCND4HqfEU4ZAGiTpns8ZWJSPR9tra { position:relative; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru #iQrUfMF2kXgN153Xd8zySRrXNgA8bl3T { position:relative; }
#LISVsCUJwVEatPWhWbOml95ciRmPWTwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fa5c0e;background-image:none;position:relative;display:none; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { border-width: 0; border-radius: 0; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:none; }#NZgBAFObtnn5rkJS6w96KTNdQosLla87 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:3.6025390625rem;left:0.1875rem;overflow:hidden;display:block; }
#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { position:relative;display:none; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { border-width: 0; border-radius: 0; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#fbpP6Dt5aGoNSGMoWTCEkTDfU6y5FaWI { color:#232323;display:block;width:47.374875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:2.032470703125rem;left:6.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MlDa2UevEhtLM4ruGxyaKIHrTp3foZRJ { color:#232323;display:block;width:47.374875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.0947265625rem;left:6.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kWgnNBLwTxIbVGM4cF7K0qnLd4FudaS7 { background-color:#fa5c0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:11.4375rem;left:8.1875rem;display:block; }
#cJaTx4A9evRXQMdg4mx1HQ9W8MrWUZUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WgqASGCZrPTm5cadxT0Ph37nvCNzT0uC { background-color:#28a745;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:11.4375rem;left:34.3125rem;display:block; }
#E0dLNFkN7I09LA9nKdWdPfmzUG43G1mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:block; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { background-color: transparent; background-image: none; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container > .video-iframe-container { display: none; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row > .video-iframe-container { display: none; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .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); }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { border-width: 0; border-radius: 0; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#yBuT1MXti2Dnr8VrSv0wQZhKWOzNPE4w { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.9;letter-spacing:0;top:1.1875rem;left:0rem;height:2.8489625rem;display:block; }
#MZ9qzsmr4TmGxmDiZJiSaeV0ioIO8nrF { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100002;line-height:1.9;letter-spacing:0;top:1.03125rem;left:41.0625rem;height:1.42480625rem;font-style:normal;display:block; }
#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { border-width: 0; border-radius: 0; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:none; }#aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { color:#f6f6f6;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0.68684768676756rem;left:0rem;height:1.11840625rem;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; }
#RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { color:#ffffff;display:block;width:6.312125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.62456512451172rem;left:13.1875rem;height:1.20019375rem;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; }
#neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.311875rem;height:1.81206875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.34136199951172rem;left:19.625rem;display:block; }
#DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { border-width: 0; border-radius: 0; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecb00;background-image:url("https://images.assets-landingi.com/cma2fTq6/pattern_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:5.125rem;width:60rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;position:relative;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.adaptive-delivery-prevent-bg, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyload, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyloading { background-image: none; }#HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.6875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.21875rem;left:27.875rem;display:block; }
#VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { color:#2f2f2f;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2rem;left:1.9375rem;height:1.21875rem;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) { #Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { display:block; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { top:0rem;left:0rem;width:5.0625rem;height:5.1240028777128rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { top:0.4375rem;left:32.875rem;width:14.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmmA133T6wUN19yJyuRiRfIGEsziIqu { top:1.875rem;left:40.3125rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { width:15.5625rem;height:3rem;top:2.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block; }
 }@media only screen and (max-width: 763px) { #R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT { display:block; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL0QUeKnodg4EUOEXhNQQQpFCyaz4nEZ { top:0.75rem;left:16.09375rem;width:14.1875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { top:78.3125rem;left:20.1875rem;width:27.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { top:79.5rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { top:32.3125rem;left:25.875rem;width:21.875rem;height:14.209401709402rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { top:37.9375rem;left:11.5625rem;width:17.625rem;height:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { top:38.4375rem;left:0rem;width:26rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { width:15.5625rem;height:3rem;top:40.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block; }
 }@media only screen and (max-width: 763px) { #skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { top:37.3125rem;left:0.375rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { top:0.625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { top:0rem;left:18.5625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK9wtrPC0sx4vTxrPOxIzaAhopz2hnIh { top:27.1875rem;left:1.6875rem;width:2.875rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqRX8b3uHPqiA6mAxPFbqDVcwKxhe33T { top:12.9375rem;left:0rem;width:18.5625rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH3gAfTzaE1XRXOrTAWGlZvQARil0UUB { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zoc7xr43gOKrO7WZyNwsXfV6wAAHhyxI { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPm8EU8C0w5EvbFn2iTD1zJOA46Ti1KW { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ayz3C7hmTdxxoCqqWHtv4fggxTinVVMF { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBxPi9Kme6a93bWIxleqHTeyaTsfdcSE { top:0rem;left:28.6875rem;width:3.125rem;height:;display:none; }
 }@media only screen and (max-width: 763px) { #glZC4fqyvGJPntNrV9fqJwpgT3rDs49Z { top:0rem;left:44.625rem;width:3.125rem;height:;display:none; }
 }@media only screen and (max-width: 763px) { #L9iIQNb6gy4lI8bELkmOMMhTawiQV1lB { top:6.875rem;left:30.75rem;width:17rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRVeta35V7VlHs5vgRn6akRvoPhgEunQ { top:1.9375rem;left:0rem;width:47.75rem;height:12.0625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBJWxmU9Zqxk65zJTCdAZ1aDKArmPHk { top:19.1875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7zaCGgKSiJg0nQx7rFeQyr3lGtTG0o { top:17.8125rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 { display:block; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msTp61dmzFPDvfmbyADsZUcdrQZwKNlt { top:78.3125rem;left:20.1875rem;width:27.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzyEePnOL4DN0sraUQWBlkutqLgfEZXq { top:79.5rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifz26MQkMftFWIV46kffJKuVObJFTrZn { top:32.3125rem;left:25.875rem;width:21.875rem;height:14.209401709402rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJvGuoLyB3DeWzeSv20SeEL5o6IovEbT { top:37.9375rem;left:11.5625rem;width:17.625rem;height:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1Ph9nphhOXAreR3E1qyBRmuQDbR7lTT { top:38.4375rem;left:0rem;width:26rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O53Af0Ae4QhwSypfENEIcvrJ3OTJpFEa { width:15.5625rem;height:3rem;top:40.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlnpw6WfvwdSd1Qd7GfNg41TlUUpDsM { display:block; }
 }@media only screen and (max-width: 763px) { #DLzXToQ4ekC6tMZD5WoE4arTPZ4OudPA { top:37.3125rem;left:0.375rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwrl2rpyEBHGE77hzvmQRU8XTkheFWJS { top:0.625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwaLdeaFQy4q8QpToJPAiRoxTTldKxTy { top:0rem;left:18.5625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHkQ8UXMTEqs1IoH2JxFqkTaTzQxntm8 { top:27.1875rem;left:1.6875rem;width:2.875rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uW2JySE5THKJNf6SbydCVbav0cPyrdXJ { top:12.9375rem;left:0rem;width:18.5625rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTElsh7eTcwF9BbkgGlhugrvyIasbMl2 { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8LlsiCdrwXMN8fmMNDx3EEKoXdXCNG5 { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnqMUTzVSIQFIhPxq1sPmBD2wdgbDe0C { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFiwJmsFt2DvlTmSf37LeKou8gTTc2x8 { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaXSaVprhsJ3QDzWfAzFeEvFDX1o7LP6 { top:0rem;left:28.6875rem;width:3.125rem;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HnmTaArQzNTIZhJTxOe7BnVPSUy8JBXd { top:0rem;left:44.625rem;width:3.125rem;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZdaBUJQDLvD6c5rKDDgJfRvA054I51B4 { top:6.875rem;left:30.75rem;width:17rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmd8Ane7sGPiivZqM6LBXu1IXgUFedfq { top:2.875rem;left:0rem;width:28.9375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSUgiFu4mtTsMTfG9Ace86atFLwTkRBW { top:1.4375rem;left:18.8125rem;width:28.9375rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNuoDo2zriG1NbyVgIQ0biTTgtGUpiFF { top:9.375rem;left:0rem;width:28.9375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdEFNbwLi2iw2agyTCTScpL3GIpgFehT { top:9.375rem;left:11.5625rem;width:8.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0aBCaSepBZfONiEtyLylWCr4nuMTHP { top:7.875rem;left:18.8125rem;width:28.9375rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrchC889eDrCJnWO0NZP9PZ7zbWaU2V1 { top:16rem;left:0rem;width:28.9375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7sZ1z94Q8PKeI79loIlRphlmgPJFV66 { top:14.4375rem;left:17.1875rem;width:17.8125rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l812VyBh3LnuH4GT4XFTP5UOFciHwTNH { top:6.1875rem;left:29.203125rem;width:18.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZvsClX5KVNTS71QMtsNaoSQsOBSle6J { top:12.5rem;left:11.8125rem;width:35.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8SzX6GrZDF9wDyxgHEQPMfkRsh348Z { top:19rem;left:17.1875rem;width:18.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB  { width:45.25rem;height:auto;top:33.1875rem;left:0rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB {display:block;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB { width:45.25rem;height:auto;top:33.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #amgyDMT9baILI3wXFHVvVpf6vpyTJNnh {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #rlRTAqtLI4yEKGTvPbrHlk5vnMSVlcvh {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #ClyUZGoJargAiloAKvCx5k9e4TRZOrFE {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #QmHiaA7TtDiKZrgICVA91GqKt5PTihGK {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #Fk0utVma57vAhXMWkM0e1XCdRuOodmSi {  }
 }@media only screen and (max-width: 763px) { #VzXBxtZAfLziPrZ06kc1mCvD7HTMRWyu { top:28rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG { display:block; }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB4peCulnAugMf23gmU7awxOILCJnltl { top:1.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af { display:block; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEQuVyul5LnXNxzNmxHdOOnUSP3r2zDi { top:78.3125rem;left:20.1875rem;width:27.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KShI31lNEsMarJnVQOIcf6DKTEeTgfSW { top:79.5rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR4GsDFLDRonCMseMZSRQVKo3C8f6CO0 { top:32.3125rem;left:25.875rem;width:21.875rem;height:14.209401709402rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZVG5EhoOPTe4UK9ANhvJ0mvt7KfXry { top:37.9375rem;left:11.5625rem;width:17.625rem;height:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g11wcPTTFi09fq0vFTnB59RsssKCxmcA { top:38.4375rem;left:0rem;width:26rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmfBQEabJsP1NMZTKcptmDc40IDnt4ii { width:15.5625rem;height:3rem;top:40.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWT2XTnA1ooO3gv4q2HAT98dSdqdNzpy { display:block; }
 }@media only screen and (max-width: 763px) { #JO5i4FIOQhX8qMWSZvL8lQQICeXA0vqS { top:37.3125rem;left:0.375rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbUS9dHGJ8Rkef1I5qKQeId3dGERfRUu { top:0.625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKalqdeJb8l3T6AUQmdmh47qzJRHd7UX { top:0rem;left:18.5625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDGCwPIH3yLt200G9xkV4SWEHEqqaoG8 { top:27.1875rem;left:1.6875rem;width:2.875rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKehedwJFpXstOnZ6c7mwFAsicAU0IWL { top:12.9375rem;left:0rem;width:18.5625rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmAecaEoNeTlgwSsSdXhS4DoPu54ndKv { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1GbEQRSaMfJmHh8Al0ixHgfpMCKWuM8 { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vi1RW9nd7xZa3KTF8xJ97f8L80MkdXfZ { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aw5IxM8T6f7SuwEJ0sWSWnflzxJHmXbS { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLnd46CKAUSNkQZieg5ws2cFPpRcstcM { top:0rem;left:28.6875rem;width:3.125rem;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Khnxpo7vHsOFV6UoVM7dzxpcV3Ing7eJ { top:0rem;left:44.625rem;width:3.125rem;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dOnTvtzhx3UoQPzfl08SqPwVrHGKf7Fx { top:6.875rem;left:30.75rem;width:17rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMagmRFUmZkJcR45sU1TkTOiDQRcf4IL { top:3.375rem;left:0rem;width:10rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbaNcZQqsrU8JLTas6ELs1kmJXZOWJt { top:3.4375rem;left:10.3125rem;width:15.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1GQt8Rptt3WfcBmA9gTErs2BGCc2Qc { top:3.0625rem;left:29.3125rem;width:9.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4zOULpA6vnZxnMMmZN0tIIdi3COLt8q { top:2.5625rem;left:38.125rem;width:9.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcs4T4DyX330MN7Ts4VPoSqqREXCRND5 { top:9.1875rem;left:0rem;width:8.8125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks68OgD3K7VRvIK2Gxp2TXDhLzATdGJ8 { top:9.4375rem;left:29.125rem;width:9.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8nI0CUQEId54W63REp3n0uNN5ibTBW6 { top:8.875rem;left:38.375rem;width:9.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoNnFZaBbpyEHQRTnkqNfxOEZGnJ67Jx { top:9.1875rem;left:13.75rem;width:8.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkxF4u0h1qMWosdyDCZMFX88HheOTdL2 { top:19.625rem;left:7.625rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwpSF7puKVfcR1kcQscIRuluQKNWCEPl { top:17.3125rem;left:29.75rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf { display:none; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pl2IHMSi4OJJXoBPAZJD4BgGDGvZhTFT { top:9.9375rem;left:8.0625rem;width:39.6875rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdfDhfr6pXZ3BubaSfBdIPStDCoyCkzx { display:none; }#TdfDhfr6pXZ3BubaSfBdIPStDCoyCkzx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IzFSmtKqhQymcw3Ggagdh4aqdpASmScs { top:19.375rem;left:21.3125rem;width:19.5rem;height:1.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-regular-label { width:36.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-text { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-text {padding-top: 0; padding-bottom: 0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-textarea { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-select { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-select {padding-top: 0; padding-bottom: 0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-button { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-checkbox-label { width:34.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru  { width:36.25rem;height:auto;top:32.4375rem;left:9rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .radio-container { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru {display:block;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru { width:36.25rem;height:auto;top:32.4375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #bTGzkvdH96zXAiXIV8aQ3dOKhLbtEqVn {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #PSLT61b28lHmhnJx0DQ49Hszgvb7heGI {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #mtFQMerSkDJKpVsNNJADOUg74hF8M2hx {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #J3OCND4HqfEU4ZAGiTpns8ZWJSPR9tra {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #iQrUfMF2kXgN153Xd8zySRrXNgA8bl3T {  }
 }@media only screen and (max-width: 763px) { #LISVsCUJwVEatPWhWbOml95ciRmPWTwB { display:block; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZgBAFObtnn5rkJS6w96KTNdQosLla87 { top:3.5625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { display:block; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbpP6Dt5aGoNSGMoWTCEkTDfU6y5FaWI { top:2rem;left:0.125rem;width:47.3125rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlDa2UevEhtLM4ruGxyaKIHrTp3foZRJ { top:7.0625rem;left:0.125rem;width:47.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWgnNBLwTxIbVGM4cF7K0qnLd4FudaS7 { width:17.5rem;height:3.4375rem;top:11.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJaTx4A9evRXQMdg4mx1HQ9W8MrWUZUW { display:block; }
 }@media only screen and (max-width: 763px) { #WgqASGCZrPTm5cadxT0Ph37nvCNzT0uC { width:17.5rem;height:3.4375rem;top:11.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dLNFkN7I09LA9nKdWdPfmzUG43G1mT { display:block; }
 }@media only screen and (max-width: 763px) { #gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ { display:block; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBuT1MXti2Dnr8VrSv0wQZhKWOzNPE4w { top:1.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9qzsmr4TmGxmDiZJiSaeV0ioIO8nrF { top:1rem;left:28.8125rem;width:18.9375rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:block; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { top:0.625rem;left:0rem;width:19.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { top:0.5625rem;left:7.0625rem;width:6.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.75rem;top:0.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { display:block; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:13.625rem;height:2.6875rem;top:1.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { top:0.5625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { top:2rem;left:0rem;width:26rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { display:none; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { width:13.81225rem;height:3.75rem;top:5.625rem;left:3.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKmmA133T6wUN19yJyuRiRfIGEsziIqu { width:4.0625rem;height:4.0625rem;top:10.625rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { width:9.812rem;height:2.1875rem;top:15.9375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block; }
 }@media only screen and (max-width: 763px) { #R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT { display:block; }#R6TO0QNHJqFuRHFMoTGXuN8FGIkMNmeT > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL0QUeKnodg4EUOEXhNQQQpFCyaz4nEZ { width:14.1875rem;height:6.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { background-color:rgba(0,0,0,0);background-image:none;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { width:20rem;height:5.4609375rem;top:12.722982406616rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { width:1.6870125rem;height:1.6870125rem;top:3.2965087890625rem;left:16.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { width:9.375rem;height:5.99935rem;top:48.499755859375rem;left:10.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { width:9.0625rem;height:1.04980625rem;top:10rem;left:7.3748779296875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { width:13.1875rem;height:0;top:38.4375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { width:15.5625rem;height:3rem;top:40.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block; }
 }@media only screen and (max-width: 763px) { #skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { width:4.0625rem;height:4.0625rem;top:37.3125rem;left:7.9375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { width:5.06185rem;height:4.8738625rem;top:0.625rem;left:7.4375rem;z-index:100059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { width:10.5rem;height:10.5rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK9wtrPC0sx4vTxrPOxIzaAhopz2hnIh { width:4.562175rem;height:0.9622375rem;top:5.9368896484375rem;left:1.99951171875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #DqRX8b3uHPqiA6mAxPFbqDVcwKxhe33T { width:18.6246875rem;height:;top:1.4886474609375rem;left:0.6866455078125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100003;color:#000000;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lH3gAfTzaE1XRXOrTAWGlZvQARil0UUB { width:2.374875rem;height:2.1875rem;top:15.245361328125rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #Zoc7xr43gOKrO7WZyNwsXfV6wAAHhyxI { width:2.374875rem;height:2.1875rem;top:17.749633789062rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100071;display:block; }
 }@media only screen and (max-width: 763px) { #TPm8EU8C0w5EvbFn2iTD1zJOA46Ti1KW { width:2.374875rem;height:2.1875rem;top:20.296020507812rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #Ayz3C7hmTdxxoCqqWHtv4fggxTinVVMF { width:2.374875rem;height:2.1875rem;top:22.796630859375rem;left:0.687255859375rem;font-size:1.5rem;z-index:100073;display:block; }
 }@media only screen and (max-width: 763px) { #KBxPi9Kme6a93bWIxleqHTeyaTsfdcSE { width:2.687375rem;height:2.6245125rem;top:25.608764648438rem;left:1.37451171875rem;font-size:1.8125rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #glZC4fqyvGJPntNrV9fqJwpgT3rDs49Z { width:2.6245125rem;height:2.6245125rem;top:25.513549804688rem;left:15.99853515625rem;font-size:1.8125rem;z-index:100076;display:block; }
 }@media only screen and (max-width: 763px) { #L9iIQNb6gy4lI8bELkmOMMhTawiQV1lB { width:17.06175rem;height:1.42448125rem;top:27.874389648438rem;left:1.4691162109375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100006;color:#fc560f;display:block; }
 }@media only screen and (max-width: 763px) { #qRVeta35V7VlHs5vgRn6akRvoPhgEunQ { width:20rem;height:10.4609375rem;top:55.748701501465rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBJWxmU9Zqxk65zJTCdAZ1aDKArmPHk { width:20rem;height:7.7988125rem;top:68.834639001463rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7zaCGgKSiJg0nQx7rFeQyr3lGtTG0o { width:20rem;height:29.0625rem;top:67.459639001463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container { background-color: transparent; background-image: none; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container > .video-iframe-container { display: none; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row > .video-iframe-container { display: none; }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .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); }#CxkanfoWy1S1bUKLP5ioBnmvKX4tEsv6 > .row .container { width:20rem;height:150.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msTp61dmzFPDvfmbyADsZUcdrQZwKNlt { width:20rem;height:5.4609375rem;top:12.722982406616rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SzyEePnOL4DN0sraUQWBlkutqLgfEZXq { width:1.6870125rem;height:1.6870125rem;top:3.2965087890625rem;left:16.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifz26MQkMftFWIV46kffJKuVObJFTrZn { width:9.375rem;height:5.99935rem;top:48.499755859375rem;left:10.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJvGuoLyB3DeWzeSv20SeEL5o6IovEbT { width:9.0625rem;height:1.04980625rem;top:10rem;left:7.3748779296875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #L1Ph9nphhOXAreR3E1qyBRmuQDbR7lTT { width:13.1875rem;height:0;top:38.4375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O53Af0Ae4QhwSypfENEIcvrJ3OTJpFEa { width:15.5625rem;height:3rem;top:40.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPlnpw6WfvwdSd1Qd7GfNg41TlUUpDsM { display:block; }
 }@media only screen and (max-width: 763px) { #DLzXToQ4ekC6tMZD5WoE4arTPZ4OudPA { width:4.0625rem;height:4.0625rem;top:37.3125rem;left:7.9375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jwrl2rpyEBHGE77hzvmQRU8XTkheFWJS { width:5.06185rem;height:4.8738625rem;top:0.625rem;left:7.4375rem;z-index:100059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CwaLdeaFQy4q8QpToJPAiRoxTTldKxTy { width:10.5rem;height:10.5rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHkQ8UXMTEqs1IoH2JxFqkTaTzQxntm8 { width:4.562175rem;height:0.9622375rem;top:5.9368896484375rem;left:1.99951171875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #uW2JySE5THKJNf6SbydCVbav0cPyrdXJ { width:18.6246875rem;height:;top:1.4886474609375rem;left:0.6866455078125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100003;color:#000000;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nTElsh7eTcwF9BbkgGlhugrvyIasbMl2 { width:2.374875rem;height:2.1875rem;top:15.245361328125rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #s8LlsiCdrwXMN8fmMNDx3EEKoXdXCNG5 { width:2.374875rem;height:2.1875rem;top:17.749633789062rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100071;display:block; }
 }@media only screen and (max-width: 763px) { #QnqMUTzVSIQFIhPxq1sPmBD2wdgbDe0C { width:2.374875rem;height:2.1875rem;top:20.296020507812rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #fFiwJmsFt2DvlTmSf37LeKou8gTTc2x8 { width:2.374875rem;height:2.1875rem;top:22.796630859375rem;left:0.687255859375rem;font-size:1.5rem;z-index:100073;display:block; }
 }@media only screen and (max-width: 763px) { #TaXSaVprhsJ3QDzWfAzFeEvFDX1o7LP6 { width:2.687375rem;height:2.6245125rem;top:25.608764648438rem;left:1.37451171875rem;font-size:1.8125rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #HnmTaArQzNTIZhJTxOe7BnVPSUy8JBXd { width:2.6245125rem;height:2.6245125rem;top:25.513549804688rem;left:15.99853515625rem;font-size:1.8125rem;z-index:100076;display:block; }
 }@media only screen and (max-width: 763px) { #ZdaBUJQDLvD6c5rKDDgJfRvA054I51B4 { width:17.06175rem;height:1.42448125rem;top:27.874389648438rem;left:1.4691162109375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100006;color:#fc560f;display:block; }
 }@media only screen and (max-width: 763px) { #pmd8Ane7sGPiivZqM6LBXu1IXgUFedfq { width:20rem;height:5.19921875rem;top:55.748709130859rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSUgiFu4mtTsMTfG9Ace86atFLwTkRBW { width:20rem;height:2.5996125rem;top:62.197927880859rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNuoDo2zriG1NbyVgIQ0biTTgtGUpiFF { width:20rem;height:2.5996125rem;top:67.735040380856rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdEFNbwLi2iw2agyTCTScpL3GIpgFehT { width:8.375rem;height:2.5996125rem;top:71.584652880863rem;left:5.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0aBCaSepBZfONiEtyLylWCr4nuMTHP { width:20rem;height:2.5996125rem;top:77.121765380862rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrchC889eDrCJnWO0NZP9PZ7zbWaU2V1 { width:20rem;height:2.5996125rem;top:80.971377880863rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7sZ1z94Q8PKeI79loIlRphlmgPJFV66 { width:17.8125rem;height:2.5996125rem;top:86.508490380862rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l812VyBh3LnuH4GT4XFTP5UOFciHwTNH { width:18.0625rem;height:0.4375rem;top:66.047540380856rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZvsClX5KVNTS71QMtsNaoSQsOBSle6J { width:20rem;height:0.4375rem;top:75.434265380862rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8SzX6GrZDF9wDyxgHEQPMfkRsh348Z { width:18.0625rem;height:0.4375rem;top:84.820990380862rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB  { width:17.5rem;height:12.3125rem;top:90.358102880863rem;left:0rem; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB {display:block;}#ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB { width:17.5rem;height:12.3125rem;top:90.358102880863rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #amgyDMT9baILI3wXFHVvVpf6vpyTJNnh {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #rlRTAqtLI4yEKGTvPbrHlk5vnMSVlcvh {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #ClyUZGoJargAiloAKvCx5k9e4TRZOrFE {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #QmHiaA7TtDiKZrgICVA91GqKt5PTihGK {  }
 }@media only screen and (max-width: 763px) { #ltBwPxxQE6vNFb2vh0NuSIhfmuV2rEQB #Fk0utVma57vAhXMWkM0e1XCdRuOodmSi {  }
 }@media only screen and (max-width: 763px) { #VzXBxtZAfLziPrZ06kc1mCvD7HTMRWyu { width:20rem;height:18.19725rem;top:106.42060288086rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG { display:block; }#BS2KhaV14pyUgwS2RuJ14kB2mBAMRZCG > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB4peCulnAugMf23gmU7awxOILCJnltl { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af { background-color:rgba(0,0,0,0);background-image:none;display:block; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container { background-color: transparent; background-image: none; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container > .video-iframe-container { display: none; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row > .video-iframe-container { display: none; }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .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); }#WOH9IUSXTdTufDJCQXaT34Xpm3M2O1Af > .row .container { width:20rem;height:120.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEQuVyul5LnXNxzNmxHdOOnUSP3r2zDi { width:20rem;height:5.4609375rem;top:12.722982406616rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KShI31lNEsMarJnVQOIcf6DKTEeTgfSW { width:1.6870125rem;height:1.6870125rem;top:3.2965087890625rem;left:16.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR4GsDFLDRonCMseMZSRQVKo3C8f6CO0 { width:9.375rem;height:5.99935rem;top:48.499755859375rem;left:10.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZVG5EhoOPTe4UK9ANhvJ0mvt7KfXry { width:9.0625rem;height:1.04980625rem;top:10rem;left:7.3748779296875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g11wcPTTFi09fq0vFTnB59RsssKCxmcA { width:13.1875rem;height:0;top:38.4375rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fmfBQEabJsP1NMZTKcptmDc40IDnt4ii { width:15.5625rem;height:3rem;top:40.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWT2XTnA1ooO3gv4q2HAT98dSdqdNzpy { display:block; }
 }@media only screen and (max-width: 763px) { #JO5i4FIOQhX8qMWSZvL8lQQICeXA0vqS { width:4.0625rem;height:4.0625rem;top:37.3125rem;left:7.9375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbUS9dHGJ8Rkef1I5qKQeId3dGERfRUu { width:5.06185rem;height:4.8738625rem;top:0.625rem;left:7.4375rem;z-index:100059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vKalqdeJb8l3T6AUQmdmh47qzJRHd7UX { width:10.5rem;height:10.5rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDGCwPIH3yLt200G9xkV4SWEHEqqaoG8 { width:4.562175rem;height:0.9622375rem;top:5.9368896484375rem;left:1.99951171875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #OKehedwJFpXstOnZ6c7mwFAsicAU0IWL { width:18.6246875rem;height:;top:1.4886474609375rem;left:0.6866455078125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100003;color:#000000;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zmAecaEoNeTlgwSsSdXhS4DoPu54ndKv { width:2.374875rem;height:2.1875rem;top:15.245361328125rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #L1GbEQRSaMfJmHh8Al0ixHgfpMCKWuM8 { width:2.374875rem;height:2.1875rem;top:17.749633789062rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100071;display:block; }
 }@media only screen and (max-width: 763px) { #Vi1RW9nd7xZa3KTF8xJ97f8L80MkdXfZ { width:2.374875rem;height:2.1875rem;top:20.296020507812rem;left:0.6866455078125rem;font-size:1.5rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #aw5IxM8T6f7SuwEJ0sWSWnflzxJHmXbS { width:2.374875rem;height:2.1875rem;top:22.796630859375rem;left:0.687255859375rem;font-size:1.5rem;z-index:100073;display:block; }
 }@media only screen and (max-width: 763px) { #SLnd46CKAUSNkQZieg5ws2cFPpRcstcM { width:2.687375rem;height:2.6245125rem;top:25.608764648438rem;left:1.37451171875rem;font-size:1.8125rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #Khnxpo7vHsOFV6UoVM7dzxpcV3Ing7eJ { width:2.6245125rem;height:2.6245125rem;top:25.513549804688rem;left:15.99853515625rem;font-size:1.8125rem;z-index:100076;display:block; }
 }@media only screen and (max-width: 763px) { #dOnTvtzhx3UoQPzfl08SqPwVrHGKf7Fx { width:17.06175rem;height:1.42448125rem;top:27.874389648438rem;left:1.4691162109375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100006;color:#fc560f;display:block; }
 }@media only screen and (max-width: 763px) { #PMagmRFUmZkJcR45sU1TkTOiDQRcf4IL { width:10rem;height:2.5625rem;top:55.748709130859rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbaNcZQqsrU8JLTas6ELs1kmJXZOWJt { width:15.5625rem;height:2.8125rem;top:59.561209130859rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1GQt8Rptt3WfcBmA9gTErs2BGCc2Qc { width:9.0625rem;height:3.125rem;top:63.623709130856rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4zOULpA6vnZxnMMmZN0tIIdi3COLt8q { width:9.625rem;height:3.4375rem;top:67.998709130856rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcs4T4DyX330MN7Ts4VPoSqqREXCRND5 { width:8.8125rem;height:5.25rem;top:72.686209130856rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks68OgD3K7VRvIK2Gxp2TXDhLzATdGJ8 { width:9.4375rem;height:4.8125rem;top:85.748709130856rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8nI0CUQEId54W63REp3n0uNN5ibTBW6 { width:9.375rem;height:5.9375rem;top:91.811209130856rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoNnFZaBbpyEHQRTnkqNfxOEZGnJ67Jx { width:8.6875rem;height:5.3125rem;top:79.186209130856rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkxF4u0h1qMWosdyDCZMFX88HheOTdL2 { width:10.5625rem;height:2.1875rem;top:98.998709130856rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwpSF7puKVfcR1kcQscIRuluQKNWCEPl { width:10.375rem;height:4.5625rem;top:102.43620913086rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf { background-color:#fc560f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row .container { background-color: transparent; background-image: none; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row .container > .video-iframe-container { display: none; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row > .video-iframe-container { display: none; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .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); }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row .container { border-width: 0; border-radius: 0; }#tvJULk7gFI08w7CwvpmQ64Qo4hgGH7lf > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pl2IHMSi4OJJXoBPAZJD4BgGDGvZhTFT { width:19.24925rem;height:2.4622375rem;top:0.8001708984375rem;left:0.3753662109375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #TdfDhfr6pXZ3BubaSfBdIPStDCoyCkzx { display:block; }#TdfDhfr6pXZ3BubaSfBdIPStDCoyCkzx > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzFSmtKqhQymcw3Ggagdh4aqdpASmScs { width:16.437375rem;height:1.19995rem;top:1.3385009765625rem;left:1.529541015625rem;font-size:0.75rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-text {padding-top: 0; padding-bottom: 0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-select {padding-top: 0; padding-bottom: 0;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#00e111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru  { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iobEZzyR3qqXNeFU79BhgV67RiDLAxru {display:block;}#iobEZzyR3qqXNeFU79BhgV67RiDLAxru { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #bTGzkvdH96zXAiXIV8aQ3dOKhLbtEqVn {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #PSLT61b28lHmhnJx0DQ49Hszgvb7heGI {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #mtFQMerSkDJKpVsNNJADOUg74hF8M2hx {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #J3OCND4HqfEU4ZAGiTpns8ZWJSPR9tra {  }
 }@media only screen and (max-width: 763px) { #iobEZzyR3qqXNeFU79BhgV67RiDLAxru #iQrUfMF2kXgN153Xd8zySRrXNgA8bl3T {  }
 }@media only screen and (max-width: 763px) { #LISVsCUJwVEatPWhWbOml95ciRmPWTwB { display:none; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { width:20rem;height:99.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZgBAFObtnn5rkJS6w96KTNdQosLla87 { width:4.375rem;height:4.375rem;top:2.099609375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { display:none; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fbpP6Dt5aGoNSGMoWTCEkTDfU6y5FaWI { width:20rem;height:5.70068125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MlDa2UevEhtLM4ruGxyaKIHrTp3foZRJ { width:20rem;height:4.0484625rem;top:8.248291015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kWgnNBLwTxIbVGM4cF7K0qnLd4FudaS7 { width:17.5rem;height:3.4375rem;top:14.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJaTx4A9evRXQMdg4mx1HQ9W8MrWUZUW { display:block; }
 }@media only screen and (max-width: 763px) { #WgqASGCZrPTm5cadxT0Ph37nvCNzT0uC { width:17.5rem;height:3.4375rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dLNFkN7I09LA9nKdWdPfmzUG43G1mT { display:block; }
 }@media only screen and (max-width: 763px) { #gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ { position:relative;z-index:auto;display:block; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBuT1MXti2Dnr8VrSv0wQZhKWOzNPE4w { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9qzsmr4TmGxmDiZJiSaeV0ioIO8nrF { width:20rem;height:1.1875rem;top:6.0620125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { width:19.7485rem;height:1.21948125rem;top:1.25rem;left:0.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { width:6.5625rem;height:1.31225625rem;top:3.719075rem;left:6.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.74926875rem;top:6.343425rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:relative;z-index:auto;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:7.75rem;height:1.8125rem;top:8.5rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { width:3.25rem;height:3.25rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { width:8.6875rem;height:1.5rem;top:5.75rem;left:5.625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }