.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#00afca;background-image:none;position:relative;display:block; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil { background-color:transparent;background-image:url("https://images.assets-landingi.com/9P6iR6Fd/pancartes_tv_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil.adaptive-delivery-prevent-bg, #xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil.lazyload, #xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil.lazyloading { background-image: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container { background-color: transparent; background-image: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,175,202,0.35); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container > .video-iframe-container { display: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,175,202,0.35); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row > .video-iframe-container { display: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .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); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container { border-width: 0; border-radius: 0; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container { font-size:14px;font-family:arial;height:551px;width:960px;overflow:visible;position:relative;display:block; }#v0dLHfRTNRE5yUFoyGySWd6vtrHgN1F1 { display:block;width:650px;position:absolute;font-family:"coloplast medium";font-size:68px;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:0px;left:155.00001525879px;height:408px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mitcSElRkVI90aI2zKFglbZOyIlHORB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row .container { background-color: transparent; background-image: none; }#mitcSElRkVI90aI2zKFglbZOyIlHORB5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row .container > .video-iframe-container { display: none; }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row > .video-iframe-container { display: none; }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .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); }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row .container { border-width: 0; border-radius: 0; }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row .container { font-size:14px;font-family:arial;height:1014px;width:960px;position:relative;display:block; }#nO1UEWEJoh4W4mp6xR18VN2wdBSexQyW { color:#002642;display:block;width:466px;position:absolute;font-family:"coloplast medium";font-size:33px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:30.988647460938px;left:17px;height:85.7955px;font-style:normal;display:block; }
#JJZKH2KFZI7x5eRWt18aJAU8lPrZuCkt { position:absolute;display:block;z-index:100002;background-color:rgba(0,175,202,0.76);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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;height:976px;width:411px;top:4px;left:548.98866271973px;display:block; }
#ZW9x7xUUPya8yDoTfKLzx70Zp0hyMWR9 { color:#000000;display:block;width:482px;position:absolute;font-family:coloplast;font-size:16px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:181.00000762939px;left:17px;height:271.3411px;text-align:justify;text-align-last:initial;display:block; }
#RnDSfqIh9TOXpXPZSfUhdZVhHlGOoG3h { position:absolute;display:block;z-index:100005;height:180px;width:320px;top:97.000001430511px;left:594.48866271973px;display:block; }
#sG1clR6vvO0TziGJmgWlzfuRAqp7WIrB { box-sizing:content-box;color:rgba(0,175,202,0.76);font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:590px;left:8px;display:block; }
#mh035R34R646wggQr4Quuya8lgCIFdIN { display:block;width:319px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:603.09088897705px;left:70.000015258789px;height:20.7955px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DxtOmcrrQsuCOTWgSRdnHPu9o2NMlsuh { box-sizing:content-box;color:rgba(0,175,202,0.76);font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:647px;left:7px;display:block; }
#JqmqD0M45bA6oQQWrQsmMK6FCFRMOwEI { display:block;width:319px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:660px;left:70.000015258789px;height:41.591px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkWzDZyfS4Ak1gdx3Mf0g4mOH7UtWB3F { box-sizing:content-box;color:rgba(0,175,202,0.76);font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:712px;left:7px;display:block; }
#DgOWrAhpJVqOxfZgfGKKChRNVQqlbS36 { display:block;width:319px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:729px;left:70.000015258789px;height:41.5909px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gLCCDdLXmL3uDJfnHW2BylT0XxrvlcZs { color:#ffffff;display:block;width:312px;position:absolute;font-family:"coloplast medium";font-size:24px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:14.897720336914px;left:598.48866271973px;height:31.1932px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMGbwpoSWlHSpPrndTGLAAyNlTwrqVvf { box-sizing:content-box;color:rgba(0,175,202,0.76);font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:787px;left:7px;display:block; }
#aQtaJuTzwNUVmfdxNwv2k5KzN83UQb09 { display:block;width:319px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:800px;left:68px;height:20.7955px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS { position:relative;display:block; }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS { background-color: transparent; background-image: none; }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .row .container > .video-iframe-container { display: none; }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .row > .video-iframe-container { display: none; }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .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); }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS { border-width: 0; border-radius: 0; }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00afca;background-image:none;font-size:14px;font-family:arial;height:39px;width:960px;position:relative;display:block; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy { position:relative;display:block; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy { background-color: transparent; background-image: none; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .row .container > .video-iframe-container { display: none; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .row > .video-iframe-container { display: none; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .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); }#G64szqQW0nEvIk4mpH7thCWt51foyTwy { border-width: 0; border-radius: 0; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:150px;width:960px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; }#ghJ1QhtTmgtWNTb9N0HlZKdsf4DMWhFA { position:absolute;display:block;z-index:100006;background-color:#6d7891;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:150px;top:114px;left:405px;display:block; }
#ecG704S4ZwnvR9E4PoEuGUxiyaEOpHly { color:#1c1d1d;display:block;width:960px;position:absolute;font-family:"coloplast medium";font-size:45px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J { position:relative;display:block; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J { background-color: transparent; background-image: none; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container > .video-iframe-container { display: none; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row > .video-iframe-container { display: none; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .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); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J { border-width: 0; border-radius: 0; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:178px;width:960px;position:relative;display:block; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container.adaptive-delivery-prevent-bg, #Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container.lazyload, #Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container.lazyloading { background-image: none; }#eAJfArLL8lwMQfqV1Jn782THNT6n9kAp { display:block;width:450px;position:absolute;font-family:coloplast;font-size:18px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7px;left:1px;height:;color:#b5515d;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X48F7q3mqJrcF3IXw7Zlil1fwg1Eemz8 { display:block;width:450px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:38px;left:1px;height:76.7727px;color:#525252;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oiWRTASxyE6KqSZQKUIdT23AN5hC6a0q { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#525252;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:100004;top:7px;left:470px;display:block; }
#s6UG3rXv3y7tTUosbzEKQH8JQV5MlSm9 { position:absolute;display:block;z-index:100002;background-color:#525252;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:600px;width:2px;top:7px;left:475.00001525879px;display:block; }
#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 { position:relative;display:block; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 { background-color: transparent; background-image: none; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container > .video-iframe-container { display: none; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row > .video-iframe-container { display: none; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .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); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 { border-width: 0; border-radius: 0; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:166px;width:960px;position:relative;display:block; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container.adaptive-delivery-prevent-bg, #Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container.lazyload, #Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container.lazyloading { background-image: none; }#Ki9y6KysUmekJPX5VXIXkIWsxUIcD1Ra { display:block;width:450px;position:absolute;font-family:coloplast;font-size:18px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2px;left:500px;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mpbB9Z7Sv8KzrDH47BBIwblb76mCnfUm { display:block;width:450px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:33px;left:500px;height:76.7727px;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gaeK8bHoDt78yD6DZtVPiSo8S9aS6QHT { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#525252;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:100003;top:0px;left:470px;display:block; }
#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME { position:relative;display:block; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME { background-color: transparent; background-image: none; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container > .video-iframe-container { display: none; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row > .video-iframe-container { display: none; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .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); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME { border-width: 0; border-radius: 0; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:121px;width:960px;position:relative;display:block; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container.adaptive-delivery-prevent-bg, #eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container.lazyload, #eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container.lazyloading { background-image: none; }#OhuUK2P5GZZawbqctOcv0WwqxHCE1F23 { display:block;width:450px;position:absolute;font-family:coloplast;font-size:18px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FnqkUgo1mU02i9e8zbkOI7B0Ff6pxgaL { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#525252;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:100003;top:0px;left:470px;display:block; }
#i68cu65ZqVmX51Qsdl0oAyB22wTWGI4q { display:block;width:450px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:31.988647460938px;left:0px;height:;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO { position:relative;display:block; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO { background-color: transparent; background-image: none; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container > .video-iframe-container { display: none; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row > .video-iframe-container { display: none; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .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); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO { border-width: 0; border-radius: 0; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container.adaptive-delivery-prevent-bg, #DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container.lazyload, #DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container.lazyloading { background-image: none; }#AWyb4oWQpnL0v5IKHqt7mq3LCR7huOF5 { display:block;width:450px;position:absolute;font-family:coloplast;font-size:18px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2px;left:500px;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n89d2W8mPPILGCGqHxGvDW63RZfETlOp { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#525252;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:100003;top:0px;left:470px;display:block; }
#eyrWu1pPLR9kpdITRhb6uMPV4Xt7dkyu { display:block;width:243px;position:absolute;font-family:coloplast;font-size:16px;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:34.238632202148px;left:500.00001525879px;height:;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nAZ9RqNnf9szCNsoTFJQI54OTJPW0JVp { color:#000000;display:block;width:439px;position:absolute;font-family:coloplast;font-size:14px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:189px;left:260.50001525879px;height:18.1932px;text-align:center;text-align-last:center;display:block; }
#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 { position:relative;display:block; }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 { background-color: transparent; background-image: none; }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .row .container > .video-iframe-container { display: none; }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .row > .video-iframe-container { display: none; }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .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); }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 { border-width: 0; border-radius: 0; }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00afca;background-image:none;font-size:14px;font-family:arial;height:39px;width:960px;position:relative;display:block; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row .container { background-color: transparent; background-image: none; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row .container > .video-iframe-container { display: none; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row > .video-iframe-container { display: none; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .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); }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row .container { border-width: 0; border-radius: 0; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row .container { font-size:14px;font-family:arial;height:65px;width:960px;position:relative;display:block; }#w0t797SXe2zUnUBbc83xbIM4EE2a5629 { display:block;width:181px;position:absolute;font-family:"coloplast medium";font-size:18px;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:13px;left:386.5px;height:23.3977px;color:#00407b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container { background-color: transparent; background-image: none; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container > .video-iframe-container { display: none; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row > .video-iframe-container { display: none; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .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); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container { border-width: 0; border-radius: 0; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container { font-size:14px;font-family:arial;height:157px;width:960px;position:relative;display:block; }#SZo0WgeeMGi4UmJFpAThZX1PeeFM7Pr5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49px;width:268px;top:0px;left:332.45454406738px;overflow:hidden;display:block; }
#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row .container { background-color: transparent; background-image: none; }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row .container > .video-iframe-container { display: none; }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row > .video-iframe-container { display: none; }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .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); }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row .container { border-width: 0; border-radius: 0; }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row .container { font-size:14px;font-family:arial;height:149px;width:960px;position:relative;display:block; }#lfDQPRWCiRFaX49gTU50cRL52SLiG2ul { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:132px;top:81px;left:822px;overflow:hidden;display:block; }
#sOQA6EoTpZmGXnnSLIpSMugiIQR63bXq { display:block;width:181px;position:absolute;font-family:"coloplast medium";font-size:14px;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:37px;left:773px;height:18.1932px;color:#00407b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#VTpKiK5gKnbVfTconIF4S20go714vsEb { display:block;width:408px;position:absolute;font-family:"coloplast medium";font-size:14px;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:72.7728px;color:#00407b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil { display:block; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container { height:646px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0dLHfRTNRE5yUFoyGySWd6vtrHgN1F1 { width:650px;height:408px;top:0px;left:57.000015258789px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mitcSElRkVI90aI2zKFglbZOyIlHORB5 { display:block; }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO1UEWEJoh4W4mp6xR18VN2wdBSexQyW { top:30px;left:0px;width:466px;height:85px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JJZKH2KFZI7x5eRWt18aJAU8lPrZuCkt { top:4px;left:353px;width:411px;height:976px;display:block; }
 }@media only screen and (max-width: 763px) { #ZW9x7xUUPya8yDoTfKLzx70Zp0hyMWR9 { top:181px;left:0px;width:482px;height:271px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RnDSfqIh9TOXpXPZSfUhdZVhHlGOoG3h { top:97px;left:444px;width:320px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #sG1clR6vvO0TziGJmgWlzfuRAqp7WIrB { top:590px;left:0px;width:47px;height:47px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mh035R34R646wggQr4Quuya8lgCIFdIN { width:319px;height:20px;top:603px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DxtOmcrrQsuCOTWgSRdnHPu9o2NMlsuh { top:647px;left:0px;width:47px;height:47px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JqmqD0M45bA6oQQWrQsmMK6FCFRMOwEI { width:319px;height:41px;top:660px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PkWzDZyfS4Ak1gdx3Mf0g4mOH7UtWB3F { top:712px;left:0px;width:47px;height:47px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DgOWrAhpJVqOxfZgfGKKChRNVQqlbS36 { width:319px;height:41px;top:729px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gLCCDdLXmL3uDJfnHW2BylT0XxrvlcZs { top:14px;left:452px;width:312px;height:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NMGbwpoSWlHSpPrndTGLAAyNlTwrqVvf { top:787px;left:0px;width:47px;height:47px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #aQtaJuTzwNUVmfdxNwv2k5KzN83UQb09 { width:319px;height:20px;top:800px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS { display:block; }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G64szqQW0nEvIk4mpH7thCWt51foyTwy { display:block; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghJ1QhtTmgtWNTb9N0HlZKdsf4DMWhFA { width:150px;height:2px;top:114px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #ecG704S4ZwnvR9E4PoEuGUxiyaEOpHly { width:764px;height:58px;top:35px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2p20d1Xf2JhxKealA0BLMbycR1gB54J { display:block; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAJfArLL8lwMQfqV1Jn782THNT6n9kAp { width:360px;height:23px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X48F7q3mqJrcF3IXw7Zlil1fwg1Eemz8 { width:360px;height:90px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oiWRTASxyE6KqSZQKUIdT23AN5hC6a0q { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #s6UG3rXv3y7tTUosbzEKQH8JQV5MlSm9 { top:7px;left:377.00001525879px;width:2px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 { display:block; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki9y6KysUmekJPX5VXIXkIWsxUIcD1Ra { width:360px;height:23px;top:0px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #mpbB9Z7Sv8KzrDH47BBIwblb76mCnfUm { width:360px;height:90px;top:31px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #gaeK8bHoDt78yD6DZtVPiSo8S9aS6QHT { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #eL3L5OOuGaEMFXtoCs24GG1WpbOALBME { display:block; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container { width:764px;height:201px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhuUK2P5GZZawbqctOcv0WwqxHCE1F23 { width:360px;height:23px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FnqkUgo1mU02i9e8zbkOI7B0Ff6pxgaL { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #i68cu65ZqVmX51Qsdl0oAyB22wTWGI4q { width:360px;height:90px;top:31px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO { display:block; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWyb4oWQpnL0v5IKHqt7mq3LCR7huOF5 { width:360px;height:23px;top:0px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #n89d2W8mPPILGCGqHxGvDW63RZfETlOp { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #eyrWu1pPLR9kpdITRhb6uMPV4Xt7dkyu { width:360px;height:90px;top:31px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #nAZ9RqNnf9szCNsoTFJQI54OTJPW0JVp { top:189px;left:162.50001525879px;width:439px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 { display:block; }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRKa2tJNTk0aXtntKK0flP9tBTF3i747 { display:block; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0t797SXe2zUnUBbc83xbIM4EE2a5629 { width:240px;height:0;top:709px;left:494px;display:block; }
 }@media only screen and (max-width: 763px) { #xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L { display:block; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZo0WgeeMGi4UmJFpAThZX1PeeFM7Pr5 { top:0px;left:114px;width:268px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M { display:block; }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfDQPRWCiRFaX49gTU50cRL52SLiG2ul { top:81px;left:632px;width:132px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #sOQA6EoTpZmGXnnSLIpSMugiIQR63bXq { width:240px;height:0;top:709px;left:494px;display:block; }
 }@media only screen and (max-width: 763px) { #VTpKiK5gKnbVfTconIF4S20go714vsEb { width:240px;height:0;top:709px;left:494px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/a84cea48be076f817e794abc347982b8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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) { #xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil { background-color:transparent;background-image:url("https://images.assets-landingi.com/9P6iR6Fd/pancartes_tv_2_.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil.adaptive-delivery-prevent-bg, #xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil.lazyload, #xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil.lazyloading { background-image: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container { background-color: transparent; background-image: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,44,48,0.53); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container > .video-iframe-container { display: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,44,48,0.53); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row > .video-iframe-container { display: none; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .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); }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container { border-width: 0; border-radius: 0; }#xO0P3qJboqFhzzEmvJzOUsBD2W4AcSil > .row .container { height:282px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0dLHfRTNRE5yUFoyGySWd6vtrHgN1F1 { width:300px;height:211px;top:18px;left:10.000000953674px;text-align:center;text-align-last:center;font-size:35px;z-index:100003;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #mitcSElRkVI90aI2zKFglbZOyIlHORB5 { display:block; }#mitcSElRkVI90aI2zKFglbZOyIlHORB5 > .row .container { width:320px;height:1820px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO1UEWEJoh4W4mp6xR18VN2wdBSexQyW { width:289px;height:54.5909px;top:912.99999237061px;left:15.500000953674px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JJZKH2KFZI7x5eRWt18aJAU8lPrZuCkt { width:320px;height:860px;top:35.965942382812px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZW9x7xUUPya8yDoTfKLzx70Zp0hyMWR9 { width:286px;height:352px;top:991.00003051758px;left:15.500000953674px;font-size:15px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnDSfqIh9TOXpXPZSfUhdZVhHlGOoG3h { width:302px;height:169px;top:107.00000762939px;left:9.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #sG1clR6vvO0TziGJmgWlzfuRAqp7WIrB { width:47px;height:47px;top:1442px;left:7px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mh035R34R646wggQr4Quuya8lgCIFdIN { width:233px;height:39px;top:1457px;left:54.000002861023px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DxtOmcrrQsuCOTWgSRdnHPu9o2NMlsuh { width:47px;height:47px;top:1536px;left:7px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JqmqD0M45bA6oQQWrQsmMK6FCFRMOwEI { width:104px;height:39px;top:1552px;left:54.000002861023px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PkWzDZyfS4Ak1gdx3Mf0g4mOH7UtWB3F { width:47px;height:47px;top:1620px;left:7px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DgOWrAhpJVqOxfZgfGKKChRNVQqlbS36 { width:223px;height:58.5px;top:1635.0000610352px;left:54.000002861023px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gLCCDdLXmL3uDJfnHW2BylT0XxrvlcZs { width:312px;height:28.5909px;top:60.000015258789px;left:7.98863697052px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NMGbwpoSWlHSpPrndTGLAAyNlTwrqVvf { width:47px;height:47px;top:1712.5000249743px;left:5.5000009536743px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #aQtaJuTzwNUVmfdxNwv2k5KzN83UQb09 { width:209px;height:39px;top:1728.5000305176px;left:54.000002861023px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS { display:block; }#qXnTQvHFkd4Mc1X9rmLHCqTJtiddTCnS > .row .container { width:320px;height:39px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G64szqQW0nEvIk4mpH7thCWt51foyTwy { display:block; }#G64szqQW0nEvIk4mpH7thCWt51foyTwy > .row .container { width:320px;height:103px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghJ1QhtTmgtWNTb9N0HlZKdsf4DMWhFA { width:150px;height:2px;top:81px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #ecG704S4ZwnvR9E4PoEuGUxiyaEOpHly { width:320px;height:39px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2p20d1Xf2JhxKealA0BLMbycR1gB54J { background-color:#ffffff;background-image:none;display:block; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container { background-color: transparent; background-image: none; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container > .video-iframe-container { display: none; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row > .video-iframe-container { display: none; }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .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); }#Z2p20d1Xf2JhxKealA0BLMbycR1gB54J > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAJfArLL8lwMQfqV1Jn782THNT6n9kAp { width:136px;height:23.4px;top:2px;left:54px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X48F7q3mqJrcF3IXw7Zlil1fwg1Eemz8 { width:279px;height:76.7727px;top:33px;left:54px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oiWRTASxyE6KqSZQKUIdT23AN5hC6a0q { width:10px;height:10px;top:9px;left:25px;background-color:#525252;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s6UG3rXv3y7tTUosbzEKQH8JQV5MlSm9 { width:2px;height:600px;top:7px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 { background-color:#ffffff;background-image:none;display:block; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container { background-color: transparent; background-image: none; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container > .video-iframe-container { display: none; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row > .video-iframe-container { display: none; }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .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); }#Ic3QGhI52iatetx7G2f6JJrUkT56HCF2 > .row .container { width:320px;height:141px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki9y6KysUmekJPX5VXIXkIWsxUIcD1Ra { width:154px;height:23.4px;top:2px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #mpbB9Z7Sv8KzrDH47BBIwblb76mCnfUm { width:259px;height:76.7727px;top:33px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #gaeK8bHoDt78yD6DZtVPiSo8S9aS6QHT { width:10px;height:10px;top:9px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #eL3L5OOuGaEMFXtoCs24GG1WpbOALBME { background-color:#ffffff;background-image:none;display:block; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container { background-color: transparent; background-image: none; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container > .video-iframe-container { display: none; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row > .video-iframe-container { display: none; }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .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); }#eL3L5OOuGaEMFXtoCs24GG1WpbOALBME > .row .container { width:320px;height:98px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhuUK2P5GZZawbqctOcv0WwqxHCE1F23 { width:141px;height:23.4px;top:2px;left:54px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FnqkUgo1mU02i9e8zbkOI7B0Ff6pxgaL { width:10px;height:10px;top:9px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #i68cu65ZqVmX51Qsdl0oAyB22wTWGI4q { width:255px;height:25.5909px;top:33px;left:54px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO { background-color:#ffffff;background-image:none;display:block; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container { background-color: transparent; background-image: none; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container > .video-iframe-container { display: none; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row > .video-iframe-container { display: none; }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .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); }#DCAWglVnNfcmyKqGe9kXRf6gJ3QDbvUO > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWyb4oWQpnL0v5IKHqt7mq3LCR7huOF5 { width:154px;height:23.3977px;top:2px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #n89d2W8mPPILGCGqHxGvDW63RZfETlOp { width:10px;height:10px;top:9px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #eyrWu1pPLR9kpdITRhb6uMPV4Xt7dkyu { width:255px;height:76.7727px;top:33px;left:54px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nAZ9RqNnf9szCNsoTFJQI54OTJPW0JVp { width:233px;height:36.3864px;top:149.35227966309px;left:54.000002861023px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 { display:block; }#Ji7DBHfrZfv2LtvTamQbofUuTOG7Pl69 > .row .container { width:320px;height:39px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRKa2tJNTk0aXtntKK0flP9tBTF3i747 { display:block; }#TRKa2tJNTk0aXtntKK0flP9tBTF3i747 > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0t797SXe2zUnUBbc83xbIM4EE2a5629 { width:181px;height:18.1932px;top:44px;left:68.999998092651px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container { background-color: transparent; background-image: none; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container > .video-iframe-container { display: none; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row > .video-iframe-container { display: none; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .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); }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container { border-width: 0; border-radius: 0; }#xwtmoxxbCIXOngFqHRNlgTDtFw6Bs68L > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZo0WgeeMGi4UmJFpAThZX1PeeFM7Pr5 { width:268px;height:49px;top:20px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M { display:block; }#c1iUnNO1bQ9Qw0UuA74U0l4EyTdNdo2M > .row .container { width:320px;height:324px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfDQPRWCiRFaX49gTU50cRL52SLiG2ul { width:124px;height:56px;top:106.98863220215px;left:98.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #sOQA6EoTpZmGXnnSLIpSMugiIQR63bXq { width:181px;height:18.1932px;top:67px;left:69px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VTpKiK5gKnbVfTconIF4S20go714vsEb { width:320px;height:67.5908px;top:191.00001525879px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }