.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { background-color: transparent; background-image: none; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container > .video-iframe-container { display: none; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row > .video-iframe-container { display: none; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .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); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { border-width: 0; border-radius: 0; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#buPZDlHE20VPJmTw5zHTcOxPuLllh959 { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:policecocon;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.125rem;left:62.25rem;display:block; }
#m9PkVauoPbD8lkNpLhf51AT2QChnPaC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMHOE7RGbK0SwsPlmrtVXZzchTpvTV9o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#xbSOLM0JpLlVU1oDKZfrQikIOta4OBJv { background-color:transparent;background-image:none;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#008f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:policecocon;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.0625rem;left:49.6875rem;display:block; }
#GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f227a93b-92dd-4da7-912a-b35cd66c8172/Modulo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.adaptive-delivery-prevent-bg, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyload, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyloading { background-image: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { background-color: transparent; background-image: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container > .video-iframe-container { display: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row > .video-iframe-container { display: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .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); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { border-width: 0; border-radius: 0; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { font-size:0.875rem;font-family:"open sans";height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#whhg6H5LSHIxmV6CMhXnGPX9RLD6tfdC { position:absolute;display:block;z-index:15009;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:21.375rem;width:30.25rem;top:9.1875rem;left:0rem;display:block; }
#rxrFrXlnTnFQQmv2NnKlfToC5biGIG5T { position:absolute;display:block;z-index:15010;background-color:#039257;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: none;height:1.9375rem;width:6.1875rem;top:11.125rem;left:2rem;display:block; }
#bvnHcBABia2TldfBHR8x7ccbFiqxZddM { color:#ffffff;display:block;width:4rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.375rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#hHz3zTHS6saDdyHxWi9DR8lfO3Fw9cqo { color:#000000;display:block;width:24.625rem;position:absolute;font-family:policecocon;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:2rem;height:4.875rem;display:block; }
#zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { color:#000000;display:block;width:24.125rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.0625rem;left:2rem;height:3.8994125rem;font-style:normal;display:block; }
#LyTTXEEbJzsR75bkq2hXNs75lcF8Eax0 { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:policecocon;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.6875rem;left:2rem;display:block; }
#iaTppEuFpKD7GHXd9E1Nkud39la6JCIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diGQSuTJunmF78Zpr21mvs9OrlbfNt5P { position:absolute;display:block;z-index:15010;background-color:#35d7ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:none; }
#hFSREqtmpAcZVxO2aXMF0uPsccknhfAV { color:#ffffff;display:block;width:4rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4619125rem;font-style:normal;display:none; }
#HKWMUdXXHP1HupzSNOTTUT9EDPqFrDPt { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:9rem;left:34.4375rem;display:block; }
#tTJBqyCThazTI7kKOFFmFPGmQXtnVJrz { color:#7e1f2f;display:block;width:4.625rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.375rem;height:1.4625rem;font-style:normal;display:block; }
#o3H9sn6b97fvTC2douiza7icF7pFdGfo { position:absolute;display:block;z-index:15012;background-color:#fcd8ea;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: none;height:1.9375rem;width:6.1875rem;top:11.125rem;left:8.5625rem;display:block; }
#fd1b4M7ivkr1ROHKDG9iqJ2H45fKAUzK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.25rem;top:11rem;left:15.375rem;overflow:hidden;display:block; }
#Ssdo4SbrMhgy1O9NnGknTTVDOmGSolwv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:17rem;top:34.9375rem;left:49.72802734375rem;overflow:hidden;display:block; }
#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a66468e9-c659-4c71-9e65-c840c19c5550/Sliderdesktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.adaptive-delivery-prevent-bg, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyload, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyloading { background-image: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { border-width: 0; border-radius: 0; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { font-size:0.875rem;font-family:"open sans";height:35.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#RxhQZllzkClnMykcC3lTQW3fSIUM9UZR { position:absolute;display:block;z-index:15009;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:21.375rem;width:30.25rem;top:8.4375rem;left:0rem;display:block; }
#QqmlJiKM2v4OF19oMntiROMKZvxTwwzH { position:absolute;display:block;z-index:15010;background-color:#35d7ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:block; }
#lAALCOa8CFCcvtN8nhHtFxxQkrA2ZGVu { color:#ffffff;display:block;width:4rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { color:#000000;display:block;width:24.625rem;position:absolute;font-family:policecocon;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:block; }
#dRsZhdO6IGsS6XKSTZTCf8DOrB1PsG1A { color:#000000;display:block;width:24.125rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.9rem;font-style:normal;display:block; }
#Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:policecocon;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:2rem;display:block; }
#Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:9rem;left:34.4375rem;display:block; }
#FC3909AJVOcJdGxWHb0tTJV9nb0iDQ8N { color:#7e1f2f;display:block;width:4.625rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.125rem;left:25.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#tqlGz7Qro0lJbgmVSPZbT0iHs5opBE48 { position:absolute;display:block;z-index:15017;background-color:#fcd8ea;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: none;height:1.9375rem;width:6.1875rem;top:5.875rem;left:25rem;display:block; }
#hxMfASkdOfoErgTyUlIcWHRnxoXZ41yi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.25rem;top:5.75rem;left:31.8125rem;overflow:hidden;display:block; }
#o485WHDdheRXT00FS9sAcG2PrASxb9DX { position:absolute;display:block;z-index:15015;background-color:#039257;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: none;height:1.9375rem;width:6.1875rem;top:5.875rem;left:18.4375rem;display:block; }
#up3Pesi0pz2Zkbq4UX5HXdqFSrZ3Ikf2 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:6.125rem;left:19.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#aAIcI86kJs3G322bzSbLTJ5uvJ9tEGpN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:17rem;top:34.9375rem;left:49.72802734375rem;overflow:hidden;display:none; }
#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { position:relative;display:none; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { border-width: 0; border-radius: 0; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .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; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oWU86vDgJCJyBK2exClK1gXU1kRXVWQy { color:#000000;display:block;width:24.625rem;position:absolute;font-family:policecocon;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:none; }
#pZ1vntNtw8PDgEp56vmHZi0d49L8G7i8 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.8994125rem;font-style:normal;display:none; }
#mmBMhzTEUhAIOipZNoQT9vyPbFJMnkCq { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:policecocon;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:2rem;display:none; }
#lPShAB1bSVFFAhrrGrdss8LydXSilhDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { background-color: transparent; background-image: none; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container > .video-iframe-container { display: none; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row > .video-iframe-container { display: none; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .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); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { border-width: 0; border-radius: 0; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { font-size:0.875rem;font-family:"open sans";height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#tWz5dN8T56851EHzHPcTH3dAwHC9PAZa { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#fZFs71zCN0faWhAGHXK9ZOb7RZMQfURT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:12.5625rem;left:0rem;overflow:hidden;display:block; }
#hTOlwkgwk0In8Lly9PJWPpwQBoH0pTVq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:4.0625rem;display:block; }
#szmQ3ZG7uRFCut6rZstmlNhyDnUdvG3y { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:0rem;height:6.499rem;font-style:normal;display:block; }
#BHeIiJzzQlQyPtTG3K1NTBpLRFHGcUqG { position:absolute;display:block;z-index:15015;background-color:#7e1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:31.3125rem;left:0rem;display:block; }
#rrCVOV7Sy84QAeF3Nd3TUPnwO3Q8IuAA { position:absolute;display:block;z-index:15019;background-color:#7e1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:32.3125rem;left:20.5625rem;display:block; }
#AKVoGqHHuptkuJcnw6Dzl21m6cGIqeWZ { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.875rem;left:20.5625rem;height:7.7988125rem;font-style:normal;display:block; }
#gcye77GOMLoMmMrUeZymH1VLzfNwVOTJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.6875rem;left:20.5625rem;height:4.0625rem;display:block; }
#fIyXIh70eyQR9vcFUpWNAiAhfVzTKBzG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:12.5625rem;left:20.5625rem;overflow:hidden;display:block; }
#nHW3bkxXBzByBTKvNPETNPJSBD732Rto { position:absolute;display:block;z-index:15023;background-color:#7e1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:27.3125rem;left:40.5625rem;display:block; }
#TSOEcx58Q1OcVyvcwTQUqw3F2uOUEqgD { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:22.875rem;left:40.5625rem;height:2.6rem;font-style:normal;display:block; }
#rHLRgZh5t9xT0bxJoJ8fVtMQ6D1k32qv { color:#000000;display:block;width:15.125rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.6875rem;left:40.5625rem;height:4.0625rem;display:block; }
#wImxSdvvvMBI89A4kzrLJ63s7WuwHFnH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:12.5625rem;left:40.5625rem;overflow:hidden;display:block; }
#INba7x8hzy5n6ybHCPuUIosgQWoqLyQL { position:absolute;display:block;z-index:15027;background-color:#7e1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:33.3125rem;left:59.5625rem;display:block; }
#QgPukQfLdtv9amoh6Qckh7pUMgnszFSu { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:22.875rem;left:59.5625rem;height:9.098625rem;font-style:normal;display:block; }
#DqNs8ToRHe6PwykfZ4dWUGHJL1E17UTx { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.6875rem;left:59.5625rem;height:2.03125rem;display:block; }
#zD6ZETxzLKS8l5JzLbOlyRNsSdw98FWN { 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;box-shadow: none;height:3.625rem;width:3.625rem;top:12.5625rem;left:59.5625rem;overflow:hidden;display:block; }
#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { background-color: transparent; background-image: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .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); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { border-width: 0; border-radius: 0; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { font-size:0.875rem;font-family:"open sans";height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Ox9i0qX8JEGRXg9xOwr3mqrA99umuAPD { color:#000000;display:block;width:52.125rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:7.3125rem;font-style:normal;display:block; }
#kXJUt6xDiLwkf1TPNXe4NHtPSaCFWIOQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.625rem;top:12.6875rem;left:36.5625rem;overflow:hidden;display:block; }
#nWQU1k1KgI0UVTTbUQQyuf4Oq843NhDF { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:policecocon;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.1875rem;left:38.25rem;height:5.11816875rem;text-align:center;text-align-last:center;display:block; }
#gDVALkQeOyezZBADOp2U93dMWMEqsW3c { position:absolute;display:block;z-index:15005;background-color:#7e1f2f;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:16.5625rem;top:27.5rem;left:19.8125rem;display:block; }
#tH5B2GyFu6A1CFIuX1A9TMr3fTAbCaLV { position:absolute;display:block;z-index:15006;background-color:#7e1f2f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.375rem;width:16.5625rem;top:38.625rem;left:38.6875rem;display:block; }
#QLMe7ccmtocUVqLTnDyJpoeznxzgrCGD { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:policecocon;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.8125rem;left:22.40625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#gA49caWKdtuB6SIsAd6aBStSVQ9EOzic { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:policecocon;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.587890625rem;left:41.28125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#LmWFe8UFtdCIVL8lfPV8P8b95aSTotNU { color:#000000;display:block;width:12.99925rem;position:absolute;font-family:policecocon;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:45.316162109375rem;left:21.591796875rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VSPktGT7nynsikDuQP1Z9TuT935gFnvi { color:#000000;display:block;width:13.49975rem;position:absolute;font-family:policecocon;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:45.316162109375rem;left:39.732177734375rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#is7m057e3WhkMbJJE3kFUk0UpOWoZGrq { box-sizing:content-box;height:11.5rem;width:16.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:27.5rem;left:38.6875rem;border-top:0.0625rem dashed #7e1f2f;border-left:0.0625rem dashed #7e1f2f;border-right:0.0625rem dashed #7e1f2f;border-bottom:0.0625rem dashed #7e1f2f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Ukcu88wboHacZMkJapAQaS8copuamkb2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { background-color: transparent; background-image: none; }#Ukcu88wboHacZMkJapAQaS8copuamkb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container > .video-iframe-container { display: none; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row > .video-iframe-container { display: none; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .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); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { border-width: 0; border-radius: 0; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { font-size:0.875rem;font-family:"open sans";height:47.5rem;width:75rem;overflow:visible;position:relative;display:block; }#mvdy3vVdhDiNk6cLbA12lJZKDThkLdev { position:absolute;display:block;z-index:15000;height:47.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#ktBROltV2qyzlTJqryfT8sGFxERhbQOT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { background-color: transparent; background-image: none; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container > .video-iframe-container { display: none; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row > .video-iframe-container { display: none; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .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); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { border-width: 0; border-radius: 0; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { font-size:0.875rem;font-family:"open sans";height:15.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#pcSm6eDhIPISz1Rkq9mrTsHFdThUt8AA { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdebf4;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; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { background-color: transparent; background-image: none; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container > .video-iframe-container { display: none; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row > .video-iframe-container { display: none; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .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); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { border-width: 0; border-radius: 0; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { color:#000000;display:block;width:26.75rem;position:absolute;font-family:policecocon;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:39.5625rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { color:#000000;display:block;width:28.25rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:39.5625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQthVSR63qbtpaHbbTyG7eEPFfCNmGbT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.3125rem;width:35.5rem;top:1.84375rem;left:0rem;overflow:hidden;display:block; }
#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { background-color: transparent; background-image: none; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container > .video-iframe-container { display: none; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row > .video-iframe-container { display: none; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .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); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { border-width: 0; border-radius: 0; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#vDb4LlQ5epDghPFIXsIWIMHTFrOB4Pcu { color:#000000;display:block;width:30.25rem;position:absolute;font-family:policecocon;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5.1875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgMrbSM5yt1vrfnBDWkwE6t9NPS9Whna { color:#000000;display:block;width:28.625rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.6875rem;left:5.1875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbAwi1OHM4k9Ck8ZNItt2Bg8RgbTRIKX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.25rem;width:35.5rem;top:1.875rem;left:39.5rem;overflow:hidden;display:block; }
#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdebf4;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; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { background-color: transparent; background-image: none; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container > .video-iframe-container { display: none; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row > .video-iframe-container { display: none; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .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); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { border-width: 0; border-radius: 0; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#d8qh8kdUmIUQU6p1oXbExLLWQvEK0Sui { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:policecocon;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:39.5625rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZZbKd7AFHCPVIxFP3FseTied6Q0DktC { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:39.5625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQ496sB9klyolr6zuUPPloqwwUw3LmUe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.25rem;width:35.5rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { background-color: transparent; background-image: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .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); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { border-width: 0; border-radius: 0; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { font-size:0.875rem;font-family:"open sans";height:45.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ty7O9ywTef3UTEir2sf4rEy0yf4WpEln { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.03125rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#cp1ks7di2XwMwsSDaJFK3CIRCxbtt0wA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:14.25rem;left:39.4375rem;overflow:hidden;display:block; }
#nsBnSCRPfOB5G7k22kClz2hCoMqFgFPE { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeCbIyPVQwt6gDaKGvQh09fRnftgdVN0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:17rem;left:39.4375rem;overflow:hidden;display:block; }
#GmcswZZdSUrDqaiGl0sq9Aqmc4KVv3Sk { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lxdcMXb7TuwZ3DJZL8oTsTCikrzolD5p { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:19.875rem;left:39.4375rem;overflow:hidden;display:block; }
#kohSJnUOm4CM8dtqapme4T7wP0iBXG1i { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:41.8125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L2dV1PsPltLgKkzQHy1A5KKfNTf3WXBu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:23.875rem;left:39.4375rem;overflow:hidden;display:block; }
#QbXGtgn0i89Kd1cLdNaOdReN2xISRFdJ { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.9375rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OpQl14B1UsNnMBu9JMhL0bIXIIiROFmS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.75rem;width:28.75rem;top:14.71875rem;left:0rem;overflow:hidden;display:block; }
#gLdEDlEAqaV9ksxi4OChJf3LUO0TDp6L { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.875rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hXiODCPHwC5TL0EfphQrisqOtZ35vDwO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:26.8125rem;left:39.4375rem;overflow:hidden;display:block; }
#R42mmdklzWvGbqAVeiV4s72JHxpOqGHo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:30.25rem;left:39.4375rem;overflow:hidden;display:block; }
#t8TeSsD0SRQivz2Cgm5m8cpVmThVTwCm { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.25rem;left:41.8125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zZruEGfM8BSJJsIaAh6bTuLXKHMz0qkU { position:absolute;display:block;z-index:15038;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: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.23) ;height:1.5625rem;width:1.5625rem;top:34.25rem;left:39.4375rem;overflow:hidden;display:block; }
#TNxOy15kHA30eTekd5l39rsWxZDABGNm { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"proxima nova free";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.375rem;left:41.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e43b9144-1236-4b59-91e1-aa0f85f31425/Vector.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.adaptive-delivery-prevent-bg, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyload, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyloading { background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { background-color: transparent; background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .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); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { border-width: 0; border-radius: 0; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { font-size:0.875rem;font-family:"open sans";height:58.125rem;width:75rem;overflow:visible;position:relative;display:block; }#T9g5n4Id6lkydrW0PWg2QMpkTiJUyrxE { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:18.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZrBdVlrQcT4ZuCmq9TiC5QncJAVVJEx { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"proxima nova free";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.96875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#cLqhLHUf6GOLq7FSclLoiup1IL1SRSli { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:policecocon;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:14.5rem;left:31.6875rem;display:block; }
#B5v0WOdwN03xE8gvUFFBdZgfB4lme4OM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oObfcFkt8Z54T4Xt8dnT1nZuluXxT95P { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:32.3125rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hXfGv5ncSs9dR5rBQVFxAUc81LfVVy30 { color:#039257;display:block;width:6.8125rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.625rem;left:34.125rem;height:1.3rem;display:block; }
#qdkAHRE1p1rEPPIhC9Mnm7Sz8eSZUuzp { position:absolute;display:block;z-index:15018;height:21.75rem;width:38.75rem;top:30.5rem;left:36.25rem;display:block; }
#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { background-color: transparent; background-image: none; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container > .video-iframe-container { display: none; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row > .video-iframe-container { display: none; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .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); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { border-width: 0; border-radius: 0; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#riXZckBJUECDb8w6aE4fJxCUMmli6Jsh { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.1875rem;width:67.375rem;top:1.25rem;left:3.8125rem;display:block; }
#JTr4OhPhu4e51yTqzAHKdKyL9Tyf7DCG { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:policecocon;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:39.8125rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QKLpefUGQKn3FD575HuZe9ulvH1MFxTi { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"proxima nova free";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4375rem;left:39.8125rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#Q8zsTtZP41BK5P2zNhMMDLMPEySg5KMG { background-color:transparent;background-image:none;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#008f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:policecocon;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.3125rem;left:39.8125rem;display:block; }
#MAsRARb9k8eak1LtfQJTO6sCOtrKnrT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86db63df-5456-43ce-91fa-488db91d55c6/Conseiller_BVSR11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:9.71875rem;left:9.8125rem;display:block; }#MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs.adaptive-delivery-prevent-bg, #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs.lazyload, #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs.lazyloading { background-image: none; }
#IwKATm5dxps308dwT8i6h3ol7AWw6beM { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ddecf2bd-4294-469a-90cf-b571fae09fc1/Jerme.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.1875rem;width:8.1875rem;top:4.125rem;left:23.0625rem;display:block; }#IwKATm5dxps308dwT8i6h3ol7AWw6beM.adaptive-delivery-prevent-bg, #IwKATm5dxps308dwT8i6h3ol7AWw6beM.lazyload, #IwKATm5dxps308dwT8i6h3ol7AWw6beM.lazyloading { background-image: none; }
#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/253e4a84-3bcf-4bff-9b8e-a83d69c44139/RP22_Fleuriste_i3_sRGB.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.adaptive-delivery-prevent-bg, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyload, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyloading { background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { background-color: transparent; background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .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); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { border-width: 0; border-radius: 0; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#hLTMgGA6ivpnE5XdlE7wvrcsdb7WEKN6 { position:absolute;display:block;z-index:15001;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:1.875rem;display:block; }
#s3veFTuUkl4ycvN0x8TWTdM9LOKFx1gM { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:policecocon;font-size:3.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.625rem;left:0rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgfnSnH6hCpd8D1rGyNgDKup6Tob7Zoo { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:policecocon;font-size:3.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.01171875rem;left:6.6875rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.5rem;left:1.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZW0xZl0vIv96RMTNEVSTaXBUTnw9gqAV { position:absolute;display:block;z-index:15002;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:51.875rem;display:block; }
#BKthb0T7VTimbMeM0tEdrGcyKxrbStOk { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:45.5rem;left:26.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h86mxr1denCfHMFxcBarU8NU2TF7DT3V { position:absolute;display:block;z-index:15003;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:26.875rem;display:block; }
#EfTOdX0b5GRwA2Zaqf46JoTXG0Sl8TTC { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:45.5rem;left:51.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCQGwo3eNu6Gz016iESFpGCnCS5UMCam { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:49.625rem;left:1.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9IhuoO8RvEmklIKv6UNBIg5PUcCpdTu { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.625rem;left:26.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttiHiUlGU2oKKSeLe51Gvmlax91BTkUg { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.625rem;left:51.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { position:relative;display:block; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { background-color: transparent; background-image: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .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); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { border-width: 0; border-radius: 0; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .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; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dVpXxJ0Bxfu9sb0Irn3vgRTEZ7SAmhNJ { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:policecocon;font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.8999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2dIA82MMQ6rVvVhoJb4v02Gi8iny2zB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.875rem;left:59.875rem;overflow:hidden;display:block; }
#MaXmy8qcLHrmpyaUJVbPxaEk5xaMA9yg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:16.125rem;left:64rem;overflow:hidden;display:block; }
#TKwnMuJS8Z8lWSQKI7pH92yAPA8q78WH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:16.25rem;left:56.8125rem;overflow:hidden;display:block; }
#y1eznFQOwksUdOxBBr98qLn4besvm3d3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:16.125rem;left:67.375rem;overflow:hidden;display:block; }
#JNJcJMO6AoEs9uFx7b1TDLrkaa3dH4Nb { color:#26904c;display:block;width:8.4375rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#ApXFDgHOxeN7ayEGc8q7NvnHRBV281Q8 { color:#26904c;display:block;width:16.1875rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#il88tzSMFxiuLmPTrA98wIrTOemwnWT4 { color:#26904c;display:block;width:5.3125rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nPG4kR5a89m8i3GZVbs1fgvaXrDZ5Gpz { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:policecocon;font-size:1.375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.25rem;left:56.8125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LU7PT8zxIi2u4lifN6fFunIrAgsHlbdd { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:policecocon;font-size:1.375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.4375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CQL9MCX1XCTw861XPpRww2KdRXJaCUGQ { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:16.3125rem;left:32.4375rem;height:1.625rem;font-style:normal;display:block; }
#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { position:relative;display:block; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { background-color: transparent; background-image: none; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container > .video-iframe-container { display: none; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row > .video-iframe-container { display: none; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .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); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { border-width: 0; border-radius: 0; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .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; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container { border-top:0.0625rem solid #f3f3f3;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S4UluybBCB2gl4ma3fvTvb6DzBlPyC5T { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.037109375rem;left:31.03125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO { display:block; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buPZDlHE20VPJmTw5zHTcOxPuLllh959 { width:11.625rem;height:3rem;top:1.125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9PkVauoPbD8lkNpLhf51AT2QChnPaC4 { display:block; }
 }@media only screen and (max-width: 763px) { #lMHOE7RGbK0SwsPlmrtVXZzchTpvTV9o { top:1.125rem;left:0rem;width:7rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbSOLM0JpLlVU1oDKZfrQikIOta4OBJv { width:11.625rem;height:3rem;top:1.0625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block; }
 }@media only screen and (max-width: 763px) { #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U { display:block; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whhg6H5LSHIxmV6CMhXnGPX9RLD6tfdC { top:9.1875rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxrFrXlnTnFQQmv2NnKlfToC5biGIG5T { top:11.125rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvnHcBABia2TldfBHR8x7ccbFiqxZddM { top:11.375rem;left:0rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHz3zTHS6saDdyHxWi9DR8lfO3Fw9cqo { top:14rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { top:20.0625rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyTTXEEbJzsR75bkq2hXNs75lcF8Eax0 { width:11.625rem;height:3rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaTppEuFpKD7GHXd9E1Nkud39la6JCIT { display:block; }
 }@media only screen and (max-width: 763px) { #diGQSuTJunmF78Zpr21mvs9OrlbfNt5P { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFSREqtmpAcZVxO2aXMF0uPsccknhfAV { top:11.875rem;left:0rem;width:11.4375rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKWMUdXXHP1HupzSNOTTUT9EDPqFrDPt { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJBqyCThazTI7kKOFFmFPGmQXtnVJrz { top:11.375rem;left:0rem;width:4.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3H9sn6b97fvTC2douiza7icF7pFdGfo { top:11.125rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1b4M7ivkr1ROHKDG9iqJ2H45fKAUzK { top:11rem;left:1.75rem;width:2.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssdo4SbrMhgy1O9NnGknTTVDOmGSolwv { top:34.9375rem;left:30.75rem;width:17rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { display:block; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxhQZllzkClnMykcC3lTQW3fSIUM9UZR { top:8.4375rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqmlJiKM2v4OF19oMntiROMKZvxTwwzH { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAALCOa8CFCcvtN8nhHtFxxQkrA2ZGVu { top:10.625rem;left:0rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsZhdO6IGsS6XKSTZTCf8DOrB1PsG1A { top:19.3125rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block; }
 }@media only screen and (max-width: 763px) { #wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC3909AJVOcJdGxWHb0tTJV9nb0iDQ8N { top:6.75rem;left:12.8125rem;width:4.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqlGz7Qro0lJbgmVSPZbT0iHs5opBE48 { top:6.5rem;left:12rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMfASkdOfoErgTyUlIcWHRnxoXZ41yi { top:6.375rem;left:18.8125rem;width:2.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o485WHDdheRXT00FS9sAcG2PrASxb9DX { top:6.5rem;left:5.4375rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3Pesi0pz2Zkbq4UX5HXdqFSrZ3Ikf2 { top:6.75rem;left:6.5625rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAIcI86kJs3G322bzSbLTJ5uvJ9tEGpN { top:34.9375rem;left:30.75rem;width:17rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { display:none; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWU86vDgJCJyBK2exClK1gXU1kRXVWQy { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZ1vntNtw8PDgEp56vmHZi0d49L8G7i8 { top:10.9375rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmBMhzTEUhAIOipZNoQT9vyPbFJMnkCq { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPShAB1bSVFFAhrrGrdss8LydXSilhDg { display:block; }
 }@media only screen and (max-width: 763px) { #UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp { display:block; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWz5dN8T56851EHzHPcTH3dAwHC9PAZa { top:3.9375rem;left:0rem;width:40.5625rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFs71zCN0faWhAGHXK9ZOb7RZMQfURT { top:12.5625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOlwkgwk0In8Lly9PJWPpwQBoH0pTVq { top:17.6875rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szmQ3ZG7uRFCut6rZstmlNhyDnUdvG3y { top:22.875rem;left:0rem;width:15.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHeIiJzzQlQyPtTG3K1NTBpLRFHGcUqG { top:31.3125rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCVOV7Sy84QAeF3Nd3TUPnwO3Q8IuAA { top:32.3125rem;left:6.9375rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKVoGqHHuptkuJcnw6Dzl21m6cGIqeWZ { top:22.875rem;left:6.9375rem;width:15.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcye77GOMLoMmMrUeZymH1VLzfNwVOTJ { top:17.6875rem;left:6.9375rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIyXIh70eyQR9vcFUpWNAiAhfVzTKBzG { top:12.5625rem;left:6.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHW3bkxXBzByBTKvNPETNPJSBD732Rto { top:27.3125rem;left:26.9375rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOEcx58Q1OcVyvcwTQUqw3F2uOUEqgD { top:22.875rem;left:26.9375rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHLRgZh5t9xT0bxJoJ8fVtMQ6D1k32qv { top:17.6875rem;left:26.9375rem;width:15.125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImxSdvvvMBI89A4kzrLJ63s7WuwHFnH { top:12.5625rem;left:26.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INba7x8hzy5n6ybHCPuUIosgQWoqLyQL { top:33.3125rem;left:40.25rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgPukQfLdtv9amoh6Qckh7pUMgnszFSu { top:22.875rem;left:32.3125rem;width:15.4375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqNs8ToRHe6PwykfZ4dWUGHJL1E17UTx { top:17.6875rem;left:38.3125rem;width:9.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6ZETxzLKS8l5JzLbOlyRNsSdw98FWN { top:12.5625rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp { display:block; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox9i0qX8JEGRXg9xOwr3mqrA99umuAPD { top:6.6875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXJUt6xDiLwkf1TPNXe4NHtPSaCFWIOQ { top:12.6875rem;left:22.9375rem;width:15.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWQU1k1KgI0UVTTbUQQyuf4Oq843NhDF { top:16.1875rem;left:24.625rem;width:12.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDVALkQeOyezZBADOp2U93dMWMEqsW3c { top:27.5rem;left:6.1875rem;width:16.5625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5B2GyFu6A1CFIuX1A9TMr3fTAbCaLV { top:38.625rem;left:25.0625rem;width:16.5625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLMe7ccmtocUVqLTnDyJpoeznxzgrCGD { top:29.8125rem;left:8.78125rem;width:11.375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA49caWKdtuB6SIsAd6aBStSVQ9EOzic { top:39.5625rem;left:27.65625rem;width:11.375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmWFe8UFtdCIVL8lfPV8P8b95aSTotNU { top:45.3125rem;left:7.966796875rem;width:12.9375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSPktGT7nynsikDuQP1Z9TuT935gFnvi { top:45.3125rem;left:26.107177734375rem;width:13.4375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is7m057e3WhkMbJJE3kFUk0UpOWoZGrq { top:27.5rem;left:25.0625rem;width:16.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukcu88wboHacZMkJapAQaS8copuamkb2 { display:block; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvdy3vVdhDiNk6cLbA12lJZKDThkLdev { top:0rem;left:0rem;width:47.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktBROltV2qyzlTJqryfT8sGFxERhbQOT { display:block; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcSm6eDhIPISz1Rkq9mrTsHFdThUt8AA { top:6.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { display:block; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { top:7.25rem;left:5rem;width:26.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { top:15.625rem;left:3.5rem;width:28.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQthVSR63qbtpaHbbTyG7eEPFfCNmGbT { top:1.8125rem;left:0rem;width:35.5rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU { display:block; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDb4LlQ5epDghPFIXsIWIMHTFrOB4Pcu { top:8.8125rem;left:0rem;width:30.25rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgMrbSM5yt1vrfnBDWkwE6t9NPS9Whna { top:16.6875rem;left:0rem;width:28.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbAwi1OHM4k9Ck8ZNItt2Bg8RgbTRIKX { top:1.875rem;left:0rem;width:35.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 { display:block; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8qh8kdUmIUQU6p1oXbExLLWQvEK0Sui { top:7.25rem;left:4.8125rem;width:26.9375rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZZbKd7AFHCPVIxFP3FseTied6Q0DktC { top:15.625rem;left:5.9375rem;width:25.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ496sB9klyolr6zuUPPloqwwUw3LmUe { top:1.875rem;left:0rem;width:35.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm { display:block; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty7O9ywTef3UTEir2sf4rEy0yf4WpEln { top:7rem;left:0rem;width:29.6875rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp1ks7di2XwMwsSDaJFK3CIRCxbtt0wA { top:14.25rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsBnSCRPfOB5G7k22kClz2hCoMqFgFPE { top:14.3125rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCbIyPVQwt6gDaKGvQh09fRnftgdVN0 { top:17rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmcswZZdSUrDqaiGl0sq9Aqmc4KVv3Sk { top:17.0625rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdcMXb7TuwZ3DJZL8oTsTCikrzolD5p { top:19.875rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kohSJnUOm4CM8dtqapme4T7wP0iBXG1i { top:19.875rem;left:21.875rem;width:25.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dV1PsPltLgKkzQHy1A5KKfNTf3WXBu { top:23.875rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbXGtgn0i89Kd1cLdNaOdReN2xISRFdJ { top:23.9375rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQl14B1UsNnMBu9JMhL0bIXIIiROFmS { top:14.6875rem;left:0rem;width:28.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLdEDlEAqaV9ksxi4OChJf3LUO0TDp6L { top:26.875rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXiODCPHwC5TL0EfphQrisqOtZ35vDwO { top:26.8125rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42mmdklzWvGbqAVeiV4s72JHxpOqGHo { top:30.25rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TeSsD0SRQivz2Cgm5m8cpVmThVTwCm { top:30.25rem;left:21.875rem;width:25.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZruEGfM8BSJJsIaAh6bTuLXKHMz0qkU { top:34.25rem;left:25.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxOy15kHA30eTekd5l39rsWxZDABGNm { top:34.375rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 { display:block; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9g5n4Id6lkydrW0PWg2QMpkTiJUyrxE { top:3.4375rem;left:4.40625rem;width:38.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZrBdVlrQcT4ZuCmq9TiC5QncJAVVJEx { top:9.375rem;left:7.34375rem;width:33.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLqhLHUf6GOLq7FSclLoiup1IL1SRSli { width:11.625rem;height:3rem;top:14.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5v0WOdwN03xE8gvUFFBdZgfB4lme4OM { display:block; }
 }@media only screen and (max-width: 763px) { #oObfcFkt8Z54T4Xt8dnT1nZuluXxT95P { top:32.3125rem;left:0rem;width:20.5625rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXfGv5ncSs9dR5rBQVFxAUc81LfVVy30 { top:18.625rem;left:20.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdkAHRE1p1rEPPIhC9Mnm7Sz8eSZUuzp { top:30.5rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuxKfXum55zcxyGSkI4D8KJT77aL4BLM { display:block; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riXZckBJUECDb8w6aE4fJxCUMmli6Jsh { top:1.25rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTr4OhPhu4e51yTqzAHKdKyL9Tyf7DCG { top:5.375rem;left:23.1875rem;width:24.5625rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKLpefUGQKn3FD575HuZe9ulvH1MFxTi { top:13.4375rem;left:19.25rem;width:28.5rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zsTtZP41BK5P2zNhMMDLMPEySg5KMG { width:11.625rem;height:3rem;top:18.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAsRARb9k8eak1LtfQJTO6sCOtrKnrT3 { display:block; }
 }@media only screen and (max-width: 763px) { #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs { top:9.6875rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwKATm5dxps308dwT8i6h3ol7AWw6beM { top:4.125rem;left:9.4375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ { display:block; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLTMgGA6ivpnE5XdlE7wvrcsdb7WEKN6 { top:43.5625rem;left:0rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3veFTuUkl4ycvN0x8TWTdM9LOKFx1gM { top:16.625rem;left:0rem;width:44.25rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgfnSnH6hCpd8D1rGyNgDKup6Tob7Zoo { top:21rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { top:45.5rem;left:0rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0xZl0vIv96RMTNEVSTaXBUTnw9gqAV { top:43.5625rem;left:26.375rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKthb0T7VTimbMeM0tEdrGcyKxrbStOk { top:45.5rem;left:10.4375rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86mxr1denCfHMFxcBarU8NU2TF7DT3V { top:43.5625rem;left:10.5rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfTOdX0b5GRwA2Zaqf46JoTXG0Sl8TTC { top:45.5rem;left:26.3125rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCQGwo3eNu6Gz016iESFpGCnCS5UMCam { top:49.625rem;left:0rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9IhuoO8RvEmklIKv6UNBIg5PUcCpdTu { top:49.625rem;left:10.375rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttiHiUlGU2oKKSeLe51Gvmlax91BTkUg { top:49.625rem;left:26.25rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { display:block; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVpXxJ0Bxfu9sb0Irn3vgRTEZ7SAmhNJ { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2dIA82MMQ6rVvVhoJb4v02Gi8iny2zB { top:15.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXmy8qcLHrmpyaUJVbPxaEk5xaMA9yg { top:16.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwnMuJS8Z8lWSQKI7pH92yAPA8q78WH { top:16.25rem;left:43.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eznFQOwksUdOxBBr98qLn4besvm3d3 { top:16.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNJcJMO6AoEs9uFx7b1TDLrkaa3dH4Nb { top:13.3125rem;left:0rem;width:8.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApXFDgHOxeN7ayEGc8q7NvnHRBV281Q8 { top:16.875rem;left:0rem;width:16.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #il88tzSMFxiuLmPTrA98wIrTOemwnWT4 { top:20.5625rem;left:0rem;width:5.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPG4kR5a89m8i3GZVbs1fgvaXrDZ5Gpz { top:13.25rem;left:37.5625rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU7PT8zxIi2u4lifN6fFunIrAgsHlbdd { top:13.4375rem;left:18.8125rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQL9MCX1XCTw861XPpRww2KdRXJaCUGQ { top:16.3125rem;left:18.8125rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { display:block; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4UluybBCB2gl4ma3fvTvb6DzBlPyC5T { top:1rem;left:17.40625rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buPZDlHE20VPJmTw5zHTcOxPuLllh959 { width:11.625rem;height:3rem;top:1rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9PkVauoPbD8lkNpLhf51AT2QChnPaC4 { display:block; }
 }@media only screen and (max-width: 763px) { #lMHOE7RGbK0SwsPlmrtVXZzchTpvTV9o { width:5.375rem;height:2.3125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xbSOLM0JpLlVU1oDKZfrQikIOta4OBJv { width:11.625rem;height:3rem;top:0.875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block; }
 }@media only screen and (max-width: 763px) { #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98546505-6b9b-4ede-871a-91a800cf91bf/Slidermobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.adaptive-delivery-prevent-bg, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyload, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyloading { background-image: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { width:20rem;height:45.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whhg6H5LSHIxmV6CMhXnGPX9RLD6tfdC { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxrFrXlnTnFQQmv2NnKlfToC5biGIG5T { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvnHcBABia2TldfBHR8x7ccbFiqxZddM { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHz3zTHS6saDdyHxWi9DR8lfO3Fw9cqo { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyTTXEEbJzsR75bkq2hXNs75lcF8Eax0 { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaTppEuFpKD7GHXd9E1Nkud39la6JCIT { display:block; }
 }@media only screen and (max-width: 763px) { #diGQSuTJunmF78Zpr21mvs9OrlbfNt5P { width:14.25rem;height:2.8125rem;top:13.625rem;left:2.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hFSREqtmpAcZVxO2aXMF0uPsccknhfAV { width:13.6875rem;height:2.2749rem;top:13.875rem;left:3.1875rem;font-size:1.75rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKWMUdXXHP1HupzSNOTTUT9EDPqFrDPt { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTJBqyCThazTI7kKOFFmFPGmQXtnVJrz { width:4.625rem;height:0;top:21.375rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3H9sn6b97fvTC2douiza7icF7pFdGfo { width:6.1875rem;height:1.9375rem;top:21.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1b4M7ivkr1ROHKDG9iqJ2H45fKAUzK { width:2.25rem;height:2.1875rem;top:17.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssdo4SbrMhgy1O9NnGknTTVDOmGSolwv { width:17rem;height:7.5625rem;top:24.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a7795d7-1a05-40a0-bfa7-3f2a854f2098/Slidermobile2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.adaptive-delivery-prevent-bg, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyload, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyloading { background-image: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { background-color: transparent; background-image: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container > .video-iframe-container { display: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row > .video-iframe-container { display: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .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); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxhQZllzkClnMykcC3lTQW3fSIUM9UZR { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqmlJiKM2v4OF19oMntiROMKZvxTwwzH { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAALCOa8CFCcvtN8nhHtFxxQkrA2ZGVu { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRsZhdO6IGsS6XKSTZTCf8DOrB1PsG1A { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block; }
 }@media only screen and (max-width: 763px) { #wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FC3909AJVOcJdGxWHb0tTJV9nb0iDQ8N { width:4.625rem;height:1.4624rem;top:23.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqlGz7Qro0lJbgmVSPZbT0iHs5opBE48 { width:6.1875rem;height:1.9375rem;top:23.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMfASkdOfoErgTyUlIcWHRnxoXZ41yi { width:2.25rem;height:2.1875rem;top:23.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o485WHDdheRXT00FS9sAcG2PrASxb9DX { width:6.1875rem;height:1.9375rem;top:23.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3Pesi0pz2Zkbq4UX5HXdqFSrZ3Ikf2 { width:4rem;height:1.4624rem;top:23.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAIcI86kJs3G322bzSbLTJ5uvJ9tEGpN { width:12.3125rem;height:5.4375rem;top:15.375rem;left:7.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { display:block; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWU86vDgJCJyBK2exClK1gXU1kRXVWQy { width:20rem;height:4.0625rem;top:1.8125rem;left:0rem;font-size:1.5625rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZ1vntNtw8PDgEp56vmHZi0d49L8G7i8 { width:20rem;height:5.19921875rem;top:7.75rem;left:0rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmBMhzTEUhAIOipZNoQT9vyPbFJMnkCq { width:11.625rem;height:3rem;top:15.4375rem;left:4.1875rem;z-index:15015;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;background-color:transparent;background-image:none;color:#008f4f;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lPShAB1bSVFFAhrrGrdss8LydXSilhDg { display:block; }
 }@media only screen and (max-width: 763px) { #UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp { display:block; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWz5dN8T56851EHzHPcTH3dAwHC9PAZa { width:19.6875rem;height:2.275rem;top:3.3125rem;left:0.15625rem;font-size:1.75rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZFs71zCN0faWhAGHXK9ZOb7RZMQfURT { width:3.625rem;height:3.625rem;top:8rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOlwkgwk0In8Lly9PJWPpwQBoH0pTVq { width:17.0625rem;height:4.0625rem;top:12.6875rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szmQ3ZG7uRFCut6rZstmlNhyDnUdvG3y { width:19.0625rem;height:5.19921875rem;top:18.4375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHeIiJzzQlQyPtTG3K1NTBpLRFHGcUqG { width:7.5rem;height:0.125rem;top:45.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCVOV7Sy84QAeF3Nd3TUPnwO3Q8IuAA { width:7.5rem;height:0.125rem;top:85.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKVoGqHHuptkuJcnw6Dzl21m6cGIqeWZ { width:20rem;height:6.499rem;top:37.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcye77GOMLoMmMrUeZymH1VLzfNwVOTJ { width:17.4375rem;height:2.03125rem;top:34.25rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIyXIh70eyQR9vcFUpWNAiAhfVzTKBzG { width:3.625rem;height:3.625rem;top:29.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHW3bkxXBzByBTKvNPETNPJSBD732Rto { width:7.5rem;height:0.125rem;top:25.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOEcx58Q1OcVyvcwTQUqw3F2uOUEqgD { width:20rem;height:2.6rem;top:60.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHLRgZh5t9xT0bxJoJ8fVtMQ6D1k32qv { width:16.5rem;height:4.0625rem;top:55.5625rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wImxSdvvvMBI89A4kzrLJ63s7WuwHFnH { width:3.625rem;height:3.625rem;top:50.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INba7x8hzy5n6ybHCPuUIosgQWoqLyQL { width:7.5rem;height:0.125rem;top:65.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgPukQfLdtv9amoh6Qckh7pUMgnszFSu { width:20rem;height:6.499rem;top:77.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqNs8ToRHe6PwykfZ4dWUGHJL1E17UTx { width:20rem;height:2.03125rem;top:73.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zD6ZETxzLKS8l5JzLbOlyRNsSdw98FWN { width:3.625rem;height:3.625rem;top:68.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp { background-color:#ffffff;background-image:none;display:block; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { background-color: transparent; background-image: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .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); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox9i0qX8JEGRXg9xOwr3mqrA99umuAPD { width:20rem;height:6.09375rem;top:3.5rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kXJUt6xDiLwkf1TPNXe4NHtPSaCFWIOQ { width:13.9375rem;height:11.1875rem;top:11.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWQU1k1KgI0UVTTbUQQyuf4Oq843NhDF { width:9.75rem;height:6.173825rem;top:14.5rem;left:5.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDVALkQeOyezZBADOp2U93dMWMEqsW3c { width:8.25rem;height:8.625rem;top:25.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5B2GyFu6A1CFIuX1A9TMr3fTAbCaLV { width:8.3125rem;height:3.4375rem;top:30.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLMe7ccmtocUVqLTnDyJpoeznxzgrCGD { width:6.8125rem;height:2.4375rem;top:28.625rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gA49caWKdtuB6SIsAd6aBStSVQ9EOzic { width:6.9375rem;height:2.4375rem;top:31.3125rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmWFe8UFtdCIVL8lfPV8P8b95aSTotNU { width:8.0625rem;height:4.548825rem;top:34.9375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSPktGT7nynsikDuQP1Z9TuT935gFnvi { width:8.375rem;height:4.548825rem;top:34.9375rem;left:10.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #is7m057e3WhkMbJJE3kFUk0UpOWoZGrq { width:8.25rem;height:5.6875rem;top:25.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukcu88wboHacZMkJapAQaS8copuamkb2 { display:block; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvdy3vVdhDiNk6cLbA12lJZKDThkLdev { width:20rem;height:47.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktBROltV2qyzlTJqryfT8sGFxERhbQOT { display:block; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcSm6eDhIPISz1Rkq9mrTsHFdThUt8AA { width:20rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { display:block; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { width:20rem;height:4.0625rem;top:4.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { width:20rem;height:6.499rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQthVSR63qbtpaHbbTyG7eEPFfCNmGbT { width:20rem;height:13.6875rem;top:20rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU { display:block; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDb4LlQ5epDghPFIXsIWIMHTFrOB4Pcu { width:20rem;height:4.0625rem;top:4.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mgMrbSM5yt1vrfnBDWkwE6t9NPS9Whna { width:20rem;height:9.098625rem;top:10rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbAwi1OHM4k9Ck8ZNItt2Bg8RgbTRIKX { width:20rem;height:13.6875rem;top:21.0859375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 { display:block; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8qh8kdUmIUQU6p1oXbExLLWQvEK0Sui { width:20rem;height:4.0625rem;top:4.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XZZbKd7AFHCPVIxFP3FseTied6Q0DktC { width:20rem;height:6.499rem;top:10.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nQ496sB9klyolr6zuUPPloqwwUw3LmUe { width:20rem;height:13.6875rem;top:18.7216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm { background-color:#ffffff;background-image:none;display:block; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { background-color: transparent; background-image: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .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); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty7O9ywTef3UTEir2sf4rEy0yf4WpEln { width:20rem;height:2.03125rem;top:3.25rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cp1ks7di2XwMwsSDaJFK3CIRCxbtt0wA { width:1.4375rem;height:1.4375rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsBnSCRPfOB5G7k22kClz2hCoMqFgFPE { width:18.1875rem;height:2.6rem;top:25rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCbIyPVQwt6gDaKGvQh09fRnftgdVN0 { width:1.4375rem;height:1.4375rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmcswZZdSUrDqaiGl0sq9Aqmc4KVv3Sk { width:13.625rem;height:1.3rem;top:29.0625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdcMXb7TuwZ3DJZL8oTsTCikrzolD5p { width:1.4375rem;height:1.4375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kohSJnUOm4CM8dtqapme4T7wP0iBXG1i { width:17.6875rem;height:3.8994125rem;top:31.75rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dV1PsPltLgKkzQHy1A5KKfNTf3WXBu { width:1.4375rem;height:1.4375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbXGtgn0i89Kd1cLdNaOdReN2xISRFdJ { width:18rem;height:2.6rem;top:36.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQl14B1UsNnMBu9JMhL0bIXIIiROFmS { width:20rem;height:13.75rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gLdEDlEAqaV9ksxi4OChJf3LUO0TDp6L { width:17.8125rem;height:2.6rem;top:41.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXiODCPHwC5TL0EfphQrisqOtZ35vDwO { width:1.4375rem;height:1.4375rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42mmdklzWvGbqAVeiV4s72JHxpOqGHo { width:1.4375rem;height:1.4375rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TeSsD0SRQivz2Cgm5m8cpVmThVTwCm { width:17.625rem;height:3.8994125rem;top:45.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZruEGfM8BSJJsIaAh6bTuLXKHMz0qkU { width:1.6875rem;height:1.6875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxOy15kHA30eTekd5l39rsWxZDABGNm { width:11.125rem;height:1.3rem;top:52.25rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e5ae3b19-4e48-4eab-a48e-2cb541075b9d/Frame230.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.adaptive-delivery-prevent-bg, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyload, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyloading { background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { background-color: transparent; background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .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); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { border-width: 0; border-radius: 0; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9g5n4Id6lkydrW0PWg2QMpkTiJUyrxE { width:20rem;height:4.0625rem;top:3rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BZrBdVlrQcT4ZuCmq9TiC5QncJAVVJEx { width:20rem;height:5.8496125rem;top:8.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLqhLHUf6GOLq7FSclLoiup1IL1SRSli { width:11.625rem;height:3rem;top:16.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5v0WOdwN03xE8gvUFFBdZgfB4lme4OM { display:block; }
 }@media only screen and (max-width: 763px) { #oObfcFkt8Z54T4Xt8dnT1nZuluXxT95P { width:20rem;height:2.03125rem;top:29.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXfGv5ncSs9dR5rBQVFxAUc81LfVVy30 { width:6.8125rem;height:1.3rem;top:20.625rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdkAHRE1p1rEPPIhC9Mnm7Sz8eSZUuzp { width:20rem;height:21.75rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuxKfXum55zcxyGSkI4D8KJT77aL4BLM { display:block; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riXZckBJUECDb8w6aE4fJxCUMmli6Jsh { width:20rem;height:35.4375rem;top:1.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTr4OhPhu4e51yTqzAHKdKyL9Tyf7DCG { width:20rem;height:4.0625rem;top:18.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKLpefUGQKn3FD575HuZe9ulvH1MFxTi { width:20rem;height:4.38720625rem;top:24.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zsTtZP41BK5P2zNhMMDLMPEySg5KMG { width:11.625rem;height:3rem;top:31rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAsRARb9k8eak1LtfQJTO6sCOtrKnrT3 { display:block; }
 }@media only screen and (max-width: 763px) { #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs { width:9.4375rem;height:9.4375rem;top:4.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwKATm5dxps308dwT8i6h3ol7AWw6beM { width:6.25rem;height:6.25rem;top:9.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8046416d-82fa-486a-8f42-d6f2fb347a5b/fleuristemobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.adaptive-delivery-prevent-bg, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyload, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyloading { background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { background-color: transparent; background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .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); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLTMgGA6ivpnE5XdlE7wvrcsdb7WEKN6 { width:20rem;height:9.6875rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3veFTuUkl4ycvN0x8TWTdM9LOKFx1gM { width:15.6875rem;height:2.03125rem;top:13rem;left:2.1875rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgfnSnH6hCpd8D1rGyNgDKup6Tob7Zoo { width:14.4375rem;height:4.0625rem;top:15rem;left:2.8125rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { width:9.375rem;height:4.225rem;top:23.25rem;left:5.3125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0xZl0vIv96RMTNEVSTaXBUTnw9gqAV { width:20rem;height:9.6875rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKthb0T7VTimbMeM0tEdrGcyKxrbStOk { width:20rem;height:4.225rem;top:37.0625rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h86mxr1denCfHMFxcBarU8NU2TF7DT3V { width:20rem;height:9.6875rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfTOdX0b5GRwA2Zaqf46JoTXG0Sl8TTC { width:20rem;height:4.225rem;top:50.375rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCQGwo3eNu6Gz016iESFpGCnCS5UMCam { width:12.875rem;height:1.7875rem;top:28.0625rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9IhuoO8RvEmklIKv6UNBIg5PUcCpdTu { width:20rem;height:1.7875rem;top:41.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttiHiUlGU2oKKSeLe51Gvmlax91BTkUg { width:20rem;height:1.7875rem;top:54.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { background-color: transparent; background-image: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .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); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { border-width: 0; border-radius: 0; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVpXxJ0Bxfu9sb0Irn3vgRTEZ7SAmhNJ { width:20rem;height:2.03125rem;top:5.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2dIA82MMQ6rVvVhoJb4v02Gi8iny2zB { width:1.9375rem;height:1.9375rem;top:28.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXmy8qcLHrmpyaUJVbPxaEk5xaMA9yg { width:1.5625rem;height:1.5625rem;top:28.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwnMuJS8Z8lWSQKI7pH92yAPA8q78WH { width:1.4375rem;height:1.4375rem;top:28.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eznFQOwksUdOxBBr98qLn4besvm3d3 { width:1.4375rem;height:1.4375rem;top:28.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNJcJMO6AoEs9uFx7b1TDLrkaa3dH4Nb { width:20rem;height:1.625rem;top:9.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApXFDgHOxeN7ayEGc8q7NvnHRBV281Q8 { width:16.1875rem;height:1.625rem;top:12.75rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #il88tzSMFxiuLmPTrA98wIrTOemwnWT4 { width:19.875rem;height:1.625rem;top:15.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPG4kR5a89m8i3GZVbs1fgvaXrDZ5Gpz { width:10.1875rem;height:1.625rem;top:25.375rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LU7PT8zxIi2u4lifN6fFunIrAgsHlbdd { width:10.1875rem;height:1.625rem;top:19.3125rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQL9MCX1XCTw861XPpRww2KdRXJaCUGQ { width:8.875rem;height:1.4625rem;top:22.5rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { display:block; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4UluybBCB2gl4ma3fvTvb6DzBlPyC5T { width:12.9375rem;height:1.29980625rem;top:1.25rem;left:3.53125rem;font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }