.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17453a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { background-color: transparent; background-image: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { border-width: 0; border-radius: 0; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { font-size:14px;font-family:arial;height:11px;width:960px;position:relative;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc1fc9c6-001f-4f17-a6b6-7832169a8bc3/RobertoeAlessiamin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:14px;font-family:arial;height:771px;width:960px;overflow:visible;position:relative;display:block; }#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:#000000;display:block;width:445px;position:absolute;font-family:georgia;font-size:29px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:482px;left:54px;height:37.6875px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#olR0CJww02tqnJIwCic5TdUL4rC1yOhm { color:#000000;display:block;width:530px;position:absolute;font-family:alone;font-size:95px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,8,28,0.5);top:513.828125px;left:47px;height:247px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { color:#000000;display:block;width:444px;position:absolute;font-family:georgia;font-size:25px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:610.328125px;left:54.5px;height:32.5px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { border-top:1px solid #7fc7d9;border-left:1px solid #7fc7d9;border-right:1px solid #7fc7d9;border-bottom:1px solid #7fc7d9;background-color:transparent;background-image:none;color:#ffffff;padding-top:6.58px;padding-right:6.15px;padding-bottom:6.58px;padding-left:6.15px;display:block;align-items:center;width:36.81px;min-width:36.81px;height:34.61px;position:relative;font-family:"open sans";font-size:26.32px;font-weight:700;line-height:34.61px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { background-color:;background-image:none;color:#7fc7d9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.11px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:49.11px;height:13.62px;position:relative;font-family:lato;font-size:9.87px;font-weight:400;line-height:13.62px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:255px;height:67px;padding-top:8.23px;padding-right:8.77px;padding-bottom:8.23px;padding-left:8.77px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:655.53125px;left:47px;z-index:15003; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq { width:auto; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
#NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { position:absolute;display:block;z-index:15000;background-color:rgba(23,69,58,0.89);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:283px;width:960px;top:456px;left:0px;display:block; }
#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17453a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container { background-color: transparent; background-image: none; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container > .video-iframe-container { display: none; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row > .video-iframe-container { display: none; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .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); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container { border-width: 0; border-radius: 0; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container { font-size:14px;font-family:arial;height:336px;width:960px;position:relative;display:block; }#cSrzE070MoRTXyqIb8wioii4aw7GtPQD { color:#000000;display:block;width:415px;position:absolute;font-family:georgia;font-size:40px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:48px;left:530px;height:104px;display:block; }
#utQrPAy30LTMfd2X9vPbXdETJvIdc0fq { color:#000000;display:block;width:398px;position:absolute;font-family:georgia;font-size:13px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:193px;left:544px;height:16.8906px;display:block; }
#FOBwS1Cx1UTykTsRQVTPeRPmTwURSawz { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46px;width:2px;top:177px;left:534px;display:block; }
#TQs61vDdO6nrsTrLNfCNC12MRyvsSzcX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:281px;width:481px;top:24px;left:0px;overflow:hidden;display:block; }
#lk0if3TkToDWkcMSuh9h6RDWAaauDLtA { color:#000000;display:block;width:429px;position:absolute;font-family:georgia;font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:134px;left:531px;height:26px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#egGQGonDBOOX5lbKbmG4TMsTZoGHk2I6 { color:#000000;display:block;width:357px;position:absolute;font-family:georgia;font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:102px;left:530px;height:26px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uX4SlhcUfP6wtgDlBXGcGiXdhqZJnRUb { z-index:15003;top:246px;left:530px;background-color:#77896f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:179px;height:43px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h8pyCTCdC8Ogwz4RRd5UbR0hP9dWEKAA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#co5idczL8pXVs6gs8a2cxk1BCMT4WgQM { position:relative;display:none; }#co5idczL8pXVs6gs8a2cxk1BCMT4WgQM { border-width: 0; border-radius: 0; }#co5idczL8pXVs6gs8a2cxk1BCMT4WgQM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#co5idczL8pXVs6gs8a2cxk1BCMT4WgQM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#g67KSKkp1lZluoTGsV5ANpUGUsc0pFBE { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46px;width:2px;top:194px;left:534px;display:none; }
#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17453a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container { background-color: transparent; background-image: none; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container > .video-iframe-container { display: none; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row > .video-iframe-container { display: none; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .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); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container { border-width: 0; border-radius: 0; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container { font-size:14px;font-family:arial;height:347px;width:960px;position:relative;display:block; }#RfPhtNGrWy74VWbc0FXJIsWP0GFaH3Gb { color:#000000;display:block;width:415px;position:absolute;font-family:georgia;font-size:40px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:39px;left:530px;height:52px;display:block; }
#OqNlLJbUmw7NVS5qDPspcN9D3f1vTTMZ { color:#000000;display:block;width:398px;position:absolute;font-family:georgia;font-size:13px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:184px;left:544px;height:16.8906px;display:block; }
#WMcdiWdaSHav2UBIbREu3c6IRhqq3gru { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46px;width:2px;top:168px;left:534px;display:block; }
#m631L0ffORwvBTeQhCXlFScnpPNp3q0H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:270px;width:481px;top:24px;left:0px;overflow:hidden;display:block; }
#mMny392cZnB3yJ1Sfh4K61whDGmM0Tf5 { color:#000000;display:block;width:429px;position:absolute;font-family:georgia;font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:125px;left:531px;height:26px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s8JA30Cvhfbm6BMbkg23zL9N8Im8qqkw { color:#000000;display:block;width:357px;position:absolute;font-family:georgia;font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:93px;left:530px;height:26px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RJbqeXeoloTZOoWNgr30GF1GRQZ0qD4u { z-index:15003;top:237px;left:530px;background-color:#77896f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:179px;height:43px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n9AVhUfeIC3kyl8ObtsfXKOC2FPhCK9b { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:482px;left:0px;width:445px;height:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { top:513px;left:0px;width:530px;height:123px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { top:610px;left:0px;width:444px;height:32px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:296px;height:83px;top:43px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { top:456px;left:0px;width:764px;height:283px;display:block; }
 }@media only screen and (max-width: 763px) { #pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG { display:block; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSrzE070MoRTXyqIb8wioii4aw7GtPQD { top:48px;left:349px;width:415px;height:104px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #utQrPAy30LTMfd2X9vPbXdETJvIdc0fq { top:193px;left:366px;width:398px;height:16px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FOBwS1Cx1UTykTsRQVTPeRPmTwURSawz { top:177px;left:387px;width:2px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #TQs61vDdO6nrsTrLNfCNC12MRyvsSzcX { width:481px;height:281px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lk0if3TkToDWkcMSuh9h6RDWAaauDLtA { top:134px;left:335px;width:429px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #egGQGonDBOOX5lbKbmG4TMsTZoGHk2I6 { top:102px;left:383px;width:357px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uX4SlhcUfP6wtgDlBXGcGiXdhqZJnRUb { top:246px;left:383px;width:179px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #h8pyCTCdC8Ogwz4RRd5UbR0hP9dWEKAA { display:block; }
 }@media only screen and (max-width: 763px) { #co5idczL8pXVs6gs8a2cxk1BCMT4WgQM { display:none; }#co5idczL8pXVs6gs8a2cxk1BCMT4WgQM > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g67KSKkp1lZluoTGsV5ANpUGUsc0pFBE { top:194px;left:387px;width:2px;height:46px;display:none; }
 }@media only screen and (max-width: 763px) { #NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 { display:block; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfPhtNGrWy74VWbc0FXJIsWP0GFaH3Gb { top:39px;left:349px;width:415px;height:52px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #OqNlLJbUmw7NVS5qDPspcN9D3f1vTTMZ { top:184px;left:366px;width:398px;height:16px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WMcdiWdaSHav2UBIbREu3c6IRhqq3gru { top:168px;left:387px;width:2px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #m631L0ffORwvBTeQhCXlFScnpPNp3q0H { width:481px;height:270px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mMny392cZnB3yJ1Sfh4K61whDGmM0Tf5 { top:125px;left:335px;width:429px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #s8JA30Cvhfbm6BMbkg23zL9N8Im8qqkw { top:93px;left:383px;width:357px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RJbqeXeoloTZOoWNgr30GF1GRQZ0qD4u { top:237px;left:383px;width:179px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #n9AVhUfeIC3kyl8ObtsfXKOC2FPhCK9b { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:320px;height:13px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc1fc9c6-001f-4f17-a6b6-7832169a8bc3/RobertoeAlessiamin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:320px;height:624px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:285px;height:26px;top:342.65625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { width:320px;height:84.5px;top:367.65625px;left:0px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { width:297px;height:29.8906px;top:452.15625px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:296px;height:83px;top:498.53125px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { width:320px;height:2px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG { background-color:#17453a;background-image:none;display:block; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container { background-color: transparent; background-image: none; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container > .video-iframe-container { display: none; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row > .video-iframe-container { display: none; }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .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); }#pr6ZItLImSIIAD9H9VRVrTr5aiJlvpiG > .row .container { width:320px;height:536px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSrzE070MoRTXyqIb8wioii4aw7GtPQD { width:310px;height:80.5938px;top:24px;left:0px;font-size:31px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #utQrPAy30LTMfd2X9vPbXdETJvIdc0fq { width:290px;height:41.5938px;top:149.6875px;left:15px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FOBwS1Cx1UTykTsRQVTPeRPmTwURSawz { width:3px;height:57px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TQs61vDdO6nrsTrLNfCNC12MRyvsSzcX { width:320px;height:186.94386694387px;top:230px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lk0if3TkToDWkcMSuh9h6RDWAaauDLtA { width:320px;height:23.3906px;top:104.59375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #egGQGonDBOOX5lbKbmG4TMsTZoGHk2I6 { width:317px;height:23.3906px;top:70.9375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uX4SlhcUfP6wtgDlBXGcGiXdhqZJnRUb { top:448.6875px;left:63px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #h8pyCTCdC8Ogwz4RRd5UbR0hP9dWEKAA { display:block; }
 }@media only screen and (max-width: 763px) { #co5idczL8pXVs6gs8a2cxk1BCMT4WgQM { display:block; }#co5idczL8pXVs6gs8a2cxk1BCMT4WgQM > .row .container { width:320px;height:17px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g67KSKkp1lZluoTGsV5ANpUGUsc0pFBE { width:255px;height:3px;top:7px;left:32.5px;z-index:15015;background-color:#42464d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 { background-color:#17453a;background-image:none;display:block; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container { background-color: transparent; background-image: none; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container > .video-iframe-container { display: none; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row > .video-iframe-container { display: none; }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .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); }#NX3nW0GnVp7wSgQ9ZGfwVD5GzdJgI4e9 > .row .container { width:320px;height:536px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfPhtNGrWy74VWbc0FXJIsWP0GFaH3Gb { width:310px;height:80.5938px;top:24px;left:0px;font-size:31px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OqNlLJbUmw7NVS5qDPspcN9D3f1vTTMZ { width:290px;height:20.7969px;top:149.6875px;left:15px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMcdiWdaSHav2UBIbREu3c6IRhqq3gru { width:3px;height:57px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m631L0ffORwvBTeQhCXlFScnpPNp3q0H { width:320px;height:180px;top:230px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mMny392cZnB3yJ1Sfh4K61whDGmM0Tf5 { width:320px;height:23.3906px;top:104.59375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #s8JA30Cvhfbm6BMbkg23zL9N8Im8qqkw { width:317px;height:23.3906px;top:70.9375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RJbqeXeoloTZOoWNgr30GF1GRQZ0qD4u { top:448.6875px;left:63px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #n9AVhUfeIC3kyl8ObtsfXKOC2FPhCK9b { display:block; }
 }