.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:#2a2c32;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/395d1cd1-2730-4dec-8bdf-579f69ec2553/LPbrandpartydiscobg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr.adaptive-delivery-prevent-bg, #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr.lazyload, #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr.lazyloading { background-image: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { background-color: transparent; background-image: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .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); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { border-width: 0; border-radius: 0; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { font-size:0.875rem;font-family:arial;height:80.875rem;width:75rem;position:relative;display:block; }#teawXizRvZR2c8FueNP3v2rJyvTViwM7 { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:31.9765625rem;left:3.3125rem;height:32.39645625rem;font-style:normal;display:block; }
#fCzSq6yROzDTeyzETVGikBXXQkp32r8O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6870125rem;width:7.68675rem;top:3.4375rem;left:3.3125rem;overflow:hidden;display:block; }
#PJX5yBQWo9UwDx1CfF00dEa1eyebTaJL { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:besley;font-size:3.625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:8.375rem;left:3.3125rem;height:13.0488125rem;font-style:italic;display:block; }
#kNNHORZ5lnUekOTWtmAaJxGhp7ZIfeIT { box-sizing:content-box;height:0.3125rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#0ba3ad;background-image:none;top:47.125rem;left:39.0625rem;display:block; }
#lp2GZbAXDusroiPJyGuG6rqes1CUy4Nz { position:absolute;display:block;z-index:15011;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:8.25rem;width:6.5625rem;top:4.375rem;left:30.5625rem;overflow:hidden;display:block; }
#kL0OIcgifoqa19CWBVsJVHwLyXxD5Ndx { position:absolute;display:block;z-index:14999;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:36.875rem;width:36.875rem;top:22.75rem;left:20.125rem;overflow:hidden;display:none; }
#eu0iOMkiuZembM9Q1CFI83bg3F9yhZ9l { position:absolute;display:block;z-index:14998;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:15.625rem;width:26.375rem;top:14.5625rem;left:45.5625rem;overflow:hidden;display:block; }
#lo4CK1Uar6nziTrwE6HAzocUWxMJxNq6 { color:#0ba3ad;display:block;width:25.558625rem;position:absolute;font-family:besley;font-size:2.9375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.375rem;left:40.9375rem;height:4.11230625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Nr6RW2zXXgZmXN0qsE0hmH6PgEyrCx5y { color:#2a2c32;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:12.5rem;left:41.875rem;height:3.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfA68RF5ABJtu9phoiw37JeD1htACPUr { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.625rem #967fd8 ;height:35.25rem;width:34.5rem;top:6.3125rem;left:36.4375rem;display:block; }
#LkCDsuTix9Mw97HibZW7GqDxBD2NJ4gw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:9.375rem;top:44.53125rem;left:26.59375rem;overflow:hidden;display:none; }
#xfOWAsb6TEfn06sk94K7M1I3Qq6lIyR4 { color:#0ba3ad;display:block;width:17.3125rem;position:absolute;font-family:besley;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:42.75rem;left:39.0625rem;height:1.86865rem;font-style:italic;display:block; }
#gnJ9Ff8R3IwxG4xCuJVoG7PwyG9WXchw { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:21.4375rem;left:3.3125rem;height:8.69925rem;font-style:normal;display:block; }
#FzOXPGPLrkpK19ex4VMozy7Z6y5QH9v1 { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:besley;font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;height:3.0058625rem;top:56.4375rem;left:38.0625rem;font-style:italic;display:block; }
#FiniwCaXE74kGbKAxURg5wmbesTx4Il8 { color:#ffffff;display:block;width:29.6235625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:60.5625rem;left:38.0625rem;height:14.17235625rem;text-align:left;text-align-last:left;display:block; }
#DP6fPqX0sR7EPrFxcap7H5p4fmz0qkZh { box-sizing:content-box;height:22.0625rem;width:34.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.1);background-image:none;top:54.75rem;left:36.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem #967fd8 ;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WgighwB3wOOcTazbQTqD7Qt4nUWTLDTu { position:absolute;display:block;z-index:15012;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:8.25rem;width:6.5625rem;top:56.4375rem;left:62.8125rem;overflow:hidden;display:block; }
#Lr1LwxEMm65enbsro2Tyyby7plSNZNTz { color:#f9c9c4;display:block;width:18.625rem;position:absolute;font-family:besley;font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:3.0058625rem;top:69.7060546875rem;left:3.3125rem;font-style:italic;display:block; }
#RISkeictcM2ZOp7kggrwDQGtOeFIV6mT { color:#2a2c32;display:block;width:29.6235625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:44.25rem;left:3.3125rem;height:14.17235625rem;text-align:left;text-align-last:left;display:none; }
#JSIlfCc5M0m5ceTvNSATx4tHAMp81eQw { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:31.8515625rem;left:3.3125rem;height:35.99606875rem;font-style:normal;display:none; }
#nT4pWlmwLs9EDEKvpdaQpJ6wg0mVd9zT { box-sizing:content-box;height:0.3125rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#0ba3ad;background-image:none;top:47.125rem;left:39.0625rem;display:none; }
#eLfT9nbo9cvWxVIfWv9Rv68K61tEIA9O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:69.8125rem;left:3.75rem;display:none; }
#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row .container { background-color: transparent; background-image: none; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row .container > .video-iframe-container { display: none; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row > .video-iframe-container { display: none; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .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); }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row .container { border-width: 0; border-radius: 0; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#aQiHWUnEnAQHPbk69IgIA3nidv26C3PU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.061525rem;width:9.8730625rem;top:1.625rem;left:32.56298828125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr { display:block; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teawXizRvZR2c8FueNP3v2rJyvTViwM7 { top:31.9375rem;left:0rem;width:23.4375rem;height:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCzSq6yROzDTeyzETVGikBXXQkp32r8O { top:3.4375rem;left:0rem;width:7.625rem;height:1.6735146441814rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJX5yBQWo9UwDx1CfF00dEa1eyebTaJL { top:8.375rem;left:0rem;width:23.75rem;height:13rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNHORZ5lnUekOTWtmAaJxGhp7ZIfeIT { top:47.125rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp2GZbAXDusroiPJyGuG6rqes1CUy4Nz { top:4.375rem;left:16.9375rem;width:6.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0OIcgifoqa19CWBVsJVHwLyXxD5Ndx { top:22.75rem;left:6.5rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu0iOMkiuZembM9Q1CFI83bg3F9yhZ9l { top:14.5625rem;left:21.375rem;width:26.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo4CK1Uar6nziTrwE6HAzocUWxMJxNq6 { top:8.375rem;left:22.25rem;width:25.5rem;height:4.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6RW2zXXgZmXN0qsE0hmH6PgEyrCx5y { top:12.5rem;left:24.0625rem;width:23.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfA68RF5ABJtu9phoiw37JeD1htACPUr { top:6.3125rem;left:13.25rem;width:34.5rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkCDsuTix9Mw97HibZW7GqDxBD2NJ4gw { top:45.125rem;left:13.59375rem;width:9.375rem;height:2.124025rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfOWAsb6TEfn06sk94K7M1I3Qq6lIyR4 { top:42.75rem;left:25.4375rem;width:17.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnJ9Ff8R3IwxG4xCuJVoG7PwyG9WXchw { top:21.4375rem;left:0rem;width:26.4375rem;height:8.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzOXPGPLrkpK19ex4VMozy7Z6y5QH9v1 { top:56.4375rem;left:24.4375rem;width:19.25rem;height:3rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiniwCaXE74kGbKAxURg5wmbesTx4Il8 { top:60.5625rem;left:18.1875rem;width:29.5625rem;height:14.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6fPqX0sR7EPrFxcap7H5p4fmz0qkZh { top:54.75rem;left:13.125rem;width:34.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgighwB3wOOcTazbQTqD7Qt4nUWTLDTu { top:56.4375rem;left:41.1875rem;width:6.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1LwxEMm65enbsro2Tyyby7plSNZNTz { top:69.6875rem;left:0rem;width:18.625rem;height:3rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RISkeictcM2ZOp7kggrwDQGtOeFIV6mT { top:33.75rem;left:0rem;width:16rem;height:13.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSIlfCc5M0m5ceTvNSATx4tHAMp81eQw { top:21.6875rem;left:0rem;width:17.4375rem;height:36.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT4pWlmwLs9EDEKvpdaQpJ6wg0mVd9zT { top:47.125rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLfT9nbo9cvWxVIfWv9Rv68K61tEIA9O { top:69.8125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw { display:block; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQiHWUnEnAQHPbk69IgIA3nidv26C3PU { top:1.625rem;left:18.93798828125rem;width:9.8125rem;height:2.0488793687369rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr { background-color:#967fd8;background-image:url("https://images.assets-landingi.com/uc/c6ce4dcc-95e6-4d9d-ae20-421b2ad2ec09/LPbrandpartydiscobgvertical.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr.adaptive-delivery-prevent-bg, #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr.lazyload, #sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr.lazyloading { background-image: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { background-color: transparent; background-image: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row > .video-iframe-container { display: none; }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .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); }#sU0bMQKEpzurpiV9d9U0Km2NDU7vhwtr > .row .container { width:20rem;height:149.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teawXizRvZR2c8FueNP3v2rJyvTViwM7 { width:15.75rem;height:0;top:31.9375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fCzSq6yROzDTeyzETVGikBXXQkp32r8O { width:9.4375rem;height:2.1875rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJX5yBQWo9UwDx1CfF00dEa1eyebTaJL { width:17.6875rem;height:7.1996875rem;top:4.6875rem;left:1.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNNHORZ5lnUekOTWtmAaJxGhp7ZIfeIT { width:9.375rem;height:0.3125rem;top:92.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lp2GZbAXDusroiPJyGuG6rqes1CUy4Nz { width:4.75rem;height:6rem;top:13.13675rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0OIcgifoqa19CWBVsJVHwLyXxD5Ndx { width:20rem;height:20rem;top:24.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eu0iOMkiuZembM9Q1CFI83bg3F9yhZ9l { width:20rem;height:11.847625rem;top:72.72755625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lo4CK1Uar6nziTrwE6HAzocUWxMJxNq6 { width:20rem;height:2.2749rem;top:66.54005625rem;left:0rem;font-size:1.625rem;line-height:1.4;color:#0ba3ad;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6RW2zXXgZmXN0qsE0hmH6PgEyrCx5y { width:11.75rem;height:0;top:70.66505625rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #xfA68RF5ABJtu9phoiw37JeD1htACPUr { width:20rem;height:29.1875rem;top:65.91505625rem;left:0rem;box-shadow: 0rem 0.1875rem 0.625rem #967fd8 ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LkCDsuTix9Mw97HibZW7GqDxBD2NJ4gw { width:7.5rem;height:1.69922rem;top:123.89355625rem;left:12.5rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xfOWAsb6TEfn06sk94K7M1I3Qq6lIyR4 { width:17.3125rem;height:1.86865rem;top:100.91505625rem;left:2.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gnJ9Ff8R3IwxG4xCuJVoG7PwyG9WXchw { width:15.25rem;height:4.79980625rem;top:20.38675rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzOXPGPLrkpK19ex4VMozy7Z6y5QH9v1 { top:64rem;left:0.75rem;width:19.25rem;height:1.92480625rem;z-index:15013;font-family:besley;font-weight:400;font-style:italic;font-size:1.75rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FiniwCaXE74kGbKAxURg5wmbesTx4Il8 { width:16rem;height:0;top:134.44043125rem;left:1.75rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DP6fPqX0sR7EPrFxcap7H5p4fmz0qkZh { width:19.875rem;height:19.875rem;top:128.62793125rem;left:0.0625rem;background-color:rgba(255,255,255,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WgighwB3wOOcTazbQTqD7Qt4nUWTLDTu { width:2.625rem;height:3.3125rem;top:130.31543125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1LwxEMm65enbsro2Tyyby7plSNZNTz { top:125.1787125rem;left:0rem;width:20rem;height:2.19970625rem;z-index:15012;font-family:besley;font-weight:400;font-style:italic;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RISkeictcM2ZOp7kggrwDQGtOeFIV6mT { width:16rem;height:13.47070625rem;top:104.03321875rem;left:2rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JSIlfCc5M0m5ceTvNSATx4tHAMp81eQw { width:17.4375rem;height:36.79104375rem;top:26.43655625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nT4pWlmwLs9EDEKvpdaQpJ6wg0mVd9zT { width:8.125rem;height:0.25rem;top:123.6787125rem;left:5.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eLfT9nbo9cvWxVIfWv9Rv68K61tEIA9O { top:69.8125rem;left:3.75rem;width:12.5rem;height:3.8994125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw { display:block; }#O8QtHWWlABbXhKX9DBvRrtVI6to1zOBw > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQiHWUnEnAQHPbk69IgIA3nidv26C3PU { width:8.4985625rem;height:1.9995125rem;top:1.25rem;left:5.75rem;display:block; }
 }