.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl { 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; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row .container { background-color: transparent; background-image: none; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row .container > .video-iframe-container { display: none; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row > .video-iframe-container { display: none; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .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); }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row .container { border-width: 0; border-radius: 0; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#OL1tdirtkqbsD8lLfi9OZa6zMtzmeJ1q { 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; }
#ynBmqWHiXXR3TdChm1CwxwU2gQ2T1Tis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTTsFCdnvHOOSNsd7EJCvTf2JvWBIpFF { 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; }
#nJIRv1W7uEmMWgzhTlkTMNzkhAMEzE0v { 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; }
#yJmBF29nqNEbHPdpLbOkUDKJW92AUEMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1b9772a-9539-47b1-bfc1-3d12035975e4/SliderdesktopBVSR.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; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU.adaptive-delivery-prevent-bg, #rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU.lazyload, #rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU.lazyloading { background-image: none; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container { background-color: transparent; background-image: none; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container > .video-iframe-container { display: none; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row > .video-iframe-container { display: none; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .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); }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container { border-width: 0; border-radius: 0; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container { font-size:0.875rem;font-family:"open sans";height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#yFzUTUT2ZbZiarehOxT9pQuvaGUxi1WZ { 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:19.9375rem;width:29.4375rem;top:11.9375rem;left:0rem;display:block; }
#BBGSC8A7hfrAknP1fvQ9TCb0oCsTsIiu { color:#000000;display:block;width:27.125rem;position:absolute;font-family:policecocon;font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.1875rem;left:1.9375rem;height:4.548825rem;display:block; }
#qVR3XtfpPKtsCrkCt66OdAk9F0TnABuu { 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; }
#LTIyfdtU23b4xNlpZ7PTaaSsgWScgCsJ { 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; }
#CZD4i7nL9DF5QyFH41rodn1UEEEiFPaa { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:11rem;left:33.625rem;display:block; }
#vh3n2PR3fhREvTydBt8HyW8IspzqyZB5 { 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:12rem;top:14.375rem;left:1.6875rem;display:block; }
#qT6PvvNEbWH4pXJK9aNsrAqIcaXhdh4G { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.625rem;left:2.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#f5iwVeGt7mu5DAVnmTLtZrCx7ixUtuNW { 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.1875rem;top:14.25rem;left:14.25rem;overflow:hidden;display:block; }
#FxizU0tyfEeqIi4WVFLH6I5DInMRV7eM { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:policecocon;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.6875rem;left:1.9375rem;height:6.499rem;font-style:normal;display:block; }
#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy { 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; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy.adaptive-delivery-prevent-bg, #Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy.lazyload, #Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy.lazyloading { background-image: none; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row .container { border-width: 0; border-radius: 0; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row .container { font-size:0.875rem;font-family:"open sans";height:35.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#hSg5B004zTTWzJsm35d7ymrtKIW6Vux4 { 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; }
#MWfQatD1LslgFDtbyFkDRaL2DDzwVnPV { 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; }
#aVdWEwx6BawiuEWknLSoXSB6PopAaHyT { 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; }
#ZJwg7foMSBv4H2up29T2XenF3XavsmQp { 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; }
#qGTbRMZIiVGg4NtfMCULvBSyumTxCvAX { 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; }
#Hs0DgTuTmke3mAxeBanr5oEBVOuHQUes { 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; }
#G870XgxHUhoIDFoCI0AVTZ6rppK09v52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9yScsMFEfkKLllGI90m5rEwtAVhScF5 { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:9rem;left:34.4375rem;display:block; }
#CRQTeaZIG3di80giRtd4UnWVHBTnupPt { position:relative;display:none; }#CRQTeaZIG3di80giRtd4UnWVHBTnupPt { border-width: 0; border-radius: 0; }#CRQTeaZIG3di80giRtd4UnWVHBTnupPt > .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; }#CRQTeaZIG3di80giRtd4UnWVHBTnupPt > .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; }#vutZSb209GAcUx0ACBMGE3GT6aCMxMUa { 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; }
#sXNGoVDPFQkzPJsQr92dfH1rZm69K2zk { 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; }
#HJE9WtrHF0ZTpyNK92aSOs68qLHaVVVU { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.625rem;left:2.625rem;height:1.4619125rem;font-style:normal;display:none; }
#sD8gBx4ZXJyd7kA8IdgdS0qI2svty7ff { 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:7.375rem;top:12.375rem;left:2rem;display:none; }
#m40k6BxzhKxaPXXaI6MJZ6JvTO339h4C { 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.1875rem;top:12.25rem;left:16.625rem;overflow:hidden;display:none; }
#X7BVtlICv12iwwkXSmre3WlBN33sZMNG { 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:14rem;left:31.6875rem;display:none; }
#DCTvQPudsB7EZ8IvhFJxXSopXMn4ILkc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN { 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; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row .container { background-color: transparent; background-image: none; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row .container > .video-iframe-container { display: none; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row > .video-iframe-container { display: none; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .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); }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row .container { border-width: 0; border-radius: 0; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row .container { font-size:0.875rem;font-family:"open sans";height:42.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#XTn2pGp06MNwNvoBli6TxMlKL3bm3kqF { 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:2.9375rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#HOApHfK19Z7loCNuTw2O2Cp3yrn66Ja9 { 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:9.875rem;left:0rem;overflow:hidden;display:block; }
#GWvl4BmT3W9BZVMq24DsTlibe9SWaK0g { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:2.03125rem;display:block; }
#JflDuWpuWMkox1X8yavaRbSfOuwEeXmt { 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:18.125rem;left:0rem;height:7.7988125rem;font-style:normal;display:block; }
#UPGuUVTTkCqmafaxvHCGCdDc3UFZKZPt { position:absolute;display:block;z-index:15015;background-color:#2b98bf;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:30.0625rem;left:0rem;display:block; }
#sFnX1fcnUDolsAmA8onkhmkXNCgyRtb8 { position:absolute;display:block;z-index:15019;background-color:#2b98bf;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:34.0625rem;left:23.5rem;display:block; }
#L9DlepaSLvfS8TBpvXBk7io1VZvxWmKh { 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:17.9375rem;left:23.5rem;height:11.69825rem;font-style:normal;display:block; }
#rKBS1L6PU7ElpyT3tBbomGpgkmZu7JTE { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:23.5rem;height:2.03125rem;display:block; }
#OeNk8W1TQeWtv2NaEcn4zfmgbHOETEgP { 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.5625rem;width:3.5625rem;top:9.6875rem;left:23.5rem;overflow:hidden;display:block; }
#NNAuSyAza5keTE74QlTKirappZyCpl1v { position:absolute;display:block;z-index:15023;background-color:#2b98bf;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.5rem;left:47.9375rem;display:block; }
#CaoasFHO9JPbLVxXeQ2QnLUfyJokTVxT { 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:17.9375rem;left:47.9375rem;height:9.098625rem;font-style:normal;display:block; }
#Bb5XvlJMRyEM0uWiT2nLsdp3UNa7i2Np { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:policecocon;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8125rem;left:47.9375rem;height:2.03125rem;display:block; }
#E3FJmA6qDvWfPAn54g1EuFZvF7oWprZv { 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:9.6875rem;left:47.9375rem;overflow:hidden;display:block; }
#KRpWwgGQyvENutS33wq4WtHhXQSbdsBy { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"proxima nova free";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.5rem;left:25.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DsQGxVySgzeS7R79thxFnGeEBGZw5p04 { position:absolute;display:block;z-index:15040;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:31.375rem;left:23.4375rem;overflow:hidden;display:block; }
#JJwXs1nCDXnqshqa7m4kasAeBQURqK3X { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"proxima nova free";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.6875rem;left:2.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mQot9Uib7CWEk3JZiNDGi2OQNqEElEoR { position:absolute;display:block;z-index:15042;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:27.5625rem;left:0rem;overflow:hidden;display:block; }
#z49ko5Byq04XPTwTR98nm4lF9czOwnJX { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"proxima nova free";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.25rem;left:50.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QymaKbF9xotU9N0V2NwZRwL78lF0y6Uw { position:absolute;display:block;z-index:15044;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:29.125rem;left:47.9375rem;overflow:hidden;display:block; }
#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(198,231,241,0.4);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; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container { background-color: transparent; background-image: none; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container > .video-iframe-container { display: none; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row > .video-iframe-container { display: none; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .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); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container { border-width: 0; border-radius: 0; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#LNw54rATNiHg3QtCkBfhJ7SHxJdtlBVS { color:#000000;display:block;width:28.875rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zf79wJI2seVJsdxwf4MfoMinwtBF1WBT { 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:13.5625rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.5rem;left:0rem;display:block; }
#lmAAIssMuT2f3THSozESdxxvs0aLhPPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKqEyNtFMEfxBQ4D3rlkKaQUGUVu1Weh { color:#000000;display:block;width:29.25rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.21249961853rem;left:39.5rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd { 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; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container { background-color: transparent; background-image: none; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container > .video-iframe-container { display: none; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row > .video-iframe-container { display: none; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .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); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container { border-width: 0; border-radius: 0; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container { font-size:0.875rem;font-family:"open sans";height:40.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#C3uyVLmI75tGCPcaGGm1LnWHcoKo5s96 { color:#000000;display:block;width:35.75rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:39.25rem;height:7.3125rem;font-style:normal;display:block; }
#iLUK1ZIMEKNuLvT9O4Zs9UODIXkqaWSN { 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.125rem;width:27.8125rem;top:10.71875rem;left:0rem;overflow:hidden;display:block; }
#lOMJbNrsbopcEf7XhsieylnrwS56c30G { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.8125rem;left:39.25rem;height:10.233375rem;font-style:normal;display:block; }
#EDK0EZsiRMwDVGH8PTN7PqvtnLOpfx4k { 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: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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.4375rem;left:39.25rem;display:block; }
#rI6ONUslNh5ZqsW19o1ZEigwXO8EZmno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb { background-color:rgba(198,231,241,0.4);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; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container { background-color: transparent; background-image: none; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container > .video-iframe-container { display: none; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row > .video-iframe-container { display: none; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .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); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container { border-width: 0; border-radius: 0; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container { font-size:0.875rem;font-family:"open sans";height:28.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ZfkWGqhLTxPGFeilMQdGSx9vzdwxAKVL { color:#000000;display:block;width:38.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.625rem;left:0rem;height:7.3125rem;font-style:normal;display:block; }
#ylJpK5Jr6fkcKNQnJSiMS3wKk0OZ2BQp { 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:7.4375rem;left:39.875rem;overflow:hidden;display:block; }
#TcUEDEC3nDUdhiPiJ5QLTWSz1S6cH87b { 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:7.5rem;left:42.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WONQicCiJw75RLrdNuGP3KmPmAgy3NGA { 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:10.1875rem;left:39.875rem;overflow:hidden;display:block; }
#mqiOA3riBATA1ZevcBBku6xAgKCgsiGy { 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:10.25rem;left:42.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s869cU7Stn7MrnFIQLEnk6UVsbTWKKTc { 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:13.0625rem;left:39.875rem;overflow:hidden;display:block; }
#F2XpdEOv1a7RQVXpy77Fd5ZOPLANIzDb { 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:13.0625rem;left:42.25rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTbR4UZmy639zLTyTWOrBUbKJWviIHrW { 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:16.5625rem;left:39.875rem;overflow:hidden;display:block; }
#fsDFNxW4GXkmNkJg5xqwOyxym9CkTpTk { 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:16.625rem;left:42.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ePSqCCJwmTC6VFNyNC6hi8vCLodVvz86 { 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:20.3125rem;left:42.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBmflWzSzqHiAKRdDApDGSTrbPyee1cu { 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:20.25rem;left:39.875rem;overflow:hidden;display:block; }
#oquP9yqFLZrApMKeKE0oUEdQ5XNUBWrJ { color:#000000;display:block;width:27rem;position:absolute;font-family:policecocon;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:5.84765625rem;font-style:normal;display:block; }
#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu { 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; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu.adaptive-delivery-prevent-bg, #WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu.lazyload, #WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu.lazyloading { background-image: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container { background-color: transparent; background-image: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container > .video-iframe-container { display: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row > .video-iframe-container { display: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .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); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container { border-width: 0; border-radius: 0; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container { font-size:0.875rem;font-family:"open sans";height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#g20fTc0rmZqyIJEuo1XAeTqodJyfcih2 { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:policecocon;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:23.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnJirOBksPQDo1beTQuPxdAo69PdBkLl { 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:14rem;left:31.6875rem;display:block; }
#wV1rgTAyTmhv6cXmCo4IRIt2XKq6vyxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGVSb4iiABvVvxqgtDnGBNLcmaeT8yXa { 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:28.125rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KVgWFUzmVO3K3dIov6zcaMLBwE64uEGg { 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.125rem;left:34.125rem;height:1.3rem;display:block; }
#wuyesdDVm6e09gXkyJByPvQBqUshXtlA { position:absolute;display:block;z-index:15018;height:21.75rem;width:38.75rem;top:26.3125rem;left:36.25rem;display:block; }
#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn { 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; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row .container { background-color: transparent; background-image: none; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row .container > .video-iframe-container { display: none; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row > .video-iframe-container { display: none; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .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); }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row .container { border-width: 0; border-radius: 0; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#AM1FlkDsapxTdagF1TbRwuWTS53iydBN { 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:2rem;left:3.8125rem;display:block; }
#SW1lItV6RX0WWXODPDcE2GEiiDdk85ED { 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:6.125rem;left:39.8125rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xS8ZGAkC1UP64zlWLRPih8q1l9J2xz8K { color:#000000;display:block;width:27.6875rem;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:14.1875rem;left:39.8125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#a0Iks1CuhxTD9DcyIViTz6QHDwnLQEot { 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:19.0625rem;left:39.8125rem;display:block; }
#B0p6ZPE1iNW9mvuuzTkTSXLhpNe4FZ28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eO5pObH1ItUAKAPVCnsR4gldzXZiZrZP { 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:11.0625rem;left:11.125rem;display:block; }#eO5pObH1ItUAKAPVCnsR4gldzXZiZrZP.adaptive-delivery-prevent-bg, #eO5pObH1ItUAKAPVCnsR4gldzXZiZrZP.lazyload, #eO5pObH1ItUAKAPVCnsR4gldzXZiZrZP.lazyloading { background-image: none; }
#bWXz8GHuNbM3wMEx76qQuphTRyWnmmpe { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd8920c9-1bb8-4847-a3a7-d1d9fe670bae/Valentine.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:7.5625rem;width:7.5625rem;top:4.4375rem;left:22.5625rem;display:block; }#bWXz8GHuNbM3wMEx76qQuphTRyWnmmpe.adaptive-delivery-prevent-bg, #bWXz8GHuNbM3wMEx76qQuphTRyWnmmpe.lazyload, #bWXz8GHuNbM3wMEx76qQuphTRyWnmmpe.lazyloading { background-image: none; }
#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V { position:relative;display:block; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V { background-color: transparent; background-image: none; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container > .video-iframe-container { display: none; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row > .video-iframe-container { display: none; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .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); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V { border-width: 0; border-radius: 0; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .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; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .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; }#VmAFObbMohpSUZ9vBK9eCDg7nPegocbg { 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.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZCie7VwwVmW8LgAcCIamwpgMFVEVdzs { 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; }
#iQgmw6fGDODpiTIZMuB6cqabfok1FyJ6 { 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; }
#yFUC87rvsL2VTSZHwfIGaTmQphTMXKqL { 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; }
#z1TBBXd4B4FSH1bMV3vlVzxdzxfKnSk8 { 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; }
#edvFbM4m88oRfqustORRJfgIu4pHxRSO { 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; }
#W1QtofodMve9DCspWuC3nH2srROz06tI { 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; }
#QGsL7gS6c9lec8g2ly5o9pSRzAR8RLqr { 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; }
#ukoI68JWlUIwEOM86746eFrTtF4etrco { 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; }
#PuLhoQRpR6KXKA3RTZrkbNB5abRFNuTl { 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; }
#QOKtASqTczEp0peeDdO8HfECFN9tVhoe { 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; }
#BooADKykhG3LSpuRamybypGng6zfiCDn { position:relative;display:block; }#BooADKykhG3LSpuRamybypGng6zfiCDn { background-color: transparent; background-image: none; }#BooADKykhG3LSpuRamybypGng6zfiCDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BooADKykhG3LSpuRamybypGng6zfiCDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BooADKykhG3LSpuRamybypGng6zfiCDn > .row .container > .video-iframe-container { display: none; }#BooADKykhG3LSpuRamybypGng6zfiCDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BooADKykhG3LSpuRamybypGng6zfiCDn > .row > .video-iframe-container { display: none; }#BooADKykhG3LSpuRamybypGng6zfiCDn > .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); }#BooADKykhG3LSpuRamybypGng6zfiCDn { border-width: 0; border-radius: 0; }#BooADKykhG3LSpuRamybypGng6zfiCDn > .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; }#BooADKykhG3LSpuRamybypGng6zfiCDn > .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; }#vvAht0hFPO6F8wEDq9VSJvc1wMbJnKcL { 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) { #obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl { display:block; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL1tdirtkqbsD8lLfi9OZa6zMtzmeJ1q { width:11.625rem;height:3rem;top:1.125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynBmqWHiXXR3TdChm1CwxwU2gQ2T1Tis { display:block; }
 }@media only screen and (max-width: 763px) { #GTTsFCdnvHOOSNsd7EJCvTf2JvWBIpFF { top:1.125rem;left:0rem;width:7rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJIRv1W7uEmMWgzhTlkTMNzkhAMEzE0v { width:11.625rem;height:3rem;top:1.0625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmBF29nqNEbHPdpLbOkUDKJW92AUEMz { display:block; }
 }@media only screen and (max-width: 763px) { #rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU { display:block; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFzUTUT2ZbZiarehOxT9pQuvaGUxi1WZ { top:11.9375rem;left:0rem;width:29.4375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGSC8A7hfrAknP1fvQ9TCb0oCsTsIiu { top:17.1875rem;left:0rem;width:27.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVR3XtfpPKtsCrkCt66OdAk9F0TnABuu { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTIyfdtU23b4xNlpZ7PTaaSsgWScgCsJ { top:13.875rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZD4i7nL9DF5QyFH41rodn1UEEEiFPaa { top:11rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh3n2PR3fhREvTydBt8HyW8IspzqyZB5 { top:14.375rem;left:0rem;width:12rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT6PvvNEbWH4pXJK9aNsrAqIcaXhdh4G { top:14.625rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5iwVeGt7mu5DAVnmTLtZrCx7ixUtuNW { top:14.25rem;left:0.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxizU0tyfEeqIi4WVFLH6I5DInMRV7eM { top:22.6875rem;left:0rem;width:25.3125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy { display:block; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSg5B004zTTWzJsm35d7ymrtKIW6Vux4 { top:8.4375rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWfQatD1LslgFDtbyFkDRaL2DDzwVnPV { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVdWEwx6BawiuEWknLSoXSB6PopAaHyT { top:10.625rem;left:0rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJwg7foMSBv4H2up29T2XenF3XavsmQp { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGTbRMZIiVGg4NtfMCULvBSyumTxCvAX { top:19.3125rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs0DgTuTmke3mAxeBanr5oEBVOuHQUes { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G870XgxHUhoIDFoCI0AVTZ6rppK09v52 { display:block; }
 }@media only screen and (max-width: 763px) { #b9yScsMFEfkKLllGI90m5rEwtAVhScF5 { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRQTeaZIG3di80giRtd4UnWVHBTnupPt { display:none; }#CRQTeaZIG3di80giRtd4UnWVHBTnupPt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vutZSb209GAcUx0ACBMGE3GT6aCMxMUa { top:4.8125rem;left:0rem;width:20rem;height:3.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXNGoVDPFQkzPJsQr92dfH1rZm69K2zk { top:9.5rem;left:0rem;width:20rem;height:5.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJE9WtrHF0ZTpyNK92aSOs68qLHaVVVU { top:1.3125rem;left:0rem;width:6.1875rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sD8gBx4ZXJyd7kA8IdgdS0qI2svty7ff { top:12.375rem;left:0rem;width:7.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m40k6BxzhKxaPXXaI6MJZ6JvTO339h4C { top:12.25rem;left:3rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7BVtlICv12iwwkXSmre3WlBN33sZMNG { width:11.625rem;height:3rem;top:14rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCTvQPudsB7EZ8IvhFJxXSopXMn4ILkc { display:block; }
 }@media only screen and (max-width: 763px) { #m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN { display:block; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTn2pGp06MNwNvoBli6TxMlKL3bm3kqF { top:2.9375rem;left:0rem;width:40.5625rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOApHfK19Z7loCNuTw2O2Cp3yrn66Ja9 { top:9.875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWvl4BmT3W9BZVMq24DsTlibe9SWaK0g { top:15rem;left:0rem;width:18.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JflDuWpuWMkox1X8yavaRbSfOuwEeXmt { top:18.125rem;left:0rem;width:15.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPGuUVTTkCqmafaxvHCGCdDc3UFZKZPt { top:30.0625rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFnX1fcnUDolsAmA8onkhmkXNCgyRtb8 { top:34.0625rem;left:9.875rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9DlepaSLvfS8TBpvXBk7io1VZvxWmKh { top:17.9375rem;left:9.875rem;width:15.4375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKBS1L6PU7ElpyT3tBbomGpgkmZu7JTE { top:14.8125rem;left:9.875rem;width:17.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNk8W1TQeWtv2NaEcn4zfmgbHOETEgP { top:9.6875rem;left:9.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNAuSyAza5keTE74QlTKirappZyCpl1v { top:31.5rem;left:34.3125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaoasFHO9JPbLVxXeQ2QnLUfyJokTVxT { top:17.9375rem;left:32.3125rem;width:15.4375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb5XvlJMRyEM0uWiT2nLsdp3UNa7i2Np { top:14.8125rem;left:24.0625rem;width:23.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3FJmA6qDvWfPAn54g1EuFZvF7oWprZv { top:9.6875rem;left:34.3125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpWwgGQyvENutS33wq4WtHhXQSbdsBy { top:31.5rem;left:12.125rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsQGxVySgzeS7R79thxFnGeEBGZw5p04 { top:31.375rem;left:9.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwXs1nCDXnqshqa7m4kasAeBQURqK3X { top:27.6875rem;left:0rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQot9Uib7CWEk3JZiNDGi2OQNqEElEoR { top:27.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z49ko5Byq04XPTwTR98nm4lF9czOwnJX { top:29.25rem;left:33.625rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymaKbF9xotU9N0V2NwZRwL78lF0y6Uw { top:29.125rem;left:34.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP { display:block; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNw54rATNiHg3QtCkBfhJ7SHxJdtlBVS { top:7.8125rem;left:0rem;width:28.875rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf79wJI2seVJsdxwf4MfoMinwtBF1WBT { width:13.5625rem;height:3rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmAAIssMuT2f3THSozESdxxvs0aLhPPb { display:block; }
 }@media only screen and (max-width: 763px) { #LKqEyNtFMEfxBQ4D3rlkKaQUGUVu1Weh { top:10.1875rem;left:2.5rem;width:29.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd { display:block; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3uyVLmI75tGCPcaGGm1LnWHcoKo5s96 { top:7.75rem;left:12rem;width:35.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLUK1ZIMEKNuLvT9O4Zs9UODIXkqaWSN { top:10.6875rem;left:0rem;width:27.8125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOMJbNrsbopcEf7XhsieylnrwS56c30G { top:16.8125rem;left:16.6875rem;width:31.0625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDK0EZsiRMwDVGH8PTN7PqvtnLOpfx4k { width:13.5625rem;height:3.4375rem;top:29.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI6ONUslNh5ZqsW19o1ZEigwXO8EZmno { display:block; }
 }@media only screen and (max-width: 763px) { #ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb { display:block; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfkWGqhLTxPGFeilMQdGSx9vzdwxAKVL { top:6.625rem;left:0rem;width:38.125rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylJpK5Jr6fkcKNQnJSiMS3wKk0OZ2BQp { top:7.4375rem;left:26.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUEDEC3nDUdhiPiJ5QLTWSz1S6cH87b { top:7.5rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WONQicCiJw75RLrdNuGP3KmPmAgy3NGA { top:10.1875rem;left:26.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiOA3riBATA1ZevcBBku6xAgKCgsiGy { top:10.25rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s869cU7Stn7MrnFIQLEnk6UVsbTWKKTc { top:13.0625rem;left:26.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2XpdEOv1a7RQVXpy77Fd5ZOPLANIzDb { top:13.0625rem;left:21.875rem;width:25.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbR4UZmy639zLTyTWOrBUbKJWviIHrW { top:16.5625rem;left:26.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsDFNxW4GXkmNkJg5xqwOyxym9CkTpTk { top:16.625rem;left:19rem;width:28.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSqCCJwmTC6VFNyNC6hi8vCLodVvz86 { top:20.3125rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmflWzSzqHiAKRdDApDGSTrbPyee1cu { top:20.25rem;left:26.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oquP9yqFLZrApMKeKE0oUEdQ5XNUBWrJ { top:15.625rem;left:0rem;width:27rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu { display:block; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g20fTc0rmZqyIJEuo1XAeTqodJyfcih2 { top:8.1875rem;left:9.8125rem;width:28.1875rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJirOBksPQDo1beTQuPxdAo69PdBkLl { width:11.625rem;height:3rem;top:14rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1rgTAyTmhv6cXmCo4IRIt2XKq6vyxd { display:block; }
 }@media only screen and (max-width: 763px) { #UGVSb4iiABvVvxqgtDnGBNLcmaeT8yXa { top:28.125rem;left:0rem;width:20.5625rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVgWFUzmVO3K3dIov6zcaMLBwE64uEGg { top:18.125rem;left:20.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuyesdDVm6e09gXkyJByPvQBqUshXtlA { top:26.3125rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn { display:block; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AM1FlkDsapxTdagF1TbRwuWTS53iydBN { top:2rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW1lItV6RX0WWXODPDcE2GEiiDdk85ED { top:6.125rem;left:23.1875rem;width:24.5625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS8ZGAkC1UP64zlWLRPih8q1l9J2xz8K { top:14.1875rem;left:20.0625rem;width:27.6875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Iks1CuhxTD9DcyIViTz6QHDwnLQEot { width:11.625rem;height:3rem;top:19.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0p6ZPE1iNW9mvuuzTkTSXLhpNe4FZ28 { display:block; }
 }@media only screen and (max-width: 763px) { #eO5pObH1ItUAKAPVCnsR4gldzXZiZrZP { top:11.0625rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXz8GHuNbM3wMEx76qQuphTRyWnmmpe { top:4.4375rem;left:8.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V { display:block; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmAFObbMohpSUZ9vBK9eCDg7nPegocbg { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZCie7VwwVmW8LgAcCIamwpgMFVEVdzs { top:15.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQgmw6fGDODpiTIZMuB6cqabfok1FyJ6 { top:16.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFUC87rvsL2VTSZHwfIGaTmQphTMXKqL { top:16.25rem;left:43.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1TBBXd4B4FSH1bMV3vlVzxdzxfKnSk8 { top:16.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edvFbM4m88oRfqustORRJfgIu4pHxRSO { top:13.3125rem;left:0rem;width:8.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1QtofodMve9DCspWuC3nH2srROz06tI { top:16.875rem;left:0rem;width:16.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGsL7gS6c9lec8g2ly5o9pSRzAR8RLqr { top:20.5625rem;left:0rem;width:5.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukoI68JWlUIwEOM86746eFrTtF4etrco { 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) { #PuLhoQRpR6KXKA3RTZrkbNB5abRFNuTl { 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) { #QOKtASqTczEp0peeDdO8HfECFN9tVhoe { 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) { #BooADKykhG3LSpuRamybypGng6zfiCDn { display:block; }#BooADKykhG3LSpuRamybypGng6zfiCDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvAht0hFPO6F8wEDq9VSJvc1wMbJnKcL { 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) { #obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#obB91Z4wWfhTa1xQqLnlaQtgBKpbbqrl > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL1tdirtkqbsD8lLfi9OZa6zMtzmeJ1q { width:11.625rem;height:3rem;top:0.875rem;left:8.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynBmqWHiXXR3TdChm1CwxwU2gQ2T1Tis { display:block; }
 }@media only screen and (max-width: 763px) { #GTTsFCdnvHOOSNsd7EJCvTf2JvWBIpFF { width:5.375rem;height:2.3125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nJIRv1W7uEmMWgzhTlkTMNzkhAMEzE0v { width:11.625rem;height:3rem;top:0.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmBF29nqNEbHPdpLbOkUDKJW92AUEMz { display:block; }
 }@media only screen and (max-width: 763px) { #rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/083c9200-a8ac-4c02-95fb-c0e6304c263d/_Cover.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU.adaptive-delivery-prevent-bg, #rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU.lazyload, #rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU.lazyloading { background-image: none; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container { border-width: 0; border-radius: 0; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVWTUQqKRtqDh6QSwePRZSz8VPau9fuU > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yFzUTUT2ZbZiarehOxT9pQuvaGUxi1WZ { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBGSC8A7hfrAknP1fvQ9TCb0oCsTsIiu { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVR3XtfpPKtsCrkCt66OdAk9F0TnABuu { width:9.6875rem;height:2.3125rem;top:24.75rem;left:5rem;z-index:15012;background-color:#d9505b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LTIyfdtU23b4xNlpZ7PTaaSsgWScgCsJ { width:13.6875rem;height:2.1125rem;top:24.8125rem;left:3.1875rem;font-size:1.625rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZD4i7nL9DF5QyFH41rodn1UEEEiFPaa { width:20rem;height:21.75rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh3n2PR3fhREvTydBt8HyW8IspzqyZB5 { width:7.375rem;height:1.9375rem;top:28.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT6PvvNEbWH4pXJK9aNsrAqIcaXhdh4G { width:6.1875rem;height:1.4619125rem;top:28.5625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5iwVeGt7mu5DAVnmTLtZrCx7ixUtuNW { width:2.1875rem;height:2.1875rem;top:34.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxizU0tyfEeqIi4WVFLH6I5DInMRV7eM { width:20rem;height:auto;top:22.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/04df6d0e-f123-47ad-b4f4-5e882a0a74d2/Slidermobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy.adaptive-delivery-prevent-bg, #Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy.lazyload, #Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy.lazyloading { background-image: none; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row .container { background-color: transparent; background-image: none; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row .container > .video-iframe-container { display: none; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row > .video-iframe-container { display: none; }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .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); }#Lm2VzMlm4JUd6dNRfH8BT1bUntVNibfy > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSg5B004zTTWzJsm35d7ymrtKIW6Vux4 { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWfQatD1LslgFDtbyFkDRaL2DDzwVnPV { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVdWEwx6BawiuEWknLSoXSB6PopAaHyT { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJwg7foMSBv4H2up29T2XenF3XavsmQp { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGTbRMZIiVGg4NtfMCULvBSyumTxCvAX { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs0DgTuTmke3mAxeBanr5oEBVOuHQUes { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #G870XgxHUhoIDFoCI0AVTZ6rppK09v52 { display:block; }
 }@media only screen and (max-width: 763px) { #b9yScsMFEfkKLllGI90m5rEwtAVhScF5 { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRQTeaZIG3di80giRtd4UnWVHBTnupPt { display:block; }#CRQTeaZIG3di80giRtd4UnWVHBTnupPt > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vutZSb209GAcUx0ACBMGE3GT6aCMxMUa { width:20rem;height:4.0625rem;top:3.625rem;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) { #sXNGoVDPFQkzPJsQr92dfH1rZm69K2zk { width:20rem;height:7.7988125rem;top:9.4375rem;left:0rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJE9WtrHF0ZTpyNK92aSOs68qLHaVVVU { width:11.875rem;height:1.4619125rem;top:0.375rem;left:3.4375rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #sD8gBx4ZXJyd7kA8IdgdS0qI2svty7ff { width:11.6875rem;height:1.9375rem;top:0.125rem;left:2.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #m40k6BxzhKxaPXXaI6MJZ6JvTO339h4C { width:2.1875rem;height:2.1875rem;top:0rem;left:15rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #X7BVtlICv12iwwkXSmre3WlBN33sZMNG { width:11.625rem;height:3rem;top:19.125rem;left:4.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DCTvQPudsB7EZ8IvhFJxXSopXMn4ILkc { display:block; }
 }@media only screen and (max-width: 763px) { #m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN { display:block; }#m06cgKO4J5k1oTBg0WzaLHuTlzCpBQxN > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTn2pGp06MNwNvoBli6TxMlKL3bm3kqF { width:19.25rem;height:2.275rem;top:2.5625rem;left:0.375rem;font-size:1.75rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOApHfK19Z7loCNuTw2O2Cp3yrn66Ja9 { width:3.625rem;height:3.625rem;top:7.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWvl4BmT3W9BZVMq24DsTlibe9SWaK0g { width:17.0625rem;height:2.03125rem;top:11.8125rem;left:1.5rem;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) { #JflDuWpuWMkox1X8yavaRbSfOuwEeXmt { width:19.0625rem;height:6.499rem;top:15.5rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPGuUVTTkCqmafaxvHCGCdDc3UFZKZPt { width:7.5rem;height:0.125rem;top:54.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFnX1fcnUDolsAmA8onkhmkXNCgyRtb8 { width:7.5rem;height:0.125rem;top:79.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9DlepaSLvfS8TBpvXBk7io1VZvxWmKh { width:20rem;height:9.098625rem;top:39.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKBS1L6PU7ElpyT3tBbomGpgkmZu7JTE { width:17.4375rem;height:2.03125rem;top:35.8125rem;left:1.3125rem;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) { #OeNk8W1TQeWtv2NaEcn4zfmgbHOETEgP { width:3.5625rem;height:3.5625rem;top:31.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNAuSyAza5keTE74QlTKirappZyCpl1v { width:7.5rem;height:0.125rem;top:27.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaoasFHO9JPbLVxXeQ2QnLUfyJokTVxT { width:20rem;height:7.7988125rem;top:67.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bb5XvlJMRyEM0uWiT2nLsdp3UNa7i2Np { width:16.5rem;height:4.0625rem;top:62.125rem;left:1.75rem;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) { #E3FJmA6qDvWfPAn54g1EuFZvF7oWprZv { width:3.625rem;height:3.625rem;top:56.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpWwgGQyvENutS33wq4WtHhXQSbdsBy { width:12.875rem;height:1.3rem;top:50.4375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsQGxVySgzeS7R79thxFnGeEBGZw5p04 { width:1.5625rem;height:1.5625rem;top:50.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwXs1nCDXnqshqa7m4kasAeBQURqK3X { width:12.9375rem;height:1.29980625rem;top:23.1875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQot9Uib7CWEk3JZiNDGi2OQNqEElEoR { width:1.5625rem;height:1.5625rem;top:23.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z49ko5Byq04XPTwTR98nm4lF9czOwnJX { width:12.6875rem;height:1.3rem;top:76.5625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymaKbF9xotU9N0V2NwZRwL78lF0y6Uw { width:1.5625rem;height:1.5625rem;top:76.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP { background-color:rgba(198,231,241,0.4);background-image:none;display:block; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container { background-color: transparent; background-image: none; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container > .video-iframe-container { display: none; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row > .video-iframe-container { display: none; }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .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); }#vTCAHQiJyAIS6rAiCPiMSnfobpKPKpxP > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNw54rATNiHg3QtCkBfhJ7SHxJdtlBVS { width:20rem;height:4.0625rem;top:4.6875rem;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) { #zf79wJI2seVJsdxwf4MfoMinwtBF1WBT { width:13.4375rem;height:3rem;top:23.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmAAIssMuT2f3THSozESdxxvs0aLhPPb { display:block; }
 }@media only screen and (max-width: 763px) { #LKqEyNtFMEfxBQ4D3rlkKaQUGUVu1Weh { width:20rem;height:8.125rem;top:11.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd { background-color:#ffffff;background-image:none;display:block; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container { background-color: transparent; background-image: none; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container > .video-iframe-container { display: none; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row > .video-iframe-container { display: none; }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .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); }#QFB0PwRNWXDeMJ3vP8cBc9WCl6OuSfBd > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3uyVLmI75tGCPcaGGm1LnWHcoKo5s96 { width:20rem;height:4.0625rem;top:4.1875rem;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) { #iLUK1ZIMEKNuLvT9O4Zs9UODIXkqaWSN { width:20rem;height:13.75rem;top:28.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lOMJbNrsbopcEf7XhsieylnrwS56c30G { width:20rem;height:14.619125rem;top:11.5rem;left:0rem;font-size:1.125rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDK0EZsiRMwDVGH8PTN7PqvtnLOpfx4k { width:17.5rem;height:3.4375rem;top:45.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI6ONUslNh5ZqsW19o1ZEigwXO8EZmno { display:block; }
 }@media only screen and (max-width: 763px) { #ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb { background-color:#ffffff;background-image:none;display:block; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container { background-color: transparent; background-image: none; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container > .video-iframe-container { display: none; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row > .video-iframe-container { display: none; }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .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); }#ZUdz4VeX41H8gxi5zEn09mcKNMlzXmIb > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfkWGqhLTxPGFeilMQdGSx9vzdwxAKVL { width:20rem;height:4.0625rem;top:3.0625rem;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) { #ylJpK5Jr6fkcKNQnJSiMS3wKk0OZ2BQp { width:1.4375rem;height:1.4375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUEDEC3nDUdhiPiJ5QLTWSz1S6cH87b { width:17.75rem;height:2.6rem;top:19.875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WONQicCiJw75RLrdNuGP3KmPmAgy3NGA { width:1.4375rem;height:1.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiOA3riBATA1ZevcBBku6xAgKCgsiGy { width:17.8125rem;height:1.3rem;top:23.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s869cU7Stn7MrnFIQLEnk6UVsbTWKKTc { width:1.4375rem;height:1.4375rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2XpdEOv1a7RQVXpy77Fd5ZOPLANIzDb { width:17.75rem;height:3.9rem;top:26.5rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbR4UZmy639zLTyTWOrBUbKJWviIHrW { width:1.4375rem;height:1.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsDFNxW4GXkmNkJg5xqwOyxym9CkTpTk { width:17.9375rem;height:2.6rem;top:31.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSqCCJwmTC6VFNyNC6hi8vCLodVvz86 { width:13.625rem;height:1.3rem;top:35.94375038147rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmflWzSzqHiAKRdDApDGSTrbPyee1cu { width:1.4375rem;height:1.4375rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oquP9yqFLZrApMKeKE0oUEdQ5XNUBWrJ { width:20rem;height:6.9043125rem;top:10rem;left:0rem;font-size:1.0625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/3a5e25e2-f273-44f0-b99a-341b7d48407d/Vectormobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu.adaptive-delivery-prevent-bg, #WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu.lazyload, #WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu.lazyloading { background-image: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container { background-color: transparent; background-image: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container > .video-iframe-container { display: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row > .video-iframe-container { display: none; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .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); }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container { border-width: 0; border-radius: 0; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZDZRro9tOmvfdrODsaeWygGDEQVJ4Bu > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g20fTc0rmZqyIJEuo1XAeTqodJyfcih2 { width:20rem;height:2.03125rem;top:4.5625rem;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) { #wnJirOBksPQDo1beTQuPxdAo69PdBkLl { width:11.625rem;height:3rem;top:8.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1rgTAyTmhv6cXmCo4IRIt2XKq6vyxd { display:block; }
 }@media only screen and (max-width: 763px) { #UGVSb4iiABvVvxqgtDnGBNLcmaeT8yXa { width:20rem;height:2.03125rem;top:24rem;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) { #KVgWFUzmVO3K3dIov6zcaMLBwE64uEGg { width:6.8125rem;height:1.29980625rem;top:13.0625rem;left:6.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuyesdDVm6e09gXkyJByPvQBqUshXtlA { width:20rem;height:21.75rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn { display:block; }#mU4KQ0uq5kPkvo45BmZ01MwsDMvmaqwn > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AM1FlkDsapxTdagF1TbRwuWTS53iydBN { width:20rem;height:35.4375rem;top:1.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW1lItV6RX0WWXODPDcE2GEiiDdk85ED { width:20rem;height:4.3875rem;top:18.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS8ZGAkC1UP64zlWLRPih8q1l9J2xz8K { width:20rem;height:4.38574375rem;top:24.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0Iks1CuhxTD9DcyIViTz6QHDwnLQEot { width:11.625rem;height:3rem;top:31.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0p6ZPE1iNW9mvuuzTkTSXLhpNe4FZ28 { display:block; }
 }@media only screen and (max-width: 763px) { #eO5pObH1ItUAKAPVCnsR4gldzXZiZrZP { width:9.4375rem;height:9.4375rem;top:4.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXz8GHuNbM3wMEx76qQuphTRyWnmmpe { width:6.25rem;height:6.25rem;top:10.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V { 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; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container { background-color: transparent; background-image: none; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container > .video-iframe-container { display: none; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row > .video-iframe-container { display: none; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .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); }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container { border-width: 0; border-radius: 0; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pU3Tax7tq1n3cSrVR9MxJglrnqttvv7V > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmAFObbMohpSUZ9vBK9eCDg7nPegocbg { 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) { #uZCie7VwwVmW8LgAcCIamwpgMFVEVdzs { width:1.9375rem;height:1.9375rem;top:28.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQgmw6fGDODpiTIZMuB6cqabfok1FyJ6 { width:1.5625rem;height:1.5625rem;top:28.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFUC87rvsL2VTSZHwfIGaTmQphTMXKqL { width:1.4375rem;height:1.4375rem;top:28.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1TBBXd4B4FSH1bMV3vlVzxdzxfKnSk8 { width:1.4375rem;height:1.4375rem;top:28.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edvFbM4m88oRfqustORRJfgIu4pHxRSO { 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) { #W1QtofodMve9DCspWuC3nH2srROz06tI { 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) { #QGsL7gS6c9lec8g2ly5o9pSRzAR8RLqr { 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) { #ukoI68JWlUIwEOM86746eFrTtF4etrco { 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) { #PuLhoQRpR6KXKA3RTZrkbNB5abRFNuTl { 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) { #QOKtASqTczEp0peeDdO8HfECFN9tVhoe { width:8.875rem;height:1.4619125rem;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) { #BooADKykhG3LSpuRamybypGng6zfiCDn { display:block; }#BooADKykhG3LSpuRamybypGng6zfiCDn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvAht0hFPO6F8wEDq9VSJvc1wMbJnKcL { 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; }
 }