.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/27weuAKq/Prov2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#cct13BMoMqDbRoKUUkWLTtMuV6EUmIcM { color:#ffffff;display:block;width:44.749625rem;position:absolute;font-family:gilroy;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.5rem;left:15.125rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNIiPzHTmheZvxn1Vlo2Z0Kv4MsfJf9O { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:gilroy;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:4.3119673728943rem;left:16.40625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4igrfDUMoA7TbyBb8QXnJ9ymSHCCIJ8 { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"party pocket";font-size:2.125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:16.39772605896rem;left:22.96875rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbZMLCWrUyXaPGNy0Xef2AS4XR1eLLcc { background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 1.125rem rgba(255,251,106,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:22.3125rem;left:23.625rem;display:block; }
#tdD0QFCyIduQQxTAyTTmVKrgTtiATbHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kbCZdoiIuU2CRzLVU1REZhZAfEmzOeFU { color:#ffffff;display:block;width:24.624rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.1865234375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row .container { background-color: transparent; background-image: none; }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row .container > .video-iframe-container { display: none; }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row > .video-iframe-container { display: none; }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .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); }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row .container { border-width: 0; border-radius: 0; }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#RbC2IVbd1DLSmMIILB8NZ1rxHv4Kzgxx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:46.25rem;top:1.71875rem;left:14.375rem;overflow:hidden;display:block; }
#pqEGkNtQDpGZ3hihDNdRFCdRFl6T32Ds { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.8125rem;left:5.875rem;display:none; }
#bLPw3diRAc25ypGFvT9otvdAgwSp23ow { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:2.625rem;left:3.75rem;display:none; }
#mAsqgmoKOgveveLu5l5VnNdUanmrBkZT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:7.5rem;left:3.75rem;display:none; }
#CdzTSlHNFie9JlpD6J9RGo4SHwyB6ZA8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:6.0625rem;left:3.75rem;display:none; }
#oNB5FJ200KKMuJOV4zIR0peCGFHbuEoT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:11.8125rem;left:3.75rem;display:none; }
#SXKiJUVu1OqkpnZu0kJf6Sya69ht5v9z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:10.6875rem;left:3.75rem;display:none; }
#WHzBlE26Pp2k8ieI2XkdGM14pSEWRPUA { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#bboBSM75mTpnLcdLyL74TMnQ8UcTULde { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { background-color: transparent; background-image: none; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container > .video-iframe-container { display: none; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row > .video-iframe-container { display: none; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .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); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { border-width: 0; border-radius: 0; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#cCQerzHszXEdfLGm86wtNJCgAsTJKWSR { color:#000000;display:block;width:38.623046875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:18.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4y3ATtFGn0mdFWpc87InIl6TH87g02p { position:absolute;display:block;z-index:100003;height:22.999rem;width:41.25rem;top:11.6240234375rem;left:16.875rem;display:block; }
#rTaJvxXZBQqGeiKzvv9NUwfSczZVxFyc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:20rem;display:none; }
#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row .container { background-color: transparent; background-image: none; }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row .container > .video-iframe-container { display: none; }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row > .video-iframe-container { display: none; }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .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); }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row .container { border-width: 0; border-radius: 0; }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#WmEW6WUwfhHSl0vCMrf2FbEh3Iw66cHf { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.4973344802856rem;left:21.71875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAlv8mDiTkCMbsmPUtCHTGGDQ4CHbOb2 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:2rem;width:2rem;top:7.125rem;left:18.3125rem;display:block; }
#i9QwgPTAUOvKgLxA9WzAvVm4dO84HuaP { color:#000000;display:block;width:0.625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:19.25rem;height:1.94970625rem;display:block; }
#VK2nUbk6fVdRgfFfVJ0qoFnyHQqMniac { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:21.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#cabCH386vlzepzqZGeL4187vufQxl1oO { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:2rem;width:2rem;top:12rem;left:18.3125rem;display:block; }
#hhRHUBEoCzxNm2SgI8XMAiAaPQHp1Cll { color:#000000;display:block;width:0.625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.375rem;left:19.125rem;height:1.94970625rem;display:block; }
#m1RcaTC8xxCL2sLIVyLbx0f842M6mkvQ { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:2rem;width:2rem;top:22.0625rem;left:18.3125rem;display:block; }
#AwkxNoGO8cXcQyK3Ex9nv04U6ZaIRn2m { color:#000000;display:block;width:0.625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:22.4375rem;left:19.125rem;height:1.94970625rem;display:block; }
#Nw4vNzmmuZBKZSKBvyW3KqozvBoEN8Kv { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:2rem;width:2rem;top:17.125rem;left:18.3125rem;display:block; }
#r70ZMECAhx3VwEcoTc7ex8CFTf2zllmu { color:#000000;display:block;width:0.625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:19.125rem;height:1.94970625rem;display:block; }
#JZZNKO8CU8Dk0xOTTHsoq3uCfso6Gz2c { position:absolute;display:block;z-index:100022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:2rem;width:2rem;top:32.125rem;left:18.3125rem;display:block; }
#Frv9yPRMMqvL7JCX2iFdUqODsItJKo4C { color:#000000;display:block;width:0.625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:32.4375rem;left:19.125rem;height:1.94970625rem;display:block; }
#eT8sW6qbmeDVA9GUWxENrxRGUT3Do4ya { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:2rem;width:2rem;top:27.0625rem;left:18.3125rem;display:block; }
#KqkCKxqpT5pPg5gXfcDKXJDKFWdb0T97 { color:#000000;display:block;width:0.625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:27.4375rem;left:19.125rem;height:1.94970625rem;display:block; }
#zznMzFq22RTArQvGyJSJPChccFFZidCe { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#Rxvvz2RP1iPl4n4iLqFBql4OQFGVdfH0 { color:#000000;display:block;width:35.125rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#TXGmEoln03C9beBUTTTDGzelZhNxrRAn { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.875rem;left:21.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#welNsfKz2WRv3TT2R4nb0Un6RCPTZB5r { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:26.875rem;left:21.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#LvRusDC8FEBVx0TELET9RALWzp3uWaGa { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:31.9375rem;left:21.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#zH4F0G6lR12u6KQpBa1dTwE4FRhlQWPb { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:42.875rem;left:18.34375rem;height:2.92480625rem;font-style:normal;display:block; }
#pxqS5ABbh1vi5zE7tglBgExp6vTlgXqf { position:absolute;display:block;z-index:100025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:2rem;width:2rem;top:37.125rem;left:18.3125rem;display:block; }
#lBHTz0TBh58Il0ns6Vo7qbU4ab3B3Xu5 { color:#000000;display:block;width:0.625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:37.5rem;left:19.1875rem;height:1.94970625rem;display:block; }
#WroNZcpAUIX0PNCDSpv5x40axHnLoWpC { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:36.9375rem;left:21.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row .container { background-color: transparent; background-image: none; }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row .container > .video-iframe-container { display: none; }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row > .video-iframe-container { display: none; }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .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); }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row .container { border-width: 0; border-radius: 0; }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:75rem;position:relative;display:block; }#XPUDT77KTR3KsGigme1yDB0rT9ssGoLG { color:#000000;display:block;width:21.7490234375rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbGML9GTkz8lsXSXb5XQIwZZKqwtGKTq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.25rem;width:32.8125rem;top:8.875rem;left:37.9375rem;overflow:hidden;display:block; }
#ycEDATiB1xnNkpNFSqVMRcHNebNOUfFX { color:#000000;display:block;width:30.25rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:8.875rem;left:4.25rem;height:48rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZwMNEZN9wgHgpAeUXyLWzDIMpi9UMEV { color:#7f7f7f;display:block;width:21.8115234375rem;position:absolute;font-family:gilroy;font-size:0.9375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:60.625rem;left:26.625rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MD63CVye8X3EiaOG2ZCW3OiiV2ATcmit { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:40rem;top:62.875rem;left:17.5rem;overflow:hidden;display:block; }
#JylITcEKpWEns1dGEz6CptPT0sZuAu8V { position:absolute;display:block;z-index:100018;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.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.08) ;height:4.375rem;width:4.31196875rem;top:69.625rem;left:17.625rem;display:block; }
#UoDb5TN3K8SvfTi0XBmSSOEuF3fCt12L { box-sizing:content-box;color:#bdbdbd;font-size:2.3125rem;font-weight:400;line-height:1;height:3.37446875rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:70.125rem;left:18.125rem;display:block; }
#pR7vCcIPexFGxAcJoA922vOuyOKv0nRU { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.09) ;height:5.3125rem;width:14.1868125rem;top:73.0625rem;left:12.6875rem;display:block; }
#bUE0TQULlvyqkP7ifii2iw66Vrs1P9t3 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:74.3125rem;left:16.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ba9o5PfnwZBTyPFO9eKxs2rUV08Jfa69 { position:absolute;display:block;z-index:100022;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.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.08) ;height:4.375rem;width:4.31196875rem;top:69.625rem;left:35.25rem;display:block; }
#xS5WzdCpoxammF76n7NkiiLX8b30sJgC { box-sizing:content-box;color:#bdbdbd;font-size:2rem;font-weight:400;line-height:1;height:2.9367875rem;width:3.06196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:70.3125rem;left:35.875rem;display:block; }
#hQ8r2sRrV6Apu1Lb6uGmUuMCAz21q1xf { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.09) ;height:5.3125rem;width:14.1868125rem;top:73.0625rem;left:30.3125rem;display:block; }
#xk5zr3XzewLFmm0ZFo3uWhEvD0Z8urDB { color:#000000;display:block;width:8.125rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:74.3125rem;left:33.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Te5cKAnT40ewrHVCz65Iv0Pq40U3Sql9 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.09) ;height:5.3125rem;width:14.1868125rem;top:73.0625rem;left:48.1875rem;display:block; }
#EVyfrbJNArmqyqtbaPlX9V42Sh8doGUo { color:#000000;display:block;width:9.749625rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:300;z-index:100025;line-height:1.5;letter-spacing:0;top:74.25rem;left:50.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwgcCZlKJT4K1KoDpHDkhv1L3JBnGhl8 { position:absolute;display:block;z-index:100026;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.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.08) ;height:4.375rem;width:4.31196875rem;top:69.625rem;left:53.125rem;display:block; }
#IzEqQIRGhV85laKPeOVf1FC41f8ATTa2 { box-sizing:content-box;color:#bdbdbd;font-size:2.3125rem;font-weight:400;line-height:1;height:3.37446875rem;width:3.312325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:70.1875rem;left:53.5625rem;display:block; }
#IGRFlDuPaWJs2qka1yfKkU5X5yLIzL9g { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66.5625rem;width:75rem;display:none; }
#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row .container { background-color: transparent; background-image: none; }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row .container > .video-iframe-container { display: none; }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row > .video-iframe-container { display: none; }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .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); }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row .container { border-width: 0; border-radius: 0; }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#OT8UFPZyJ1VoopKtbyMIL7XNK0m2pAfG { color:#000000;display:block;width:25.062125rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.7476921081543rem;left:24.968040466309rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ObVCIIWkDTBEwgdKZkcQ4qh8LD0eXlSd { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:15.1875rem;width:31.5625rem;top:8.8121503889562rem;left:4.9369668960571rem;overflow:hidden;display:block; }
#LwMsTzTuxhnEWrS3cTMy7KLZTHEwSLBS { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:29.25rem;width:30.625rem;top:8.8125rem;left:38.5rem;overflow:hidden;display:block; }
#cxnan8S4F5NEXriHCTDCMx0owotvSlJX { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:23.1875rem;width:31.5625rem;top:25.374289512634rem;left:4.93519115448rem;overflow:hidden;display:block; }
#xVfV9HM9fUC8yEIwGKqvqn9CkBdAbkWM { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:20.9375rem;width:31.5625rem;top:39.561434745789rem;left:38.499645233154rem;overflow:hidden;display:block; }
#FJtb9Ntul30NkVL53WDcMgWCuXht5rab { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:11.3125rem;width:31.5625rem;top:50.061789512634rem;left:4.93519115448rem;overflow:hidden;display:block; }
#LWL2Aqsh0UbEy1pVI5LCB5aAcDeMSLBk { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:13.625rem;width:31.1875rem;top:62.810720443725rem;left:4.93519115448rem;overflow:hidden;display:block; }
#UwO9dTIRdrJs12kTVZMRKykIUSuqQTQX { position:absolute;display:block;z-index:100009;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:14.6875rem;width:31.5rem;top:61.996625900269rem;left:38.499645233154rem;overflow:hidden;display:block; }
#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5kKkByoh/sfondo.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0.adaptive-delivery-prevent-bg, #a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0.lazyload, #a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0.lazyloading { background-image: none; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row .container { background-color: transparent; background-image: none; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.05); }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row .container > .video-iframe-container { display: none; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.05); }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row > .video-iframe-container { display: none; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .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); }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row .container { border-width: 0; border-radius: 0; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#sVarhv64EV5Hy9MmHh9hhW9Fia6gvm9B { position:absolute;display:block;z-index:100001;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.0625rem solid #c1c0ff;border-right:0.0625rem solid #c1c0ff;border-bottom:0.0625rem solid #c1c0ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:18.125rem;width:21.5625rem;top:8.3125rem;left:48.625rem;display:block; }
#iw89KSHtq6VixK9BNMJQzxa7hX7WIMTf { color:#000000;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.625rem;left:51.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fh0NT0oM0OPTX0ZnMBob541Gtix7OLX4 { position:absolute;display:block;z-index:100003;background-color:#f3f3f3;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.12429rem;width:12.5rem;top:12.3125rem;left:53.1875rem;display:block; }
#lVGkvb3PrIDoNhgHhyJKigSvuBbldZt7 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:51.5625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9QMIMc1p5uSsqXTwTAaqALTedRhNh8x { color:#6a6a6a;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:17.4375rem;left:51.625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6nrlCORAFZcIEhRZiRx1mPH7RwzGTPQ { background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 1.125rem rgba(255,251,106,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9998125rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:21.615056037903rem;left:50.467861175537rem;display:block; }
#sFVkHOwnDNcM4xcvGIHgQhd9cvhHtV4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a4S9PNcWGlMsoS47Q4xnT3HErteBgF4L { color:#000000;display:block;width:17.6864375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:27.93147277832rem;left:50.56107711792rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUOiqrXVzpR657rI0GdN9NWQ7A4vBFbw { position:absolute;display:block;z-index:99999;background-color:#0400ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c1c0ff;border-left:0.0625rem solid #c1c0ff;border-right:0.0625rem solid #c1c0ff;border-bottom:0.0625rem solid #c1c0ff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:17.4375rem;width:21.625rem;top:5.4369659423828rem;left:48.624820709229rem;display:block; }
#VvdK518k4ORaE0TAiH6dqnSENTWIheHN { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:6.375rem;width:21.5625rem;top:20.115411996841rem;left:48.687320709229rem;display:block; }
#oKdmaJ9FRGzesFiP3kLcRDN6u5tbwLmJ { color:#ffffff;display:block;width:20.06125rem;position:absolute;font-family:gilroy;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:6.3671873807906rem;left:49.436256408691rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tlp2vKgq2cPXLxAQ1uDiIvVtTpC3Fw4D { position:absolute;display:block;z-index:100009;height:24.5625rem;width:41.3125rem;top:3.0556640625rem;left:4.8450213738208rem;display:block; }
#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row .container { background-color: transparent; background-image: none; }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row .container > .video-iframe-container { display: none; }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row > .video-iframe-container { display: none; }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .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); }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row .container { border-width: 0; border-radius: 0; }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#IPEPgGquh19cwL9RXCA4bcfkN146qvoc { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.25rem;left:18.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#dVmp7WlI86dV4cdS7v6XIUvuiClIimlU { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:28.5rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#EenlpH38ToXTrASgm30sBElgMr2qfyhn { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.5rem;left:36.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cct13BMoMqDbRoKUUkWLTtMuV6EUmIcM { top:7.5rem;left:1.5rem;width:44.6875rem;height:8.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIiPzHTmheZvxn1Vlo2Z0Kv4MsfJf9O { top:4.25rem;left:2.78125rem;width:42.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4igrfDUMoA7TbyBb8QXnJ9ymSHCCIJ8 { top:16.375rem;left:9.34375rem;width:29.0625rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbZMLCWrUyXaPGNy0Xef2AS4XR1eLLcc { width:27.8125rem;height:3.75rem;top:22.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdD0QFCyIduQQxTAyTTmVKrgTtiATbHg { display:block; }
 }@media only screen and (max-width: 763px) { #kbCZdoiIuU2CRzLVU1REZhZAfEmzOeFU { top:27.1875rem;left:11.5615234375rem;width:24.5625rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX { display:block; }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbC2IVbd1DLSmMIILB8NZ1rxHv4Kzgxx { top:1.6875rem;left:0.75rem;width:46.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEGkNtQDpGZ3hihDNdRFCdRFl6T32Ds { top:2.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLPw3diRAc25ypGFvT9otvdAgwSp23ow { top:2.625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAsqgmoKOgveveLu5l5VnNdUanmrBkZT { top:7.5rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdzTSlHNFie9JlpD6J9RGo4SHwyB6ZA8 { top:6.0625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNB5FJ200KKMuJOV4zIR0peCGFHbuEoT { top:11.8125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXKiJUVu1OqkpnZu0kJf6Sya69ht5v9z { top:10.6875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHzBlE26Pp2k8ieI2XkdGM14pSEWRPUA { display:none; }
 }@media only screen and (max-width: 763px) { #bboBSM75mTpnLcdLyL74TMnQ8UcTULde { display:none; }
 }@media only screen and (max-width: 763px) { #z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt { display:block; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCQerzHszXEdfLGm86wtNJCgAsTJKWSR { top:6.8125rem;left:4.5625rem;width:38.5625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4y3ATtFGn0mdFWpc87InIl6TH87g02p { top:11.5625rem;left:3.25rem;width:41.25rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaJvxXZBQqGeiKzvv9NUwfSczZVxFyc { display:none; }
 }@media only screen and (max-width: 763px) { #y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg { display:block; }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmEW6WUwfhHSl0vCMrf2FbEh3Iw66cHf { top:2.4375rem;left:8.09375rem;width:31.5625rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAlv8mDiTkCMbsmPUtCHTGGDQ4CHbOb2 { top:7.125rem;left:4.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9QwgPTAUOvKgLxA9WzAvVm4dO84HuaP { top:7.5625rem;left:5.625rem;width:0.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK2nUbk6fVdRgfFfVJ0qoFnyHQqMniac { top:6.9375rem;left:8.09375rem;width:34.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cabCH386vlzepzqZGeL4187vufQxl1oO { top:12rem;left:4.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhRHUBEoCzxNm2SgI8XMAiAaPQHp1Cll { top:12.375rem;left:5.5rem;width:0.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1RcaTC8xxCL2sLIVyLbx0f842M6mkvQ { top:22.0625rem;left:4.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkxNoGO8cXcQyK3Ex9nv04U6ZaIRn2m { top:22.4375rem;left:5.5rem;width:0.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw4vNzmmuZBKZSKBvyW3KqozvBoEN8Kv { top:17.125rem;left:4.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r70ZMECAhx3VwEcoTc7ex8CFTf2zllmu { top:17.5625rem;left:5.5rem;width:0.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZZNKO8CU8Dk0xOTTHsoq3uCfso6Gz2c { top:32.125rem;left:4.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frv9yPRMMqvL7JCX2iFdUqODsItJKo4C { top:32.4375rem;left:5.5rem;width:0.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT8sW6qbmeDVA9GUWxENrxRGUT3Do4ya { top:27.0625rem;left:4.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqkCKxqpT5pPg5gXfcDKXJDKFWdb0T97 { top:27.4375rem;left:5.5rem;width:0.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zznMzFq22RTArQvGyJSJPChccFFZidCe { top:11.8125rem;left:8.09375rem;width:34.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxvvz2RP1iPl4n4iLqFBql4OQFGVdfH0 { top:16.9375rem;left:8.09375rem;width:35.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGmEoln03C9beBUTTTDGzelZhNxrRAn { top:21.875rem;left:8.09375rem;width:34.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #welNsfKz2WRv3TT2R4nb0Un6RCPTZB5r { top:26.875rem;left:8.09375rem;width:33.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvRusDC8FEBVx0TELET9RALWzp3uWaGa { top:31.9375rem;left:8.09375rem;width:33.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH4F0G6lR12u6KQpBa1dTwE4FRhlQWPb { top:42.875rem;left:4.71875rem;width:38.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxqS5ABbh1vi5zE7tglBgExp6vTlgXqf { top:37.125rem;left:4.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBHTz0TBh58Il0ns6Vo7qbU4ab3B3Xu5 { top:37.5rem;left:5.5625rem;width:0.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WroNZcpAUIX0PNCDSpv5x40axHnLoWpC { top:36.9375rem;left:8.09375rem;width:33.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV { display:block; }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPUDT77KTR3KsGigme1yDB0rT9ssGoLG { top:3.5625rem;left:13rem;width:21.6875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbGML9GTkz8lsXSXb5XQIwZZKqwtGKTq { top:8.875rem;left:14.9375rem;width:32.8125rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycEDATiB1xnNkpNFSqVMRcHNebNOUfFX { top:8.875rem;left:0rem;width:30.25rem;height:48rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwMNEZN9wgHgpAeUXyLWzDIMpi9UMEV { top:60.625rem;left:13rem;width:21.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD63CVye8X3EiaOG2ZCW3OiiV2ATcmit { top:62.875rem;left:3.875rem;width:40rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JylITcEKpWEns1dGEz6CptPT0sZuAu8V { top:69.625rem;left:4rem;width:4.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoDb5TN3K8SvfTi0XBmSSOEuF3fCt12L { top:70.125rem;left:4.5rem;width:3.4375rem;height:3.3740234375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR7vCcIPexFGxAcJoA922vOuyOKv0nRU { top:73.0625rem;left:0rem;width:14.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUE0TQULlvyqkP7ifii2iw66Vrs1P9t3 { top:74.3125rem;left:2.4375rem;width:7.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba9o5PfnwZBTyPFO9eKxs2rUV08Jfa69 { top:69.625rem;left:21.625rem;width:4.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS5WzdCpoxammF76n7NkiiLX8b30sJgC { top:70.3125rem;left:22.25rem;width:3rem;height:2.8775119617225rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8r2sRrV6Apu1Lb6uGmUuMCAz21q1xf { top:73.0625rem;left:16.6875rem;width:14.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk5zr3XzewLFmm0ZFo3uWhEvD0Z8urDB { top:74.3125rem;left:19.8125rem;width:8.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te5cKAnT40ewrHVCz65Iv0Pq40U3Sql9 { top:73.0625rem;left:33.625rem;width:14.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVyfrbJNArmqyqtbaPlX9V42Sh8doGUo { top:74.25rem;left:36.75rem;width:9.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwgcCZlKJT4K1KoDpHDkhv1L3JBnGhl8 { top:69.625rem;left:39.5rem;width:4.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzEqQIRGhV85laKPeOVf1FC41f8ATTa2 { top:70.1875rem;left:39.9375rem;width:3.25rem;height:3.3113388381009rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRFlDuPaWJs2qka1yfKkU5X5yLIzL9g { width:47.75rem;height:42.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P { display:block; }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT8UFPZyJ1VoopKtbyMIL7XNK0m2pAfG { top:2.6875rem;left:11.343040466309rem;width:25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObVCIIWkDTBEwgdKZkcQ4qh8LD0eXlSd { top:8.75rem;left:0rem;width:31.5625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwMsTzTuxhnEWrS3cTMy7KLZTHEwSLBS { top:8.8125rem;left:17rem;width:30.625rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxnan8S4F5NEXriHCTDCMx0owotvSlJX { top:25.3125rem;left:0rem;width:31.5625rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfV9HM9fUC8yEIwGKqvqn9CkBdAbkWM { top:39.5rem;left:16.0625rem;width:31.5625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJtb9Ntul30NkVL53WDcMgWCuXht5rab { top:50rem;left:0rem;width:31.5625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWL2Aqsh0UbEy1pVI5LCB5aAcDeMSLBk { top:62.75rem;left:0rem;width:31.1875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwO9dTIRdrJs12kTVZMRKykIUSuqQTQX { top:61.9375rem;left:16.125rem;width:31.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 { display:block; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVarhv64EV5Hy9MmHh9hhW9Fia6gvm9B { top:8.3125rem;left:26.0625rem;width:21.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw89KSHtq6VixK9BNMJQzxa7hX7WIMTf { top:9.5625rem;left:32.125rem;width:15.625rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh0NT0oM0OPTX0ZnMBob541Gtix7OLX4 { top:12.3125rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVGkvb3PrIDoNhgHhyJKigSvuBbldZt7 { top:13.5625rem;left:32.125rem;width:15.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9QMIMc1p5uSsqXTwTAaqALTedRhNh8x { top:17.4375rem;left:32.125rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6nrlCORAFZcIEhRZiRx1mPH7RwzGTPQ { width:17.9375rem;height:3.125rem;top:21.5625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFVkHOwnDNcM4xcvGIHgQhd9cvhHtV4a { display:block; }
 }@media only screen and (max-width: 763px) { #a4S9PNcWGlMsoS47Q4xnT3HErteBgF4L { top:27.875rem;left:30.125rem;width:17.625rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUOiqrXVzpR657rI0GdN9NWQ7A4vBFbw { top:5.375rem;left:26rem;width:21.625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvdK518k4ORaE0TAiH6dqnSENTWIheHN { top:20.0625rem;left:26.1875rem;width:21.5625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKdmaJ9FRGzesFiP3kLcRDN6u5tbwLmJ { top:6.3125rem;left:27.75rem;width:20rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlp2vKgq2cPXLxAQ1uDiIvVtTpC3Fw4D { top:3rem;left:0rem;width:41.3125rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa { display:block; }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPEPgGquh19cwL9RXCA4bcfkN146qvoc { top:1.25rem;left:4.5625rem;width:38.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVmp7WlI86dV4cdS7v6XIUvuiClIimlU { top:3.4375rem;left:14.875rem;width:6.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EenlpH38ToXTrASgm30sBElgMr2qfyhn { top:3.5rem;left:22.9375rem;width:9.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/27weuAKq/Prov2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cct13BMoMqDbRoKUUkWLTtMuV6EUmIcM { width:19.3125rem;height:9.7485625rem;top:4.625rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIiPzHTmheZvxn1Vlo2Z0Kv4MsfJf9O { width:20rem;height:1.29980625rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4igrfDUMoA7TbyBb8QXnJ9ymSHCCIJ8 { width:18.5rem;height:2.03125rem;top:15.4375rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbZMLCWrUyXaPGNy0Xef2AS4XR1eLLcc { width:18.375rem;height:3.4375rem;top:19.5rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdD0QFCyIduQQxTAyTTmVKrgTtiATbHg { display:block; }
 }@media only screen and (max-width: 763px) { #kbCZdoiIuU2CRzLVU1REZhZAfEmzOeFU { width:16.6875rem;height:2.923825rem;top:24rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX { display:block; }#KD1ed7sZPOI5moLKcouSe7iTNtBWr2QX > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbC2IVbd1DLSmMIILB8NZ1rxHv4Kzgxx { width:19.125rem;height:1.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqEGkNtQDpGZ3hihDNdRFCdRFl6T32Ds { top:1.5rem;left:3.75rem;width:12.5rem;height:1.13720625rem;z-index:100001;color:#c1c1c1;text-align:center;text-align-last:center;font-size:0.875rem;font-family:gilroy;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bLPw3diRAc25ypGFvT9otvdAgwSp23ow { top:2.625rem;left:3.75rem;width:12.5rem;height:1.70605625rem;z-index:100002;color:#ffffff;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:gilroy;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mAsqgmoKOgveveLu5l5VnNdUanmrBkZT { top:7.5rem;left:3.75rem;width:12.5rem;height:1.70605625rem;z-index:100004;color:#ffffff;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:gilroy;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CdzTSlHNFie9JlpD6J9RGo4SHwyB6ZA8 { top:6.375rem;left:3.75rem;width:12.5rem;height:1.13720625rem;z-index:100003;color:#c1c1c1;text-align:center;text-align-last:center;font-size:0.875rem;font-family:gilroy;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oNB5FJ200KKMuJOV4zIR0peCGFHbuEoT { top:12.6875rem;left:3.75rem;width:12.5rem;height:1.70605625rem;z-index:100006;color:#ffffff;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:gilroy;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SXKiJUVu1OqkpnZu0kJf6Sya69ht5v9z { top:11.5625rem;left:3.75rem;width:12.5rem;height:1.13720625rem;z-index:100005;color:#c1c1c1;text-align:center;text-align-last:center;font-size:0.875rem;font-family:gilroy;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WHzBlE26Pp2k8ieI2XkdGM14pSEWRPUA { top:4.875rem;left:3.75rem;width:12.5rem;height:0.125rem;z-index:100008;background-color:rgba(227,227,227,0.12);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) { #bboBSM75mTpnLcdLyL74TMnQ8UcTULde { top:10rem;left:3.75rem;width:12.5rem;height:0.125rem;z-index:100009;background-color:rgba(227,227,227,0.12);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) { #z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt { display:block; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCQerzHszXEdfLGm86wtNJCgAsTJKWSR { width:15.375rem;height:3.57421875rem;top:1.8125rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4y3ATtFGn0mdFWpc87InIl6TH87g02p { width:20rem;height:22.9375rem;top:6.63671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTaJvxXZBQqGeiKzvv9NUwfSczZVxFyc { height:11.25rem;width:20rem;top:7.8125rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg { display:block; }#y1yzl05SgsTZ92uFdAbBZKVQ9drOhdOg > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmEW6WUwfhHSl0vCMrf2FbEh3Iw66cHf { width:15.4375rem;height:3.73730625rem;top:1.3125rem;left:2.28125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAlv8mDiTkCMbsmPUtCHTGGDQ4CHbOb2 { width:2rem;height:2rem;top:6.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9QwgPTAUOvKgLxA9WzAvVm4dO84HuaP { width:0.625rem;height:1.94970625rem;top:7.25rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK2nUbk6fVdRgfFfVJ0qoFnyHQqMniac { width:15.625rem;height:5.19921875rem;top:6.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cabCH386vlzepzqZGeL4187vufQxl1oO { width:1.9375rem;height:1.9375rem;top:13.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhRHUBEoCzxNm2SgI8XMAiAaPQHp1Cll { width:0.625rem;height:1.94970625rem;top:14rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1RcaTC8xxCL2sLIVyLbx0f842M6mkvQ { width:1.9375rem;height:1.9375rem;top:26.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkxNoGO8cXcQyK3Ex9nv04U6ZaIRn2m { width:0.625rem;height:1.94970625rem;top:26.5rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw4vNzmmuZBKZSKBvyW3KqozvBoEN8Kv { width:1.9375rem;height:1.9375rem;top:19.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r70ZMECAhx3VwEcoTc7ex8CFTf2zllmu { width:0.625rem;height:1.94970625rem;top:19.8125rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZZNKO8CU8Dk0xOTTHsoq3uCfso6Gz2c { width:1.9375rem;height:1.9375rem;top:40.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frv9yPRMMqvL7JCX2iFdUqODsItJKo4C { width:0.625rem;height:1.94970625rem;top:40.375rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT8sW6qbmeDVA9GUWxENrxRGUT3Do4ya { width:1.9375rem;height:1.9375rem;top:32.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqkCKxqpT5pPg5gXfcDKXJDKFWdb0T97 { width:0.625rem;height:1.94970625rem;top:33.0625rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zznMzFq22RTArQvGyJSJPChccFFZidCe { width:14.875rem;height:3.8994125rem;top:13.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxvvz2RP1iPl4n4iLqFBql4OQFGVdfH0 { width:15.375rem;height:5.19921875rem;top:19.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGmEoln03C9beBUTTTDGzelZhNxrRAn { width:15.6875rem;height:5.19921875rem;top:26.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #welNsfKz2WRv3TT2R4nb0Un6RCPTZB5r { width:15.6875rem;height:5.19921875rem;top:33.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvRusDC8FEBVx0TELET9RALWzp3uWaGa { width:15.25rem;height:3.8994125rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH4F0G6lR12u6KQpBa1dTwE4FRhlQWPb { width:19.125rem;height:5.19921875rem;top:53.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxqS5ABbh1vi5zE7tglBgExp6vTlgXqf { width:2rem;height:2rem;top:46.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBHTz0TBh58Il0ns6Vo7qbU4ab3B3Xu5 { width:0.625rem;height:1.94970625rem;top:46.5625rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WroNZcpAUIX0PNCDSpv5x40axHnLoWpC { width:15.5625rem;height:5.19921875rem;top:46.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV { display:block; }#A9fUAW5PPOweImxdUCDZAL0FnV7CwTlV > .row .container { width:20rem;height:115.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPUDT77KTR3KsGigme1yDB0rT9ssGoLG { width:19.75rem;height:1.86865rem;top:2.125rem;left:0.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbGML9GTkz8lsXSXb5XQIwZZKqwtGKTq { width:10rem;height:14.25rem;top:6.8125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycEDATiB1xnNkpNFSqVMRcHNebNOUfFX { width:20rem;height:45.09375rem;top:24.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwMNEZN9wgHgpAeUXyLWzDIMpi9UMEV { width:16.5625rem;height:1.21875rem;top:71.3125rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MD63CVye8X3EiaOG2ZCW3OiiV2ATcmit { width:18.9375rem;height:1.3125rem;top:73.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JylITcEKpWEns1dGEz6CptPT0sZuAu8V { width:4.25rem;height:4.375rem;top:77.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoDb5TN3K8SvfTi0XBmSSOEuF3fCt12L { width:3.4375rem;height:3.37446875rem;top:78.25rem;left:8.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR7vCcIPexFGxAcJoA922vOuyOKv0nRU { width:14.125rem;height:5.3125rem;top:81.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUE0TQULlvyqkP7ifii2iw66Vrs1P9t3 { width:7.1875rem;height:3rem;top:82.75rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba9o5PfnwZBTyPFO9eKxs2rUV08Jfa69 { width:4.25rem;height:4.375rem;top:89.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS5WzdCpoxammF76n7NkiiLX8b30sJgC { width:3rem;height:2.8773521937479rem;top:89.875rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8r2sRrV6Apu1Lb6uGmUuMCAz21q1xf { width:14.125rem;height:5.3125rem;top:92.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk5zr3XzewLFmm0ZFo3uWhEvD0Z8urDB { width:8.125rem;height:3rem;top:94rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te5cKAnT40ewrHVCz65Iv0Pq40U3Sql9 { width:14.125rem;height:5.3125rem;top:104.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVyfrbJNArmqyqtbaPlX9V42Sh8doGUo { width:9.6875rem;height:3rem;top:105.5625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwgcCZlKJT4K1KoDpHDkhv1L3JBnGhl8 { width:4.25rem;height:4.375rem;top:100.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzEqQIRGhV85laKPeOVf1FC41f8ATTa2 { width:3.25rem;height:3.3109744477067rem;top:101.4375rem;left:8.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRFlDuPaWJs2qka1yfKkU5X5yLIzL9g { top:5.5625rem;left:0rem;width:20rem;height:17.625rem;z-index:100028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P { display:block; }#XnHuXPxK1s6XCZuVT78sCMRcJnJ27v2P > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT8UFPZyJ1VoopKtbyMIL7XNK0m2pAfG { width:15.375rem;height:3.73730625rem;top:1.25rem;left:2.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObVCIIWkDTBEwgdKZkcQ4qh8LD0eXlSd { width:19.875rem;height:9.5636138613862rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwMsTzTuxhnEWrS3cTMy7KLZTHEwSLBS { width:19.875rem;height:18.982653061224rem;top:33.4140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxnan8S4F5NEXriHCTDCMx0owotvSlJX { width:19.875rem;height:14.601237623763rem;top:17.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfV9HM9fUC8yEIwGKqvqn9CkBdAbkWM { width:19.875rem;height:13.184405940594rem;top:62.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJtb9Ntul30NkVL53WDcMgWCuXht5rab { width:19.875rem;height:7.123514851485rem;top:53.771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWL2Aqsh0UbEy1pVI5LCB5aAcDeMSLBk { width:19.875rem;height:8.6828657314631rem;top:76.828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwO9dTIRdrJs12kTVZMRKykIUSuqQTQX { width:19.875rem;height:9.2671130952381rem;top:86.8857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 { display:block; }#a6TaQzXO1SUPG4NziTp6tfSySyhVbbM0 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVarhv64EV5Hy9MmHh9hhW9Fia6gvm9B { width:19.0625rem;height:18.125rem;top:21.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw89KSHtq6VixK9BNMJQzxa7hX7WIMTf { width:15.625rem;height:2.03125rem;top:22.4375rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh0NT0oM0OPTX0ZnMBob541Gtix7OLX4 { width:12.5rem;height:0.0625rem;top:25.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVGkvb3PrIDoNhgHhyJKigSvuBbldZt7 { width:15.625rem;height:3.0869125rem;top:26.3125rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9QMIMc1p5uSsqXTwTAaqALTedRhNh8x { width:15.625rem;height:1.54345625rem;top:30.125rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6nrlCORAFZcIEhRZiRx1mPH7RwzGTPQ { width:17.9375rem;height:3.125rem;top:34.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFVkHOwnDNcM4xcvGIHgQhd9cvhHtV4a { display:block; }
 }@media only screen and (max-width: 763px) { #a4S9PNcWGlMsoS47Q4xnT3HErteBgF4L { width:17.625rem;height:3.16845625rem;top:40.5rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUOiqrXVzpR657rI0GdN9NWQ7A4vBFbw { width:19rem;height:17.4375rem;top:18.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvdK518k4ORaE0TAiH6dqnSENTWIheHN { width:20rem;height:6.375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKdmaJ9FRGzesFiP3kLcRDN6u5tbwLmJ { width:20rem;height:1.05615rem;top:19.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlp2vKgq2cPXLxAQ1uDiIvVtTpC3Fw4D { width:17.75rem;height:16.5625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa { display:block; }#QOdQaDEvVUpcbQ6AiDyCnUxMTooSEvoa > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPEPgGquh19cwL9RXCA4bcfkN146qvoc { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVmp7WlI86dV4cdS7v6XIUvuiClIimlU { width:6.5625rem;height:1.13720625rem;top:4.6875rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EenlpH38ToXTrASgm30sBElgMr2qfyhn { width:9.9375rem;height:1.13720625rem;top:6.4375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }