.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#324860;background-image:url("https://images.assets-landingi.com/uH3AHE4n/DJ_Party_TEam_DS1_0619.jpg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:300;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.3125rem;left:3.25rem;height:6.1875rem;font-style:normal;display:block; }
#QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:24.8125rem;left:3.25rem;height:3.8496125rem;font-style:normal;display:block; }
#snEUVc3bXgC5dg4pL06qMLHgdF9Em916 { z-index:15000;top:32.25rem;left:3.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xr8crfB8gzWCThsRIFyqPiv8m1fDvKbV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxBTIoJJX8UqnwZbTFSvzexOB2xlqMsv { 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:4.125rem;width:14.0625rem;top:5rem;left:3.25rem;overflow:hidden;display:block; }
#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row .container { background-color: transparent; background-image: none; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row .container > .video-iframe-container { display: none; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row > .video-iframe-container { display: none; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .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); }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row .container { border-width: 0; border-radius: 0; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#cGwSTsd1q1w9MJTaxIUZ0vobgTCvEkss { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5625rem;border-top-right-radius:7.5625rem;border-bottom-left-radius:7.5625rem;border-bottom-right-radius:7.5625rem;box-shadow: none;height:10.9375rem;width:10.9375rem;top:0rem;left:4.5rem;overflow:hidden;display:block; }
#FnOX1LefO8ACiiFzqpWrKF6Vrx6ZbOuv { color:rgba(16,16,16,0.7);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0sw75Lr8HsCsqcpPwEelmHpG54w8u1W { color:#555555;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:1.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zs5IQ2tZb8htoXASIr7DxiiPNMgAtnmE { 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:10.9375rem;width:10.9375rem;top:0rem;left:25.125rem;overflow:hidden;display:block; }
#E8bZAiJxAyO1MTl3XJENOMwzTBGT8tC2 { color:#555555;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9rem;left:21.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJmIavqlqD17nOweTpmpoTTkE2tq1C1z { color:rgba(16,16,16,0.7);display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4375rem;left:21.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sO0rE1a5tnZFOo1c6Ffm6R5CrxQAQRWr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:0rem;left:45.1875rem;overflow:hidden;display:block; }
#e5xOuDRxJ2BM33to7nmphAPUOWrxPWdA { color:#555555;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9rem;left:41.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUgBKTBw5Bn5IkWDounV7U6xTcKgfTvi { color:rgba(16,16,16,0.7);display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4375rem;left:41.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSexa6RkpR26iIP13sXAPqxtqe779S1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { background-color: transparent; background-image: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .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); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { border-width: 0; border-radius: 0; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#NvifDkeG6gl6i2IapZcvPQ1Qm554se2J { color:#555555;display:block;width:35.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 { color:rgba(16,16,16,0.7);display:block;width:40.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.96875rem;left:0rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XGf4adXWtXUhp3yWKAR1RNEE5JTsvF7S { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Nk8GnGtV/DJ_extrem.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.4375rem;border-top-right-radius:9.4375rem;border-bottom-left-radius:9.4375rem;border-bottom-right-radius:9.4375rem;box-shadow: none;height:11.5rem;width:11.5rem;top:1.375rem;left:44rem;display:block; }#XGf4adXWtXUhp3yWKAR1RNEE5JTsvF7S.adaptive-delivery-prevent-bg, #XGf4adXWtXUhp3yWKAR1RNEE5JTsvF7S.lazyload, #XGf4adXWtXUhp3yWKAR1RNEE5JTsvF7S.lazyloading { background-image: none; }
#sTA7JBWXNyR9LIsfT7BAnfU0oGa77BRT { color:#555555;display:block;width:35.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSJn4TTTgO2cqKPWaMC356QawEGpOFBa { color:rgba(16,16,16,0.7);display:block;width:52.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.125rem;left:0rem;height:2.8125rem;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; }
#iqGu2o4qQghUIkCrqfccohs2T5GmZziP { color:rgba(16,16,16,0.7);display:block;width:59.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:21.5625rem;left:0rem;height:9.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iqGu2o4qQghUIkCrqfccohs2T5GmZziP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iqGu2o4qQghUIkCrqfccohs2T5GmZziP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
#GmVOXStHLqufgIdrsESMuLwl9noh3Qfk { z-index:15000;top:36.25rem;left:16.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VrHJJt6ntmXuiskvJ5vlc1lGltggHeEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWBOz2a1DDl2uT4xSnQ8dKbckrsda8dw { z-index:15002;top:14.625rem;left:18.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#k1MEHdDw28khm046T9VXTauSPGC8564n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bK7uV3TS/Bild_SW_komprimiert.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7.adaptive-delivery-prevent-bg, #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7.lazyload, #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7.lazyloading { background-image: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { background-color: transparent; background-image: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container > .video-iframe-container { display: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container { display: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .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); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { border-width: 0; border-radius: 0; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#h729SzzMiA3tfQxL3n8oTLlwlmUN9fvr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.3125rem;left:0rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uROnqH8x9tSrTTFTX7JFX9v1I6bNW1Qw { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0GhNAp8X/2000px_Hitradio_3.svg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:5.4375rem;left:3.46875rem;display:block; }#uROnqH8x9tSrTTFTX7JFX9v1I6bNW1Qw.adaptive-delivery-prevent-bg, #uROnqH8x9tSrTTFTX7JFX9v1I6bNW1Qw.lazyload, #uROnqH8x9tSrTTFTX7JFX9v1I6bNW1Qw.lazyloading { background-image: none; }
#iiGOdaTSgIHO7m7Zo2oOUeRh05uesABw { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kVd8kI2q/Antenne_Steiermark_Button_Logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:5.5rem;left:17.28125rem;display:block; }#iiGOdaTSgIHO7m7Zo2oOUeRh05uesABw.adaptive-delivery-prevent-bg, #iiGOdaTSgIHO7m7Zo2oOUeRh05uesABw.lazyload, #iiGOdaTSgIHO7m7Zo2oOUeRh05uesABw.lazyloading { background-image: none; }
#r71W9kQu9ZXuHUvCK45Sv6NqUoramQME { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hGx1r4Vz/kronehit_logo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:5.5rem;left:32.21875rem;display:block; }#r71W9kQu9ZXuHUvCK45Sv6NqUoramQME.adaptive-delivery-prevent-bg, #r71W9kQu9ZXuHUvCK45Sv6NqUoramQME.lazyload, #r71W9kQu9ZXuHUvCK45Sv6NqUoramQME.lazyloading { background-image: none; }
#JN4kbTQK6TwJEToio91Q3c2xX3H12gH7 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7g4ozjJc/usifest_logo.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:5.5rem;left:46.28125rem;display:block; }#JN4kbTQK6TwJEToio91Q3c2xX3H12gH7.adaptive-delivery-prevent-bg, #JN4kbTQK6TwJEToio91Q3c2xX3H12gH7.lazyload, #JN4kbTQK6TwJEToio91Q3c2xX3H12gH7.lazyloading { background-image: none; }
#DxInhlltaaU0phnb28mcOQ3z7QooT0fq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row .container { background-color: transparent; background-image: none; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row .container > .video-iframe-container { display: none; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row > .video-iframe-container { display: none; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .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); }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row .container { border-width: 0; border-radius: 0; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#JfAuvssR3H48T9HhnpAX4dxOlTZALwTN { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DDbRhqP4/DJ_Business_Event.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.8125rem;left:25.4375rem;display:block; }#JfAuvssR3H48T9HhnpAX4dxOlTZALwTN.adaptive-delivery-prevent-bg, #JfAuvssR3H48T9HhnpAX4dxOlTZALwTN.lazyload, #JfAuvssR3H48T9HhnpAX4dxOlTZALwTN.lazyloading { background-image: none; }
#EKcr9fG5PZmW6hoqOOumc4sE8KxRWqQ7 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DXuiQSke/DJ_Party_1_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.8125rem;left:45.4375rem;display:block; }#EKcr9fG5PZmW6hoqOOumc4sE8KxRWqQ7.adaptive-delivery-prevent-bg, #EKcr9fG5PZmW6hoqOOumc4sE8KxRWqQ7.lazyload, #EKcr9fG5PZmW6hoqOOumc4sE8KxRWqQ7.lazyloading { background-image: none; }
#Tcmhx5w4rnRkqb16IO6TOPoOksTrliBc { color:rgba(16,16,16,0.7);display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.6875rem;left:1.25rem;height:16.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RddmqLZq4OIGLwAo1KKpkkMzVqfkAho2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aJlmFeOd/DJ_Hochzeit_1_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.8125rem;left:5.375rem;display:block; }#RddmqLZq4OIGLwAo1KKpkkMzVqfkAho2.adaptive-delivery-prevent-bg, #RddmqLZq4OIGLwAo1KKpkkMzVqfkAho2.lazyload, #RddmqLZq4OIGLwAo1KKpkkMzVqfkAho2.lazyloading { background-image: none; }
#K3FxTnd7aNSwaAuMD0R3NXGSWAiQUMe1 { color:rgba(16,16,16,0.7);display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.6875rem;left:21.3125rem;height:15.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTMzkOJga3ID04uBQyeUE6417T70Ath2 { color:rgba(16,16,16,0.7);display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.6875rem;left:41.3125rem;height:15.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHZZCkfJTcrLpqE6feVDf92RrTdoGIeo { color:#555555;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJLScG3X65tHhbVTyukN3R0iVmMZFu5O { color:#555555;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdw1MCf5KSRsn10KzKxkZ0k7VTTMXTTT { color:#555555;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container { background-color: transparent; background-image: none; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container > .video-iframe-container { display: none; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row > .video-iframe-container { display: none; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .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); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container { border-width: 0; border-radius: 0; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#pkLBBxXTTt8bdzAQ8QplOwM2W3kItWTp { color:#555555;display:block;width:22.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7687501907349rem;left:35rem;height:1.29980625rem;font-style:normal;display:block; }
#lSgiu3qfqnIVtV1WwhaLnMG2f9LWT7cE { color:#555555;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:5.6875rem;left:35rem;height:1.6875rem;font-style:normal;display:block; }
#svAFIaCsZC9ikT1Tf9ADQAZGK0TbOV3M { color:#555555;display:block;width:22.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:8.3125rem;left:35rem;height:;font-style:normal;display:block; }#svAFIaCsZC9ikT1Tf9ADQAZGK0TbOV3M li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#svAFIaCsZC9ikT1Tf9ADQAZGK0TbOV3M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
#L6fN2nmHrTwHEc5vVDrOG9WXkk7Fnzbm { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #fea858;border-left:0.25rem solid #fea858;border-right:0.25rem solid #fea858;border-bottom:0.25rem solid #fea858;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:23.1875rem;top:2.5625rem;left:1.9375rem;display:block; }
#mWPJhT7m1bPPOUTmfzgB1LUieqQPal1i { color:#555555;display:block;width:23.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:9.375rem;left:2.1875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vT5aJJb96szAzKcN5AhBxuWtFxvzgbCP { color:#555555;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.005859375rem;left:1.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuHcTDQqW35v3O5mvKQBnXG7qmwoIcSN { color:#555555;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:12.5625rem;left:8.5rem;height:;font-style:normal;display:block; }#cuHcTDQqW35v3O5mvKQBnXG7qmwoIcSN li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#cuHcTDQqW35v3O5mvKQBnXG7qmwoIcSN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
#bTNq9ipP8LIIHmmLJVssTbQI8rEARJBn { z-index:15001;top:21.6875rem;left:8.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k44Wozfc7Uh24RECa2kaPht8lL25Sw58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwdVWUbXRb0NMP7pgt2y60S8tdehx2UF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #fea858;border-left:0.25rem solid #fea858;border-right:0.25rem solid #fea858;border-bottom:0.25rem solid #fea858;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.375rem;top:2.5625rem;left:33.34375rem;display:block; }
#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555555;background-image:url("https://images.assets-landingi.com/CX0cDaPK/Foto_komprimiert.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y.adaptive-delivery-prevent-bg, #bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y.lazyload, #bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y.lazyloading { background-image: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container { background-color: transparent; background-image: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container > .video-iframe-container { display: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row > .video-iframe-container { display: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .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); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container { border-width: 0; border-radius: 0; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#vRNLgkyulyie6wKAbKZk70bdwTIn36Hk { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:8.75rem;left:17.78125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ew9bouFoFWaATCzq70mzt3LftLpU84oy { color:#ffffff;display:block;width:25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.4375rem;left:17.5rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkZ9wuAkVrnFbSanuKpxbppC348J1Azd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:25.59375rem;left:42.21875rem;display:block; }
#T5nJfvFgISkneLLvGCTkQAI8HSU3wTvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQEH3ATthGT30gnPcVPWonhiQ86d0u64 { z-index:15002;top:14.625rem;left:18.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xGpM616TDulAWM6M5PUMTXlxtbJhoStF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4Fk74XUx69dy5nOEGybZkLPeVOTet4e { 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:3.1875rem;width:10.25rem;top:25.25rem;left:1.0625rem;overflow:hidden;display:block; }
#kUHrcF1g1sKsVo0Ifxu2h64OZ9H7dCA4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.59375rem;left:15.25rem;display:block; }
#aMrxIErifb1P4FzCWFsfUE9ymQN8rr33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { width:47.75rem;height:6.125rem;top:17.3125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:31.25rem;height:3.75rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEUVc3bXgC5dg4pL06qMLHgdF9Em916 { top:32.25rem;left:0rem;width:20rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr8crfB8gzWCThsRIFyqPiv8m1fDvKbV { display:block; }
 }@media only screen and (max-width: 763px) { #OxBTIoJJX8UqnwZbTFSvzexOB2xlqMsv { width:14.0625rem;height:4.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl { display:block; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGwSTsd1q1w9MJTaxIUZ0vobgTCvEkss { width:10.9375rem;height:10.9375rem;top:0rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOX1LefO8ACiiFzqpWrKF6Vrx6ZbOuv { width:18.125rem;height:2.375rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0sw75Lr8HsCsqcpPwEelmHpG54w8u1W { width:17.375rem;height:1.625rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs5IQ2tZb8htoXASIr7DxiiPNMgAtnmE { width:10.9375rem;height:10.9375rem;top:0rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8bZAiJxAyO1MTl3XJENOMwzTBGT8tC2 { width:17.375rem;height:1.625rem;top:9rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJmIavqlqD17nOweTpmpoTTkE2tq1C1z { width:17.375rem;height:2.4375rem;top:11.4375rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO0rE1a5tnZFOo1c6Ffm6R5CrxQAQRWr { width:10.9375rem;height:10.9375rem;top:0rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5xOuDRxJ2BM33to7nmphAPUOWrxPWdA { width:17.375rem;height:1.625rem;top:9rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUgBKTBw5Bn5IkWDounV7U6xTcKgfTvi { width:17.375rem;height:2.375rem;top:11.4375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvifDkeG6gl6i2IapZcvPQ1Qm554se2J { width:35.25rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 { width:40.375rem;height:7rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGf4adXWtXUhp3yWKAR1RNEE5JTsvF7S { width:11.5rem;height:11.5rem;top:1.375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTA7JBWXNyR9LIsfT7BAnfU0oGa77BRT { width:35.25rem;height:0;top:15.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSJn4TTTgO2cqKPWaMC356QawEGpOFBa { width:47.75rem;height:2.75rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqGu2o4qQghUIkCrqfccohs2T5GmZziP { width:47.75rem;height:;top:21.5625rem;left:0rem;font-size:1rem;display:block; }#iqGu2o4qQghUIkCrqfccohs2T5GmZziP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
 }@media only screen and (max-width: 763px) { #GmVOXStHLqufgIdrsESMuLwl9noh3Qfk { top:36.25rem;left:10.5625rem;width:26.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrHJJt6ntmXuiskvJ5vlc1lGltggHeEr { display:block; }
 }@media only screen and (max-width: 763px) { #eWBOz2a1DDl2uT4xSnQ8dKbckrsda8dw { top:14.625rem;left:12.71875rem;width:22.3125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1MEHdDw28khm046T9VXTauSPGC8564n { display:block; }
 }@media only screen and (max-width: 763px) { #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h729SzzMiA3tfQxL3n8oTLlwlmUN9fvr { width:47.75rem;height:2rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uROnqH8x9tSrTTFTX7JFX9v1I6bNW1Qw { width:9rem;height:9rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiGOdaTSgIHO7m7Zo2oOUeRh05uesABw { width:9rem;height:9rem;top:5.5rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r71W9kQu9ZXuHUvCK45Sv6NqUoramQME { width:9rem;height:9rem;top:5.5rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN4kbTQK6TwJEToio91Q3c2xX3H12gH7 { width:9rem;height:9rem;top:5.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxInhlltaaU0phnb28mcOQ3z7QooT0fq { display:block; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfAuvssR3H48T9HhnpAX4dxOlTZALwTN { width:9.1875rem;height:9.1875rem;top:3.8125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKcr9fG5PZmW6hoqOOumc4sE8KxRWqQ7 { width:9.1875rem;height:9.1875rem;top:3.8125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcmhx5w4rnRkqb16IO6TOPoOksTrliBc { width:17.375rem;height:16.5rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddmqLZq4OIGLwAo1KKpkkMzVqfkAho2 { width:9.1875rem;height:9.1875rem;top:3.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3FxTnd7aNSwaAuMD0R3NXGSWAiQUMe1 { width:17.375rem;height:15.125rem;top:16.6875rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMzkOJga3ID04uBQyeUE6417T70Ath2 { width:17.375rem;height:15.125rem;top:16.6875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZZCkfJTcrLpqE6feVDf92RrTdoGIeo { width:19.8125rem;height:1.625rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJLScG3X65tHhbVTyukN3R0iVmMZFu5O { width:19.8125rem;height:1.625rem;top:13.75rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdw1MCf5KSRsn10KzKxkZ0k7VTTMXTTT { width:19.8125rem;height:1.625rem;top:13.6875rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W { display:block; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkLBBxXTTt8bdzAQ8QplOwM2W3kItWTp { width:22.875rem;height:1.3125rem;top:3.75rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSgiu3qfqnIVtV1WwhaLnMG2f9LWT7cE { width:25rem;height:1.6875rem;top:5.6875rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svAFIaCsZC9ikT1Tf9ADQAZGK0TbOV3M { width:22.0625rem;height:;top:8.3125rem;left:25.6875rem;font-size:1rem;display:block; }#svAFIaCsZC9ikT1Tf9ADQAZGK0TbOV3M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
 }@media only screen and (max-width: 763px) { #L6fN2nmHrTwHEc5vVDrOG9WXkk7Fnzbm { width:23.1875rem;height:24.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWPJhT7m1bPPOUTmfzgB1LUieqQPal1i { width:23.4375rem;height:1.6875rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5aJJb96szAzKcN5AhBxuWtFxvzgbCP { width:23.75rem;height:2.625rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuHcTDQqW35v3O5mvKQBnXG7qmwoIcSN { width:10.5625rem;height:;top:12.5625rem;left:2.375rem;font-size:1.25rem;display:block; }#cuHcTDQqW35v3O5mvKQBnXG7qmwoIcSN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
 }@media only screen and (max-width: 763px) { #bTNq9ipP8LIIHmmLJVssTbQI8rEARJBn { top:21.6875rem;left:2.40625rem;width:10.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k44Wozfc7Uh24RECa2kaPht8lL25Sw58 { display:block; }
 }@media only screen and (max-width: 763px) { #gwdVWUbXRb0NMP7pgt2y60S8tdehx2UF { width:24.375rem;height:24.5rem;top:2.5625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y { display:block; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRNLgkyulyie6wKAbKZk70bdwTIn36Hk { width:24.4375rem;height:3.5rem;top:8.75rem;left:11.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew9bouFoFWaATCzq70mzt3LftLpU84oy { width:25rem;height:2rem;top:4.4375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkZ9wuAkVrnFbSanuKpxbppC348J1Azd { width:13.9375rem;height:2.5rem;top:25.5625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5nJfvFgISkneLLvGCTkQAI8HSU3wTvT { display:block; }
 }@media only screen and (max-width: 763px) { #TQEH3ATthGT30gnPcVPWonhiQ86d0u64 { top:14.625rem;left:12.71875rem;width:22.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpM616TDulAWM6M5PUMTXlxtbJhoStF { display:block; }
 }@media only screen and (max-width: 763px) { #y4Fk74XUx69dy5nOEGybZkLPeVOTet4e { width:10.25rem;height:3.1875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUHrcF1g1sKsVo0Ifxu2h64OZ9H7dCA4 { width:13.9375rem;height:2.5rem;top:25.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMrxIErifb1P4FzCWFsfUE9ymQN8rr33 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uH3AHE4n/DJ_Party_TEam_DS1_0619.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { width:18.1875rem;height:6.59765625rem;top:7.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:18.0625rem;height:4.72265625rem;top:16.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #snEUVc3bXgC5dg4pL06qMLHgdF9Em916 { top:24.287109375rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr8crfB8gzWCThsRIFyqPiv8m1fDvKbV { display:block; }
 }@media only screen and (max-width: 763px) { #OxBTIoJJX8UqnwZbTFSvzexOB2xlqMsv { width:10.9375rem;height:3.25rem;top:2.1875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl { display:block; }#RSTaXeSzH4CQdeTT2NKgaieTwW9qOiMl > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGwSTsd1q1w9MJTaxIUZ0vobgTCvEkss { width:8rem;height:8rem;top:16.25rem;left:6rem;box-shadow: none;border-top-left-radius:7.5625rem;border-top-right-radius:7.5625rem;border-bottom-left-radius:7.5625rem;border-bottom-right-radius:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOX1LefO8ACiiFzqpWrKF6Vrx6ZbOuv { width:17.375rem;height:4.38574375rem;top:24.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0sw75Lr8HsCsqcpPwEelmHpG54w8u1W { width:17.375rem;height:1.4619125rem;top:22.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs5IQ2tZb8htoXASIr7DxiiPNMgAtnmE { width:8rem;height:8rem;top:1.1875rem;left:6rem;border-top-left-radius:7.5625rem;border-top-right-radius:7.5625rem;border-bottom-left-radius:7.5625rem;border-bottom-right-radius:7.5625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E8bZAiJxAyO1MTl3XJENOMwzTBGT8tC2 { width:17.375rem;height:1.4619125rem;top:8.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJmIavqlqD17nOweTpmpoTTkE2tq1C1z { width:17.375rem;height:4.38574375rem;top:9.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO0rE1a5tnZFOo1c6Ffm6R5CrxQAQRWr { width:8rem;height:8rem;top:30.625rem;left:6rem;box-shadow: none;border-top-left-radius:7.5625rem;border-top-right-radius:7.5625rem;border-bottom-left-radius:7.5625rem;border-bottom-right-radius:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5xOuDRxJ2BM33to7nmphAPUOWrxPWdA { width:17.375rem;height:1.4619125rem;top:37.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUgBKTBw5Bn5IkWDounV7U6xTcKgfTvi { width:17.375rem;height:2.923825rem;top:39.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvifDkeG6gl6i2IapZcvPQ1Qm554se2J { width:20rem;height:1.94921875rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 { width:18.8125rem;height:15.46875rem;top:5.4375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGf4adXWtXUhp3yWKAR1RNEE5JTsvF7S { width:12.125rem;height:12.125rem;top:23.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTA7JBWXNyR9LIsfT7BAnfU0oGa77BRT { width:20rem;height:1.625rem;top:37.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSJn4TTTgO2cqKPWaMC356QawEGpOFBa { width:18.75rem;height:5.625rem;top:40.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqGu2o4qQghUIkCrqfccohs2T5GmZziP { width:19.0625rem;height:13.28125rem;top:47.625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }#iqGu2o4qQghUIkCrqfccohs2T5GmZziP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
 }@media only screen and (max-width: 763px) { #GmVOXStHLqufgIdrsESMuLwl9noh3Qfk { top:61.71875rem;left:0.40625rem;width:19.1875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrHJJt6ntmXuiskvJ5vlc1lGltggHeEr { display:block; }
 }@media only screen and (max-width: 763px) { #eWBOz2a1DDl2uT4xSnQ8dKbckrsda8dw { top:64.69921875rem;left:0.5rem;width:19rem;height:3.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #k1MEHdDw28khm046T9VXTauSPGC8564n { display:block; }
 }@media only screen and (max-width: 763px) { #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h729SzzMiA3tfQxL3n8oTLlwlmUN9fvr { width:17.3125rem;height:2.19921875rem;top:1.125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uROnqH8x9tSrTTFTX7JFX9v1I6bNW1Qw { width:6.25rem;height:6.25rem;top:4.69921875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiGOdaTSgIHO7m7Zo2oOUeRh05uesABw { width:6.25rem;height:6.25rem;top:13.13671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r71W9kQu9ZXuHUvCK45Sv6NqUoramQME { width:6.25rem;height:6.25rem;top:22.51171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN4kbTQK6TwJEToio91Q3c2xX3H12gH7 { width:6.25rem;height:6.25rem;top:31.57421875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxInhlltaaU0phnb28mcOQ3z7QooT0fq { display:block; }#DxInhlltaaU0phnb28mcOQ3z7QooT0fq > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfAuvssR3H48T9HhnpAX4dxOlTZALwTN { width:9.1875rem;height:9.1875rem;top:34.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKcr9fG5PZmW6hoqOOumc4sE8KxRWqQ7 { width:9.1875rem;height:9.1875rem;top:64.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcmhx5w4rnRkqb16IO6TOPoOksTrliBc { width:17.375rem;height:16.875rem;top:14.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddmqLZq4OIGLwAo1KKpkkMzVqfkAho2 { width:9.1875rem;height:9.1875rem;top:3.1875rem;left:5.4375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K3FxTnd7aNSwaAuMD0R3NXGSWAiQUMe1 { width:17.375rem;height:15.46875rem;top:45.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMzkOJga3ID04uBQyeUE6417T70Ath2 { width:17.375rem;height:15.46875rem;top:76.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZZCkfJTcrLpqE6feVDf92RrTdoGIeo { width:19.8125rem;height:1.4619125rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJLScG3X65tHhbVTyukN3R0iVmMZFu5O { width:19.8125rem;height:1.4619125rem;top:44.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdw1MCf5KSRsn10KzKxkZ0k7VTTMXTTT { width:19.8125rem;height:1.4619125rem;top:74.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W { background-color:#ffffff;background-image:none;display:block; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container { background-color: transparent; background-image: none; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container > .video-iframe-container { display: none; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row > .video-iframe-container { display: none; }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .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); }#wX1OfFTLJytWTl6tU8Qm9SKsOMGXeX2W > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkLBBxXTTt8bdzAQ8QplOwM2W3kItWTp { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #lSgiu3qfqnIVtV1WwhaLnMG2f9LWT7cE { width:20rem;height:1.79980625rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #svAFIaCsZC9ikT1Tf9ADQAZGK0TbOV3M { width:14.0625rem;height:22.25rem;top:7.25rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#svAFIaCsZC9ikT1Tf9ADQAZGK0TbOV3M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
 }@media only screen and (max-width: 763px) { #L6fN2nmHrTwHEc5vVDrOG9WXkk7Fnzbm { width:18.5625rem;height:21.0625rem;top:36.84375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWPJhT7m1bPPOUTmfzgB1LUieqQPal1i { width:20rem;height:1.79980625rem;top:41.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5aJJb96szAzKcN5AhBxuWtFxvzgbCP { width:20rem;height:2.5996125rem;top:38.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuHcTDQqW35v3O5mvKQBnXG7qmwoIcSN { width:10.5625rem;height:5.44824375rem;top:44.1875rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#cuHcTDQqW35v3O5mvKQBnXG7qmwoIcSN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Kr6dq794/Design_ohne_Titel_1_.png); }
 }@media only screen and (max-width: 763px) { #bTNq9ipP8LIIHmmLJVssTbQI8rEARJBn { top:52.375rem;left:4.59375rem;width:10.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k44Wozfc7Uh24RECa2kaPht8lL25Sw58 { display:block; }
 }@media only screen and (max-width: 763px) { #gwdVWUbXRb0NMP7pgt2y60S8tdehx2UF { width:19.5rem;height:31.4375rem;top:-0.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y { background-color:#555555;background-image:url("https://images.assets-landingi.com/CX0cDaPK/Foto_komprimiert.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y.adaptive-delivery-prevent-bg, #bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y.lazyload, #bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y.lazyloading { background-image: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container { background-color: transparent; background-image: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container > .video-iframe-container { display: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row > .video-iframe-container { display: none; }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .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); }#bDVSWsJtQnIZ5TTGDV8HNdLTyPUUCr3y > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRNLgkyulyie6wKAbKZk70bdwTIn36Hk { width:18.125rem;height:3.1484375rem;top:4.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew9bouFoFWaATCzq70mzt3LftLpU84oy { width:17.3125rem;height:2.19921875rem;top:1.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JkZ9wuAkVrnFbSanuKpxbppC348J1Azd { width:13.625rem;height:2.5rem;top:15.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5nJfvFgISkneLLvGCTkQAI8HSU3wTvT { display:block; }
 }@media only screen and (max-width: 763px) { #TQEH3ATthGT30gnPcVPWonhiQ86d0u64 { top:9.0625rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpM616TDulAWM6M5PUMTXlxtbJhoStF { display:block; }
 }@media only screen and (max-width: 763px) { #y4Fk74XUx69dy5nOEGybZkLPeVOTet4e { width:10.25rem;height:3.1875rem;top:18.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUHrcF1g1sKsVo0Ifxu2h64OZ9H7dCA4 { width:13.9375rem;height:2.5rem;top:23.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMrxIErifb1P4FzCWFsfUE9ymQN8rr33 { display:block; }
 }