.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea19829f-9043-411f-be66-e5c2489caa7b/IMG_1636.jpeg");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:georgia;font-size:6.0625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:12.5rem;left:4.6875rem;height:12.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:26.5625rem;width:24.375rem;top:11.375rem;left:34.84375rem;display:block; }
#XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:37.1875rem;height:4.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { color:#040000;display:block;width:14.6875rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:20.3125rem;left:37.1875rem;height:1.12521875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { color:rgba(16,16,16,0.7);display:block;width:5.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:23rem;left:39.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { position:absolute;display:block;z-index:15005;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.5625rem;width:1.625rem;top:22.8125rem;left:37.1875rem;overflow:hidden;display:block; }
#x3BkWeIloks6yE2upsbeWdz7hy7eErKy { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:23rem;left:47.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ObIcPTtlg1iuoRoJK6TiJO3d5gJefxVi { position:absolute;display:block;z-index:15007;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.5625rem;width:1.625rem;top:22.8125rem;left:45.5rem;overflow:hidden;display:block; }
#F1tGnBcasCrLnACg9N4oUVVc2gSZkyfK { position:absolute;display:block;z-index:15009;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.5625rem;width:1.625rem;top:22.8125rem;left:49.75rem;overflow:hidden;display:block; }
#MTkAJS7uV5K5qtZHkWgPcySKuWzxVC73 { color:rgba(16,16,16,0.7);display:block;width:1.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:23rem;left:51.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lPgMsLiAZL3fznxAKxuSWfC3AJ8iXdc2 { 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:1.5625rem;width:1.625rem;top:22.8125rem;left:54.0625rem;overflow:hidden;display:block; }
#ZmZ5KPTS9wgmEf0rve8CI1RBaOgGnE62 { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23rem;left:56rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { position:absolute;display:block;z-index:15012;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:25.9375rem;left:37.03125rem;display:block; }
#OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { color:#101010;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:26.9375rem;left:37rem;height:5.249025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LXrCcGVMm45h3egZTeiTtCh6ZhHAcBkS { color:#040000;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:34.1875rem;left:37.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QJU5TbSJNc7ytmypQwaTgxXxl9VGggpi { color:#101010;display:block;width:11.75rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:33.875rem;left:45.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { 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; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.5625rem;left:18.625rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIJTxZv70MflRydcZKyLEOroXTDQOeTI { 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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:15.625rem;width:21rem;top:7.625rem;left:18.8125rem;overflow:hidden;display:block; }
#opStrby15PLN8wAoglTXTIK3FAFtlT8l { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:10.8125rem;width:16.8125rem;top:10.875rem;left:0.9296875rem;overflow:hidden;display:block; }
#vNSRXPlBThTPVQKXwsLodfHc7xMvsXPp { position:absolute;display:block;z-index:15014;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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:10.875rem;width:16.625rem;top:10.84375rem;left:40.841796875rem;overflow:hidden;display:block; }
#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7dfd0;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; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { background-color: transparent; background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .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); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { border-width: 0; border-radius: 0; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:6.75rem;left:2.875rem;height:4.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-form-header {  }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:16.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:3.125rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:4.375rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#101010;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:16.25rem;height:3.75rem;font-family:georgia;overflow:hidden;font-style:normal; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]:-moz-placeholder { color:rgba(16,16,16,0.5);font-family:georgia;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]::-moz-placeholder { color:rgba(16,16,16,0.5);font-family:georgia;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]:-ms-input-placeholder { color:rgba(16,16,16,0.5);font-family:georgia;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]::-webkit-input-placeholder { color:rgba(16,16,16,0.5);font-family:georgia;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:15.25rem;overflow:hidden;font-style:normal;float:none; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-container:first-of-type{padding-top:0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-container:last-of-type{padding-bottom:0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.46875rem;top:2.53125rem;z-index:15006;position:absolute; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V {display:block;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.46875rem;top:2.53125rem;z-index:15006;position:absolute; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #fmUUmPT0qeHlB8GwfaorL2lra9cMPax4 { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Mgcovut9iRJUEKb3WiiZoDbEn9IaALL9 { position:relative;display:none; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #XIB0LQTouEgysJlMUnbHPaqdng0ToTx3 { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PNL0r9FyqJtMpSSKz4hvHi4iF7iM8Pst { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #JhHrdvGRatIN3rzHhsieep5IF37TdPq9 { position:relative;display:none; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #KvHWvrrOnZSs6mxQGBliBcnHlDBCzvZe { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #kC0qR27BAUwUH7Xa8uPJtR2mzZOUkN8n { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PpwyDgquTQwshZCbiB6IXnWb1UOzT1Ti { position:relative; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34307e7c-8b7d-4c84-b53c-68514aa0d39b/FLOURISH9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { position:absolute;display:block;z-index:15012;border-top:1.0625rem solid #ffffff;border-left:1.0625rem solid #ffffff;border-right:1.0625rem solid #ffffff;border-bottom:1.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:12.875rem;width:19.375rem;top:13.96875rem;left:34.9375rem;overflow:hidden;display:block; }
#bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:26.5625rem;width:24.375rem;top:8.1875rem;left:3.9375rem;display:block; }
#RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:6.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { color:rgba(16,16,16,0.5);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:13.96875rem;left:6.25rem;height:1.12521875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { position:absolute;display:block;z-index:15026;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:17.3125rem;left:6.125rem;display:block; }
#trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { color:#101010;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:18.4697265625rem;left:6.09375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.52783203125rem;left:6.25rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { color:#000000;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.96875rem;left:6.25rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCCVpdATPHuRuBoxGBCJvESdQtCD1xdi { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:31.40625rem;left:6.25rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:26.75rem;height:12.125rem;top:12.5rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:24.375rem;height:26.5625rem;top:11.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:19.6875rem;height:4.5rem;top:13.8125rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { width:14.6875rem;height:1.125rem;top:20.3125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { width:5.0625rem;height:;top:23rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { width:1.625rem;height:1.5625rem;top:22.8125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3BkWeIloks6yE2upsbeWdz7hy7eErKy { width:1.25rem;height:;top:23rem;left:41.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObIcPTtlg1iuoRoJK6TiJO3d5gJefxVi { width:1.625rem;height:1.5625rem;top:22.8125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1tGnBcasCrLnACg9N4oUVVc2gSZkyfK { width:1.625rem;height:1.5625rem;top:22.8125rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTkAJS7uV5K5qtZHkWgPcySKuWzxVC73 { width:1.8125rem;height:;top:23rem;left:45.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgMsLiAZL3fznxAKxuSWfC3AJ8iXdc2 { width:1.625rem;height:1.5625rem;top:22.8125rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZ5KPTS9wgmEf0rve8CI1RBaOgGnE62 { width:1.25rem;height:;top:23rem;left:46.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:25.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { width:20.0625rem;height:5.1875rem;top:26.9375rem;left:27.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXrCcGVMm45h3egZTeiTtCh6ZhHAcBkS { width:5.25rem;height:1.875rem;top:34.1875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJU5TbSJNc7ytmypQwaTgxXxl9VGggpi { width:11.75rem;height:;top:33.875rem;left:36rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:24.4375rem;height:2.4375rem;top:2.5625rem;left:12.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:21rem;height:15.625rem;top:7.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opStrby15PLN8wAoglTXTIK3FAFtlT8l { width:16.8125rem;height:10.8125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNSRXPlBThTPVQKXwsLodfHc7xMvsXPp { width:16.625rem;height:10.875rem;top:10.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:31.25rem;height:4.25rem;top:6.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V  { width:16.25rem;height:auto;top:2.5rem;left:29rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V {display:block;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V { width:16.25rem;height:auto;top:2.5rem;left:29rem; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #fmUUmPT0qeHlB8GwfaorL2lra9cMPax4 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Mgcovut9iRJUEKb3WiiZoDbEn9IaALL9 { display:none; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #XIB0LQTouEgysJlMUnbHPaqdng0ToTx3 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PNL0r9FyqJtMpSSKz4hvHi4iF7iM8Pst {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #JhHrdvGRatIN3rzHhsieep5IF37TdPq9 { display:none; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #KvHWvrrOnZSs6mxQGBliBcnHlDBCzvZe {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #kC0qR27BAUwUH7Xa8uPJtR2mzZOUkN8n {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PpwyDgquTQwshZCbiB6IXnWb1UOzT1Ti {  }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:19.375rem;height:12.875rem;top:13.9375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:24.375rem;height:26.5625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:19.6875rem;height:;top:11rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1.125rem;top:13.9375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:20.0625rem;height:5.625rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.375rem;top:26.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:19.625rem;height:1.375rem;top:28.9375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCCVpdATPHuRuBoxGBCJvESdQtCD1xdi { width:13.5rem;height:1.375rem;top:31.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8b23df4-8c87-4aff-a45e-295775379a32/FLOURISH14.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:7.5rem;top:7.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:20rem;height:27.4375rem;top:19.375rem;left:0rem;background-color:rgba(255,255,255,0.86);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:18.4375rem;height:4.2246125rem;top:21.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { width:14.6875rem;height:1rem;top:26.75rem;left:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { width:5.0625rem;height:1rem;top:29.5625rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { width:1.625rem;height:1.5625rem;top:29.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3BkWeIloks6yE2upsbeWdz7hy7eErKy { width:1.25rem;height:1rem;top:29.5625rem;left:10.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObIcPTtlg1iuoRoJK6TiJO3d5gJefxVi { width:1.625rem;height:1.5625rem;top:29.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1tGnBcasCrLnACg9N4oUVVc2gSZkyfK { width:1.625rem;height:1.5625rem;top:29.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTkAJS7uV5K5qtZHkWgPcySKuWzxVC73 { width:1.25rem;height:1rem;top:29.5625rem;left:14.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPgMsLiAZL3fznxAKxuSWfC3AJ8iXdc2 { width:1.625rem;height:1.5625rem;top:29.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZ5KPTS9wgmEf0rve8CI1RBaOgGnE62 { width:1.25rem;height:1rem;top:29.5625rem;left:18.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { width:16.3125rem;height:5.84765625rem;top:35.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXrCcGVMm45h3egZTeiTtCh6ZhHAcBkS { width:5.25rem;height:1rem;top:44.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJU5TbSJNc7ytmypQwaTgxXxl9VGggpi { width:11.75rem;height:2.25rem;top:42.875rem;left:6.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:18.75rem;height:1.85595625rem;top:2.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:16.875rem;height:12.5625rem;top:34.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opStrby15PLN8wAoglTXTIK3FAFtlT8l { width:14.125rem;height:9.125rem;top:9.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNSRXPlBThTPVQKXwsLodfHc7xMvsXPp { width:14.125rem;height:10.5rem;top:52.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:15.1875rem;height:7.75rem;top:2.5625rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V  { width:16.25rem;height:auto;top:13.5rem;left:0rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V {display:block;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V { width:16.25rem;height:auto;top:13.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #fmUUmPT0qeHlB8GwfaorL2lra9cMPax4 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Mgcovut9iRJUEKb3WiiZoDbEn9IaALL9 { display:none; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #XIB0LQTouEgysJlMUnbHPaqdng0ToTx3 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PNL0r9FyqJtMpSSKz4hvHi4iF7iM8Pst {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #JhHrdvGRatIN3rzHhsieep5IF37TdPq9 { display:none; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #KvHWvrrOnZSs6mxQGBliBcnHlDBCzvZe {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #kC0qR27BAUwUH7Xa8uPJtR2mzZOUkN8n {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PpwyDgquTQwshZCbiB6IXnWb1UOzT1Ti {  }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34307e7c-8b7d-4c84-b53c-68514aa0d39b/FLOURISH9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:16rem;height:10.5rem;top:4.4248046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:20rem;height:26.5625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:15.0625rem;height:4.2246125rem;top:25.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1rem;top:30.6875rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:17.25rem;height:5.249025rem;top:34.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.29980625rem;top:41.8125rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:13.5rem;height:1.29980625rem;top:44rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCCVpdATPHuRuBoxGBCJvESdQtCD1xdi { width:13.5rem;height:1.29980625rem;top:47rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }