.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf3995af-80c9-4a46-a5f9-1c26b5ebc514/Couchliebe_LandingpageBilddaten_Hintergrund.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#edee45345d490a27ff4058dacc0694a9.widget-smartsection { position:relative;display:block; } #edee45345d490a27ff4058dacc0694a9.widget-smartsection *:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="text"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="email"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="tel"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection textarea:focus-visible { outline: none; } #PhuyQSd8TFmviuufkTd1q6dpAn8znf9y { background-color: transparent; background-image: none; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container > .video-iframe-container { display: none; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row > .video-iframe-container { display: none; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .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); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y { border-width: 0; border-radius: 0; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .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; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da1f7190-3b0b-4a8e-b1a6-653a1ed7c554/Couchliebe_LandingpageBilddaten.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:720px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container.adaptive-delivery-prevent-bg, #PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container.lazyload, #PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container.lazyloading { background-image: none; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF { position:relative;display:block; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF { background-color: transparent; background-image: none; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row .container > .video-iframe-container { display: none; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row > .video-iframe-container { display: none; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .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); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF { border-width: 0; border-radius: 0; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .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; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.5);background-image:none;font-size:14px;font-family:arial;height:1203px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a551b2e4fa82910d3d4033c78ff841d7 { color:#ffffff;display:block;width:1079px;position:absolute;font-family:poppins;font-size:60px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:50px;left:50.000030517578px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fafd45aa5014a1a21a0bd339318ab78a { box-sizing:content-box;height:300px;width:240px;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:246px;left:75px;box-shadow: 1px 1px 3px rgba(0,0,0,0.7) ;display:block; }
#S5c5c9c75bdc2c608d57e7d0a24d4e61 { box-sizing:content-box;height:50px;width:107px;position:absolute;display:block;z-index:15004;background-color:#c2063b;background-image:none;top:217px;left:819px;box-shadow: 1px 1px 3px rgba(0,0,0,0.7) ;display:block; }
#gc589423a0639ac0b062e62066424282 { color:#ffffff;display:block;width:98.9931px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:224px;left:823px;height:36.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0c3f36190d04ad69c4b174c53cf258f { box-sizing:content-box;height:50px;width:107px;position:absolute;display:block;z-index:15006;background-color:#c2063b;background-image:none;top:217px;left:279px;box-shadow: 1px 1px 3px rgba(0,0,0,0.7) ;display:block; }
#ecf3d51e81997178433580a877b64aa0 { color:#ffffff;display:block;width:98.9931px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:224px;left:283px;height:36.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idc2a5305ff2bf8c342ef86899268355 { box-sizing:content-box;height:300px;width:240px;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:246px;left:345px;box-shadow: 1px 1px 3px rgba(0,0,0,0.7) ;display:block; }
#Sa7c717474095ee8b79c31b2fb12d96d { box-sizing:content-box;height:300px;width:240px;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:246px;left:615px;box-shadow: 1px 1px 3px rgba(0,0,0,0.7) ;display:block; }
#Id4a9a977c38f550a6e5525c0db09167 { box-sizing:content-box;height:300px;width:240px;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:246px;left:885px;box-shadow: 1px 1px 3px rgba(0,0,0,0.7) ;display:block; }
#sf09445ab82c58af3feb2d1ccb2c5b63 { box-sizing:content-box;height:50px;width:107px;position:absolute;display:block;z-index:15006;background-color:#c2063b;background-image:none;top:217px;left:547px;box-shadow: 1px 1px 3px rgba(0,0,0,0.7) ;display:block; }
#p0205890b92bac2d343b498a0466e590 { color:#ffffff;display:block;width:98.9931px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:224px;left:551px;height:36.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ged3e8eb3a2e0109af7deaf81b32e2d4 { 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:198px;width:217px;top:260.98962402344px;left:85.989624023438px;overflow:hidden;display:block; }
#q02d57bd32c02a8419c9e59954f98ded { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:198px;width:217px;top:260.38195800781px;left:356.00695800781px;overflow:hidden;display:block; }
#s9298191955b01d315e5e5d432d58332 { 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:198px;width:217px;top:260.38195800781px;left:626.00701904297px;overflow:hidden;display:block; }
#a0d93fbc5799c18c6dcb6235ffe92a46 { 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:198px;width:217px;top:260.38195800781px;left:896.00701904297px;overflow:hidden;display:block; }
#V4708c19295dcf4877049f95c6959ed8 { color:#000000;display:block;width:220px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:469.96533203125px;left:85px;height:67.6042px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ad9f7df9f1df082c2dee7beeb9dcb755 { color:#000000;display:block;width:220px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:469.96533203125px;left:355.00006103516px;height:67.6042px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1d15a57a4f4f9615f8679303712d28b { color:#000000;display:block;width:220px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:469.96533203125px;left:625.00006103516px;height:67.6042px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1c1a9b2cb34df75e444bb671a3ecd45 { color:#000000;display:block;width:220px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:469.96533203125px;left:895.00006103516px;height:67.6042px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E74e7006cc188610032e477281d16eeb { color:#ffffff;display:block;width:1078.99px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:127.96875762939px;left:50.000030517578px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1cb70979f879bd1515ed4ab275f13f8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:70px;width:222px;top:1094.8666381836px;left:35px;overflow:hidden;display:block; }
#BJCMykMBWXQnptzRlXKQm8z7g2zWQbVo { color:#ffffff;display:block;width:1079px;position:absolute;font-family:poppins;font-size:60px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:631.74998474121px;left:60.5px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBP52mcT8ToEL4GGDTe7V85hLMkgyEPi { color:#ffffff;display:block;width:738px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:786.54998779297px;left:225.98333740234px;height:264.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }#LBP52mcT8ToEL4GGDTe7V85hLMkgyEPi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#LBP52mcT8ToEL4GGDTe7V85hLMkgyEPi li:before{  }
#q1ynVGUtwl01mVMk2Bsv4CWtRNTeCBNF { color:#ffffff;display:block;width:738px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:732.03332519531px;left:226px;height:36.4px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 { position:relative;display:block; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 { background-color: transparent; background-image: none; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container > .video-iframe-container { display: none; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row > .video-iframe-container { display: none; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .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); }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 { border-width: 0; border-radius: 0; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .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; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/42747b4c-d10e-442a-8990-84c57cbd23f6/Couchliebe_LandingpageBilddaten_4_edit_lessOpacity.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:822px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container.adaptive-delivery-prevent-bg, #zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container.lazyload, #zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container.lazyloading { background-image: none; }#yGwuTPZxMH5GHwMSJflJTN0fVle6fuNn { position:absolute;display:block;z-index:15001;height:369px;width:1200px;top:0px;left:0px;display:block; }
#ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection { position:relative;display:block; } #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection *:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="text"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="email"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="tel"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection textarea:focus-visible { outline: none; } #GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ { background-color: transparent; background-image: none; }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .row .container > .video-iframe-container { display: none; }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .row > .video-iframe-container { display: none; }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .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); }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ { border-width: 0; border-radius: 0; }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .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; }#GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:696px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { position:relative;display:block; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { background-color: transparent; background-image: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .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); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { border-width: 0; border-radius: 0; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .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; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c2063b;background-image:none;font-size:14px;font-family:arial;height:76px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NosmlvL7QUPKz2MmAJKJETNmHxFFfrR8 { color:#ffffff;display:block;width:405px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:24.5px;left:397px;height:25.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #edee45345d490a27ff4058dacc0694a9.widget-smartsection { display:block; } #edee45345d490a27ff4058dacc0694a9.widget-smartsection *:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="text"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="email"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="tel"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection textarea:focus-visible { outline: none; } #PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOuC3QIGqPe8uu8LFFalILyvsPTlcenF { display:block; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a551b2e4fa82910d3d4033c78ff841d7 { top:50px;left:0px;width:764px;height:77px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fafd45aa5014a1a21a0bd339318ab78a { top:246px;left:0px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #S5c5c9c75bdc2c608d57e7d0a24d4e61 { top:217px;left:601px;width:106px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #gc589423a0639ac0b062e62066424282 { top:224px;left:605px;width:98px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3f36190d04ad69c4b174c53cf258f { top:217px;left:61px;width:106px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ecf3d51e81997178433580a877b64aa0 { top:224px;left:65px;width:98px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #idc2a5305ff2bf8c342ef86899268355 { top:246px;left:127px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7c717474095ee8b79c31b2fb12d96d { top:246px;left:397px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Id4a9a977c38f550a6e5525c0db09167 { top:246px;left:524px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #sf09445ab82c58af3feb2d1ccb2c5b63 { top:217px;left:329px;width:106px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #p0205890b92bac2d343b498a0466e590 { top:224px;left:333px;width:98px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ged3e8eb3a2e0109af7deaf81b32e2d4 { top:260px;left:0px;width:217px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #q02d57bd32c02a8419c9e59954f98ded { top:260px;left:138.00695800781px;width:217px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #s9298191955b01d315e5e5d432d58332 { top:260px;left:408.00701904297px;width:217px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #a0d93fbc5799c18c6dcb6235ffe92a46 { top:260px;left:547px;width:217px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #V4708c19295dcf4877049f95c6959ed8 { top:469px;left:0px;width:220px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ad9f7df9f1df082c2dee7beeb9dcb755 { top:469px;left:137.00006103516px;width:220px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #X1d15a57a4f4f9615f8679303712d28b { top:469px;left:407.00006103516px;width:220px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #c1c1a9b2cb34df75e444bb671a3ecd45 { top:469px;left:544px;width:220px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #E74e7006cc188610032e477281d16eeb { top:127px;left:0px;width:764px;height:41px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #f1cb70979f879bd1515ed4ab275f13f8 { top:1094px;left:0px;width:222px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #BJCMykMBWXQnptzRlXKQm8z7g2zWQbVo { top:631px;left:0px;width:764px;height:78px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LBP52mcT8ToEL4GGDTe7V85hLMkgyEPi { top:786px;left:7.9833374023438px;width:738px;height:;font-size:21px;display:block; }#LBP52mcT8ToEL4GGDTe7V85hLMkgyEPi li:before{  }
 }@media only screen and (max-width: 763px) { #q1ynVGUtwl01mVMk2Bsv4CWtRNTeCBNF { top:732px;left:8px;width:738px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 { display:block; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGwuTPZxMH5GHwMSJflJTN0fVle6fuNn { top:0px;left:0px;width:764px;height:369px;display:block; }
 }@media only screen and (max-width: 763px) { #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection { display:block; } #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection *:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="text"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="email"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="tel"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection textarea:focus-visible { outline: none; } #GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { display:block; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NosmlvL7QUPKz2MmAJKJETNmHxFFfrR8 { top:24px;left:178.99658203125px;width:405px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #edee45345d490a27ff4058dacc0694a9.widget-smartsection { display:block; } #edee45345d490a27ff4058dacc0694a9.widget-smartsection *:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="text"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="email"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection input[type="tel"]:focus-visible, #edee45345d490a27ff4058dacc0694a9.widget-smartsection textarea:focus-visible { outline: none; } #PhuyQSd8TFmviuufkTd1q6dpAn8znf9y { background-color: transparent; background-image: none; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container > .video-iframe-container { display: none; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row > .video-iframe-container { display: none; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .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); }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y { border-width: 0; border-radius: 0; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container { width:320px;height:330px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da1f7190-3b0b-4a8e-b1a6-653a1ed7c554/Couchliebe_LandingpageBilddaten.jpg");background-position:top left !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;position:relative;display:block; }#PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container.adaptive-delivery-prevent-bg, #PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container.lazyload, #PhuyQSd8TFmviuufkTd1q6dpAn8znf9y > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #kOuC3QIGqPe8uu8LFFalILyvsPTlcenF { display:block; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF { background-color: transparent; background-image: none; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row .container > .video-iframe-container { display: none; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row > .video-iframe-container { display: none; }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .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); }#kOuC3QIGqPe8uu8LFFalILyvsPTlcenF > .row .container { width:320px;height:2399px;background-color:#212121;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a551b2e4fa82910d3d4033c78ff841d7 { width:302px;height:83.2px;top:20px;left:10.000000953674px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fafd45aa5014a1a21a0bd339318ab78a { width:240px;height:300px;top:219px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #S5c5c9c75bdc2c608d57e7d0a24d4e61 { width:106px;height:50px;top:929px;left:108px;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gc589423a0639ac0b062e62066424282 { width:97.9861px;height:36.4px;top:936px;left:110px;font-size:28px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3f36190d04ad69c4b174c53cf258f { width:106px;height:50px;top:539px;left:108px;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ecf3d51e81997178433580a877b64aa0 { width:97.9688px;height:36.4px;top:547px;left:111px;font-size:28px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #idc2a5305ff2bf8c342ef86899268355 { width:240px;height:300px;top:609px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7c717474095ee8b79c31b2fb12d96d { width:240px;height:300px;top:999px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Id4a9a977c38f550a6e5525c0db09167 { width:240px;height:300px;top:1389px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #sf09445ab82c58af3feb2d1ccb2c5b63 { width:106px;height:50px;top:1319px;left:108px;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p0205890b92bac2d343b498a0466e590 { width:97.9861px;height:36.4px;top:1326px;left:111px;font-size:28px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ged3e8eb3a2e0109af7deaf81b32e2d4 { width:217px;height:197.98873717148px;top:231px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #q02d57bd32c02a8419c9e59954f98ded { width:217px;height:197.98873717148px;top:623px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #s9298191955b01d315e5e5d432d58332 { width:217px;height:197.98873717148px;top:1013px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #a0d93fbc5799c18c6dcb6235ffe92a46 { width:217px;height:197.98873717148px;top:1403px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #V4708c19295dcf4877049f95c6959ed8 { width:220px;height:67.6042px;top:439px;left:50px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ad9f7df9f1df082c2dee7beeb9dcb755 { width:220px;height:67.6042px;top:833px;left:50px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #X1d15a57a4f4f9615f8679303712d28b { width:220px;height:67.6042px;top:1223px;left:50px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #c1c1a9b2cb34df75e444bb671a3ecd45 { width:220px;height:67.6042px;top:1613px;left:50px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #E74e7006cc188610032e477281d16eeb { width:300px;height:85.8px;top:113.125px;left:10.000000953674px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #f1cb70979f879bd1515ed4ab275f13f8 { width:240px;height:75px;top:2284.5666503906px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BJCMykMBWXQnptzRlXKQm8z7g2zWQbVo { width:320px;height:83.2px;top:1727.5667724609px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LBP52mcT8ToEL4GGDTe7V85hLMkgyEPi { width:299px;height:364.9px;top:1891.1666564941px;left:10.5px;font-size:21px;display:block; }#LBP52mcT8ToEL4GGDTe7V85hLMkgyEPi li:before{  }
 }@media only screen and (max-width: 763px) { #q1ynVGUtwl01mVMk2Bsv4CWtRNTeCBNF { width:298px;height:36.4px;top:1840.7666625977px;left:11px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 { display:block; }#zmiPXu2ah985AyZPQqQ1VT78QdkOmul0 > .row .container { width:320px;height:934px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGwuTPZxMH5GHwMSJflJTN0fVle6fuNn { width:320px;height:369px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection { display:block; } #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection *:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="text"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="email"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection input[type="tel"]:focus-visible, #ib2adf7e58005a7a6abbeff2d293a829.widget-smartsection textarea:focus-visible { outline: none; } #GPmF4wu0IfTazK5F8PVqhlzLHhetsXnZ > .row .container { width:320px;height:1332px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { display:block; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { background-color: transparent; background-image: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .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); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container { width:320px;height:45px;background-color:#c2063b;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NosmlvL7QUPKz2MmAJKJETNmHxFFfrR8 { width:293px;height:21px;top:12px;left:13.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }