.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:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ba2a677-d03f-47ac-86e6-b38eb0699c82/SwanHoBckgnd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw.adaptive-delivery-prevent-bg, #IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw.lazyload, #IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw.lazyloading { background-image: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container { background-color: transparent; background-image: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container > .video-iframe-container { display: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row > .video-iframe-container { display: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .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); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container { border-width: 0; border-radius: 0; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;overflow:visible;position:relative;display:block; }#cKXuNEdswiOeQBArNR8eHLMg0yVqeqbL { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:6.0625rem;left:23.3125rem;height:2.5375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Nqbwe7fMlo2IPNepgfIcVB6NTByfhh0b { position:absolute;display:block;z-index:14996;background-color:rgba(219,173,173,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:29.3125rem;width:28.875rem;top:0rem;left:23.0625rem;display:block; }
#IoUvI4f2XdMh1NMzdrgzOgcV6Axo0Ifs { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.125rem;left:24.0625rem;height:3.57505625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2FuElLgfaJWOIX29CtJygVInprwt5qV { color:#332614;display:block;width:24.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.75rem;left:25.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FLDXKx7cdSLlTvHSoRhTyPaEpivAozS3 { color:#332614;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:23.5rem;left:24.5rem;height:2.4001875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#s0qSOCmI7CRbgBZ3ETdmWwizFaDI08hm { position:absolute;display:block;z-index:14996;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #774f58;border-left:0.3125rem solid #774f58;border-right:0.3125rem solid #774f58;border-bottom:0.3125rem solid #774f58;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:15.8125rem;width:26.125rem;top:11.4375rem;left:24.1875rem;display:block; }
#ev0Kik4ktZbQiKwWHafnJLtSOnT2vhpA { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.494140625rem;left:10.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UB6vtudoUWDRvKbagdpOdFWFZNnVe0HD { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.5625rem;left:24.5625rem;height:2.11261875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ { 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;z-index:auto;display:block; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container { background-color: transparent; background-image: none; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container > .video-iframe-container { display: none; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row > .video-iframe-container { display: none; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .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); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container { border-width: 0; border-radius: 0; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#aU0JF48z42WGdrITq3BWRO1DZP1Qkpwx { color:#332614;display:block;width:48.811375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:1.3125rem;left:13.125rem;height:6.7983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7sUVZTsfsQyDXvmMBUB3IAXpZq9wMCt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.0625rem;left:36rem; }
#tu3FVSs87z5LVe9eJgdbGy9ZBRvi3v7g { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:53.3125rem;top:11.1875rem;left:10.84375rem;display:block; }
#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII { 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; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row .container { background-color: transparent; background-image: none; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row .container > .video-iframe-container { display: none; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row > .video-iframe-container { display: none; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .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); }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row .container { border-width: 0; border-radius: 0; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#S29iKg6SHiqXz959avgzTgxTs6G3OErT { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/febba414-da4e-4552-b666-8d11f644bde7/SwanHo.jpg");background-position:center right !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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.625rem 0.8125rem 2rem rgba(0,0,0,0.5) ;height:13.6875rem;width:14.25rem;top:1.8125rem;left:11.75rem;display:block; }#S29iKg6SHiqXz959avgzTgxTs6G3OErT.adaptive-delivery-prevent-bg, #S29iKg6SHiqXz959avgzTgxTs6G3OErT.lazyload, #S29iKg6SHiqXz959avgzTgxTs6G3OErT.lazyloading { background-image: none; }
#MDTH0HXND6SsrvpuuLn2kfNKGoaXuI58 { color:#332614;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.9375rem;left:29.875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpF8Dcup4z9lzIILyLnTFTqoyoipIwzQ { color:#332614;display:block;width:33.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:2.9375rem;left:29.875rem;height:6.75029375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GzRyq3KnMxDNG3ENZAwFN9KecycFf1G9 { background-color:#3b5998;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:22.5625rem;left:38.75rem;display:block; }
#ZvDFKUpT25ZTPMmZ413B83RJgWL6byqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzMwEqQDLpwElp5NTlWovWkhGe5wmMT0 { color:#332614;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:21.6875rem;left:11.75rem;height:5.24821875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 { 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; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row .container { background-color: transparent; background-image: none; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row .container > .video-iframe-container { display: none; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row > .video-iframe-container { display: none; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .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); }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row .container { border-width: 0; border-radius: 0; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#udmK87hGgsk1NLspRZfKXqNLz1nriudL { color:#332614;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:1.875rem;left:11.9375rem;height:5.248225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASqVkegq28G0snJd8WM6ktzPImWPt1iK { position:absolute;display:block;z-index:15034;height:3.4375rem;width:17.5rem;top:3.9375rem;left:38.4375rem;display:block; }
#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg { 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; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row .container { background-color: transparent; background-image: none; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row .container > .video-iframe-container { display: none; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row > .video-iframe-container { display: none; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .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); }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row .container { border-width: 0; border-radius: 0; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#uXSAFTL3y9WF3GhRAHdiCQMkyIq2mSKf { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51845rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl { 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; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row .container { background-color: transparent; background-image: none; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row .container > .video-iframe-container { display: none; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row > .video-iframe-container { display: none; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .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); }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row .container { border-width: 0; border-radius: 0; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.5625rem;left:50.3125rem;display:block; }#JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG.adaptive-delivery-prevent-bg, #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG.lazyload, #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG.lazyloading { background-image: none; }
#RTtEEfnxxUHhUgU3KENULntVxB5yJiZk { position:absolute;display:block;z-index:15026;height:13.560625rem;width:24.374625rem;top:0.625rem;left:50.3125rem;display:block; }
#D3LEpC71v20KcGkdKflipFecXCJ3TyWD { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2a90dedb-807e-4f8f-b9e5-733eae40251a/Nita_Li.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5624375rem;width:24.374625rem;top:0.5625rem;left:0.3125rem;display:block; }#D3LEpC71v20KcGkdKflipFecXCJ3TyWD.adaptive-delivery-prevent-bg, #D3LEpC71v20KcGkdKflipFecXCJ3TyWD.lazyload, #D3LEpC71v20KcGkdKflipFecXCJ3TyWD.lazyloading { background-image: none; }
#hh4ZV0PK3JdXHx1fUAIXIToKxef8aw8p { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/abdd4720-08b3-4455-8766-165ca876de5a/Amy_Piao.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5624375rem;width:24.374625rem;top:0.55411911010742rem;left:25.27335357666rem;display:block; }#hh4ZV0PK3JdXHx1fUAIXIToKxef8aw8p.adaptive-delivery-prevent-bg, #hh4ZV0PK3JdXHx1fUAIXIToKxef8aw8p.lazyload, #hh4ZV0PK3JdXHx1fUAIXIToKxef8aw8p.lazyloading { background-image: none; }
#KixzkSH0BJvotWRaBlLc98TLcKDaLmDs { position:absolute;display:block;z-index:15028;height:13.5625rem;width:24.375rem;top:0.625rem;left:0.36689758300781rem;display:block; }
#zOntF3VqOedbs1gfXA0eVKI56DQL9uMa { position:absolute;display:block;z-index:15029;height:13.5625rem;width:24.375rem;top:0.59254169464111rem;left:25.311779022217rem;display:block; }
#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 { 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; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row .container { background-color: transparent; background-image: none; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row .container > .video-iframe-container { display: none; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row > .video-iframe-container { display: none; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .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); }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row .container { border-width: 0; border-radius: 0; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I.adaptive-delivery-prevent-bg, #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I.lazyload, #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I.lazyloading { background-image: none; }
#cwlRIiZZh4xTouTkLd7rBEODJxWwdII9 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#cwlRIiZZh4xTouTkLd7rBEODJxWwdII9.adaptive-delivery-prevent-bg, #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9.lazyload, #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9.lazyloading { background-image: none; }
#TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB.adaptive-delivery-prevent-bg, #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB.lazyload, #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB.lazyloading { background-image: none; }
#VG8F1hHlTqgA45z63w2Mm8GA2C5CR9Ts { position:absolute;display:block;z-index:15031;height:13.5611875rem;width:24.374625rem;top:0.28096008300781rem;left:50.311973571778rem;display:block; }
#EZ9IF2gCZE4P5pM8AvIpBgonux8qpZXo { position:absolute;display:block;z-index:15026;height:13.5611875rem;width:24.374625rem;top:0.28096008300781rem;left:25.311779022217rem;display:block; }
#amqMLGS9GtoCzUSoHU5pww7mwqHGERWX { position:absolute;display:block;z-index:15029;height:13.5618125rem;width:24.374625rem;top:0.28096008300781rem;left:0.31157684326172rem;display:block; }
#XViCfx7OdbzLyCRtxaZUyKasT34u26IW { 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; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row .container { background-color: transparent; background-image: none; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row .container > .video-iframe-container { display: none; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row > .video-iframe-container { display: none; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .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); }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row .container { border-width: 0; border-radius: 0; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8.adaptive-delivery-prevent-bg, #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8.lazyload, #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8.lazyloading { background-image: none; }
#td2pc34IyH7HKg7iKCNSID8vlooD7pvT { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#td2pc34IyH7HKg7iKCNSID8vlooD7pvT.adaptive-delivery-prevent-bg, #td2pc34IyH7HKg7iKCNSID8vlooD7pvT.lazyload, #td2pc34IyH7HKg7iKCNSID8vlooD7pvT.lazyloading { background-image: none; }
#LZnc2fIi78xhxM6xMbSmJFG3Gbhdm3uL { position:absolute;display:block;z-index:15023;height:13.5618125rem;width:24.374625rem;top:0.28096199035644rem;left:0.31157684326172rem;display:block; }
#Te7UBkmArmV046Vsts8RZUyrfDGuUOhl { position:absolute;display:block;z-index:15026;height:13.5618125rem;width:24.374625rem;top:0.28156280517578rem;left:50.311973571778rem;display:block; }
#z6K8BDp6MPZRF6WTgIZKoFoidf4wekAJ { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a01944f0-f299-46d5-a6f6-25d624866efd/Nikki_Hung.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5624375rem;width:24.374625rem;top:0.3125rem;left:25.3125rem;display:block; }#z6K8BDp6MPZRF6WTgIZKoFoidf4wekAJ.adaptive-delivery-prevent-bg, #z6K8BDp6MPZRF6WTgIZKoFoidf4wekAJ.lazyload, #z6K8BDp6MPZRF6WTgIZKoFoidf4wekAJ.lazyloading { background-image: none; }
#CalJLKrAtpGeUSs0JW3Ty37xahq6Z2Zu { position:absolute;display:block;z-index:15027;height:13.5625rem;width:24.375rem;top:0.34286117553711rem;left:25.312595367432rem;display:block; }
#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA { 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; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row .container { background-color: transparent; background-image: none; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row .container > .video-iframe-container { display: none; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row > .video-iframe-container { display: none; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .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); }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row .container { border-width: 0; border-radius: 0; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml.adaptive-delivery-prevent-bg, #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml.lazyload, #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml.lazyloading { background-image: none; }
#BszETcCO4vZrItn63XdcVTlr3lGyA5Dh { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#BszETcCO4vZrItn63XdcVTlr3lGyA5Dh.adaptive-delivery-prevent-bg, #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh.lazyload, #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh.lazyloading { background-image: none; }
#ebynlfuE16h6R6dubQyw85osglHztQ3K { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#DEV1qxrsp6FX00dVUl0yIEGuFD1c6EFe { position:absolute;display:block;z-index:15022;height:13.5618125rem;width:24.374625rem;top:0.28156280517578rem;left:25.311779022217rem;display:block; }
#cuPmOdklIH9GwLTfMPv13yZt25o0tzCG { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b19f53f4-0c88-45ce-bbce-d4cecc5c1559/Hinny_Wu.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5624375rem;width:24.374625rem;top:0.3125rem;left:0.3125rem;display:block; }#cuPmOdklIH9GwLTfMPv13yZt25o0tzCG.adaptive-delivery-prevent-bg, #cuPmOdklIH9GwLTfMPv13yZt25o0tzCG.lazyload, #cuPmOdklIH9GwLTfMPv13yZt25o0tzCG.lazyloading { background-image: none; }
#WyGz5VBhagW5SXyRtaEIm4fUnlB9g168 { position:absolute;display:block;z-index:15023;height:13.5624375rem;width:24.374625rem;top:0.35000228881836rem;left:0.37407684326172rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw { display:block; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKXuNEdswiOeQBArNR8eHLMg0yVqeqbL { width:28.125rem;height:2.5rem;top:6.0625rem;left:9.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqbwe7fMlo2IPNepgfIcVB6NTByfhh0b { width:28.875rem;height:29.3125rem;top:0rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoUvI4f2XdMh1NMzdrgzOgcV6Axo0Ifs { top:1.125rem;left:10.4375rem;width:26.875rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2FuElLgfaJWOIX29CtJygVInprwt5qV { top:13.75rem;left:11.875rem;width:24.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDXKx7cdSLlTvHSoRhTyPaEpivAozS3 { top:23.5rem;left:10.875rem;width:26.25rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0qSOCmI7CRbgBZ3ETdmWwizFaDI08hm { top:11.4375rem;left:10.5625rem;width:26.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev0Kik4ktZbQiKwWHafnJLtSOnT2vhpA { top:9.4375rem;left:0rem;width:24.1875rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB6vtudoUWDRvKbagdpOdFWFZNnVe0HD { top:18.5625rem;left:10.9375rem;width:26.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ { display:block; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU0JF48z42WGdrITq3BWRO1DZP1Qkpwx { top:1.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7sUVZTsfsQyDXvmMBUB3IAXpZq9wMCt { top:8.0625rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu3FVSs87z5LVe9eJgdbGy9ZBRvi3v7g { top:11.1875rem;left:0rem;width:47.75rem;height:26.869871043376rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII { display:block; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S29iKg6SHiqXz959avgzTgxTs6G3OErT { width:14.25rem;height:13.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTH0HXND6SsrvpuuLn2kfNKGoaXuI58 { width:20.5625rem;height:2.25rem;top:11.9375rem;left:16.250001907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpF8Dcup4z9lzIILyLnTFTqoyoipIwzQ { width:33.375rem;height:6.75rem;top:2.9375rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzRyq3KnMxDNG3ENZAwFN9KecycFf1G9 { width:16.875rem;height:3.4375rem;top:22.5625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDFKUpT25ZTPMmZ413B83RJgWL6byqf { display:block; }
 }@media only screen and (max-width: 763px) { #DzMwEqQDLpwElp5NTlWovWkhGe5wmMT0 { width:17.5rem;height:5.25rem;top:21.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 { display:block; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udmK87hGgsk1NLspRZfKXqNLz1nriudL { width:17.5rem;height:5.25rem;top:1.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASqVkegq28G0snJd8WM6ktzPImWPt1iK { top:3.9375rem;left:24.8125rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg { display:block; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXSAFTL3y9WF3GhRAHdiCQMkyIq2mSKf { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl { display:block; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG { top:0.5625rem;left:23.125rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTtEEfnxxUHhUgU3KENULntVxB5yJiZk { top:0.625rem;left:23.3125rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3LEpC71v20KcGkdKflipFecXCJ3TyWD { top:0.5625rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh4ZV0PK3JdXHx1fUAIXIToKxef8aw8p { top:0.5rem;left:7.25rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixzkSH0BJvotWRaBlLc98TLcKDaLmDs { top:0.625rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOntF3VqOedbs1gfXA0eVKI56DQL9uMa { top:0.5625rem;left:7.375rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 { display:block; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8F1hHlTqgA45z63w2Mm8GA2C5CR9Ts { top:0.25rem;left:23.25rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9IF2gCZE4P5pM8AvIpBgonux8qpZXo { top:0.25rem;left:7.375rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amqMLGS9GtoCzUSoHU5pww7mwqHGERWX { top:0.25rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XViCfx7OdbzLyCRtxaZUyKasT34u26IW { display:block; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2pc34IyH7HKg7iKCNSID8vlooD7pvT { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZnc2fIi78xhxM6xMbSmJFG3Gbhdm3uL { top:0.25rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7UBkmArmV046Vsts8RZUyrfDGuUOhl { top:0.25rem;left:23.3125rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6K8BDp6MPZRF6WTgIZKoFoidf4wekAJ { top:0.3125rem;left:7.3125rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CalJLKrAtpGeUSs0JW3Ty37xahq6Z2Zu { top:0.3125rem;left:7.375rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA { display:block; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebynlfuE16h6R6dubQyw85osglHztQ3K { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEV1qxrsp6FX00dVUl0yIEGuFD1c6EFe { top:0.25rem;left:7.375rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuPmOdklIH9GwLTfMPv13yZt25o0tzCG { top:0.3125rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyGz5VBhagW5SXyRtaEIm4fUnlB9g168 { top:0.3125rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ba2a677-d03f-47ac-86e6-b38eb0699c82/SwanHoBckgnd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw.adaptive-delivery-prevent-bg, #IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw.lazyload, #IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw.lazyloading { background-image: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container { background-color: transparent; background-image: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container > .video-iframe-container { display: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row > .video-iframe-container { display: none; }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .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); }#IwnGTzznq1rLD0kmuBGIPIN6FNQUqVLw > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKXuNEdswiOeQBArNR8eHLMg0yVqeqbL { width:20rem;height:3.85rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;color:#ffffff;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Nqbwe7fMlo2IPNepgfIcVB6NTByfhh0b { width:20rem;height:22.9375rem;top:2.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #IoUvI4f2XdMh1NMzdrgzOgcV6Axo0Ifs { width:18.9375rem;height:2.6rem;top:2.875rem;left:0.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2FuElLgfaJWOIX29CtJygVInprwt5qV { width:18.0625rem;height:3.0859375rem;top:13.3125rem;left:0.96875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLDXKx7cdSLlTvHSoRhTyPaEpivAozS3 { width:20rem;height:1.7986375rem;top:20.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0qSOCmI7CRbgBZ3ETdmWwizFaDI08hm { width:18rem;height:10.9375rem;top:12.5625rem;left:0.8125rem;border-top:0.1875rem solid rgba(187,169,141,0.86);border-left:0.1875rem solid rgba(187,169,141,0.86);border-right:0.1875rem solid rgba(187,169,141,0.86);border-bottom:0.1875rem solid rgba(187,169,141,0.86);background-color:rgba(255,255,255,0.5);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) { #ev0Kik4ktZbQiKwWHafnJLtSOnT2vhpA { width:20rem;height:2.9248875rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB6vtudoUWDRvKbagdpOdFWFZNnVe0HD { width:18.125rem;height:1.625rem;top:17.162500619888rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container { background-color: transparent; background-image: none; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container > .video-iframe-container { display: none; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row > .video-iframe-container { display: none; }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .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); }#aaVQtuzG9OHfz1QTGJ5cXPZy0UFcSCSQ > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU0JF48z42WGdrITq3BWRO1DZP1Qkpwx { width:20rem;height:3.75rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M7sUVZTsfsQyDXvmMBUB3IAXpZq9wMCt { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu3FVSs87z5LVe9eJgdbGy9ZBRvi3v7g { height:11.254396248534rem;width:20rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII { display:block; }#CW7XRWtyMAy7wpQZbkCTFSk5psVOMiII > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S29iKg6SHiqXz959avgzTgxTs6G3OErT { width:14.25rem;height:13.6875rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTH0HXND6SsrvpuuLn2kfNKGoaXuI58 { width:20rem;height:2.11263125rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpF8Dcup4z9lzIILyLnTFTqoyoipIwzQ { width:18.75rem;height:11.81303125rem;top:16.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzRyq3KnMxDNG3ENZAwFN9KecycFf1G9 { width:15.625rem;height:3.4375rem;top:42.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDFKUpT25ZTPMmZ413B83RJgWL6byqf { display:block; }
 }@media only screen and (max-width: 763px) { #DzMwEqQDLpwElp5NTlWovWkhGe5wmMT0 { width:14.5rem;height:4.46296875rem;top:37.062501907349rem;left:2.7500000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 { display:block; }#W1MBC8zxUIIVJP6Slzu2Me8cZcBRhXB2 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udmK87hGgsk1NLspRZfKXqNLz1nriudL { width:14.5rem;height:4.46296875rem;top:2rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ASqVkegq28G0snJd8WM6ktzPImWPt1iK { width:17.5rem;height:3.4375rem;top:9rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg { display:block; }#TZ6WMPtbtJZeCONFrV3uglWrAAvr6Rbg > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXSAFTL3y9WF3GhRAHdiCQMkyIq2mSKf { width:19.875rem;height:3.24941875rem;top:0.375rem;left:-0.00146484375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl { display:block; }#MnXnLvzBxhPFnbct2OiIZhJ0PkR9MRdl > .row .container { width:20rem;height:43.873896326065rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTtEEfnxxUHhUgU3KENULntVxB5yJiZk { width:19.9999375rem;height:13.5624375rem;top:0.60033941268921rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #D3LEpC71v20KcGkdKflipFecXCJ3TyWD { width:19.875rem;height:13.5rem;top:15.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh4ZV0PK3JdXHx1fUAIXIToKxef8aw8p { width:19.875rem;height:13.5rem;top:30.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixzkSH0BJvotWRaBlLc98TLcKDaLmDs { width:20rem;height:13.5625rem;top:15.443895995617rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOntF3VqOedbs1gfXA0eVKI56DQL9uMa { width:20rem;height:13.5625rem;top:30.311810195446rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 { display:block; }#fQDBF4tuxDGfn0CZQrdBaVXXxhxSvHb3 > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8F1hHlTqgA45z63w2Mm8GA2C5CR9Ts { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9IF2gCZE4P5pM8AvIpBgonux8qpZXo { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #amqMLGS9GtoCzUSoHU5pww7mwqHGERWX { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XViCfx7OdbzLyCRtxaZUyKasT34u26IW { display:block; }#XViCfx7OdbzLyCRtxaZUyKasT34u26IW > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8 { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2pc34IyH7HKg7iKCNSID8vlooD7pvT { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZnc2fIi78xhxM6xMbSmJFG3Gbhdm3uL { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Te7UBkmArmV046Vsts8RZUyrfDGuUOhl { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #z6K8BDp6MPZRF6WTgIZKoFoidf4wekAJ { width:19.875rem;height:13.5rem;top:31.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CalJLKrAtpGeUSs0JW3Ty37xahq6Z2Zu { width:20rem;height:13.5625rem;top:31.069093704224rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA { display:block; }#XRVH2OhNPDvG4RLvGOswGG4VEVoFSKMA > .row .container { width:20rem;height:44.076813732422rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml { width:19.875rem;height:13.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh { width:19.875rem;height:13.5625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebynlfuE16h6R6dubQyw85osglHztQ3K { width:20rem;height:13.5625rem;top:15.624542236328rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DEV1qxrsp6FX00dVUl0yIEGuFD1c6EFe { width:20rem;height:13.5625rem;top:0.6875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cuPmOdklIH9GwLTfMPv13yZt25o0tzCG { width:19.875rem;height:13.5rem;top:30.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyGz5VBhagW5SXyRtaEIm4fUnlB9g168 { width:20rem;height:13.5rem;top:30.537789076567rem;left:0rem;display:block; }
 }