.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wt36leEs/TRUTH_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;overflow:visible;position:relative;display:block; }#akoI6qUKQdnroTqvxSi2ebSqeqOJLI4t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:9.4375rem;top:2.875rem;left:2.5rem;overflow:hidden;display:block; }
#cQIXVqMq3MTTNKhsCkRKdGnZzQ3bT8EQ { color:#ffffff;display:block;width:54rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.375rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mAg9NNfftn8vhv55lSc5aPH8H1Bl32kO { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.375rem;height:12.1875rem;font-style:normal;display:block; }
#nXpgImTkgNgRDpW9W8WqwMWiT5RRZxCQ { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.375rem;height:4.0625rem;font-style:italic;display:block; }
#e8BCfqNOQvAMAbBeTuF6eJDa16TvK0Ms { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:38.875rem;left:1.1875rem;height:4.0625rem;font-style:italic;display:block; }
#c9EXgIpL9IofsvmZPt6OJ59tmsztbq41 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.875rem;left:3.6875rem;height:2.03125rem;font-style:italic;display:block; }
#uDE16WSrTph9TaHoITc0k0EE3F1l8CPR { background-color:transparent;background-image: -webkit-linear-gradient(123deg, #cda434, #dfbe67);background-image: -moz-linear-gradient(123deg, #cda434, #dfbe67);background-image: -ms-linear-gradient(123deg, #cda434, #dfbe67);background-image: -o-linear-gradient(123deg, #cda434, #dfbe67);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#dfbe67' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#dfbe67' );";background-image: linear-gradient(123deg, #cda434, #dfbe67);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.4375rem;left:1.375rem;display:block; }
#eybA6tBCwqqZ0all8UWFL3Mg90gX3MTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epx0mNNoTRxHoBokIGR26M6n7PTxb6Q7 { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:4.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.375rem;left:6.375rem;height:5.5244125rem;font-style:italic;display:block; }
#T0faCVgffQ2EL3hA4hbFl5eRim8d2KTk { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.5rem;left:1.375rem;height:2.03125rem;font-style:italic;display:block; }
#yDsQ5kr6iqIGQgDhXwEWDaXSqkksxuc5 { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.1875rem;left:14.1875rem;height:1.625rem;font-style:italic;display:block; }
#kaqK2UooIfOGA6plglFuM52POwHOJB7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row .container { background-color: transparent; background-image: none; }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row .container > .video-iframe-container { display: none; }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row > .video-iframe-container { display: none; }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .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); }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row .container { border-width: 0; border-radius: 0; }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row > .video-iframe-container {  }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#xpaiyJHBULdVSkLPusxSvZVXQkStdkG0 { color:#ffffff;display:block;width:72.1875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:1.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#txD909rcpGr1Qc1av4MK6kHR9pDhznZE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:4.8125rem;top:16.8125rem;left:8.6875rem;overflow:hidden;display:block; }
#PqHGI5SJCIvLKZd4JHupbNF0MxqAREpW { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:14.6191125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMitDrvfMSF2r8mlGLbuJbJM1erWTDXZ { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.125rem;left:27.375rem;height:16.081075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alMcA0cToBJp1pwR1TUi2TFdxhNrcdnS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:4.8125rem;top:16.8125rem;left:36.0625rem;overflow:hidden;display:block; }
#NXQyQdLxRyHdAeKM1dieDiPTHMgk7ZuF { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.3125rem;left:53.375rem;height:11.695325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHPKodBugDvNyLeTT2OF6ZMAN7QT1Sly { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.8125rem;top:17.25rem;left:61.8125rem;overflow:hidden;display:block; }
#suOXpq3IOldounoogy3eJxrfxyaL2OPi { background-color:transparent;background-image: -webkit-linear-gradient(201deg, #cda434, #d7b250);background-image: -moz-linear-gradient(201deg, #cda434, #d7b250);background-image: -ms-linear-gradient(201deg, #cda434, #d7b250);background-image: -o-linear-gradient(201deg, #cda434, #d7b250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#d7b250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#d7b250' );";background-image: linear-gradient(201deg, #cda434, #d7b250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.9375rem;left:26.3125rem;display:block; }
#TstfTaIDiLJ5yrMiBXsc0FNggxpb4MA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9I66zgMJqxLsXncZxdotXER8dku9Hqr { position:relative;display:block; }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr { background-color: transparent; background-image: none; }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .row .container > .video-iframe-container { display: none; }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .row > .video-iframe-container { display: none; }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .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); }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr { border-width: 0; border-radius: 0; }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .row .container > .video-iframe-container {  }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .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:94rem;width:75rem;position:relative;display:block; }#cPs5JyV6X8eb73DVsDCQ9HgrqD6394cT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.9375rem;width:39.3125rem;top:0rem;left:-3.2111111111111rem;overflow:hidden;display:block; }
#eWyAzQwOgqf4mqMA9vOLvVaKL3tv3ohr { color:#35302c;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:39.75rem;height:4.2246125rem;font-style:italic;display:block; }
#HI3MClAU4ugJHSQhHGXXf2F88zcSgNtV { color:#35302c;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:39.75rem;height:2.4375rem;font-style:normal;display:block; }
#WZQyIa5BxZ1d7slPd7yr6RNHf6cw1I3m { color:#35302c;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:39.75rem;height:27.77635625rem;font-style:normal;display:block; }
#wHQg4hT7H2tbzVRk6VoEZdRZ9AW13N8T { color:#35302c;display:block;width:33.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.3125rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#xA7k9oOfxG3oTsGPAkAqNWDl1RFaO7Da { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.875rem;width:39.3125rem;top:48.125rem;left:37.5rem;overflow:hidden;display:block; }
#nIxbo6LKQyxmBPL75DPecC0eFhM3QgAi { color:#35302c;display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:53.029296875rem;left:0rem;height:38.00975rem;font-style:normal;display:block; }
#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #2a1600);background-image: -moz-linear-gradient(180deg, #000000, #2a1600);background-image: -ms-linear-gradient(180deg, #000000, #2a1600);background-image: -o-linear-gradient(180deg, #000000, #2a1600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a1600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a1600' );";background-image: linear-gradient(180deg, #000000, #2a1600);background-size:auto !important;position:relative;display:block; }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row .container { background-color: transparent; background-image: none; }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row .container > .video-iframe-container { display: none; }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row > .video-iframe-container { display: none; }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .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); }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row .container { border-width: 0; border-radius: 0; }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row > .video-iframe-container {  }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row .container { font-size:0.875rem;font-family:arial;height:118.4375rem;width:75rem;position:relative;display:block; }#WVVWZnXytQ3cKkGgfdskXtSbIF7kkpXc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:15.3125rem;top:10.0625rem;left:29.84375rem;overflow:hidden;display:block; }
#rdfa6QBCuyfvizAwmvzydw6TngHXdrn5 { position:absolute;display:block;z-index:14999;background-color:#cda434;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:21.75rem;width:71.5625rem;top:17.5rem;left:1.71875rem;display:block; }
#wSeG5qBh5r8R9DUrzzZlkuR1VCoZM8rO { position:absolute;display:block;z-index:14998;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.0625rem solid #cda434;border-left:0.0625rem solid #cda434;border-right:0.0625rem solid #cda434;border-bottom:0.0625rem solid #cda434;height:46.6875rem;width:65.5625rem;top:13.9375rem;left:4.65625rem;display:block; }
#UmneKJ7JXxCqSl0bL27rBri7AkvzfTNl { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:18.5625rem;height:4.2246125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KhwS0CwGU3qec2qgp17fZpPJ0QmPSJ9F { color:#35302c;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.5rem;left:13.4375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRZN8grWZzRF7X6nvsEMwGceJ4F4BJ6F { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:77.875rem;left:13.4375rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOnmT60BzUBpVBCQ4ziSwc49h1TT5R2I { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:87.5rem;left:13.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UMUBMZF17xWpwT62F2wzJOodccpgl07T { color:#cda434;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:84.4375rem;left:13.4375rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pHJ5BLx7cBHBbNRERC19sVE2MAeJvyOV { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:87.4375rem;left:32.6875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q6IrMb175ODWR02X7T96V4AzB1MyioCA { color:#cda434;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:84.375rem;left:32.6875rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H64G4f0EPRchGEmKWN2xEhJ5lmc688pG { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:87.4375rem;left:51.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQDNXI0SAIfrwBdCr1BmbmO5Hf9tlyrm { color:#cda434;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:84.375rem;left:51.0625rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCWzlWit4oTK1mysx18rxGSA0XLRzIeS { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:105.75rem;left:13.4375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IIbOr30yX7FMryMKfoKLK4sQGiLZFeHn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cda434, #ecc865);background-image: -moz-linear-gradient(180deg, #cda434, #ecc865);background-image: -ms-linear-gradient(180deg, #cda434, #ecc865);background-image: -o-linear-gradient(180deg, #cda434, #ecc865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#ecc865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#ecc865' );";background-image: linear-gradient(180deg, #cda434, #ecc865);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:110.0625rem;left:22.5rem;display:block; }
#SxBuzr7DgLPUorGis9CivSOIhXhym9ao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KsAriutz8oxPodchqO4H7SX9PEcZgiex { position:absolute;display:block;z-index:15016;background-color:#000000;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:1.4375rem;width:17rem;top:13.6875rem;left:29rem;display:block; }
#NuhMF5IInPCsxofAPGEXa3cT5vbdewzi { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:96.0625rem;left:42.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XmpWVty4V658mWEArHKgCAWqMdPsv5O0 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:96.125rem;left:23.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wS3qhMAuJvAlqkWAuWPqKFcktT1qtRzU { color:#cda434;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:93rem;left:42.875rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#thzGlv85RIOpqzGWqs23aIErEBR74xhF { color:#cda434;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:93.0625rem;left:23.625rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VfOP2EPvsWx8Txx5xyxnBOCdRALTn4sl { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:51.1875rem;top:43.3125rem;left:11.90625rem;display:block; }
#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a1600, #000000);background-image: -moz-linear-gradient(180deg, #2a1600, #000000);background-image: -ms-linear-gradient(180deg, #2a1600, #000000);background-image: -o-linear-gradient(180deg, #2a1600, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a1600', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a1600', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2a1600, #000000);background-size:auto !important;position:relative;display:block; }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row .container { background-color: transparent; background-image: none; }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row .container > .video-iframe-container { display: none; }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row > .video-iframe-container { display: none; }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .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); }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row .container { border-width: 0; border-radius: 0; }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row > .video-iframe-container {  }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row .container { font-size:0.875rem;font-family:arial;height:110.8125rem;width:75rem;position:relative;display:block; }#Mb0Eq5ki3Nc1Hg5TV9buGGLrJXrJmaue { color:#ffffff;display:block;width:55.0625rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:9.96875rem;height:4.2246125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RHOTthDBEAtDJ0tN1EKrqsOcCBhez1kP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5625rem;width:34.0625rem;top:12.0625rem;left:0rem;overflow:hidden;display:block; }
#fTEWnEUKuTXt4ddcTaqqFVio1qf95omg { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:37.5625rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWWagOrcCGN0pQcuTfCGqEiUTDsmLuaN { color:#ffffff;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.375rem;left:37.5625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQDnqTWOX5VvJPLFT8vBuND2nT1UkrVZ { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.0625rem;left:37.5625rem;height:8.77148125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXoypzO9xvVZWgeiO1Ozd6OeeHqzvcNe { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:48.0625rem;left:3.5625rem;height:10.23339375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgHa0TifzkJL4zTloTusVxJVUDhRNQzz { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.375rem;left:3.5625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#csL1t4eMV6sFF35TLAc46eb5LLSEDnCE { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.9375rem;left:3.5625rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G6LnimvkQl8q2v0Si6kBM5g7xEGbxkLQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5625rem;width:34.0625rem;top:37.8037109375rem;left:40.9375rem;overflow:hidden;display:block; }
#vNzJWX5aSH2NtwOJIPisTViPGAnahPuw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.6875rem;width:34.0625rem;top:64.8125rem;left:0rem;overflow:hidden;display:block; }
#vU3Hc6BiHEdZvsq0LUCsOEl4Kdn7s2Gn { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:67.1875rem;left:37.5625rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#spaqUaJQXbflMz3q3lxHCEnurPtGJ50f { color:#ffffff;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:65rem;left:37.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xv5avzMx6ZwtPKTgCpbJAJ7AHREbEpRX { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:76.3125rem;left:37.5625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pAlr2iuCVmgFxGXTl9MW3ADaa3zmVEka { color:#ffffff;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:74.125rem;left:37.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pxp6lsNAafUEIxZ0ExTsbPPlHShiwuQI { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:82.8125rem;left:37.5625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AIkNfW9u8MTXTKBGWDiqvvhLibe6uTUL { color:#ffffff;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:80.625rem;left:37.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cdi9QXVFr1ddxgBPatWCG9tWxPeC5omf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:94.4375rem;left:0rem;height:3.0869125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XKUwkVNptTx35uXbDEoQf8QUmiqaGTi2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cda434, #ecc865);background-image: -moz-linear-gradient(180deg, #cda434, #ecc865);background-image: -ms-linear-gradient(180deg, #cda434, #ecc865);background-image: -o-linear-gradient(180deg, #cda434, #ecc865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#ecc865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#ecc865' );";background-image: linear-gradient(180deg, #cda434, #ecc865);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:100.0625rem;left:22.46875rem;display:block; }
#Of9v3lwkE5pnpBhHt1h6nTF91VxEzLTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ { position:relative;display:block; }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ { background-color: transparent; background-image: none; }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .row .container > .video-iframe-container { display: none; }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .row > .video-iframe-container { display: none; }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .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); }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ { border-width: 0; border-radius: 0; }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .row .container > .video-iframe-container {  }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .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:114.6875rem;width:75rem;position:relative;display:block; }#mKybAWpTo2T4oASa77xf5PNa1MVfFFiS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:38.5rem;top:13.9375rem;left:0rem;overflow:hidden;display:block; }
#B3md0FM3a4UCbiNmkkA2h3OkgUWGQ24t { color:#35302c;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:15.84375rem;height:4.2246125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DaqPCQch0l07JJtpe0xSVl4pnv23dcK3 { position:absolute;display:block;z-index:15007;background-color:#35302c;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.0625rem;width:18.75rem;top:9.5rem;left:28.125rem;display:block; }
#ZFUqKZ8s2bBrmVfZxwANd5ZmBZ7tbK9R { color:#35302c;display:block;width:33.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0224609375rem;left:41.4375rem;height:23.3906125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOJyyinowP3TOMzRL26vPsJfwMyXD1wS { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:42.5625rem;left:1.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVBXtyCHtR56CoHnw5FCEsa5oCkb8vaW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:49.75rem;left:5.875rem;overflow:hidden;display:block; }
#hzPpZG9GlALwLoap6dcmSNBE40MTC4Mo { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:54.5625rem;left:0rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Koai42RvoltmTEm9i0oASG9hByHo5FIr { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:54.5625rem;left:15.0625rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIVtzZvMRBq0vTJfPn5Ivc1KTmb6RFfC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:49.75rem;left:20.5rem;overflow:hidden;display:block; }
#a6FSTMPJToGeJbXxUZGxH7xRu1V2Cr5T { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:54.5625rem;left:30.375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdhBTOqp7uTIL2HLf94E9XVM4lNpbxNC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.4375rem;top:49.75rem;left:35.8125rem;overflow:hidden;display:block; }
#Q7birzvbUnn4iMgRHTrZOBb938ANOXp3 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:54.5625rem;left:45.5625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCGBgUVLIovkrAbMiNlFDI1xzz3gUcGx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.4375rem;top:49.8125rem;left:51rem;overflow:hidden;display:block; }
#WOLWEknKLyD80iUmyn7Ng3OTF5AAmD4L { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:54.5625rem;left:60.75rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vnem40LL1ksIe3529e215uHrIEuR7QpD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3.4375rem;top:50rem;left:66.4375rem;overflow:hidden;display:block; }
#x7w6nCpE3EycVcJBsg0Low7f5QenDyUW { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:67.25rem;left:1.40625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpneD5KyolCk4zlFERqwn3fISQZX2zVN { color:#35302c;display:block;width:63rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:72.3125rem;left:6rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBU7QEXpwDLCZXAQcrTi3VPlIM30wg94 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.5625rem;width:50.9375rem;top:77.5625rem;left:12.03125rem;display:block; }
#Bi2cUtfOFx0FJrGUCGLJ10m69nxGd0pC { position:absolute;display:block;z-index:14997;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.0625rem solid #cda434;border-left:0.0625rem solid #cda434;border-right:0.0625rem solid #cda434;border-bottom:0.0625rem solid #cda434;height:39.8125rem;width:65.5625rem;top:69.125rem;left:4.65625rem;display:block; }
#uwAx1FvcTfL1vTflrgTz1TkLS0otLtzf { position:absolute;display:block;z-index:14998;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:2.5rem;width:37rem;top:67.421875rem;left:19rem;display:block; }
#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,16,0,0.52);background-image:url("https://images.assets-landingi.com/SyLMWpNn/sfondo_truth.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM.adaptive-delivery-prevent-bg, #cJGirmycSrMC4DWk15tnKNyIEW6dNsZM.lazyload, #cJGirmycSrMC4DWk15tnKNyIEW6dNsZM.lazyloading { background-image: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container { background-color: transparent; background-image: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container > .video-iframe-container { display: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row > .video-iframe-container { display: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .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); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container { border-width: 0; border-radius: 0; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row > .video-iframe-container {  }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-form-header {  }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:#ffffff;width:25.5625rem;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;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.3) ; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0.3125rem rgba(255,255,255,0.3) ; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .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:25.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .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; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-button { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:transparent;background-image: -webkit-linear-gradient(228deg, #cda434, #f1c044);background-image: -moz-linear-gradient(228deg, #cda434, #f1c044);background-image: -ms-linear-gradient(228deg, #cda434, #f1c044);background-image: -o-linear-gradient(228deg, #cda434, #f1c044);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#f1c044' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda434', endColorstr='#f1c044' );";background-image: linear-gradient(228deg, #cda434, #f1c044);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;font-style:normal; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT [class*="-text"]:-moz-placeholder { color:#9b4a4a;font-family:"open sans";font-size:0.875rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT [class*="-text"]::-moz-placeholder { color:#9b4a4a;font-family:"open sans";font-size:0.875rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT [class*="-text"]:-ms-input-placeholder { color:#9b4a4a;font-family:"open sans";font-size:0.875rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT [class*="-text"]::-webkit-input-placeholder { color:#9b4a4a;font-family:"open sans";font-size:0.875rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .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:24.1875rem;overflow:hidden;font-style:normal; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .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; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-container:first-of-type{padding-top:0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-container:last-of-type{padding-bottom:0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:16.5625rem;left:43.25rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5625rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .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; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT {display:block;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:16.5625rem;left:43.25rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #nzKMB7BNua0QEBQixR61AprbT5M4h92i { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #BsmJ02FAWOlWL4Q3ZfUwEmizv2xkOQxM { position:relative;display:block; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #CzciCRTF0WxoGkBc27lI3Qy5nyT6pQ1e { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #UJiZvTMCFFZfFhwnZyUFDoWqLrrNpecR { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #oogudXWz1iuyPEPDTm7uchSmAB6xgXiv { position:relative;display:block; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #We2950Va0HTcAFqNlEuEDfW6n3VhvU2Q { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #WFpVEtdPAcq5l3H8eMhTzKb13uFD2NBN { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #wo6WI5WzqvCdFuPMs2h9JiUz0P1dmfAK { position:relative;display:block; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #WKSnAZrVo94oEfbSLnFgGTuoLp8MPE9b { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #QLc1tCu2pfZ3ZCIuz93ikVhgsvsB9JiP { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #QLc1tCu2pfZ3ZCIuz93ikVhgsvsB9JiP .container-column{width:50%;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #Xq4HauQJPS2WdLpu306gnbnthPFZNqC7 { position:relative;display:block; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #GbnMlgfonZhkcmMP7v4hPGtGxlkDSHF9 { position:relative;z-index:2; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #FTlz6nKBxIPVObzJZ3DInQyvdSpdBFyh { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #aewzn4TD820DS2FGlmtHpH3SHNHsXhgI { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #aewzn4TD820DS2FGlmtHpH3SHNHsXhgI .container-column{width:50%;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #DNBZUMBVpIemmQGd1U1t1zWWQQxp4rEW { position:relative;display:block; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #c7nio1sLy5rGhN6cc1wQXtqO8zuPQZib { position:relative;z-index:2; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #TElkt87PZ7Xb9Ve3bo3mdybno4T91dzz { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #DKEGAxktsfc2LmHo82bgqGSCTeXrLs1J { position:relative;z-index:2; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #oHzTfoNN8S9DHHT4ECkgrcqKXzWsukaR { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #z33EXKoGet1ioZfcZgKL6eFZbVmQZEcV { position:relative; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #nuuKNGGyFCtmX3KcalhgkovHyAICSF9M { position:relative; }
#TR6WJuIixnKC1ciRNbm90T37kTw1PVWT { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.625rem;left:44.4375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ab2vQzFUwJSPgV8aHn4hx1JvoLoGfIvG { color:#cda434;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:4rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qtPd8GlT1VDEx5qqbWOmOsXmO6d6pDxG { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:2.5;letter-spacing:0;top:28.625rem;left:4rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yW99dEXvL0CSyIqdxo96N7kzdvkvJ0MJ { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.25rem;left:4rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sy8flx3DIVrk7Jk1uUFOnTe1wIRXhZ3O { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.8125rem;left:4rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V30LBe4qMSX2znDuqXS3g5NSmZv01TRD { color:#cda434;display:block;width:4.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:36.0625rem;left:8.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Llxo6FfHgOx6bHSmko35TgRpg9XVqfPU { color:#cda434;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:4.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:34.25rem;left:10rem;height:5.5244125rem;font-style:italic;display:block; }
#V1OVcVp5XJy9TmJ92Iiy0wMC6fqVzPHF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:18.75rem;top:34.0625rem;left:21.125rem;overflow:hidden;display:block; }
#erLZ2WOzwT2TEdH7qflTFJJLmwQ2OnHc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;display:none; }
#rcprOmm8dTHd7wEDAwWBATpKKIxVl5pv { position:absolute;display:block;z-index:14999;background-color:rgba(14,7,0,0.72);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:40.25rem;width:75rem;top:7.125rem;left:0rem;display:block; }
#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row .container { background-color: transparent; background-image: none; }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row .container > .video-iframe-container { display: none; }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row > .video-iframe-container { display: none; }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .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); }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row .container { border-width: 0; border-radius: 0; }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row > .video-iframe-container {  }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#okw2MZsoIeS5g4A0hmTmHRR7bodUrTVo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:10.9375rem;top:4.1806640625rem;left:6.154296875rem;overflow:hidden;display:block; }
#nQXFBPyzpq2PvN45ZuTZSwelSWKC1Xaf { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.8125rem;left:24.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yvm5ZOsoVcca1L3kdXDQE9nbvbQoWdgr { color:#000000;display:block;width:25.2495625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.875rem;left:24.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wWqLM9DO50buunzGaASHZt4a3pTt8zfU { color:#000000;display:block;width:17.9373125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.375rem;left:24.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TawtxaXzT3N6XkUadTpo14LgDJTKU8rk { color:#000000;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8125rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kcxGSLXQikFqtvtPx10Ptg44Dm26IvLm { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#oyZEPNQSe1oKcmX7HhbW3KOCaJx0dpd1 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row .container { background-color: transparent; background-image: none; }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row .container > .video-iframe-container { display: none; }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row > .video-iframe-container { display: none; }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .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); }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row .container { border-width: 0; border-radius: 0; }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row > .video-iframe-container {  }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akoI6qUKQdnroTqvxSi2ebSqeqOJLI4t { top:2.875rem;left:0rem;width:9.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQIXVqMq3MTTNKhsCkRKdGnZzQ3bT8EQ { top:8.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAg9NNfftn8vhv55lSc5aPH8H1Bl32kO { top:12.9375rem;left:0rem;width:41.75rem;height:12.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXpgImTkgNgRDpW9W8WqwMWiT5RRZxCQ { top:28.875rem;left:0rem;width:35.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8BCfqNOQvAMAbBeTuF6eJDa16TvK0Ms { top:38.875rem;left:0rem;width:3.25rem;height:4.0625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9EXgIpL9IofsvmZPt6OJ59tmsztbq41 { top:39.875rem;left:0rem;width:17.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDE16WSrTph9TaHoITc0k0EE3F1l8CPR { width:20.375rem;height:2.8125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eybA6tBCwqqZ0all8UWFL3Mg90gX3MTQ { display:block; }
 }@media only screen and (max-width: 763px) { #epx0mNNoTRxHoBokIGR26M6n7PTxb6Q7 { top:33.375rem;left:0rem;width:9.6875rem;height:5.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0faCVgffQ2EL3hA4hbFl5eRim8d2KTk { top:35.5rem;left:0rem;width:5.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDsQ5kr6iqIGQgDhXwEWDaXSqkksxuc5 { top:36.1875rem;left:0.5625rem;width:5.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaqK2UooIfOGA6plglFuM52POwHOJB7Z { display:block; }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpaiyJHBULdVSkLPusxSvZVXQkStdkG0 { top:7.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txD909rcpGr1Qc1av4MK6kHR9pDhznZE { top:16.8125rem;left:0rem;width:4.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHGI5SJCIvLKZd4JHupbNF0MxqAREpW { top:24.3125rem;left:0rem;width:22.5625rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMitDrvfMSF2r8mlGLbuJbJM1erWTDXZ { top:24.125rem;left:13.75rem;width:22.1875rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alMcA0cToBJp1pwR1TUi2TFdxhNrcdnS { top:16.8125rem;left:22.4375rem;width:4.8125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXQyQdLxRyHdAeKM1dieDiPTHMgk7ZuF { top:24.3125rem;left:26.125rem;width:21.625rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHPKodBugDvNyLeTT2OF6ZMAN7QT1Sly { top:17.25rem;left:42.9375rem;width:4.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suOXpq3IOldounoogy3eJxrfxyaL2OPi { width:22.375rem;height:2.8125rem;top:44.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TstfTaIDiLJ5yrMiBXsc0FNggxpb4MA2 { display:block; }
 }@media only screen and (max-width: 763px) { #H9I66zgMJqxLsXncZxdotXER8dku9Hqr { display:block; }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPs5JyV6X8eb73DVsDCQ9HgrqD6394cT { top:0rem;left:0rem;width:39.3125rem;height:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWyAzQwOgqf4mqMA9vOLvVaKL3tv3ohr { top:6rem;left:24.375rem;width:23.375rem;height:4.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI3MClAU4ugJHSQhHGXXf2F88zcSgNtV { top:3.9375rem;left:23.8125rem;width:23.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZQyIa5BxZ1d7slPd7yr6RNHf6cw1I3m { top:12.75rem;left:13.6875rem;width:34.0625rem;height:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHQg4hT7H2tbzVRk6VoEZdRZ9AW13N8T { top:49.3125rem;left:0rem;width:33.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA7k9oOfxG3oTsGPAkAqNWDl1RFaO7Da { top:48.125rem;left:8.4375rem;width:39.3125rem;height:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIxbo6LKQyxmBPL75DPecC0eFhM3QgAi { top:53rem;left:0rem;width:35.125rem;height:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s { display:block; }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVVWZnXytQ3cKkGgfdskXtSbIF7kkpXc { top:10.0625rem;left:16.21875rem;width:15.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdfa6QBCuyfvizAwmvzydw6TngHXdrn5 { top:17.5rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSeG5qBh5r8R9DUrzzZlkuR1VCoZM8rO { top:13.9375rem;left:0rem;width:47.625rem;height:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmneKJ7JXxCqSl0bL27rBri7AkvzfTNl { top:21.5625rem;left:4.9375rem;width:37.9375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhwS0CwGU3qec2qgp17fZpPJ0QmPSJ9F { top:27.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRZN8grWZzRF7X6nvsEMwGceJ4F4BJ6F { top:77.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOnmT60BzUBpVBCQ4ziSwc49h1TT5R2I { top:87.5rem;left:0rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUBMZF17xWpwT62F2wzJOodccpgl07T { top:84.4375rem;left:0rem;width:6.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHJ5BLx7cBHBbNRERC19sVE2MAeJvyOV { top:87.4375rem;left:19.0625rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6IrMb175ODWR02X7T96V4AzB1MyioCA { top:84.375rem;left:19.0625rem;width:6.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H64G4f0EPRchGEmKWN2xEhJ5lmc688pG { top:87.4375rem;left:33.375rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQDNXI0SAIfrwBdCr1BmbmO5Hf9tlyrm { top:84.375rem;left:37.4375rem;width:6.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCWzlWit4oTK1mysx18rxGSA0XLRzIeS { top:105.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbOr30yX7FMryMKfoKLK4sQGiLZFeHn { width:30.0625rem;height:3.5rem;top:110.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxBuzr7DgLPUorGis9CivSOIhXhym9ao { display:block; }
 }@media only screen and (max-width: 763px) { #KsAriutz8oxPodchqO4H7SX9PEcZgiex { top:13.6875rem;left:15.375rem;width:17rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuhMF5IInPCsxofAPGEXa3cT5vbdewzi { top:96.0625rem;left:29.25rem;width:14.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmpWVty4V658mWEArHKgCAWqMdPsv5O0 { top:96.125rem;left:10rem;width:14.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS3qhMAuJvAlqkWAuWPqKFcktT1qtRzU { top:93rem;left:29.25rem;width:6.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thzGlv85RIOpqzGWqs23aIErEBR74xhF { top:93.0625rem;left:10rem;width:6.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfOP2EPvsWx8Txx5xyxnBOCdRALTn4sl { top:43.3125rem;left:0rem;width:47.75rem;height:26.819291819292rem;display:block; }
 }@media only screen and (max-width: 763px) { #en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq { display:block; }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb0Eq5ki3Nc1Hg5TV9buGGLrJXrJmaue { top:5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHOTthDBEAtDJ0tN1EKrqsOcCBhez1kP { top:12.0625rem;left:0rem;width:34.0625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEWnEUKuTXt4ddcTaqqFVio1qf95omg { top:14.9375rem;left:23.9375rem;width:7.1875rem;height:4.4375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWWagOrcCGN0pQcuTfCGqEiUTDsmLuaN { top:19.375rem;left:17.75rem;width:30rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQDnqTWOX5VvJPLFT8vBuND2nT1UkrVZ { top:23.0625rem;left:13.6875rem;width:34.0625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXoypzO9xvVZWgeiO1Ozd6OeeHqzvcNe { top:48.0625rem;left:0rem;width:34.0625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHa0TifzkJL4zTloTusVxJVUDhRNQzz { top:44.375rem;left:0rem;width:32.6875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csL1t4eMV6sFF35TLAc46eb5LLSEDnCE { top:39.9375rem;left:0rem;width:7.1875rem;height:4.4375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6LnimvkQl8q2v0Si6kBM5g7xEGbxkLQ { top:37.75rem;left:13.6875rem;width:34.0625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzJWX5aSH2NtwOJIPisTViPGAnahPuw { top:64.8125rem;left:0rem;width:34.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU3Hc6BiHEdZvsq0LUCsOEl4Kdn7s2Gn { top:67.1875rem;left:13.6875rem;width:34.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spaqUaJQXbflMz3q3lxHCEnurPtGJ50f { top:65rem;left:17.75rem;width:30rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5avzMx6ZwtPKTgCpbJAJ7AHREbEpRX { top:76.3125rem;left:13.6875rem;width:34.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlr2iuCVmgFxGXTl9MW3ADaa3zmVEka { top:74.125rem;left:17.75rem;width:30rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxp6lsNAafUEIxZ0ExTsbPPlHShiwuQI { top:82.8125rem;left:13.6875rem;width:34.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkNfW9u8MTXTKBGWDiqvvhLibe6uTUL { top:80.625rem;left:17.75rem;width:30rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdi9QXVFr1ddxgBPatWCG9tWxPeC5omf { top:94.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKUwkVNptTx35uXbDEoQf8QUmiqaGTi2 { width:30.0625rem;height:3.5rem;top:100.0625rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9v3lwkE5pnpBhHt1h6nTF91VxEzLTA { display:block; }
 }@media only screen and (max-width: 763px) { #yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ { display:block; }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKybAWpTo2T4oASa77xf5PNa1MVfFFiS { top:13.9375rem;left:0rem;width:38.5rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3md0FM3a4UCbiNmkkA2h3OkgUWGQ24t { top:4.5rem;left:2.21875rem;width:43.3125rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaqPCQch0l07JJtpe0xSVl4pnv23dcK3 { top:9.5rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUqKZ8s2bBrmVfZxwANd5ZmBZ7tbK9R { top:14rem;left:14.1875rem;width:33.5625rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJyyinowP3TOMzRL26vPsJfwMyXD1wS { top:42.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBXtyCHtR56CoHnw5FCEsa5oCkb8vaW { top:49.75rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzPpZG9GlALwLoap6dcmSNBE40MTC4Mo { top:54.5625rem;left:0rem;width:14.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koai42RvoltmTEm9i0oASG9hByHo5FIr { top:54.5625rem;left:1.4375rem;width:14.25rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVtzZvMRBq0vTJfPn5Ivc1KTmb6RFfC { top:49.75rem;left:6.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FSTMPJToGeJbXxUZGxH7xRu1V2Cr5T { top:54.5625rem;left:16.75rem;width:14.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdhBTOqp7uTIL2HLf94E9XVM4lNpbxNC { top:49.75rem;left:22.1875rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7birzvbUnn4iMgRHTrZOBb938ANOXp3 { top:54.5625rem;left:31.9375rem;width:14.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCGBgUVLIovkrAbMiNlFDI1xzz3gUcGx { top:49.8125rem;left:37.375rem;width:3.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOLWEknKLyD80iUmyn7Ng3OTF5AAmD4L { top:54.5625rem;left:33.5rem;width:14.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnem40LL1ksIe3529e215uHrIEuR7QpD { top:50rem;left:44.3125rem;width:3.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7w6nCpE3EycVcJBsg0Low7f5QenDyUW { top:67.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpneD5KyolCk4zlFERqwn3fISQZX2zVN { top:72.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBU7QEXpwDLCZXAQcrTi3VPlIM30wg94 { top:77.5625rem;left:0rem;width:47.75rem;height:26.775153374233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi2cUtfOFx0FJrGUCGLJ10m69nxGd0pC { top:69.125rem;left:0rem;width:47.625rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwAx1FvcTfL1vTflrgTz1TkLS0otLtzf { top:67.375rem;left:5.375rem;width:37rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJGirmycSrMC4DWk15tnKNyIEW6dNsZM { display:block; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-regular-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-text { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-textarea { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-select { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT  { width:25.5625rem;height:auto;top:16.5625rem;left:19.6875rem; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .radio-container { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT {display:block;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT { width:25.5625rem;height:auto;top:16.5625rem;left:19.6875rem; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #nzKMB7BNua0QEBQixR61AprbT5M4h92i {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #BsmJ02FAWOlWL4Q3ZfUwEmizv2xkOQxM { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #CzciCRTF0WxoGkBc27lI3Qy5nyT6pQ1e {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #UJiZvTMCFFZfFhwnZyUFDoWqLrrNpecR {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #oogudXWz1iuyPEPDTm7uchSmAB6xgXiv { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #We2950Va0HTcAFqNlEuEDfW6n3VhvU2Q {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #WFpVEtdPAcq5l3H8eMhTzKb13uFD2NBN {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #wo6WI5WzqvCdFuPMs2h9JiUz0P1dmfAK { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #WKSnAZrVo94oEfbSLnFgGTuoLp8MPE9b {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #QLc1tCu2pfZ3ZCIuz93ikVhgsvsB9JiP {  }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #QLc1tCu2pfZ3ZCIuz93ikVhgsvsB9JiP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #Xq4HauQJPS2WdLpu306gnbnthPFZNqC7 { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #GbnMlgfonZhkcmMP7v4hPGtGxlkDSHF9 {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #FTlz6nKBxIPVObzJZ3DInQyvdSpdBFyh {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #aewzn4TD820DS2FGlmtHpH3SHNHsXhgI {  }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #aewzn4TD820DS2FGlmtHpH3SHNHsXhgI .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #DNBZUMBVpIemmQGd1U1t1zWWQQxp4rEW { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #c7nio1sLy5rGhN6cc1wQXtqO8zuPQZib {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #TElkt87PZ7Xb9Ve3bo3mdybno4T91dzz {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #DKEGAxktsfc2LmHo82bgqGSCTeXrLs1J {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #oHzTfoNN8S9DHHT4ECkgrcqKXzWsukaR {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #z33EXKoGet1ioZfcZgKL6eFZbVmQZEcV {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #nuuKNGGyFCtmX3KcalhgkovHyAICSF9M {  }
 }@media only screen and (max-width: 763px) { #TR6WJuIixnKC1ciRNbm90T37kTw1PVWT { top:13.625rem;left:23.0625rem;width:24.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2vQzFUwJSPgV8aHn4hx1JvoLoGfIvG { top:13rem;left:0rem;width:24.5625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtPd8GlT1VDEx5qqbWOmOsXmO6d6pDxG { top:28.625rem;left:0rem;width:28.8125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW99dEXvL0CSyIqdxo96N7kzdvkvJ0MJ { top:23.25rem;left:0rem;width:32.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy8flx3DIVrk7Jk1uUFOnTe1wIRXhZ3O { top:36.8125rem;left:0rem;width:4.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30LBe4qMSX2znDuqXS3g5NSmZv01TRD { top:36.0625rem;left:0rem;width:4.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llxo6FfHgOx6bHSmko35TgRpg9XVqfPU { top:34.25rem;left:0rem;width:9.6875rem;height:5.5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1OVcVp5XJy9TmJ92Iiy0wMC6fqVzPHF { top:34.0625rem;left:7.5rem;width:18.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erLZ2WOzwT2TEdH7qflTFJJLmwQ2OnHc { width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcprOmm8dTHd7wEDAwWBATpKKIxVl5pv { top:7.125rem;left:0rem;width:47.75rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c { display:block; }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okw2MZsoIeS5g4A0hmTmHRR7bodUrTVo { top:4.125rem;left:0rem;width:10.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXFBPyzpq2PvN45ZuTZSwelSWKC1Xaf { top:3.8125rem;left:11.3125rem;width:21.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvm5ZOsoVcca1L3kdXDQE9nbvbQoWdgr { top:5.875rem;left:11.3125rem;width:25.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWqLM9DO50buunzGaASHZt4a3pTt8zfU { top:8.375rem;left:11.3125rem;width:17.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawtxaXzT3N6XkUadTpo14LgDJTKU8rk { top:3.8125rem;left:25.625rem;width:22.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcxGSLXQikFqtvtPx10Ptg44Dm26IvLm { top:6.3125rem;left:29.8125rem;width:17.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZEPNQSe1oKcmX7HhbW3KOCaJx0dpd1 { top:8.5625rem;left:29.8125rem;width:17.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe { display:block; }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uf5hOXWi/Diagnosi_Avanzata_plicometria_TRUTH_Luxury_Beauty_Institute.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akoI6qUKQdnroTqvxSi2ebSqeqOJLI4t { width:8.4375rem;height:3rem;top:0.8125rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQIXVqMq3MTTNKhsCkRKdGnZzQ3bT8EQ { width:16rem;height:4.875rem;top:5.625rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAg9NNfftn8vhv55lSc5aPH8H1Bl32kO { width:18.625rem;height:12.4277375rem;top:11.0625rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXpgImTkgNgRDpW9W8WqwMWiT5RRZxCQ { width:20rem;height:6.09375rem;top:24.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8BCfqNOQvAMAbBeTuF6eJDa16TvK0Ms { width:3.25rem;height:4.2246125rem;top:36.5rem;left:0.625rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9EXgIpL9IofsvmZPt6OJ59tmsztbq41 { width:17.375rem;height:2.03125rem;top:37.5625rem;left:2rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDE16WSrTph9TaHoITc0k0EE3F1l8CPR { width:17.5625rem;height:2.8125rem;top:42.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eybA6tBCwqqZ0all8UWFL3Mg90gX3MTQ { display:block; }
 }@media only screen and (max-width: 763px) { #epx0mNNoTRxHoBokIGR26M6n7PTxb6Q7 { width:9.6875rem;height:5.6875rem;top:31.3125rem;left:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0faCVgffQ2EL3hA4hbFl5eRim8d2KTk { width:5.375rem;height:2.03125rem;top:33.625rem;left:1.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDsQ5kr6iqIGQgDhXwEWDaXSqkksxuc5 { width:5.375rem;height:1.625rem;top:34.375rem;left:13.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaqK2UooIfOGA6plglFuM52POwHOJB7Z { display:block; }#kaqK2UooIfOGA6plglFuM52POwHOJB7Z > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpaiyJHBULdVSkLPusxSvZVXQkStdkG0 { width:20rem;height:5.60449375rem;top:2.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txD909rcpGr1Qc1av4MK6kHR9pDhznZE { width:2.8125rem;height:3.3125rem;top:10.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHGI5SJCIvLKZd4JHupbNF0MxqAREpW { width:20rem;height:16.08105rem;top:15.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMitDrvfMSF2r8mlGLbuJbJM1erWTDXZ { width:20rem;height:17.54295rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alMcA0cToBJp1pwR1TUi2TFdxhNrcdnS { width:2.75rem;height:3.0625rem;top:33.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXQyQdLxRyHdAeKM1dieDiPTHMgk7ZuF { width:20rem;height:13.1572rem;top:62.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHPKodBugDvNyLeTT2OF6ZMAN7QT1Sly { width:2.8125rem;height:2.75rem;top:58.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suOXpq3IOldounoogy3eJxrfxyaL2OPi { width:19rem;height:2.8125rem;top:78.4794921875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TstfTaIDiLJ5yrMiBXsc0FNggxpb4MA2 { display:block; }
 }@media only screen and (max-width: 763px) { #H9I66zgMJqxLsXncZxdotXER8dku9Hqr { display:block; }#H9I66zgMJqxLsXncZxdotXER8dku9Hqr > .row .container { width:20rem;height:175.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPs5JyV6X8eb73DVsDCQ9HgrqD6394cT { width:20rem;height:23.375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWyAzQwOgqf4mqMA9vOLvVaKL3tv3ohr { width:20rem;height:3.16796875rem;top:7.0625rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI3MClAU4ugJHSQhHGXXf2F88zcSgNtV { width:20rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZQyIa5BxZ1d7slPd7yr6RNHf6cw1I3m { width:20rem;height:42.39545625rem;top:36rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHQg4hT7H2tbzVRk6VoEZdRZ9AW13N8T { width:20rem;height:4.0625rem;top:105.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA7k9oOfxG3oTsGPAkAqNWDl1RFaO7Da { width:20rem;height:23.4375rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIxbo6LKQyxmBPL75DPecC0eFhM3QgAi { width:20rem;height:61.4003875rem;top:111.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s { display:block; }#k5CSINl0EwTsaXSnJvpcaZnQNzy4tT8s > .row .container { width:20rem;height:100.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVVWZnXytQ3cKkGgfdskXtSbIF7kkpXc { width:8.9375rem;height:3.3125rem;top:3.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdfa6QBCuyfvizAwmvzydw6TngHXdrn5 { width:20rem;height:27.9375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSeG5qBh5r8R9DUrzzZlkuR1VCoZM8rO { width:18.5625rem;height:46.9375rem;top:5.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmneKJ7JXxCqSl0bL27rBri7AkvzfTNl { width:20rem;height:5.19921875rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhwS0CwGU3qec2qgp17fZpPJ0QmPSJ9F { width:17.8125rem;height:17.543rem;top:16.1875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRZN8grWZzRF7X6nvsEMwGceJ4F4BJ6F { width:20rem;height:4.7109375rem;top:56.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOnmT60BzUBpVBCQ4ziSwc49h1TT5R2I { width:14.375rem;height:1.4619125rem;top:63.625rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUBMZF17xWpwT62F2wzJOodccpgl07T { width:6.125rem;height:2.5996125rem;top:62.8125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHJ5BLx7cBHBbNRERC19sVE2MAeJvyOV { width:14.375rem;height:1.4619125rem;top:67.5625rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6IrMb175ODWR02X7T96V4AzB1MyioCA { width:6.125rem;height:2.5996125rem;top:66.75rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H64G4f0EPRchGEmKWN2xEhJ5lmc688pG { width:14.375rem;height:1.4619125rem;top:71.125rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQDNXI0SAIfrwBdCr1BmbmO5Hf9tlyrm { width:6.125rem;height:2.5996125rem;top:70.3125rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCWzlWit4oTK1mysx18rxGSA0XLRzIeS { width:20rem;height:4.548825rem;top:85.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbOr30yX7FMryMKfoKLK4sQGiLZFeHn { width:19rem;height:3.5rem;top:91.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxBuzr7DgLPUorGis9CivSOIhXhym9ao { display:block; }
 }@media only screen and (max-width: 763px) { #KsAriutz8oxPodchqO4H7SX9PEcZgiex { width:11.625rem;height:1.4375rem;top:5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuhMF5IInPCsxofAPGEXa3cT5vbdewzi { width:14.375rem;height:2.923825rem;top:79rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmpWVty4V658mWEArHKgCAWqMdPsv5O0 { width:14.375rem;height:2.923825rem;top:74.6875rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS3qhMAuJvAlqkWAuWPqKFcktT1qtRzU { width:6.125rem;height:2.5996125rem;top:78.125rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #thzGlv85RIOpqzGWqs23aIErEBR74xhF { width:6.125rem;height:2.5996125rem;top:73.9375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfOP2EPvsWx8Txx5xyxnBOCdRALTn4sl { height:11.2324375rem;width:20rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq { display:block; }#en2SVA7IBAPBJdSelBOVC8XrxXM2xgAq > .row .container { width:20rem;height:155.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb0Eq5ki3Nc1Hg5TV9buGGLrJXrJmaue { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHOTthDBEAtDJ0tN1EKrqsOcCBhez1kP { width:19.875rem;height:13.25rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEWnEUKuTXt4ddcTaqqFVio1qf95omg { width:7.1875rem;height:3.98046875rem;top:9.625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWWagOrcCGN0pQcuTfCGqEiUTDsmLuaN { width:15rem;height:3.8984375rem;top:9.6875rem;left:5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KQDnqTWOX5VvJPLFT8vBuND2nT1UkrVZ { width:20rem;height:14.61915625rem;top:29.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXoypzO9xvVZWgeiO1Ozd6OeeHqzvcNe { width:20rem;height:16.08103125rem;top:67.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHa0TifzkJL4zTloTusVxJVUDhRNQzz { width:15.5rem;height:3.8984375rem;top:47.625rem;left:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csL1t4eMV6sFF35TLAc46eb5LLSEDnCE { width:7.1875rem;height:3.98046875rem;top:47.5625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6LnimvkQl8q2v0Si6kBM5g7xEGbxkLQ { width:19.875rem;height:13.125rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzJWX5aSH2NtwOJIPisTViPGAnahPuw { width:20rem;height:13.321100917431rem;top:88.0175625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU3Hc6BiHEdZvsq0LUCsOEl4Kdn7s2Gn { width:20rem;height:8.7715rem;top:104.8486328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spaqUaJQXbflMz3q3lxHCEnurPtGJ50f { width:20rem;height:1.94921875rem;top:102.587875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5avzMx6ZwtPKTgCpbJAJ7AHREbEpRX { width:20rem;height:4.38574375rem;top:117.5078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlr2iuCVmgFxGXTl9MW3ADaa3zmVEka { width:20rem;height:1.94921875rem;top:115.24609375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pxp6lsNAafUEIxZ0ExTsbPPlHShiwuQI { width:20rem;height:5.84765625rem;top:125.7177734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkNfW9u8MTXTKBGWDiqvvhLibe6uTUL { width:20rem;height:1.94921875rem;top:123.4560546875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cdi9QXVFr1ddxgBPatWCG9tWxPeC5omf { width:20rem;height:10.3984375rem;top:134.94043125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKUwkVNptTx35uXbDEoQf8QUmiqaGTi2 { width:19rem;height:3.5rem;top:147.7138671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9v3lwkE5pnpBhHt1h6nTF91VxEzLTA { display:block; }
 }@media only screen and (max-width: 763px) { #yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ { display:block; }#yvmS7DGH7SzqiWvhL4T8Cd3R8ssQxLGJ > .row .container { width:20rem;height:132.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKybAWpTo2T4oASa77xf5PNa1MVfFFiS { width:20rem;height:12.3125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3md0FM3a4UCbiNmkkA2h3OkgUWGQ24t { width:16.375rem;height:5.19921875rem;top:3.375rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaqPCQch0l07JJtpe0xSVl4pnv23dcK3 { width:18.75rem;height:0.0625rem;top:9.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUqKZ8s2bBrmVfZxwANd5ZmBZ7tbK9R { width:20rem;height:33.6240125rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJyyinowP3TOMzRL26vPsJfwMyXD1wS { width:20rem;height:7.066375rem;top:62.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBXtyCHtR56CoHnw5FCEsa5oCkb8vaW { width:2.8125rem;height:2.8125rem;top:72.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzPpZG9GlALwLoap6dcmSNBE40MTC4Mo { width:9.375rem;height:2.5996125rem;top:76.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Koai42RvoltmTEm9i0oASG9hByHo5FIr { width:9.375rem;height:3.89941875rem;top:76rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVtzZvMRBq0vTJfPn5Ivc1KTmb6RFfC { width:2.8125rem;height:2.8125rem;top:72.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FSTMPJToGeJbXxUZGxH7xRu1V2Cr5T { width:9.375rem;height:2.5996125rem;top:85.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdhBTOqp7uTIL2HLf94E9XVM4lNpbxNC { width:2.8125rem;height:2.75rem;top:81.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7birzvbUnn4iMgRHTrZOBb938ANOXp3 { width:9.375rem;height:2.5996125rem;top:85.3125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCGBgUVLIovkrAbMiNlFDI1xzz3gUcGx { width:2.8125rem;height:2.6875rem;top:81.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOLWEknKLyD80iUmyn7Ng3OTF5AAmD4L { width:14.25rem;height:2.5996125rem;top:93.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnem40LL1ksIe3529e215uHrIEuR7QpD { width:2.8125rem;height:2.4375rem;top:89.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7w6nCpE3EycVcJBsg0Low7f5QenDyUW { width:16.4375rem;height:4.38671875rem;top:101.29296875rem;left:1.78125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpneD5KyolCk4zlFERqwn3fISQZX2zVN { width:19.125rem;height:5.84765625rem;top:107.861328125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBU7QEXpwDLCZXAQcrTi3VPlIM30wg94 { height:10.4375rem;width:18.6875rem;top:115.548828125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi2cUtfOFx0FJrGUCGLJ10m69nxGd0pC { width:19.875rem;height:24.8125rem;top:103.548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwAx1FvcTfL1vTflrgTz1TkLS0otLtzf { width:16.75rem;height:2.5rem;top:102.236328125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJGirmycSrMC4DWk15tnKNyIEW6dNsZM { background-color:#000000;background-image:url("https://images.assets-landingi.com/HCSj4emB/Diagnosi_Avanzata_plicometria_TRUTH_Luxury_Beauty_Institute2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM.adaptive-delivery-prevent-bg, #cJGirmycSrMC4DWk15tnKNyIEW6dNsZM.lazyload, #cJGirmycSrMC4DWk15tnKNyIEW6dNsZM.lazyloading { background-image: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container { background-color: transparent; background-image: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container > .video-iframe-container { display: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row > .video-iframe-container { display: none; }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .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); }#cJGirmycSrMC4DWk15tnKNyIEW6dNsZM > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.0625rem;margin-bottom:0.25rem;margin-left:1.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;overflow:hidden;height:3.1875rem;background-color:#cda434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-weight:700;font-style:normal;color:#ffffff; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT  { width:17.5rem;height:auto;top:40.75rem;left:0rem;z-index:100009; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT {display:block;}#OiC5swycTTSohxxCxDhTNdaGkRehIqqT { width:17.5rem;height:auto;top:40.75rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #nzKMB7BNua0QEBQixR61AprbT5M4h92i {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #BsmJ02FAWOlWL4Q3ZfUwEmizv2xkOQxM { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #CzciCRTF0WxoGkBc27lI3Qy5nyT6pQ1e {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #UJiZvTMCFFZfFhwnZyUFDoWqLrrNpecR {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #oogudXWz1iuyPEPDTm7uchSmAB6xgXiv { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #We2950Va0HTcAFqNlEuEDfW6n3VhvU2Q {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #WFpVEtdPAcq5l3H8eMhTzKb13uFD2NBN {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #wo6WI5WzqvCdFuPMs2h9JiUz0P1dmfAK { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #WKSnAZrVo94oEfbSLnFgGTuoLp8MPE9b {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #QLc1tCu2pfZ3ZCIuz93ikVhgsvsB9JiP {  }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #QLc1tCu2pfZ3ZCIuz93ikVhgsvsB9JiP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #Xq4HauQJPS2WdLpu306gnbnthPFZNqC7 { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #GbnMlgfonZhkcmMP7v4hPGtGxlkDSHF9 {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #FTlz6nKBxIPVObzJZ3DInQyvdSpdBFyh {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #aewzn4TD820DS2FGlmtHpH3SHNHsXhgI {  }
#OiC5swycTTSohxxCxDhTNdaGkRehIqqT #aewzn4TD820DS2FGlmtHpH3SHNHsXhgI .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #DNBZUMBVpIemmQGd1U1t1zWWQQxp4rEW { display:block; }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #c7nio1sLy5rGhN6cc1wQXtqO8zuPQZib {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #TElkt87PZ7Xb9Ve3bo3mdybno4T91dzz {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #DKEGAxktsfc2LmHo82bgqGSCTeXrLs1J {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #oHzTfoNN8S9DHHT4ECkgrcqKXzWsukaR {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #z33EXKoGet1ioZfcZgKL6eFZbVmQZEcV {  }
 }@media only screen and (max-width: 763px) { #OiC5swycTTSohxxCxDhTNdaGkRehIqqT #nuuKNGGyFCtmX3KcalhgkovHyAICSF9M {  }
 }@media only screen and (max-width: 763px) { #TR6WJuIixnKC1ciRNbm90T37kTw1PVWT { width:20rem;height:1.54296875rem;top:37.25rem;left:0rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2vQzFUwJSPgV8aHn4hx1JvoLoGfIvG { width:20rem;height:5.19921875rem;top:10.0625rem;left:0rem;font-size:2rem;color:#cda434;display:block; }
 }@media only screen and (max-width: 763px) { #qtPd8GlT1VDEx5qqbWOmOsXmO6d6pDxG { width:20rem;height:5.0625rem;top:23.0625rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yW99dEXvL0CSyIqdxo96N7kzdvkvJ0MJ { width:20rem;height:4.0625rem;top:16.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy8flx3DIVrk7Jk1uUFOnTe1wIRXhZ3O { width:4.75rem;height:2.03125rem;top:30.1875rem;left:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30LBe4qMSX2znDuqXS3g5NSmZv01TRD { width:4.75rem;height:2.5996125rem;top:29.9375rem;left:7.375rem;font-size:2rem;color:#cda434;display:block; }
 }@media only screen and (max-width: 763px) { #Llxo6FfHgOx6bHSmko35TgRpg9XVqfPU { width:5.625rem;height:5.0371125rem;top:28.125rem;left:8.9375rem;font-size:3.875rem;color:#cda434;display:block; }
 }@media only screen and (max-width: 763px) { #V1OVcVp5XJy9TmJ92Iiy0wMC6fqVzPHF { width:18.75rem;height:6.9375rem;top:33.67969375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #erLZ2WOzwT2TEdH7qflTFJJLmwQ2OnHc { top:30.5625rem;left:11.75rem;width:5.875rem;height:5.875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rcprOmm8dTHd7wEDAwWBATpKKIxVl5pv { width:20rem;height:40.25rem;top:2.6103515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c { display:block; }#vG354nbtpZEyNhTbRdfIbEFiKTJKTJ4c > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okw2MZsoIeS5g4A0hmTmHRR7bodUrTVo { width:7.25rem;height:2.6875rem;top:1.873046875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXFBPyzpq2PvN45ZuTZSwelSWKC1Xaf { width:17.9373125rem;height:1.13671875rem;top:6.9375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvm5ZOsoVcca1L3kdXDQE9nbvbQoWdgr { width:17.9375rem;height:1.13671875rem;top:9.25rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWqLM9DO50buunzGaASHZt4a3pTt8zfU { width:17.9375rem;height:1.13671875rem;top:11.1875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TawtxaXzT3N6XkUadTpo14LgDJTKU8rk { width:17.9375rem;height:1.13671875rem;top:12.875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcxGSLXQikFqtvtPx10Ptg44Dm26IvLm { width:17.9375rem;height:1.13671875rem;top:14.75rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyZEPNQSe1oKcmX7HhbW3KOCaJx0dpd1 { width:17.9375rem;height:1.13671875rem;top:16.75rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe { display:block; }#XKLV2r7RTQ3sh3KIyQwasVvGVASJPOSe > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }