.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid rgba(190,67,67,1);; } #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:transparent;background-image:url("https://images.assets-landingi.com/uc/3d5cb508-d582-4cd3-8db9-767767e19d1b/photo1586858750326f0ab090546cc.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(255,255,255,0.9); }#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(255,255,255,0.9); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:76rem;width:75rem;overflow:visible;position:relative;display:block; }#EZGv3PxDA0eMW8S8opTrFdB9gxve7Uwb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:32.25rem;top:14.624565124512rem;left:33.999568939209rem;overflow:hidden;display:block; }
#Rx8MqElWwiKLpITbiXitTh1BSo7GMUlU { color:#a83e3e;display:block;width:28.3121875rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.190430641174rem;left:6.8429908752444rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8Glw5drWD2lcrNHgD9qmlg7Oqe2cyBK { color:#d0b13f;display:block;width:61.311875rem;position:absolute;font-family:"marck script";font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8118491172791rem;left:6.8429908752444rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyEqEmKuNznRyE70NauwN9O44yr2kWRv { background-color:#d0b13f;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.18739375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:50.25rem;left:9.0625rem;display:block; }
#IIKltDqEsBLbmSps2u5NiVgqpFPafLxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRHiqIUHT81WE3IQVaETl0f4eSMPZe0k { color:#d0b13f;display:block;width:19.624rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.5rem;left:9.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRFPxUdotgwJIdA3UJzboAWmTtsK9yT4 { color:#d0b13f;display:block;width:19.6235rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:28.530817985534rem;left:9.7498912811281rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PNH71W9b2wp42q8ws9n0pXXGEtVnumRw { color:#d0b13f;display:block;width:26.937375rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.999785423279rem;left:10.623697280884rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6z2bscvWv9IAz9qV2SKbdNoDvPkUpLR { position:absolute;display:block;z-index:15001;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:5.812175rem;width:18.499375rem;top:57.811960220337rem;left:54.310985565186rem;overflow:hidden;display:block; }
#zF12VhqNp9ak7Dg3TUp3nyJhSiMUVlel { position:absolute;display:block;z-index:15002;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:11.624875rem;width:18.4375rem;top:36.6875rem;left:0rem;overflow:hidden;display:block; }
#qOvKaCZognFMGluE74S5dzCBP1lAfgNV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5621875rem;width:14.436875rem;top:40.75rem;left:16.375rem;overflow:hidden;display:block; }
#u8duuOKeE92XqJ79TRNUEiehFZs67Apf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:17.6875rem;top:39.367214969604rem;left:57.212294822318rem;overflow:hidden;display:block; }
#Rr8xpWt0WXThhlHLW2XSQ7UDKoKlGra6 { color:#0dc7e8;display:block;width:28.3121875rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.374893188476rem;left:5.7215709686279rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6Rb4KB6HycFdSKmkTHAPENoG9BV2UJJ { position:absolute;display:block;z-index:15001;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:5.187175rem;width:5.625rem;top:14.812067031861rem;left:16.936632156372rem;overflow:hidden;display:block; }
#WsLZMyJTTiAyZ9e5eXT8Npimcl8z1RTM { color:#d0b13f;display:block;width:29.0625rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.874892234803rem;left:11.342990875244rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2wM9tgHqThaEDVvxKVdT1CfHWhGLTOt { color:#d0b13f;display:block;width:24.6875rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:56.326499938965rem;left:2.65625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JruSOtADbA3dMQvxTyo3PpuChwhKxav9 { color:#000a80;display:block;width:34.375rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:62.388240814209rem;left:2.3741321563721rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDHaB1R4FGUE8eVIz87U4x32tTdb7zBu { position:absolute;display:block;z-index:15007;height:8.125rem;width:14.4998125rem;top:12.284614562988rem;left:59.563259124756rem;display:block; }
#xV0ghgGroRHl7VKGu4MKTeTFrc9yfPWZ { color:#000a80;display:block;width:61rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:68.32519721985rem;left:2.3741321563721rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCZhHHRdAwIeo3R6dA4OvknyKhqNJDmA { position:absolute;display:block;z-index:15008;height:8.125rem;width:14.4998125rem;top:10.936958312988rem;left:39.844835281372rem;display:block; }
#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d5cb508-d582-4cd3-8db9-767767e19d1b/photo1586858750326f0ab090546cc.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; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu.adaptive-delivery-prevent-bg, #ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu.lazyload, #ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu.lazyloading { background-image: none; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row .container { background-color: transparent; background-image: none; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row .container > .video-iframe-container { display: none; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row > .video-iframe-container { display: none; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .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); }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row .container { border-width: 0; border-radius: 0; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row .container { font-size:0.875rem;font-family:arial;height:107.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#dErraZR8Vnl03c5qx7Jgu2UuRyWFTxMV { color:#10584d;display:block;width:28.3121875rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8118491172791rem;left:4.2523880004883rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBlPAyHaeT4QWi05yJ4ERpzi54km1xLu { color:#3e3e3e;display:block;width:70.75rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36.56521320343rem;left:2.1245660781861rem;height:46.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q41xmCbmhhCW0cVc1bgvI5gEOI2e1SCF { position:absolute;display:block;z-index:15001;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:5.812175rem;width:18.499375rem;top:13.999567031861rem;left:28.249786376953rem;overflow:hidden;display:block; }
#Qofwc5i9917sAgA7GEEoqSRWvub6bsX2 { position:absolute;display:block;z-index:15002;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:11.624875rem;width:18.4375rem;top:87.1875rem;left:7rem;overflow:hidden;display:block; }
#VziUlhRqDMUTcp57ZGbkJFay630N3OGq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5621875rem;width:14.436875rem;top:91.25rem;left:23.375rem;overflow:hidden;display:block; }
#TQX2Dh9HvsLuSQ1dEezZAntkn4HpPKr3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1873125rem;width:22.8125rem;top:10.936412811279rem;left:7.001953125rem;overflow:hidden;display:block; }
#k3OHr8fB4PAzdWqW0R0XG94bgixMJGGk { position:absolute;display:block;z-index:15002;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:9.436875rem;width:11.186rem;top:2.1587457656861rem;left:34.097225189209rem;overflow:hidden;display:block; }
#ydaTzqfqe9bwBUG3P2ZwOV94fOgtwwe2 { position:absolute;display:block;z-index:15002;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:9.436875rem;width:11.186rem;top:93.625rem;left:42.375rem;overflow:hidden;display:block; }
#K1RTmPRVFrOpH3wv2gdP3yUtIso5Elyq { background-color:#d0b13f;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.18739375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:99.8125rem;left:11.5625rem;display:block; }
#gdbG2oKn3TIT3dmEk6TFfGZXVLf9kVtA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#keCUmSvoqsQaRKhCiye0aouT5Je84RRf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.811875rem;width:29.5621875rem;top:0.93750286102294rem;left:43.346355438233rem;overflow:hidden;display:block; }
#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d5cb508-d582-4cd3-8db9-767767e19d1b/photo1586858750326f0ab090546cc.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; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm.adaptive-delivery-prevent-bg, #ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm.lazyload, #ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm.lazyloading { background-image: none; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row .container { background-color: transparent; background-image: none; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row .container > .video-iframe-container { display: none; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row > .video-iframe-container { display: none; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .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); }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row .container { border-width: 0; border-radius: 0; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#T6Wh8n0F2UUkfx70eGW9vDX6AbwzetRD { color:#414251;display:block;width:28.3121875rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1587495803833rem;left:3.9398870468139rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8lZEWwISZCWworeWfDDppybtt4aPiry { color:#3e3e3e;display:block;width:54.4375rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7517404556275rem;left:14.034288406372rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlXmwTlEmFGHDHKUQct9dS9TWoJ9o5Eq { box-sizing:content-box;height:28.25rem;width:21.6875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:18.5rem;left:0.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#tV3e87MazTGqEmgWo3xkVgpC0xV1cEPf { color:#3e3e3e;display:block;width:21.375rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.8125rem;left:1.0625rem;height:3.65614375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFQXJPhPcAOVoLi3MQqZpnDCZ8Wt5VAt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:21.6875rem;top:29.187286376953rem;left:26.875rem;overflow:hidden;display:block; }
#BGrUFk86lW6xzWRqyviLiRm9vc18gmxm { 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:14.4998125rem;width:21.7496875rem;top:29.1875rem;left:0.875rem;overflow:hidden;display:block; }
#CJ2KH8uqQp1x2lFMlHsAAm9qG9E58PpH { box-sizing:content-box;height:28.2498125rem;width:21.6873125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:18.5rem;left:26.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem #000a80 ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#GGBts1k2VXKdl3LCxr0z8uE1BvdrQslT { color:#3e3e3e;display:block;width:21.625rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.8125rem;left:26.875rem;height:3.65614375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdl9WRKlgPKEAVoi8loA0f2TBxtkvww7 { box-sizing:content-box;height:28.2498125rem;width:21.6873125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:18.499349594116rem;left:52.562503814698rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem #d0b13f ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#oBLMFlz8DACshdwCoMViWHp5DKO9tBv7 { color:#3e3e3e;display:block;width:21.624875rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.812067031861rem;left:52.592884063721rem;height:3.65614375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnQ97k1lqdfT6hD7mw3hcGXHuqKdpumh { 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:14.25rem;width:21.625rem;top:28.578033447266rem;left:52.664394378662rem;overflow:hidden;display:block; }
#aRg40G7uvqvrNCWZG4KXDBwNsWIlv6A0 { background-color:#d0b13f;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.18739375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.923397064209rem;left:31.5625rem;display:block; }
#EtZwKBmANU535tcmPZxk0fSz44gwPi7E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d5cb508-d582-4cd3-8db9-767767e19d1b/photo1586858750326f0ab090546cc.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; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3.adaptive-delivery-prevent-bg, #kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3.lazyload, #kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3.lazyloading { background-image: none; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row .container { background-color: transparent; background-image: none; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row .container > .video-iframe-container { display: none; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row > .video-iframe-container { display: none; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .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); }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row .container { border-width: 0; border-radius: 0; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row .container { font-size:0.875rem;font-family:arial;height:99.375rem;width:75rem;overflow:visible;position:relative;display:block; }#AwlGWuosZZBBSIsdTF002ySOXf7eHqci { color:#3e3e3e;display:block;width:28.3121875rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1587495803833rem;left:3.9398870468139rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZMl6cGk99dfdm2lWWZrT5nSvMVxXwT6 { color:#3e3e3e;display:block;width:54.4375rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7517404556275rem;left:14.034288406372rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdBeE5ye2lPSCfVlN30etididJo2BcKZ { box-sizing:content-box;height:36.0625rem;width:21.6875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:14.8125rem;left:17rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#n8pIC9TQa615iwskaVIgvN6UHvf7aGlQ { color:#3e3e3e;display:block;width:21.3748125rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.359161376953rem;left:17.156034469604rem;height:7.3122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSfaMCqTx94TX3JVQi3QECq5U8MdqE8i { 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:26.9998125rem;width:23.6246875rem;top:24.235352516174rem;left:16.030817031861rem;overflow:hidden;display:block; }
#M7SBvficfez7U5gIm5B96QZK8lTCm3PJ { color:#3e3e3e;display:block;width:20.625rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.395400047302rem;left:44.494358062744rem;height:7.3122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HB4sa7lZM3SRA3mcZl3WIAZosTNgOKv5 { position:absolute;display:block;z-index:15008;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:24.25rem;width:21.1875rem;top:26.976685031861rem;left:43.898456942995rem;overflow:hidden;display:block; }
#kfSPUpdOVCX23l9u1OKRMJz7S2pNtOSp { box-sizing:content-box;height:35.375rem;width:21.6875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:15.4375rem;left:43.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#fSTvq47nHP2ZppH6FVTOg3PM05ZqZdsR { color:#3e3e3e;display:block;width:15.4996875rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.423503875733rem;left:20.093317031861rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tryld3B3KyIUdy9faq7FepupZnJpvquo { color:#3e3e3e;display:block;width:15.4996875rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.235027313233rem;left:47.751197814941rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xodVt3TKkBTa2yEUBZgw0Ost7zdNoAIZ { box-sizing:content-box;height:39rem;width:21.6875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:58.5625rem;left:44.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#VonwAFKgiZKvfNZTHDlzxkGZDG1eKVRC { color:#3e3e3e;display:block;width:20.625rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:60.249012947082rem;left:45.188262939453rem;height:7.3122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pb2mXdrDdlLDwuoa2v65QmGWXP7dPGJp { color:#3e3e3e;display:block;width:15.4996875rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:68.874245643619rem;left:47.751197814941rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FEBoaTTVVLmoS08VA8bt6I4TVUHgHpfv { position:absolute;display:block;z-index:15008;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:24.875rem;width:21.6875rem;top:73.124664306637rem;left:44.749893188476rem;overflow:hidden;display:block; }
#zClhiRXiIMLVTK1dN7hVy2eVtnElZ4XU { box-sizing:content-box;height:38.9995625rem;width:21.6873125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:58.561740875244rem;left:16.999784469604rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#xDTC8EyNToS4Qdo98z1utVG99VkTgKLv { color:#3e3e3e;display:block;width:20.625rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:59.62401586771rem;left:17.530925750733rem;height:7.3122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMC7Wny0dZEH99TKudlL07yBuDhXX07W { color:#3e3e3e;display:block;width:15.4996875rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:67.56075668335rem;left:20.093317031861rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0TLOOCXM6sdefP8TdxoMzhvEO7CEZ6O { 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:25.687375rem;width:20.625rem;top:72.280819416044rem;left:16.999784469604rem;overflow:hidden;display:block; }
#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d5cb508-d582-4cd3-8db9-767767e19d1b/photo1586858750326f0ab090546cc.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; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl.adaptive-delivery-prevent-bg, #kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl.lazyload, #kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl.lazyloading { background-image: none; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row .container { background-color: transparent; background-image: none; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row .container > .video-iframe-container { display: none; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row > .video-iframe-container { display: none; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .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); }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row .container { border-width: 0; border-radius: 0; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row .container { font-size:0.875rem;font-family:arial;height:100.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#LLASGt5GKDHK7WJJ0ZwlRKDXa00sJuAu { color:#3e3e3e;display:block;width:39.125rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1587448120117rem;left:3.9393453598023rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSzUXBeOUXIBHvwNwQzvQTk3R0BzafwI { color:#3e3e3e;display:block;width:54.4375rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7517404556275rem;left:14.034288406372rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5tGd0K6QISHUdNfoTcLerqvpLuNOKPZ { box-sizing:content-box;height:36.0625rem;width:21.6875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:14.8125rem;left:17rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#QI5cZVs883RBaDq2M1EeL217EUxeFAiT { color:#3e3e3e;display:block;width:21.3748125rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.359161376953rem;left:17.156034469604rem;height:7.3122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBx8Hzl8ysNoKfbyEUS1Rt7zF32z2X9f { 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:26.9375rem;width:23.5625rem;top:24.48503112793rem;left:16.030817031861rem;overflow:hidden;display:block; }
#CwTxCAMZTF3pwQ05qmpm3oqCZVmXO6Nv { color:#3e3e3e;display:block;width:20.625rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.395400047302rem;left:44.494358062744rem;height:7.3122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xo4uT5Kiu5Pp7WHf18QTXLpIgzyT99dF { position:absolute;display:block;z-index:15008;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:27.1875rem;width:21.6873125rem;top:24.046767234802rem;left:43.962677001953rem;overflow:hidden;display:block; }
#g08dAp6fSRSm5APlhyfWa9ribfnJxpLt { box-sizing:content-box;height:35.375rem;width:21.6875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:15.4375rem;left:43.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#n9KEKdJpt4M8H7JlJT4FKoBBs3AQ63bI { color:#3e3e3e;display:block;width:15.4996875rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.671438217163rem;left:20.093317031861rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTghTNX6T8LK1UQLedQbcHNvaBarz7KK { color:#3e3e3e;display:block;width:10.5rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.041667938233rem;left:43.962677001953rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJbocOthLXFOc0qU4VdqLCSizpwxTssx { box-sizing:content-box;height:38.9995625rem;width:21.6873125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:58.125rem;left:30rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#AsFioP7BgeqEfZWrtIfZTdQ2x9Zi2Rk0 { color:#3e3e3e;display:block;width:20.625rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:59.1875rem;left:30.5625rem;height:7.3122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VawROTTTCk9DuaQE8tzVRTJGI5hkWzGa { color:#3e3e3e;display:block;width:15.4996875rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:67.125rem;left:33.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfbU8ftFHugzlFRtHSfZzevtg1rHPT56 { 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:25.75rem;width:22.5rem;top:71.8125rem;left:30rem;overflow:hidden;display:block; }
#dbt1oi27Q3TNFsI7E18elOKTUqvycXui { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d5cb508-d582-4cd3-8db9-767767e19d1b/photo1586858750326f0ab090546cc.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; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui.adaptive-delivery-prevent-bg, #dbt1oi27Q3TNFsI7E18elOKTUqvycXui.lazyload, #dbt1oi27Q3TNFsI7E18elOKTUqvycXui.lazyloading { background-image: none; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row .container { background-color: transparent; background-image: none; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row .container > .video-iframe-container { display: none; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row > .video-iframe-container { display: none; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .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); }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row .container { border-width: 0; border-radius: 0; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:75rem;overflow:visible;position:relative;display:block; }#DTG0onTAUrkFNQ5ScsPuw382FIbiPWJw { color:#3e3e3e;display:block;width:28.3121875rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1587495803833rem;left:3.9398870468139rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vip3MRHuFonyEXs7iyLZUS6XTe9dl37f { color:#3e3e3e;display:block;width:61.3125rem;position:absolute;font-family:"marck script";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7517395019531rem;left:9.4092884063719rem;height:7.3111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuPSsdyWtZinNgmsiZwH4gtLM6cVWfkI { color:#3e3e3e;display:block;width:21.624375rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.999887943268rem;left:26.686740875244rem;height:3.65614375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GH5nSQeMh5PkvzdKUF5qQPVUO15UqLOn { position:absolute;display:block;z-index:15008;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:33.5623125rem;width:60.374875rem;top:27.123480319977rem;left:7.8108730316163rem;overflow:hidden;display:block; }
#enAMVn90OQugPIIcZGdGdZeT7ueT0DmG { box-sizing:content-box;height:44.75rem;width:60.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:18.249786376953rem;left:7.8747863769531rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d5cb508-d582-4cd3-8db9-767767e19d1b/photo1586858750326f0ab090546cc.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; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx.adaptive-delivery-prevent-bg, #vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx.lazyload, #vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx.lazyloading { background-image: none; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row .container { background-color: transparent; background-image: none; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row .container > .video-iframe-container { display: none; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row > .video-iframe-container { display: none; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .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); }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row .container { border-width: 0; border-radius: 0; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#pOVCxHHiaVfUG9EE1t2vdPRdMc16RunC { color:#3e3e3e;display:block;width:28.3121875rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.158312082291rem;left:23.343643188476rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E76SJi1pZnLloPkgThnmC1AW5XdsG1Mb { color:#d0b13f;display:block;width:40.1248125rem;position:absolute;font-family:"marck script";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.750529289246rem;left:16.905925750733rem;height:19.49655rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHN1gkbUiRzISZWumxQhlsev4tTylerk { box-sizing:content-box;height:44.125rem;width:41.3125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:7.874351501465rem;left:16.312393188476rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #000a80;border-left:0;border-right:0;border-bottom:0.4375rem solid #d0b13f;display:block; }
#zonxI5OgvwFd5qHMkeZO6c1HQ6bMq1ph { 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:5.812175rem;width:18.499375rem;top:41.81151676178rem;left:28.249786376953rem;overflow:hidden;display:block; }
#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fSbaB2a8/03.jpg");background-position:bottom 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; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP.adaptive-delivery-prevent-bg, #VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP.lazyload, #VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP.lazyloading { background-image: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container { background-color: transparent; background-image: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container > .video-iframe-container { display: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row > .video-iframe-container { display: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .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); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container { border-width: 0; border-radius: 0; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#ufkQ0qOvwo8xaDlVWA0ahXTanBpo0E3T { color:#3e3e3e;display:block;width:41.3125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:16.875rem;height:7.3123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwhXlD7tPZkvAnSqeSArlonxWG0f57gR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:49.9375rem;top:16.5625rem;left:12.5rem;display:block; }
#VhHervpTUPuXI7XocgIBVrAVu7CqWEli { background-color:#000000;background-image:none;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; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row .container { background-color: transparent; background-image: none; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row .container > .video-iframe-container { display: none; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row > .video-iframe-container { display: none; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .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); }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row .container { border-width: 0; border-radius: 0; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#T67w71p8L4klOw9LJOUUMuy4748LxM97 { color:#f9f9f9;display:block;width:11.9998125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5rem;height:1.38075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OuE2uIQayamPLfUVuLSUozAczD8ALGf5 { color:#f9f9f9;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:16.0625rem;height:1.38075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eiHXkoTnMAkM0t2xmMreJa20XTt8rtTP { color:#f9f9f9;display:block;width:29.2496875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:16.0625rem;height:1.38075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MxmkFbAMTfKToZpVvXQaV94TbNlnG6wo { color:#f9f9f9;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:16.0625rem;height:1.38075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MUL3RrWPsD5UuOHWtMkGIaogbh50WARC { color:#f9f9f9;display:block;width:10.999875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:5rem;height:1.38075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UqEifrtC5dt1uouzdMxwR8rIe7xlaXZs { color:#f9f9f9;display:block;width:10.999875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:5rem;height:1.38075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iRRX11KdAg6ASylt7G2g0Kk2byiOvN2v { 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:7.1875rem;width:26.312375rem;top:1.8125rem;left:45.3125rem;overflow:hidden;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) { #EZGv3PxDA0eMW8S8opTrFdB9gxve7Uwb { width:32.25rem;height:36.8125rem;top:14.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx8MqElWwiKLpITbiXitTh1BSo7GMUlU { width:28.25rem;height:4.4375rem;top:10.1875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Glw5drWD2lcrNHgD9qmlg7Oqe2cyBK { width:47.75rem;height:4.8125rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEqEmKuNznRyE70NauwN9O44yr2kWRv { width:11.875rem;height:3.125rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIKltDqEsBLbmSps2u5NiVgqpFPafLxT { display:block; }
 }@media only screen and (max-width: 763px) { #uRHiqIUHT81WE3IQVaETl0f4eSMPZe0k { width:19.5625rem;height:2rem;top:26.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRFPxUdotgwJIdA3UJzboAWmTtsK9yT4 { width:19.5625rem;height:2rem;top:28.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNH71W9b2wp42q8ws9n0pXXGEtVnumRw { width:26.875rem;height:2rem;top:30.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6z2bscvWv9IAz9qV2SKbdNoDvPkUpLR { width:18.4375rem;height:5.7927349741545rem;top:57.75rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF12VhqNp9ak7Dg3TUp3nyJhSiMUVlel { width:18.4375rem;height:11.624375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvKaCZognFMGluE74S5dzCBP1lAfgNV { width:14.375rem;height:9.5212049222913rem;top:40.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8duuOKeE92XqJ79TRNUEiehFZs67Apf { width:17.6875rem;height:16.375rem;top:39.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8xpWt0WXThhlHLW2XSQ7UDKoKlGra6 { width:28.25rem;height:4.4375rem;top:20.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Rb4KB6HycFdSKmkTHAPENoG9BV2UJJ { width:5.625rem;height:5.187175rem;top:14.75rem;left:3.3116321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsLZMyJTTiAyZ9e5eXT8Npimcl8z1RTM { width:29.0625rem;height:2rem;top:33.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2wM9tgHqThaEDVvxKVdT1CfHWhGLTOt { width:24.6875rem;height:4.0625rem;top:56.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JruSOtADbA3dMQvxTyo3PpuChwhKxav9 { width:34.375rem;height:2rem;top:62.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDHaB1R4FGUE8eVIz87U4x32tTdb7zBu { width:14.4375rem;height:8.125rem;top:12.25rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV0ghgGroRHl7VKGu4MKTeTFrc9yfPWZ { width:47.75rem;height:4.0625rem;top:68.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZhHHRdAwIeo3R6dA4OvknyKhqNJDmA { width:14.4375rem;height:8.125rem;top:10.875rem;left:26.219835281372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu { display:block; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dErraZR8Vnl03c5qx7Jgu2UuRyWFTxMV { width:28.25rem;height:4.4375rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlPAyHaeT4QWi05yJ4ERpzi54km1xLu { width:47.75rem;height:46.6875rem;top:36.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q41xmCbmhhCW0cVc1bgvI5gEOI2e1SCF { width:18.4375rem;height:5.7927349741545rem;top:13.9375rem;left:14.624786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qofwc5i9917sAgA7GEEoqSRWvub6bsX2 { width:18.4375rem;height:11.624375rem;top:87.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VziUlhRqDMUTcp57ZGbkJFay630N3OGq { width:14.375rem;height:9.521204922291rem;top:91.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQX2Dh9HvsLuSQ1dEezZAntkn4HpPKr3 { width:22.8125rem;height:19.1873125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OHr8fB4PAzdWqW0R0XG94bgixMJGGk { width:11.125rem;height:9.3854134073844rem;top:2.125rem;left:20.472225189209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaTzqfqe9bwBUG3P2ZwOV94fOgtwwe2 { width:11.125rem;height:9.3854134073842rem;top:93.625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RTmPRVFrOpH3wv2gdP3yUtIso5Elyq { width:11.875rem;height:3.125rem;top:99.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdbG2oKn3TIT3dmEk6TFfGZXVLf9kVtA { display:block; }
 }@media only screen and (max-width: 763px) { #keCUmSvoqsQaRKhCiye0aouT5Je84RRf { width:29.5rem;height:33.740747788032rem;top:0.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm { display:block; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6Wh8n0F2UUkfx70eGW9vDX6AbwzetRD { width:28.25rem;height:4.4375rem;top:2.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8lZEWwISZCWworeWfDDppybtt4aPiry { width:47.75rem;height:4.0625rem;top:7.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlXmwTlEmFGHDHKUQct9dS9TWoJ9o5Eq { width:21.625rem;height:28.1875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV3e87MazTGqEmgWo3xkVgpC0xV1cEPf { width:21.3125rem;height:3.625rem;top:21.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQXJPhPcAOVoLi3MQqZpnDCZ8Wt5VAt { width:21.6875rem;height:12.0625rem;top:29.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGrUFk86lW6xzWRqyviLiRm9vc18gmxm { width:21.6875rem;height:14.458354107099rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2KH8uqQp1x2lFMlHsAAm9qG9E58PpH { width:21.625rem;height:28.1875rem;top:18.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGBts1k2VXKdl3LCxr0z8uE1BvdrQslT { width:21.5625rem;height:3.625rem;top:21.8125rem;left:13.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdl9WRKlgPKEAVoi8loA0f2TBxtkvww7 { width:21.625rem;height:28.1875rem;top:18.4375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBLMFlz8DACshdwCoMViWHp5DKO9tBv7 { width:21.5625rem;height:3.625rem;top:21.75rem;left:26.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnQ97k1lqdfT6hD7mw3hcGXHuqKdpumh { width:21.625rem;height:14.25rem;top:28.5625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRg40G7uvqvrNCWZG4KXDBwNsWIlv6A0 { width:11.875rem;height:3.125rem;top:50.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtZwKBmANU535tcmPZxk0fSz44gwPi7E { display:block; }
 }@media only screen and (max-width: 763px) { #kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 { display:block; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwlGWuosZZBBSIsdTF002ySOXf7eHqci { width:28.25rem;height:4.4375rem;top:2.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMl6cGk99dfdm2lWWZrT5nSvMVxXwT6 { width:47.75rem;height:4.0625rem;top:7.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdBeE5ye2lPSCfVlN30etididJo2BcKZ { width:21.625rem;height:36rem;top:14.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8pIC9TQa615iwskaVIgvN6UHvf7aGlQ { width:21.3125rem;height:7.25rem;top:15.3125rem;left:3.5310344696045rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSfaMCqTx94TX3JVQi3QECq5U8MdqE8i { width:23.5625rem;height:26.928740624876rem;top:24.1875rem;left:2.4058170318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7SBvficfez7U5gIm5B96QZK8lTCm3PJ { width:20.625rem;height:7.25rem;top:16.375rem;left:27.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4sa7lZM3SRA3mcZl3WIAZosTNgOKv5 { width:21.1875rem;height:24.25018824135rem;top:26.9375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfSPUpdOVCX23l9u1OKRMJz7S2pNtOSp { width:21.625rem;height:35.3125rem;top:15.4375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTvq47nHP2ZppH6FVTOg3PM05ZqZdsR { width:15.4375rem;height:2rem;top:23.375rem;left:6.4683170318606rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tryld3B3KyIUdy9faq7FepupZnJpvquo { width:15.4375rem;height:2rem;top:24.1875rem;left:32.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xodVt3TKkBTa2yEUBZgw0Ost7zdNoAIZ { width:21.625rem;height:38.9375rem;top:58.5625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VonwAFKgiZKvfNZTHDlzxkGZDG1eKVRC { width:20.625rem;height:7.25rem;top:60.1875rem;left:27.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2mXdrDdlLDwuoa2v65QmGWXP7dPGJp { width:15.4375rem;height:2rem;top:68.8125rem;left:32.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBoaTTVVLmoS08VA8bt6I4TVUHgHpfv { width:21.625rem;height:24.803216958648rem;top:73.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zClhiRXiIMLVTK1dN7hVy2eVtnElZ4XU { width:21.625rem;height:38.9375rem;top:58.5rem;left:3.3747844696045rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTC8EyNToS4Qdo98z1utVG99VkTgKLv { width:20.625rem;height:7.25rem;top:59.5625rem;left:3.9059257507324rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMC7Wny0dZEH99TKudlL07yBuDhXX07W { width:15.4375rem;height:2rem;top:67.5rem;left:6.4683170318606rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TLOOCXM6sdefP8TdxoMzhvEO7CEZ6O { width:20.625rem;height:25.687375rem;top:72.25rem;left:3.3747844696045rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl { display:block; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLASGt5GKDHK7WJJ0ZwlRKDXa00sJuAu { width:39.125rem;height:4.4375rem;top:2.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSzUXBeOUXIBHvwNwQzvQTk3R0BzafwI { width:47.75rem;height:2rem;top:7.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5tGd0K6QISHUdNfoTcLerqvpLuNOKPZ { width:21.625rem;height:36rem;top:14.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5cZVs883RBaDq2M1EeL217EUxeFAiT { width:21.3125rem;height:7.25rem;top:15.3125rem;left:3.5310344696045rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBx8Hzl8ysNoKfbyEUS1Rt7zF32z2X9f { width:23.5625rem;height:26.9375rem;top:24.4375rem;left:2.4058170318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTxCAMZTF3pwQ05qmpm3oqCZVmXO6Nv { width:20.625rem;height:7.25rem;top:16.375rem;left:27.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo4uT5Kiu5Pp7WHf18QTXLpIgzyT99dF { width:21.625rem;height:27.109384230988rem;top:24rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08dAp6fSRSm5APlhyfWa9ribfnJxpLt { width:21.625rem;height:35.3125rem;top:15.4375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9KEKdJpt4M8H7JlJT4FKoBBs3AQ63bI { width:15.4375rem;height:2rem;top:22.625rem;left:6.4683170318606rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTghTNX6T8LK1UQLedQbcHNvaBarz7KK { width:10.5rem;height:2.0625rem;top:26rem;left:30.337677001953rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJbocOthLXFOc0qU4VdqLCSizpwxTssx { width:21.625rem;height:38.9375rem;top:58.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsFioP7BgeqEfZWrtIfZTdQ2x9Zi2Rk0 { width:20.625rem;height:7.25rem;top:59.1875rem;left:16.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawROTTTCk9DuaQE8tzVRTJGI5hkWzGa { width:15.4375rem;height:2rem;top:67.0625rem;left:19.500001907349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfbU8ftFHugzlFRtHSfZzevtg1rHPT56 { width:22.5rem;height:25.7498125rem;top:71.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbt1oi27Q3TNFsI7E18elOKTUqvycXui { display:block; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTG0onTAUrkFNQ5ScsPuw382FIbiPWJw { width:28.25rem;height:4.4375rem;top:2.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vip3MRHuFonyEXs7iyLZUS6XTe9dl37f { width:47.75rem;height:7.3125rem;top:7.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuPSsdyWtZinNgmsiZwH4gtLM6cVWfkI { width:21.5625rem;height:3.625rem;top:20.9375rem;left:13.061740875244rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH5nSQeMh5PkvzdKUF5qQPVUO15UqLOn { width:47.75rem;height:26.544161323316rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enAMVn90OQugPIIcZGdGdZeT7ueT0DmG { width:47.75rem;height:44.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx { display:block; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOVCxHHiaVfUG9EE1t2vdPRdMc16RunC { width:28.25rem;height:4.4375rem;top:11.125rem;left:9.7186431884762rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76SJi1pZnLloPkgThnmC1AW5XdsG1Mb { width:40.0625rem;height:19.4375rem;top:18.6875rem;left:3.2809257507324rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHN1gkbUiRzISZWumxQhlsev4tTylerk { width:41.3125rem;height:44.125rem;top:7.8125rem;left:2.6873931884766rem;display:block; }
 }@media only screen and (max-width: 763px) { #zonxI5OgvwFd5qHMkeZO6c1HQ6bMq1ph { width:18.4375rem;height:5.7927349741546rem;top:41.75rem;left:14.624786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP { display:block; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufkQ0qOvwo8xaDlVWA0ahXTanBpo0E3T { width:41.25rem;height:7.25rem;top:6.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwhXlD7tPZkvAnSqeSArlonxWG0f57gR { width:47.75rem;height:26.773402583001rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhHervpTUPuXI7XocgIBVrAVu7CqWEli { display:block; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T67w71p8L4klOw9LJOUUMuy4748LxM97 { width:11.9375rem;height:1.375rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuE2uIQayamPLfUVuLSUozAczD8ALGf5 { width:19.375rem;height:1.375rem;top:1.5625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiHXkoTnMAkM0t2xmMreJa20XTt8rtTP { width:29.1875rem;height:1.375rem;top:8.125rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxmkFbAMTfKToZpVvXQaV94TbNlnG6wo { width:21.25rem;height:1.375rem;top:4.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUL3RrWPsD5UuOHWtMkGIaogbh50WARC { width:10.9375rem;height:1.375rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqEifrtC5dt1uouzdMxwR8rIe7xlaXZs { width:10.9375rem;height:1.375rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRRX11KdAg6ASylt7G2g0Kk2byiOvN2v { width:26.25rem;height:7.170461617395rem;top:1.8125rem;left:21.5rem;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:20rem;height:137rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZGv3PxDA0eMW8S8opTrFdB9gxve7Uwb { width:20rem;height:22.9373125rem;top:17.249892234802rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rx8MqElWwiKLpITbiXitTh1BSo7GMUlU { width:9.3115rem;height:3.00564375rem;top:11.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Glw5drWD2lcrNHgD9qmlg7Oqe2cyBK { width:19.624rem;height:5.8496125rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEqEmKuNznRyE70NauwN9O44yr2kWRv { width:11.875rem;height:3.18739375rem;top:42.686634540558rem;left:4.0625004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIKltDqEsBLbmSps2u5NiVgqpFPafLxT { display:block; }
 }@media only screen and (max-width: 763px) { #uRHiqIUHT81WE3IQVaETl0f4eSMPZe0k { width:19.5621875rem;height:2.03125rem;top:47.561851501465rem;left:0.43728303909302rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRFPxUdotgwJIdA3UJzboAWmTtsK9yT4 { width:19.5621875rem;height:2.03125rem;top:50.687394142151rem;left:0.21864151954651rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNH71W9b2wp42q8ws9n0pXXGEtVnumRw { width:19.5621875rem;height:4.0625rem;top:53.436960220337rem;left:0.21864151954651rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6z2bscvWv9IAz9qV2SKbdNoDvPkUpLR { width:18.4375rem;height:5.79264375rem;top:93rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF12VhqNp9ak7Dg3TUp3nyJhSiMUVlel { width:18.4375rem;height:11.624375rem;top:63.624677658081rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvKaCZognFMGluE74S5dzCBP1lAfgNV { width:14.375rem;height:9.5212049222913rem;top:77.456075439456rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8duuOKeE92XqJ79TRNUEiehFZs67Apf { width:18.187375rem;height:16.8120625rem;top:73.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8xpWt0WXThhlHLW2XSQ7UDKoKlGra6 { width:8.2498125rem;height:3.00564375rem;top:19.5rem;left:11.4375rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Rb4KB6HycFdSKmkTHAPENoG9BV2UJJ { width:6.124675rem;height:5.625rem;top:13.25rem;left:8.4375rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WsLZMyJTTiAyZ9e5eXT8Npimcl8z1RTM { width:19.5621875rem;height:4.0625rem;top:58.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2wM9tgHqThaEDVvxKVdT1CfHWhGLTOt { width:17.3746875rem;height:4.0625rem;top:101.12467765808rem;left:1.3123915195465rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JruSOtADbA3dMQvxTyo3PpuChwhKxav9 { width:17.75rem;height:4.0625rem;top:108.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDHaB1R4FGUE8eVIz87U4x32tTdb7zBu { width:14.4375rem;height:3.5rem;top:113.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV0ghgGroRHl7VKGu4MKTeTFrc9yfPWZ { width:20rem;height:8.125rem;top:118.31214960937rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZhHHRdAwIeo3R6dA4OvknyKhqNJDmA { width:14.4375rem;height:8.125rem;top:127.68663787842rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu { display:block; }#ZWccbOXgQF3XqvT6uuDtcwUr8UH4TnZu > .row .container { width:20rem;height:170.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dErraZR8Vnl03c5qx7Jgu2UuRyWFTxMV { width:17.0621875rem;height:2.843425rem;top:0.81055045127869rem;left:1.4686415791511rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlPAyHaeT4QWi05yJ4ERpzi54km1xLu { width:19.5621875rem;height:93.81503125rem;top:41.432838916779rem;left:0.43728303909302rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q41xmCbmhhCW0cVc1bgvI5gEOI2e1SCF { width:18.4375rem;height:5.79264375rem;top:153.56066799164rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qofwc5i9917sAgA7GEEoqSRWvub6bsX2 { width:18.4375rem;height:11.624375rem;top:72.496778442381rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VziUlhRqDMUTcp57ZGbkJFay630N3OGq { width:14.375rem;height:9.5209375rem;top:29.749348402023rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQX2Dh9HvsLuSQ1dEezZAntkn4HpPKr3 { width:20rem;height:16.8213125rem;top:137.68718242645rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OHr8fB4PAzdWqW0R0XG94bgixMJGGk { width:7.375rem;height:6.1875rem;top:18.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaTzqfqe9bwBUG3P2ZwOV94fOgtwwe2 { width:11.125rem;height:9.3854134073844rem;top:85.124242782594rem;left:4.4373915791511rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1RTmPRVFrOpH3wv2gdP3yUtIso5Elyq { width:11.875rem;height:3.125rem;top:163.99957847595rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdbG2oKn3TIT3dmEk6TFfGZXVLf9kVtA { display:block; }
 }@media only screen and (max-width: 763px) { #keCUmSvoqsQaRKhCiye0aouT5Je84RRf { width:19.9375rem;height:22.875rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm { display:block; }#ZpKqzmKyWLF9GhSirgP17TwSPoffLEtm > .row .container { width:20rem;height:115.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6Wh8n0F2UUkfx70eGW9vDX6AbwzetRD { width:16.9375rem;height:2.843425rem;top:3.3745670318604rem;left:1.5623915791511rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8lZEWwISZCWworeWfDDppybtt4aPiry { width:19.5621875rem;height:8.528625rem;top:7.31120300293rem;left:0.21864151954651rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlXmwTlEmFGHDHKUQct9dS9TWoJ9o5Eq { width:20rem;height:28.1875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV3e87MazTGqEmgWo3xkVgpC0xV1cEPf { width:20rem;height:2.59928125rem;top:22rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQXJPhPcAOVoLi3MQqZpnDCZ8Wt5VAt { width:20rem;height:11.155844831473rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGrUFk86lW6xzWRqyviLiRm9vc18gmxm { width:20rem;height:13.333352490697rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2KH8uqQp1x2lFMlHsAAm9qG9E58PpH { width:20rem;height:28.1875rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGBts1k2VXKdl3LCxr0z8uE1BvdrQslT { width:20rem;height:2.59928125rem;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdl9WRKlgPKEAVoi8loA0f2TBxtkvww7 { width:20rem;height:28.1875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBLMFlz8DACshdwCoMViWHp5DKO9tBv7 { width:20rem;height:2.59928125rem;top:82.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnQ97k1lqdfT6hD7mw3hcGXHuqKdpumh { width:20rem;height:13.217101449276rem;top:89.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRg40G7uvqvrNCWZG4KXDBwNsWIlv6A0 { width:11.875rem;height:3.125rem;top:110.81164169311rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtZwKBmANU535tcmPZxk0fSz44gwPi7E { display:block; }
 }@media only screen and (max-width: 763px) { #kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 { display:block; }#kCaLlWOuUyeH8pPvbNLWlqWB4FK3QfR3 > .row .container { width:20rem;height:188.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwlGWuosZZBBSIsdTF002ySOXf7eHqci { width:13.6246875rem;height:2.843425rem;top:2.1869573593139rem;left:3.1873915791511rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMl6cGk99dfdm2lWWZrT5nSvMVxXwT6 { width:19.5621875rem;height:5.1171875rem;top:6.3742375373837rem;left:0.43728297948838rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdBeE5ye2lPSCfVlN30etididJo2BcKZ { width:20rem;height:36rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8pIC9TQa615iwskaVIgvN6UHvf7aGlQ { width:20rem;height:7.3122875rem;top:16.374241352081rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSfaMCqTx94TX3JVQi3QECq5U8MdqE8i { width:20rem;height:22.8125rem;top:28.748915672302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7SBvficfez7U5gIm5B96QZK8lTCm3PJ { width:20rem;height:7.3122875rem;top:58.874803543091rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4sa7lZM3SRA3mcZl3WIAZosTNgOKv5 { width:20rem;height:22.8125rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfSPUpdOVCX23l9u1OKRMJz7S2pNtOSp { width:20rem;height:35.3125rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTvq47nHP2ZppH6FVTOg3PM05ZqZdsR { width:15.4996875rem;height:2.43706875rem;top:25.346128463745rem;left:2.2498915791511rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tryld3B3KyIUdy9faq7FepupZnJpvquo { width:15.4373125rem;height:2.43706875rem;top:67.659507751462rem;left:2.2808161377907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xodVt3TKkBTa2yEUBZgw0Ost7zdNoAIZ { width:20rem;height:39rem;top:145.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VonwAFKgiZKvfNZTHDlzxkGZDG1eKVRC { width:20rem;height:7.3122875rem;top:146.24892902374rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2mXdrDdlLDwuoa2v65QmGWXP7dPGJp { width:15.4373125rem;height:2.43706875rem;top:156.37480926514rem;left:2.2808161377907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBoaTTVVLmoS08VA8bt6I4TVUHgHpfv { width:20rem;height:22.874875rem;top:161.98488426209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zClhiRXiIMLVTK1dN7hVy2eVtnElZ4XU { width:20rem;height:38.9375rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTC8EyNToS4Qdo98z1utVG99VkTgKLv { width:20rem;height:7.3122875rem;top:100.93639469147rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMC7Wny0dZEH99TKudlL07yBuDhXX07W { width:15.4373125rem;height:2.43706875rem;top:109.62402629852rem;left:2.2808161377907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TLOOCXM6sdefP8TdxoMzhvEO7CEZ6O { width:18.5625rem;height:23.125rem;top:115.67052518629rem;left:-0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl { display:block; }#kPETfDIihh7TKHeAEbTAzmf21MT9d7Hl > .row .container { width:20rem;height:144.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLASGt5GKDHK7WJJ0ZwlRKDXa00sJuAu { width:13.6246875rem;height:5.68685rem;top:0.72153897583488rem;left:3.1873915791511rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSzUXBeOUXIBHvwNwQzvQTk3R0BzafwI { width:19.5621875rem;height:5.1171875rem;top:8.1857643127444rem;left:0.21864151954651rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5tGd0K6QISHUdNfoTcLerqvpLuNOKPZ { width:20rem;height:36rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5cZVs883RBaDq2M1EeL217EUxeFAiT { width:20rem;height:7.3122875rem;top:16.374241352081rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBx8Hzl8ysNoKfbyEUS1Rt7zF32z2X9f { width:19.9375rem;height:22.8125rem;top:28.748915672302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTxCAMZTF3pwQ05qmpm3oqCZVmXO6Nv { width:20rem;height:7.3122875rem;top:58.874803543091rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo4uT5Kiu5Pp7WHf18QTXLpIgzyT99dF { width:19.9370625rem;height:25.062375rem;top:67.798287391662rem;left:0.0634765625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g08dAp6fSRSm5APlhyfWa9ribfnJxpLt { width:20rem;height:35.3125rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9KEKdJpt4M8H7JlJT4FKoBBs3AQ63bI { width:15.4996875rem;height:2.43706875rem;top:25.346128463745rem;left:2.2498915791511rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTghTNX6T8LK1UQLedQbcHNvaBarz7KK { width:12.4375rem;height:2.43706875rem;top:67.284072875975rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJbocOthLXFOc0qU4VdqLCSizpwxTssx { width:20rem;height:38.9375rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsFioP7BgeqEfZWrtIfZTdQ2x9Zi2Rk0 { width:20rem;height:7.3122875rem;top:100.93639469147rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawROTTTCk9DuaQE8tzVRTJGI5hkWzGa { width:15.4373125rem;height:2.43706875rem;top:109.62402629852rem;left:2.2808161377907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfbU8ftFHugzlFRtHSfZzevtg1rHPT56 { width:20rem;height:22.9375rem;top:115.73252868653rem;left:-0.12478297948837rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dbt1oi27Q3TNFsI7E18elOKTUqvycXui { display:block; }#dbt1oi27Q3TNFsI7E18elOKTUqvycXui > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTG0onTAUrkFNQ5ScsPuw382FIbiPWJw { width:13.6246875rem;height:2.843425rem;top:0.625rem;left:3rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vip3MRHuFonyEXs7iyLZUS6XTe9dl37f { width:19.5621875rem;height:10.234375rem;top:5.0625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuPSsdyWtZinNgmsiZwH4gtLM6cVWfkI { width:20rem;height:2.59928125rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH5nSQeMh5PkvzdKUF5qQPVUO15UqLOn { width:20rem;height:11.1875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enAMVn90OQugPIIcZGdGdZeT7ueT0DmG { width:20rem;height:19.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx { display:block; }#vpVUaM1E1ToaQWaodcU4RwZo1yoesdIx > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOVCxHHiaVfUG9EE1t2vdPRdMc16RunC { width:19.375rem;height:2.7625875rem;top:4.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76SJi1pZnLloPkgThnmC1AW5XdsG1Mb { width:19.5621875rem;height:16.08400625rem;top:9.3750004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHN1gkbUiRzISZWumxQhlsev4tTylerk { width:20rem;height:33.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zonxI5OgvwFd5qHMkeZO6c1HQ6bMq1ph { width:18.4375rem;height:5.79264375rem;top:28.11794924736rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fSbaB2a8/03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP.adaptive-delivery-prevent-bg, #VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP.lazyload, #VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP.lazyloading { background-image: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container { background-color: transparent; background-image: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container > .video-iframe-container { display: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row > .video-iframe-container { display: none; }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .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); }#VTIFPdsxg7Rlz1BvTGbs8BOadL3SH6WP > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufkQ0qOvwo8xaDlVWA0ahXTanBpo0E3T { width:20rem;height:7.3111875rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwhXlD7tPZkvAnSqeSArlonxWG0f57gR { height:11.1875rem;width:18.875rem;top:16.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhHervpTUPuXI7XocgIBVrAVu7CqWEli { display:block; }#VhHervpTUPuXI7XocgIBVrAVu7CqWEli > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T67w71p8L4klOw9LJOUUMuy4748LxM97 { width:11.0623125rem;height:1.29936875rem;top:3.2492389678955rem;left:4.4683163762093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuE2uIQayamPLfUVuLSUozAczD8ALGf5 { width:15.9375rem;height:1.29936875rem;top:6.2288398742676rem;left:1.4995661377907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiHXkoTnMAkM0t2xmMreJa20XTt8rtTP { width:18.9371875rem;height:0.97439375rem;top:19.577366352081rem;left:0.53114157915116rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxmkFbAMTfKToZpVvXQaV94TbNlnG6wo { width:20rem;height:1.29936875rem;top:11.606989383698rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUL3RrWPsD5UuOHWtMkGIaogbh50WARC { width:10.9375rem;height:1.29936875rem;top:8.9333777427675rem;left:4.5312502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqEifrtC5dt1uouzdMxwR8rIe7xlaXZs { width:10.9375rem;height:1.29936875rem;top:15.780708789826rem;left:4.5312502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRRX11KdAg6ASylt7G2g0Kk2byiOvN2v { width:11.937375rem;height:3.312175rem;top:23.489534378052rem;left:4.0304906964302rem;z-index:15000;display:block; }
 }